/*-----------------------------------*\
  HOME GRID
\*-----------------------------------*/

#disclaimer {
    position: fixed; top: 0; left: 0;
    right: 0; bottom: 0; z-index: 9998;
    background: rgba(22, 39, 59, 0.8);
    opacity: 0; visibility: hidden;
    transition: all 0.25s linear;
    display: flex; align-items: center;
    justify-content: center;
}

#disclaimer.active {
    opacity: 1; visibility: visible;
}

.dis-inner {
    background: #fff; border-radius: 10px;
    box-shadow: 0 10px 20px rgba(22, 77, 160, 0.15);
    width: 90%; max-width: 860px; 
    padding: 24px 20px;
}

.dis-logo {
    width: 180px;
    margin-bottom: 30px;
}

.dis-inner h4 {
    margin-bottom: 10px;
}

.fineprint {
    font-size: 1.1rem;
    margin-top: 30px;
}

#btn-dis {
    z-index: 9999;
}

#homegrid {
    margin-bottom: 80px;
}

.hgcol1 {
    border-radius: 10px; overflow: hidden;
    position: relative; margin-bottom: 10px;
    color: #fff; will-change: transform;
    background: #2DB5E7;
    background: radial-gradient(circle farthest-corner at center center, #2DB5E7 0%, #0E73C5 100%);
}

.hgcol1-copy {
    position: absolute; top: 0; left: 0;
    right: 0; padding: 16px 8px 0;
    text-align: center;
}

.hgcol1 h2 {
    font-size: 2.4rem; line-height: 1.1;
    margin-bottom: 9px;
}

.hgcol1-overlay {
    position: absolute; top: 0; left: 0;
    right: 0; bottom: 0; display: flex;
    justify-content: center; align-items: center;
    background: #002E64; z-index: 3;
    transition: opacity 0.25s linear;
    opacity: 0; visibility: hidden;
}

.touchlink {
    position: absolute; top: 0; left: 0;
    right: 0; bottom: 0; z-index: 3;
    display: block;
}

.hgcol2 h3 {
    font-size: 1.8rem; line-height: 1.35;
    margin-bottom: 10px;
}

.hg-experts {
    border-radius: 10px; overflow: hidden;
    position: relative; margin-bottom: 10px; 
    color: #fff;
}

.hg-experts-copy {
    position: absolute; left: 0;
    right: 0; bottom: 0;
    padding: 0 16px 28px;
    z-index: 2;
}

.hg-experts.hge-last {
    margin-bottom: 0;
}

.hgcol2 h3 br {
    display: none;
}

.hg-data {
    border-radius: 10px; overflow: hidden;
    position: relative; padding: 40px 16px 52vw;
}

.hg-data-copy {
    position: relative; z-index: 2;
}

.dataimg {
    position: absolute; bottom: 0;
    left: 0; right: 0;
}

@media only screen and (min-width: 768px) {

    .dis-inner {
        padding: 60px 48px 30px;
    }

    .dis-logo {
        width: 210px;
        margin-bottom: 48px;
    }

    .dis-inner h4 {
        margin-bottom: 16px;
    }

    .fineprint {
        font-size: 1.2rem;
        margin-top: 56px;
    }

    .dis-inner p {
        max-width: 713px;
        margin-bottom: 30px;
        line-height: 1.75;
    }

    #homegrid .basic {
        max-width: 1847px;
        padding: 0 20px;
    }

    .hgcol1 {
        width: 55%;
    }

    .hgcol1-copy {
        padding: 3.125vw 0 0;
        font-size: clamp(1.4rem, 1.5625vw, 3rem);
        line-height: 1.33;
    }

    .hgcol1 h2 {
        font-size: clamp(2.4rem, 3.125vw, 6rem);
        margin-bottom: 1.04vw;
    }

    .hgcol2 {
        width: 45%; padding-left: 20px;
        display: flex; flex-direction: column;
    }

    .hgcol2 h3 {
        font-size: 1.6rem;
        margin-bottom: 8px;
    }

    .hgcol1, .hg-experts {
        margin-bottom: 0;
    }

    .hgcol2 h3 br {
        display: block;
    }
    
    .hg-experts.hge-last {
        margin-top: auto;
    }

    .hg-data {
        padding: 0 0 0 16px; display: flex;
        align-items: center; height: 11.25vw;
        margin-top: auto;
    }

    .dataimg {
        left: auto; width: 60%;
        transition: transform 0.2s linear;
    }

    .hg-data:hover .dataimg {
        transform-origin:bottom right;
        transform: scale(0.95) translateX(20px);
    }

    .hgcol2 .hg-data h3 {
        font-size: 1.4rem;
        margin-bottom: 4px;
    }

    .hgcol2 .btn {
        line-height: 30px;
        padding: 0 24px;
    }

}

@media only screen and (min-width: 1024px) {

    #homegrid {
        margin-bottom: 120px;
    }

    .hgcol1, .hg-data, .hg-experts {
        border-radius: 30px;
    }

    #homegrid .basic {
        padding: 0 40px;
    }

    .hg-experts-copy {
        padding: 0 8vw 2.25vw 2.6vw;
    }

    .hg-data {
        padding: 0 0 0 2.6vw;
    }

    .hgcol2 h3 {
        font-size: clamp(2rem, 1.5625vw, 3rem);
        margin-bottom: 1.04vw;
    }

    .hgcol2 .hg-data h3 {
        font-size: clamp(1.6rem, 1.3vw, 2.5rem);
        margin-bottom: 1vw;
    }

    .hgcol2 .btn {
        line-height: 36px; font-size: 1.2rem;
        padding: 0 30px;
    }

}

@media only screen and (min-width: 1280px) {

    #homegrid {
        margin-bottom: 160px;
    }

    .hgcol1-overlay {
        visibility: visible;
    }

    .hgcol1:hover .hgcol1-overlay {
        opacity: 1; 
    }

    .hgcol1-overlay .btn {
        line-height: 64px; font-size: 2.4rem;
    }

    .touchlink {
        display: none;
    }

}

@media only screen and (min-width: 1440px) {

    #homegrid {
        margin-bottom: 200px;
    }

    .hgcol2 .btn {
        line-height: 50px; font-size: 1.3rem;
        padding: 0 52px;
    }

}

@media only screen and (min-width: 1847px) {

    .hgcol1-copy {
        padding: 60px 0 0;
    }

    .hgcol1 h2 {
        margin-bottom: 20px;
    }

    .hg-experts-copy {
        padding: 0 148px 48px 50px;
    }

    .hg-data {
        height: 202px;
        padding: 0 0 0 50px;
    }

    .hgcol2 h3 {
        margin-bottom: 30px;
    }

}

/*-----------------------------------*\
  HOME ABOUT
\*-----------------------------------*/

#homeabout {
    text-align: center;
    margin-bottom: 40px;
}

.ha-copy {
    margin-bottom: 20px;
}

.ha-inner {
    margin: 0 auto 60px;
}

#homeabout h2 br, .ha-copy br {
    display: none;
}

.ha-trilogy {
    max-width: 814px; margin: 0 auto;
}

@media only screen and (min-width: 768px) {

    #homeabout h2 br, .ha-copy br {
        display: block;
    }

}

@media only screen and (min-width: 1024px) {

    .ha-copy {
        margin-bottom: 30px;
        line-height: 1.75;
    }

    .ha-inner {
        margin: 0 auto 98px;
    }

}

/*-----------------------------------*\
  HOME EXPERTS
\*-----------------------------------*/

.expertsec {
    padding-top: 20px;
    padding-bottom: 32px;
}

.vsv-inner {
    border-radius: 10px; overflow: hidden;
    margin-bottom: 20px; background: #16273B;
}

.vs-desc p {
    display: none;
}

@media only screen and (min-width: 768px) {

    #homeexperts {
        margin-bottom: 72px;
    }

    .expertsec {
        padding-top: 40px;
        padding-bottom: 32px;
    }

    .vs-video {
        width: 52.7%;
    }

    .vsv-inner {
        margin-bottom: 0;
    }

    .vs-desc {
        width: 42%;
        max-width: 600px;
    }

}

@media only screen and (min-width: 1024px) {

    #homeexperts {
        margin-bottom: 120px;
    }

    .expertsec {
        padding-top: 60px;
        padding-bottom: 60px;
    }

}

@media only screen and (min-width: 1280px) {

    #homeexperts {
        margin-bottom: 160px;
    }

    .expertsec {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .vs-desc p {
        display: block;
        margin-bottom: 20px;
    }

}

@media only screen and (min-width: 1440px) {

    #homeexperts {
        margin-bottom: 200px;
    }

    .expertsec {
        padding-top: 148px;
        padding-bottom: 90px;
    }

    .vs-desc p {
        margin-bottom: 30px;
    }

}