.contxPg {
    background-color: #fff;
}

    .contxPg * {
        font-family: Manrope;
    }

.vcBanner {
    position: relative;
    margin-top: 73px;
}

    .vcBanner > img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
    }

        .vcBanner > img:nth-child(2) {
            display: none;
        }

.vcMaxW {
    max-width: 1300px;
    margin: 0 auto;
}

.vcContent {
    max-width: 1300px;
    display: flex;
    padding: 125px 0;
    position: relative;
}

    .vcContent > div {
        width: 45%;
    }

.vcContx h1 {
    color: #fff;
    font-size: 55px;
    line-height: 120%;
    font-weight: 900;
    margin-bottom: 20px;
}

.vcContx p {
    color: #fff;
    font-size: 22px;
    font-weight: 200;
    line-height: 150%;
    margin-bottom: 40px;
    max-width: 310px;
}

.vcContxBtns {
    display: flex;
    gap: 1.2rem;
}

    .vcContxBtns > * {
        font-size: 20px;
        font-weight: 500;
        padding: .8rem 2.5rem;
        border-radius: 8.42px;
    }

        .vcContxBtns > *:nth-child(2) {
            color: #1476f2;
        }

.vcForm {
    background-color: #fff;
    border-radius: 8.42px;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 8;
    box-shadow: 0 4px 67px rgba(0, 0, 0, 12%);
}

    .vcForm h2 {
        font-size: 22px;
        font-weight: 700;
        background-color: #FEFAF5;
        padding: 1.5rem 1rem;
        border-radius: 8.42px 8.42px 0 0;
        text-align: center;
    }

.vcFormContx {
    padding: 30px 40px;
}

    .vcFormContx .form-control {
        border: none;
        border-bottom: 1px solid #DADADA;
        border-radius: 0 !important;
        padding: 15px 0;
    }

    .vcFormContx #mobile_code.form-control {
        padding-top: 16.5px;
        padding-bottom: 16.5px;
    }

    .vcFormContx .intl-tel-input .selected-flag {
        padding: 0;
    }

    .vcFormContx .form-floating > label {
        padding-left: 0;
        padding-right: 0;
        color: #96A7B4;
    }

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    transform: scale(.85) translateY(-.5rem) translateX(-2px);
    color: #000;
}

.vcFormContx .form-control:focus {
    outline: none;
    box-shadow: none;
}

.vcFormContx textarea.form-control {
    height: auto;
    min-height: 90px;
    border: none;
    background-color: #F5F6F9;
    border-bottom: none !important;
    border-radius: 8.42px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

    .vcFormContx textarea.form-control::placeholder, .vcFormContx input[type=number]::placeholder {
        color: #96A7B4;
    }

.intl-tel-input.separate-dial-code .selected-flag, .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: transparent;
}

.intl-tel-input .selected-flag .iti-flag {
    border-radius: 3px;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    font-size: 1rem;
}

.custom-file-label {
    padding: 8px 16px;
    background-color: #007bff;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

    .custom-file-label:hover {
        background-color: #0056b3;
    }

.file-name-text {
    color: #96A7B4;
}

.vcAttach {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #DADADA;
    border-radius: 4px;
    padding: 7px 7px 7px 1rem;
}

.vcSubmit {
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
    border-radius: 8.42px;
    display: block;
    width: 100%;
}

.vcFormContx p {
    font-size: 14px;
    color: #96A7B4;
    text-align: center;
}

.vcLogos {
    margin-top: 145px;
    position: relative;
    background-color: #fff;
    border-radius: 8.42px;
    padding: 0 1rem;
}

    .vcLogos img {
        width: 100%;
    }

    .vcLogos .swiper-button-prev, .vcLogos .swiper-button-next {
        background-color: #fff;
        border: 1px solid #DEDDDD;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        margin-top: 0;
        z-index: 1;
        transform: translateY(-50%);
    }

    .vcLogos .swiper-button-prev {
        left: -20px;
    }

    .vcLogos .swiper-button-next {
        right: -20px;
    }

.vcBadges {
    padding: 80px 0;
}

    .vcBadges .swiper {
        padding-bottom: 80px;
    }

    .vcBadges h2 {
        text-align: center;
        padding: 0 1rem;
        font-size: 32px;
        font-weight: 900;
        line-height: 120%;
        margin-bottom: 50px;
    }

    .vcBadges .swiper-slide > div {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 220px;
        position: relative;
        opacity: .5;
        border: 1px solid #DEDDDD;
        border-radius: 8.42px;
        padding: 1rem;
        text-align: center;
    }

    .vcBadges .swiper-slide.swiper-slide-active > div {
        opacity: 1;
        box-shadow: rgba(50, 50, 93, 0.05) 0px 50px 100px -20px, rgba(0, 0, 0, 0.1) 0px 30px 60px -30px, rgba(10, 37, 64, 0.25) 0px -2px 6px 0px inset;
    }

    .vcBadges .swiper-slide img {
        display: block;
        max-width: 100%;
    }

    .vcBadges .swiper-slide span {
        display: block;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 105%;
        text-align: center;
        padding: 0 1rem;
        width: 100%;
    }

    .vcBadges .swiper-slide.swiper-slide-active span {
        visibility: visible;
        opacity: 1;
        transition-duration: 1s;
    }

.vcQuote {
    height: 750vh;
    overflow: hidden;
    background-color: #FEFAF5;
}

.vcQuoteCont {
    min-width: 450px;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 2rem;
}

.vcPin {
    height: 100vh;
    display: flex;
    justify-content: space-between;
}

.vcQuoteCont h2 {
    font-size: 55px;
    font-weight: 900;
    margin-bottom: 1rem;
}

.vcQuoteCont p {
    font-size: 22px;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 40px;
}

.vcQuoteCont .btn-primary, .vcTouch .btn-primary {
    font-size: 20px;
    font-weight: 500;
    padding: .8rem 2.5rem;
    border-radius: 8.42px;
}

.vcQuoteSwip {
    position: relative;
    width: 100vw;
    min-width: 92vw;
    height: 100vh;
    overflow: hidden;
    transform: translateX(10vw);
    background-color: #fff;
}

.vcQuoteItem {
    width: 50vw;
    height: 100vh;
    display: flex;
    padding: 100px 1rem;
    background-color: #fff;
    border: 1px solid #DEDDDD;
    border-right: 0;
    position: absolute;
    top: 0;
    left: 0;
}

    .vcQuoteItem > img {
        width: 200px;
        position: absolute;
        top: 80px;
        left: 2rem;
        z-index: 3;
    }

    .vcQuoteItem:nth-child(1) {
        z-index: 1;
    }

    .vcQuoteItem:nth-child(2) {
        left: 50vw;
        z-index: 2;
    }

    .vcQuoteItem:nth-child(3) {
        left: 100vw;
        z-index: 3;
    }

    .vcQuoteItem:nth-child(4) {
        left: 150vw;
        z-index: 4;
    }

    .vcQuoteItem:nth-child(5) {
        left: 200vw;
        z-index: 5;
    }

    .vcQuoteItem p {
        font-size: 32px;
        font-weight: 300;
        margin-top: 200px;
        padding: 0 60px;
        position: relative;
    }

        .vcQuoteItem p img {
            position: absolute;
            top: -20px;
            left: 10px;
        }

.vcInfo {
    text-align: center;
    padding: 80px 0;
}

    .vcInfo h2 {
        margin-bottom: 2rem;
    }

.vcInfoRow {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
}

.vcInfoCard {
    width: 30%;
    border-radius: 8.42px;
    padding-top: 2rem;
}

    .vcInfoCard h3 {
        margin-top: 10px;
        margin-bottom: 2rem;
    }

    .vcInfoCard > div:last-child {
        display: flex;
    }

    .vcInfoCard address {
        margin-bottom: 1rem;
    }

        .vcInfoCard address a {
            color: #000;
        }

    .vcInfoCard a {
        display: inline-block;
        margin-top: 5px;
    }

.vcModal {
    display: flex;
}

.vcModalWrap .modal-dialog {
    width: 1122px;
    max-width: unset;
}

.vcModal > div {
    width: 50%;
}

.vcModal .vcForm {
    position: static;
    border-radius: 0;
}

    .vcModal .vcForm h2 {
        text-align: left;
        padding: 30px 10px 0 40px;
        background-color: #fff;
        margin-bottom: 0;
    }

.vcModalSd {
    position: relative;
    display: flex;
    align-items: end;
}

    .vcModalSd img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .vcModalSd div {
        position: relative;
        z-index: 2;
        padding: 3rem;
    }

    .vcModalSd h2, .vcModalSd h2 span {
        font-size: 48px;
        font-weight: 900;
        color: #fff;
    }

        .vcModalSd h2 span {
            color: #1476F2;
        }

    .vcModalSd p {
        font-size: 22px;
        font-weight: 200;
        line-height: 150%;
        color: #fff;
        margin-top: 30px;
    }

.vcModalFooter {
    color: #fff;
    padding: 10px 3rem;
    font-size: 22px;
    background-color: #101010;
    position: relative;
    z-index: 2;
}

.vcTouchWrp {
    padding-bottom: 100px;
}

.vcTouch {
    display: flex;
    border-radius: 24px;
    overflow: hidden;
    background-color: #FEFAF5;
}

    .vcTouch > div {
        width: 50%;
    }

        .vcTouch > div:first-child {
            position: relative;
        }

            .vcTouch > div:first-child img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .vcTouch > div button {
            position: absolute;
            bottom: 15%;
            left: 50%;
            transform: translateX(-50%);
        }

        .vcTouch > div:last-child {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 50px;
            gap: .7rem;
        }

            .vcTouch > div:last-child * {
                font-size: 20px;
            }

            .vcTouch > div:last-child address {
                font-style: normal;
                margin-bottom: 2rem;
            }

                .vcTouch > div:last-child address strong {
                    font-size: 24px;
                    display: block;
                    margin-bottom: 1rem;
                }

@media all and (max-width: 1440px) {
    .vcQuoteItem p {
        font-size: 1rem;
        padding-right: 100px;
    }
}

@media all and (max-width: 1320px) {
    .vcMaxW {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .vcContent {
        min-height: 500px;
        align-items: center;
    }

    .vcForm {
        right: 3rem;
    }

    .vcQuoteItem > img {
        width: 150PX;
    }
}

@media all and (max-width: 1150px) {
    .vcContx h1, .vcQuoteCont h2 {
        font-size: 45px;
    }

    .vcQuoteItem p {
        font-size: 1rem;
    }

    .vcModalSd h2, .vcModalSd h2 span {
        font-size: 28px;
    }

    .vcModalSd p {
        font-size: 1rem;
    }

    .vcModalWrap .modal-dialog {
        width: 992px;
    }
}

@media all and (max-width: 992px) {
    .vcBanner {
        margin-top: 62px;
    }

        .vcBanner > img:nth-child(2) {
            display: block;
        }

        .vcBanner > img:nth-child(1) {
            display: none;
        }

    .vcForm {
        position: static;
    }

    .vcContent {
        flex-direction: column;
        padding: 80px 0;
    }

        .vcContent > div {
            width: 100%;
        }

        .vcContent h1, .vcContent p {
            text-align: center;
            width: 100%;
            max-width: unset;
        }

    .vcContxBtns {
        justify-content: center;
        margin-bottom: 50px;
    }

    .vcMaxW {
        padding-left: 10px;
        padding-right: 10px;
    }

    .vcLogos {
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 20px;
    }

        .vcLogos .swiper-button-prev, .vcLogos .swiper-button-next {
            height: 25px;
            width: 25px;
        }

            .vcLogos .swiper-button-next:after, .vcLogos .swiper-button-prev:after {
                font-size: 10px;
            }

        .vcLogos .swiper-button-prev {
            left: -12px;
        }

        .vcLogos .swiper-button-next {
            right: -12px;
        }

    .vcBadges {
        padding: 50px 0;
    }

    .vcQuoteCont {
        height: auto;
        min-width: 100%;
        min-width: 100%;
        padding: 50px 10px;
    }

    .vcPin, .vcQuote {
        height: auto;
    }

    .vcPin {
        flex-direction: column;
    }

    .vcQuoteSwip {
        width: 100%;
        transform: none;
        padding: 0 10px;
        height: auto;
        background-color: transparent;
    }

    .vcQuoteCont h2 {
        font-size: 28px;
    }

    .vcQuoteCont > div {
        width: 100%;
        text-align: center;
    }

    .vcQuoteCont p {
        font-size: 18px;
        margin-bottom: 2rem;
    }

    .vcQuoteSwip {
        flex-direction: column;
    }

    .vcQuoteItem {
        position: static;
        width: 100%;
        height: auto;
        border-right: 1px solid #DEDDDD;
        flex-direction: column;
        align-items: start;
        padding: 2rem;
    }

        .vcQuoteItem > img {
            position: static;
            width: 120px;
        }

        .vcQuoteItem p {
            margin-top: 3rem;
            margin-bottom: 2rem;
            padding-right: 0;
            padding-left: 30px;
            margin-bottom: 1rem;
        }

            .vcQuoteItem p img {
                top: -20px;
                left: 0;
                width: 32px;
            }

    .vcQuote {
        padding-bottom: 50px;
    }

    .vcInfo {
        padding: 50px 10px;
    }

    .vcInfoCard {
        width: 49%;
    }

        .vcInfoCard img {
            height: 60px;
        }

    .vcModalWrap .modal-dialog {
        width: 95%;
    }

    .vcModalSd {
        display: none;
    }

    .vcModal > div, .vcTouch > div {
        width: 100%;
    }

    .vcModal .vcForm h2 {
        padding: 30px 1.3rem 0 1.3rem;
    }

    .vcTouchWrp {
        padding-bottom: 50px;
    }

    .vcTouch {
        flex-direction: column-reverse;
    }
}

@media all and (max-width: 500px) {
    .vcBanner > img {
        height: 312px;
    }

    .vcContx h1, .vcQuoteCont h2 {
        font-size: 32px;
    }

    .vcContx p {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .vcContxBtns > *, .vcSubmit, .vcQuoteCont .btn-primary, .vcTouch .btn-primary {
        font-size: 1.3rem;
        padding: .8rem 1.5rem;
    }

    .vcTouch .btn-primary {
        white-space: nowrap;
    }

    .vcForm h2 {
        font-size: 1.3rem;
    }

    .vcFormContx {
        padding: 1rem 1.3rem;
    }

        .vcFormContx p {
            font-size: 10px;
        }

    .vcContent {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .vcBadges h2 {
        font-size: 22px;
        margin-bottom: 2rem;
    }

    .vcBadges .swiper {
        padding-bottom: 50px;
    }

    .vcQuoteCont h2 {
        font-size: 22px;
    }

    .vcQuoteCont p, .vcModalFooter {
        font-size: 1rem;
    }

    .vcInfoCard h3 {
        font-size: 1rem;
        margin-bottom: 0;
    }

    .vcTouch {
        border-radius: 12px;
    }

        .vcTouch > div:last-child {
            padding: 3rem 2rem;
        }

            .vcTouch > div:last-child * {
                font-size: 1rem;
            }

            .vcTouch > div:last-child address strong {
                font-size: 18px;
            }

    .vcModalFooter {
        padding: 10px 1.3rem;
    }
}
