h1 {
    font-size: 80px;
}

.h1 {
    font-size: 80px !important;
}

h2 {
    font-size: 66px;
}

.h2 {
    font-size: 66px !important;
}

h3 {
    font-size: 60px;
}

.h3 {
    font-size: 60px !important;
}

h4 {
    font-size: 53px;
}

.h4 {
    font-size: 53px !important;
}

h5 {
    font-size: 40px;
}

.h5 {
    font-size: 40px !important;
}

h6 {
    font-size: 33px;
}

.h6 {
    font-size: 33px !important;
}

.banner-section {
    height: calc(100dvh + 180px);
    color: var(--white);
    position: relative;
}

.banner-section picture,
.why-section picture {
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: -1;
}

.banner-section picture img,
.why-section picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.why-section picture img {
    -o-object-position: right;
    object-position: right;
}

.banner-section .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-content {
    max-width: 1120px;
}

.banner-content .h1 {
    letter-spacing: -2px;
}

.banner-content p {
    font-size: 40px;
    max-width: 850px;
    margin-bottom: 25px;
}

.banner-btn {
    max-width: 485px;
}

.alike-section {
    /* padding: 110px 0 0; */
    padding: 70px 0 0;
    margin-top: -60px;
    background-color: var(--white);
    border-radius: 70px 70px 0 0;
    position: relative;
}

.alike-section .h3,
.why-section .h3 {
    margin-bottom: 30px;
}

.alike-dsc strong {
    color: var(--carolina-blue);
}

.alike-btn {
    max-width: 382px;
    margin-top: 100px;
}

.alike-img {
    width: 460px;
    height: 460px;
}

.why-section {
    padding: 65px 0 100px;
    position: relative;
}

.why-section::after {
    content: "";
    position: absolute;
    background-image: url(../images/dip-light-white.png);
    bottom: 0;
    width: 135px;
    height: 70px;
    left: 25%;
    background-size: cover;
}

.how-section {
    padding: 160px 0 0;
    background-size: cover;
    background-position: 0 120%;
    background-repeat: no-repeat;
}

.how-col {
    margin-top: 125px;
}

.how-btn {
    margin: 475px 25px 0 0;
}

.how-items>* {
    text-align: center;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.how-items .h3 {
    color: var(--dark-blue);
    border-bottom: 3px solid var(--carolina-blue);
    padding-bottom: 12px;
    margin: 0 0 16px 0;
}

.how-img {
    width: 330px;
    height: 330px;
    margin-bottom: 20px;
}

/* .how-img svg {
    opacity: 50%;
} */

.why-content strong {
    font-weight: 900;
}

.trust-section {
    padding: 120px 0 0;
    position: relative;
}

.trust-section .h3 {
    margin-bottom: 40px;
}

.trust-content {
    max-width: 820px;
    margin-bottom: 50px;
}

.trust-logos {
    margin-bottom: 90px;
}

.trust-logos img {
    max-height: 100px;
}

.trust-logos [class*="col-"] {
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
}

.trust-img {
    width: 100%;
    position: absolute;
    bottom: 0;
}

[class*="col-"]:has(.trust-img) {
    position: relative;
}

.banner-section .draw-svg {
    position: absolute;
    bottom: 0;
    right: -45%;
    z-index: -1;
    height: calc(100% - 490px);
}

.banner-section .draw-svg svg {
    width: auto;
}

.banner-mobile-btn {
    padding-block: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.banner-mobile-btn a {
    color: var(--white);
    font-family: "brother-1816", sans-serif;
    font-weight: 300;
    font-size: 13px;
    border-radius: 14px;
    background-color: var(--carolina-blue);
    padding: 5px 20px;
    display: inline-block;
    text-decoration: none;
}

.banner-mobile-btn a:hover {
    background-color: var(--dark-blue);
}

.trust-section .draw-svg {
    position: absolute;
    bottom: -20px;
    height: auto;
    rotate: 90deg;
    z-index: -1;
}

.wave-svg svg {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.banner-brand-logos {
    display: flex;
    justify-content: space-between;
    max-width: 485px;
    aspect-ratio: 7.5 / 1;
    margin-top: 30px;
    gap: 15px;
}

.banner-brand-logos img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@media (min-width: 576px) {

    .trust-section .draw-svg,
    .banner-section .draw-svg {
        display: none;
    }
}

@media (min-width: 768px) {

    .banner-mobile-btn {
        display: none;
    }

    .how-items {
        margin-inline: -25px;
    }

    .how-items>* {
        padding-inline: 25px;
    }

    .trust-logos {
        min-height: 300px;
    }
}

@media (min-width: 1200px) {
    .banner-content .h1 br {
        display: none;
    }
}

@media (min-width: 1800px) {
    .trust-img {
        left: 4%;
        min-width: 111%;
    }

    .trust-logos [class*="col-"]:nth-child(3n - 1) {
        padding-left: 50px;
    }

    .trust-logos [class*="col-"]:nth-child(3n - 0) {
        padding-left: 100px;
    }
}

@media (max-width: 1799px) {
    h1 {
        font-size: 70px;
    }

    .h1 {
        font-size: 70px !important;
    }

    h2 {
        font-size: 56px;
    }

    .h2 {
        font-size: 56px !important;
    }

    h3 {
        font-size: 50px;
    }

    .h3 {
        font-size: 50px !important;
    }

    h4 {
        font-size: 43px;
    }

    .h4 {
        font-size: 43px !important;
    }

    h5 {
        font-size: 35px;
    }

    .h5 {
        font-size: 35px !important;
    }

    h6 {
        font-size: 28px;
    }

    .h6 {
        font-size: 28px !important;
    }

    .banner-section {
        height: calc(100vh + 100px);
    }

    .banner-content p {
        font-size: 30px;
        max-width: 630px;
    }

    .banner-brand-logos,
    .banner-btn,
    .alike-btn {
        max-width: 385px;
    }

    .alike-img {
        width: 360px;
        height: 360px;
    }

    .alike-btn,
    .how-col {
        margin-top: 80px;
    }

    .how-img {
        width: 280px;
        height: 280px;
    }

    .how-section,
    .trust-section {
        padding-top: 100px;
    }

    .how-btn {
        margin-top: 420px;
    }

    .banner-brand-logos {
        gap: 10px;
    }
}

@media (max-width: 1599px) {
    .why-content {
        padding-right: 120px;
    }

    .why-content p:first-child br {
        display: none;
    }
}

@media (max-width: 1499px) {
    h1 {
        font-size: 60px;
    }

    .h1 {
        font-size: 60px !important;
    }

    h2 {
        font-size: 50px;
    }

    .h2 {
        font-size: 50px !important;
    }

    h3 {
        font-size: 40px;
    }

    .h3 {
        font-size: 40px !important;
    }

    h4 {
        font-size: 36px;
    }

    .h4 {
        font-size: 36px !important;
    }

    h5 {
        font-size: 30px;
    }

    .h5 {
        font-size: 30px !important;
    }

    h6 {
        font-size: 25px;
    }

    .h6 {
        font-size: 25px !important;
    }

    .banner-content {
        max-width: 850px;
    }

    .banner-content p {
        font-size: 25px;
        max-width: 530px;
    }

    .banner-brand-logos,
    .banner-btn,
    .alike-btn {
        max-width: 350px;
    }

    .alike-img {
        width: 300px;
        height: 300px;
    }

    .alike-btn {
        margin-top: 50px;
    }

    .how-img {
        width: 240px;
        height: 240px;
    }

    .how-btn {
        margin-top: 350px;
    }

    .trust-content {
        margin-bottom: 30px;
    }

    .trust-logos [class*="col-"] {
        margin-bottom: 10px;
    }

    .trust-section .h3 {
        margin-bottom: 20px;
    }

    .why-content {
        padding-right: 60px;
    }
}

@media (max-width: 1399px) {
    .why-content {
        padding-right: 0;
    }
}

@media (max-width: 1199px) {
    .banner-section picture img {
        -o-object-position: 75%;
        object-position: 75%;
    }

    .alike-section .row,
    .how-section .container>.row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .alike-section .h3,
    .how-col,
    .how-btn {
        margin-top: 50px;
    }

    .how-btn {
        margin-right: 0;
    }

    .trust-img {
        display: none;
    }

    .trust-content,
    .alike-btn {
        max-width: 100%;
    }

    .why-section::after {
        width: 105px;
        height: 55px;
    }

    .why-section picture img {
        object-position: 95% center;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 50px;
    }

    .h1 {
        font-size: 50px !important;
    }

    h2 {
        font-size: 40px;
    }

    .h2 {
        font-size: 40px !important;
    }

    h3 {
        font-size: 30px;
    }

    .h3 {
        font-size: 30px !important;
    }

    h4 {
        font-size: 28px;
    }

    .h4 {
        font-size: 28px !important;
    }

    h5 {
        font-size: 26px;
    }

    .h5 {
        font-size: 26px !important;
    }

    h6 {
        font-size: 22px;
    }

    .h6 {
        font-size: 22px !important;
    }

    .banner-content p {
        font-size: 20px;
        max-width: 420px;
        margin-bottom: 20px;
    }

    .why-section {
        padding: 60px 0 500px;
    }

    .why-section picture img {
        -o-object-position: bottom;
        object-position: bottom;
    }

    .banner-section {
        height: 700px;
    }

    .how-items .h3 br {
        display: none;
    }

    .banner-brand-logos,
    .banner-btn,
    .alike-btn {
        max-width: 270px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 40px;
    }

    .h1 {
        font-size: 40px !important;
    }

    h2 {
        font-size: 32px;
    }

    .h2 {
        font-size: 32px !important;
    }

    h3 {
        font-size: 28px;
    }

    .h3 {
        font-size: 28px !important;
    }

    h4 {
        font-size: 24px;
    }

    .h4 {
        font-size: 24px !important;
    }

    h5 {
        font-size: 20px;
    }

    .h5 {
        font-size: 20px !important;
    }

    h6 {
        font-size: 18px;
    }

    .h6 {
        font-size: 18px !important;
    }

    .banner-section {
        margin-top: 78px;
        width: calc(100% - 40px);
        margin-inline: auto;
        color: var(--black);
        height: auto;
    }

    .banner-section picture {
        height: 490px;
        border-radius: 50px;
        overflow: hidden;
        position: relative;
    }

    .banner-section .container {
        padding-inline: 0;
    }

    .banner-content {
        padding-top: 58px;
    }

    .banner-content p {
        font-size: 16px;
    }

    .banner-btn {
        margin-top: 45px;
        max-width: 100%;
    }

    .alike-section {
        margin-top: 0;
        border-radius: 0;
        padding: 30px 0 90px;
    }

    .banner-section .white-btn.map-line-btn:not(:hover) {
        color: var(--black);
    }

    .banner-section .white-btn .arrow-right-icon:not(.map-line-btn:hover .arrow-right-icon),
    .banner-section .white-btn.map-line-btn::before,
    .banner-section .white-btn.map-line-btn::after,
    .banner-section .white-btn.map-line-btn:last-child::after {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .alike-img,
    .how-img {
        width: 260px;
        height: 260px;
    }

    .alike-section .h3 {
        margin-top: 40px;
    }

    .alike-btn {
        margin-top: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding-inline: 20px;
    }

    .why-section .h3 {
        margin-bottom: 20px;
    }

    .why-section {
        padding: 60px 0 430px;
    }

    .alike-section .h3,
    .why-section .h3,
    .trust-section .h3 {
        font-size: 40px !important;
    }

    .how-section {
        padding-top: 70px;
    }

    .how-dsc,
    .why-section::after {
        display: none;
    }

    .how-btn,
    .how-col {
        margin-top: 0;
    }

    .how-items>* {
        margin-bottom: 40px;
    }

    .how-items .h3 {
        font-size: 32px !important;
        border-bottom: 0;
        position: relative;
        padding: 15px 0 19px;
        line-height: 1;
        margin-bottom: 26px;
    }

    .how-items .h3::after {
        top: auto !important;
        bottom: 0;
    }

    .how-items .h3::after,
    .how-items .h3::before {
        content: "";
        position: absolute;
        width: 95px;
        height: 4px;
        background-color: var(--carolina-blue);
        margin: 0 auto;
        top: 0;
        left: 0;
        right: 0;
    }

    .how-content p {
        text-align: left;
    }

    .how-img {
        margin-bottom: 30px;
    }

    .trust-section {
        padding-top: 75px;
    }

    .trust-section .h3 {
        margin-bottom: 18px;
        letter-spacing: -1px;
    }

    .trust-logos [class*="col-"] {
        justify-content: center;
    }

    .trust-logos img {
        max-height: 60px;
    }

    .trust-logos {
        margin-bottom: 190px;
    }

    .trust-content {
        margin-bottom: 50px;
    }

    .banner-content .h1 {
        letter-spacing: -1px;
    }

    .banner-brand-logos {
        max-width: 100%;
        filter: brightness(0.5);
    }

}

@media (max-width: 575px) {
    .why-section {
        padding: 60px 0 280px;
    }
}

@media (max-width: 369px) {
    .banner-section picture {
        height: 390px;
    }

    .banner-section .draw-svg {
        height: calc(100% - 390px);
    }

    .banner-content .h1 br {
        display: none;
    }
}