body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline; 
    height: 100%; 
    cursor: default;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.mobile_hide {
    display: block;
}

.desktop_hide {
    min-height: 0;
    max-height: 0;
    max-width: 0;
    display: none !important;
    overflow: hidden;
    font-size: 0;
}

.desktop_display_none {
    display: none !important;
}

.fullWidth {
    display: table;
    margin: auto;
    width: 100%;
    padding: 0 20px;
    max-width: 1200px;
}

.fullWidth .large {
    max-width: 997px;
}

.halfWidth {
    display: inline-block;
    width: 50%;
}

.alignCenter {
    text-align: center;
}

h1 {
    font-size: 0;
    line-height: 0;
    color: transparent;
}

.dnaPadding {
    padding: 0px 200px;
}

.first {
    background: linear-gradient(122.19deg, rgba(91, 158, 237, 0.25) 3.96%, rgba(104, 106, 232, 0.25) 96.48%), #FFFFFF;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}

.second {
    background: rgba(235, 247, 255, 0.4);
    padding-top: 110px;
    padding-bottom: 100px;
}

.third {
    background: rgba(0, 0, 0, 0.03);
    padding-top: 40px;
    padding-bottom: 40px;
}

.fourth {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/fourthBG.jpg')  no-repeat center center ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  
}

.header {
    padding: 32px 0 28px;
    max-width: 1200px;
    display: table;
    width: 100%;
    margin: auto;
} 

.header .logo {
    padding-left: 20px;
}

.text .title {
    font-style: normal;
    font-weight: bold;

    text-align: center;
    letter-spacing: 0.8px;
 
    color: #003965;
}

.text .subtitle {
    font-style: bold;
    font-size: 36px;
    color: #00588A;
}

.text .desc {
    margin-top: 28px;
    font-size: 32px;
    line-height: 38px;  

    color: #262626;
}
 
.first .title {
    max-width: 700px;
    width: 100%;
    font-weight: 700;
    font-size: 76px;
    line-height: 90px; 
    color: #003D7F;
}

.first .subtitle {
    max-width: 700px;
    width: 100%;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px; 
    letter-spacing: 0.8px;
    color: #00588A;
    margin-bottom: 28px;

}

.first .desc {
    max-width: 650px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 200;
    margin-bottom: 28px;
}

.first .desktop_phones {
    max-width: 800px;
    position: relative;
    top: -330px;
    left: 480px;
    height: 240px;
}

.first .mb_phones {
    max-width: 800px;
    margin: auto;
}
.first .stores {
    margin-bottom: 16px;
}
.stores > span {
    display: inline-block;
}

.stores span.apple,span.mac {
    margin-right: 16px;
}

.first .help {
    color: #003D7F;
    font-size: 18px;
    line-height: 48px;
    vertical-align: middle;
}
.help a {
    color: #003D7F;
}
.help a:hover {
    color: #135dad;
}

.mac_download_container {
    width: 120px;
    height: 86px;
    background-image: url(../images/downloadMac.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.mac_download_button {
    font-size: 12px;
    background-color: black;
    border: 1px #FFF solid;
    border-radius: 30px;
    padding: 8px 20px;
    color: #FFF;
    width: 95px;
    height: 30px;
    text-align: center;
    line-height: 100%;
    vertical-align: middle;
    position: relative;
    top: 45px;
    left: 12px;
}

.win_download_container {
    width: 135px;
    height: 86px;
    background-image: url(../images/downloadWindows.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.win_download_button {
    font-size: 12px;
    background-color: black;
    border: 1px #FFF solid;
    border-radius: 30px;
    padding: 8px 20px;
    color: #FFF;
    width: 95px;
    height: 30px;
    text-align: center;
    line-height: 100%;
    vertical-align: middle;
    position: relative;
    top: 45px;
    left: 20px;
}

.second .title, .third .title {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px; 
    letter-spacing: 0.8px; 

    color: #003965;
    text-align: left;
}
.second .subtitle {
    color: #003965;
}

.second .desc, .third .desc {  
    font-size: 24px;
    line-height: 28px; 
    font-weight: 300;
    color: #262626; 
    max-width: 590px;
    margin: auto;
    margin-top: 16px;
    margin-bottom: 54px;
}

.third .title {
    margin-bottom: 26px;
}

.second .top {
    display: grid;
    grid-template-columns: 50% 42%;
    grid-gap: 15%;
}


.examples {
    max-width: 900px;
    position: relative;
    margin-top: 60px;
}
.exampleContainer {
    -moz-column-width: 450px;
    -webkit-column-width: 450px;
    -moz-column-gap: 16px;
    -webkit-column-gap: 16px;
}

.h20 {
    height: 20px;
    display: block;
    width: 100%;
}

.card {
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
}

.dnaPhotos {
    display: flex;  
    flex-flow: row wrap;
    gap: 16px; /* row-gap column gap */
    row-gap: 16px;
    column-gap: 16px;   
    justify-content: space-around;
}

.oneDNA {
    flex: 1 0 45%; 
} 

.oneDNA .content {
    padding: 16px;
}

.oneDNA .title {
    font-size: 24px;
    line-height: 28px; 
    letter-spacing: 0.8px; 
    color: #003965; 

    margin-bottom: 12px;
}

.oneDNA .desc { 
    font-style: normal;
    font-weight: 325;
    font-size: 15px;
    line-height: 18px; 
    color: #737373;
}

.fourth {
    padding: 14vw 0 16vw;
}

.fourth .title { 
    font-weight: 500;
    font-size: 60px;
    line-height: 70px; 

    text-align: center;
    letter-spacing: 0.8px; 

    color: #FFFFFF; 

    max-width: 900px;
    margin: auto;
    margin-bottom: 24px;
}

.fourth .desc {
    font-style: normal;
    font-weight: 100;
    font-size: 32px;
    line-height: 38px; 

    text-align: center; 

    color: #FFFFFF;

    margin-bottom: 40px;
}

.fourth .stores {
    margin-bottom: 16px;
}

.footer {
    padding: 15px 0;
    background: rgba(235, 247, 255, 0.4);
}

.footer span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px; 

    text-align: center; 

    color: #262626;

}

.footer .privacy {
    margin-left: 32px;
    color: #262626;
    text-decoration: underline;
}

.privacy a {
    font-weight: 300;
} 
.privacy:hover {
    color: #606060;
}

@media (max-width: 1200px) { 
    
} 

@media (max-width: 960px) {
    .mobile_hide960 {
        min-height: 0;
        max-height: 0;
        max-width: 0;
        display: none !important;
        overflow: hidden;
        font-size: 0;
    }

    .second .top {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 0%;
    }
    .examples {
        margin-top: 30px;
    }
    .second .top .desc {
        max-width: 100%;
    }
} 

@media (max-width: 620px) {
    .mobile_hide {
        min-height: 0;
        max-height: 0;
        max-width: 0;
        display: none !important;
        overflow: hidden;
        font-size: 0;
    }

    .dnaPadding {
        padding: 0px 20px;
    }
    .desktop_hide {
        display: block !important; 
        max-width: 100%;
        min-height: 100%;
        max-height: 100%;
    }

    .desktop_display_none {
        display: block !important;
    }

    .first .text .title, .fourth .text .title {
        font-size: 32px;
        line-height: 38px;  
    }

    .first .logo {
        width: 140px;
    }

    .first .help {
        line-height: 38px;
        font-size: 16px;
    }
    
    .mobile_fs20 {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .mobile_fs24 {
        font-size: 24px !important;
        line-height: 28px !important;
    }
    .mobile_fs28 {
        font-size: 28px !important;
        line-height: 34px !important;
    }

    .mobile_fs52 {
        font-size: 52px !important;
        line-height: 52px !important;
    }

    .second{
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .third {
        padding-top: 0px;
        padding-bottom: 32px;
    }
    .second .desc {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 32px;
        color: #262626;
    }
    .third .desc {
        font-size: 17px;
        font-weight: 300;
        line-height: 20px;
        margin-bottom: 32px;
        color: #737373;
    }

    .second .title {
        font-weight: 800;
        font-size: 36px;
        line-height: 48px;
        letter-spacing: 0.8px;
    }
    .second .subtitle {
        font-weight: 600;
        font-size: 28px;
        line-height: 48px;
        letter-spacing: 0.8px;
    }

    .dnaPhotos {
        gap: 0;
        row-gap: 0;
        column-gap: 0;
    }
    .oneDNA {
        flex: 1 0 100%; 
        margin-bottom: 20px;
    } 
    .fourth .text {
        max-width: 350px;
        margin: auto;
    }
    .fourth .desc {
        padding: 0px 25px;
    }

    .footer span {
        display: block; 
    }

    .footer .privacy {
        display: block; 
        margin: 8px;
    }
}