.row {
    display: flex; /* Convert the row to a flex container */
    align-items: flex-start; /* Align content at the top of each flex container (boxMetric) */
}

body {
    color: #FFFFFF;
    background-color: #222222;
    overflow-x: hidden;
}
.text-input {
    width: 300px; 
    height: 35px; 
    padding-left: 10px; 
    margin: auto; 
    margin-top: 12px;
    background-color: #383838;
    border-width: 2px;
    border-style: solid;
    border-color: #a8a6a1;
    color: white;
}
.header {
    font-size: 32px;
    font-family: Inter, sans-serif;
    color: #FFFFFF;
    margin-bottom: 0.5rem;
}
.hSm {
    font-size: 26px;
}
.mar {
    margin-left: 2rem;
    margin-right: 1rem;
}
.m0{
    margin: 0;
}
.top {
    margin-top: 140px;
}
.pr4 {
    padding-right: 4%;
}
.pl4 {
    padding-left: 4%;
}
.pt {
    padding-top: .3%;
}
.pb {
    padding-bottom: 1%;
}
.sep3 {
    height: 0px;
}
.fsi {
    font-style: italic;
}
.hbc {
    /* margin-right: -10%; */
    color: #1649FF;
}
.lbc {
    color: #5C80FF;
    /* margin-left: -8%; */
}
.di {
    display: inline;
}
.texth {
    height: 40px;
}
.tac {
    text-align: center;
}
.overTriangle, .underTriangle {
    background-color: #1649FF;
    border: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 100%);
    height: 40px;
    margin-top: 6px;
}
.underTriangle {
    background-color: #5C80FF;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.how-to-container {
    background-color: #222222;
    border-radius: 0.625rem;
    padding: 2rem 3rem;
    margin: 2rem 0;
    text-align: center;
}

.how-to-text {
    text-align: center;
    max-width: 35rem;
    margin: 0 auto;
}

.how-to-img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin: 2rem 0;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.23);
}
.how-to-img-2 {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin: 2rem 0;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.23);
}
.how-to-img-3 {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin: 0;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.23);
    padding: 0;
}
.how-to-img-4 {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin: .5rem 0;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.23);
}
.centered-container {
    display: flex;
    justify-content: center;
  }
.col-flex {
    flex: 1;
}

/* .cta-btn {
    background-color: #1649FF;
    border: 0;
    bottom: 0px;
    border-radius: 0.625rem;
    color: #fbfbfb;
    font-size: 1.5rem;
    font-weight: 600;
    width: 100%;
    position: sticky;
    z-index: 1;
    transition: all 0.3s ease;
    display: block;
    margin: 0 auto;
    padding: 1rem;
    max-width: 408px;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 2rem;
    text-align: center;
}
.cta-btn:hover {
    background-color: #0f33b3;
    color: #FFFFFF;
} */

.chart-text {
    margin-bottom: 2.12rem;
}

.chart-bottom-text {
    margin: 2.12rem 0;
}

.sectionContainer {
    width: 100%;
    height: 100%;
    justify-content: center;
}

.dotSeperator { 
    height: 16px;
}

.dots {
    stroke: rgb(134,199,237);
    fill: rgb(134,199,237);
    width: 100%;
}

.dotShapes {
    width: 100%;
}

.section1, .section2, .section3 {
    width: 90%;
    position: relative;
    left: 5%;
}
.form {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
  }
.section1 .sectionHeader {
    font-weight: 700;
    font-style: normal;
    color: rgb(114,190,233);
    font-size: 100px;
    line-height: 100px;
    font-family: 'Poppins';
}

.section1 .sectionSubHeader {
    writing-mode: horizontal-tb;
    font-size: 37px;
    color: rgb(255,255,255);
    line-height: 60px;
}
.logoFont {
    font-weight: 400;
    font-size: 30px;
}
.section1 .sectionBody {
    font-weight: 400;
    color: rgb(255,255,245);
    line-height: 56px;
    font-size: 30px;
}

.section1 .logoImage {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.section1 .logoImage img {
    width: auto;
    height: 100%;
    position: absolute;
    bottom: 0;
}

.section1 .sectionBody2 {
    position: relative;
    height: 250px;
}

.section1 .sectionBody2 .sectionBody2Content {
    position: absolute;
    bottom: 0;
}

.smallLogo {
    width: 100%;
    height: 100px;
}

.gutterSpace {
    height: 40px;
}
.gutterSpace2 {
    height: 10px;
}

.section2 .sectionHeader {
    font-weight: 700;
    font-style: normal;
    color: rgb(114,190,233);
    font-size: 80px;
    line-height: 120px;
    font-family: 'Poppins';
}

.section2 .sectionBody {
    font-weight: 400;
    color: rgb(255,255,245);
    font-size: 30px;
}

.section2 .dotSeperator {
    height: 16px;
}

.phoneImage img {
    height: 600px;
    position: relative;
}
.imgDisplay {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section3 .sectionHeader {
    font-weight: 700;
    font-style: normal;
    color: rgb(114,190,233);
    font-size: 80px;
    line-height: 75px;
    font-family: 'Poppins';
}

.section3 .sectionHeader2 {
    font-weight: 700;
    font-style: normal;
    color: rgb(255,255,255);
    font-size: 80px;
    /* line-height: 75px; */
    font-family: 'Poppins';
}

.section3 .sectionSubHeader {
    writing-mode: horizontal-tb;
    font-size: 37px;
    color: rgb(114,190,233);
    line-height: 60px;
}

.section3 .sectionBody {
    font-weight: 400;
    color: rgb(255,255,245);
    font-size: 30px;
}

.section3 .sectionHeader3 {
    font-weight: 700;
    font-style: normal;
    color: rgb(114,190,233);
    font-size: 60px;
    line-height: 75px;
    font-family: 'Poppins';
}

.section3 .sectionBody2 {
    font-weight: 400;
    color: rgb(255,255,245);
    font-size: 25px;
}

.smallPNG {
    width: 65px;
    height: 65px;
}

.alignRight {
    text-align: right;
}

.footer {
    background-color: black;
    height: 70px;
    width: 100%;
    bottom: 0;
    position: fixed;
}

.EULA {
    position: fixed;
    bottom: 24px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    height: 20px;
    line-height: 20px;
    margin: 12px 0 12px 0;
}

.version {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    height: 20px;
    line-height: 20px;
    margin: 12px 0 12px 0;
}

.gliLogo img {
    position: fixed;
    bottom: 5px;
    left: 5px;
    height: 60px;
}

#main-row {
    max-width: 100%;
    margin: 0;
}
@media screen and (max-width: 1199px) {
    .texth {
        height: 80px;
    }
}
@media screen and (max-width: 991px) {
    .texth {
        height: 40px;
    }
    .mdsep {
        height: 40px;
    }
    .gutterSpace {
        height: 16px;
    }
}
@media screen and (max-width: 767px) {
    .text-input {
        width: 200px;
    }
    .section1 .sectionHeader {
        font-size: 40px;
        line-height: normal;
    }
    .section1 .sectionSubHeader {
        font-size: 25px;
        line-height: normal;
    }
    .section1 .sectionBody {
        font-size: 25px;
        line-height: normal;
    }
    .section2 .sectionBody {
        font-size: 25px;
        line-height: normal;    
    }
    .top {
        margin-top: 20px;
    }
    .section3 .sectionBody {
        font-size: 25px;
        line-height: normal;
    }
    .section3 .sectionBody2 {
        font-size: 25px;
        line-height: normal;  
    }
    .section3 .sectionHeader {
        font-size: 40px;
        line-height: normal;
    }
    .section3 .sectionHeader2 {
        font-size: 40px;
        line-height: normal;
    }
    .section3 .sectionSubHeader {
        font-size: 25px;
        line-height: normal;
    }
    .section3 .sectionHeader3 {
        font-size: 30px;
        line-height: normal;
    }
    .smallPNG {
        width: 40px;
        height: 40px;
    }
    .header {
        font-size: 1.25rem;
    }
    .hSm {
        font-size: 1.25rem;
    }
    .pr4 {
        padding-right: 6%;
    }
    .pl4 {
        padding-left: 6%;
    }
    .pt {
        padding-top: .3%;
    }
    .fs14 {
        font-size: 1rem;
    }
    .fs12 {
        font-size: 1rem;
    }
    .fs13 {
        font-size: 1rem;
    }
    .sep3 {
        height: 10px;
    }
    .fs16 {
        font-size: 1rem;
    }
    .overTriangle, .underTriangle {
        height: 30px;
    }
    .cta-btn {
        max-width: 100%;
    }
    .tacm {
        text-align: center;
    }
    .texth {
        height: 48px;
    }
    }