@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap");

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    overflow-x: hidden;
    font-family: "Epilogue", sans-serif;
    font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #293C2A;
}

.no-scroll {
    overflow: hidden;
}

body {
    font-family: "Epilogue", sans-serif;
    font-size: 1rem;
    line-height: 150%;
}

.grecaptcha-badge {
    display: none;
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}

p {
    line-height: 1.6;
    margin-bottom: 0;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.container-full {
    width: 100%;
    max-width: 108.125rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

@media screen and (max-width: 993px) {
    .container-full {
        padding-inline: 20px;
    }

    .page-01-home .how-works .container .card .icon {
        filter: brightness(0) saturate(100%) invert(21%) sepia(74%) saturate(1765%) hue-rotate(197deg) brightness(94%) contrast(97%)
    }

}

.container {
    width: 100%;
    max-width: 73.75rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

@media screen and (max-width: 993px) {
    .container {
        padding-inline: 20px;
    }
}

.input-group label {
    display: block;
    font-family: "Epilogue", sans-serif;
    font-style: normal;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0rem;
    color: #33528B;
    margin-bottom: 0.25rem;
}

.input-group input,
.input-group textarea {
    border: 0;
    display: block;
    width: 100%;
    background-color: transparent;
    height: 54px;
    border-radius: 8px;
    padding-inline: 26px;
    font-family: "Epilogue", sans-serif;
    font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0rem;
    color: #888;
    border: 1px solid #BEBEBE;
}

.input-group input[type="file"] {
    padding-top: 15px;
    margin-bottom: 30px;
}

.input-group input::-moz-placeholder,
.input-group textarea::-moz-placeholder {
    color: #BEBEBE;
}

.input-group input::placeholder,
.input-group textarea::placeholder {
    color: #BEBEBE;
}

.input-group textarea {
    height: 170px;
    resize: none;
    padding-block: 10px;
}

.input-group-select-box {
    position: relative;
}

.input-group-select-box label {
    border: 1px solid #BEBEBE;
    border-radius: 8px;
    height: 3.375rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 1.625rem;
    padding-right: 1.4375rem;
    cursor: pointer;
}

.input-group-select-box label span {
    font-size: 0.875rem;
    font-weight: 400;
    color: #696969;
    letter-spacing: 0;
    width: 90%;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.input-group-select-box label svg {
    transition: 200ms;
}

.input-group-select-box .modal-select {
    position: absolute;
    top: calc(100% + 30px);
    min-width: 100%;
    max-height: 7.5rem;
    border: 1px solid #BEBEBE;
    overflow-y: auto;
    z-index: 3;
    background-color: #fff;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: 200ms;
}

.input-group-select-box .modal-select::-webkit-scrollbar {
    width: 0.375rem;
}

.input-group-select-box .modal-select::-webkit-scrollbar-thumb {
    background-color: #0D419E;
}

.input-group-select-box .modal-select li {
    list-style: none;
    padding: 0.25rem 1.25rem;
    cursor: pointer;
    transition: 200ms;
    font-size: 0.875rem;
    position: relative;
}

.input-group-select-box .modal-select li::before {
    content: "";
    display: block;
    width: 0.1875rem;
    height: 0.1875rem;
    background-color: #0D419E;
    border-radius: 999px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: 200ms;
}

.input-group-select-box .modal-select li:hover {
    background-color: #e9e9e9;
}

.input-group-select-box .modal-select li.active::before {
    opacity: 1;
}

.input-group-select-box.active label svg {
    transform: scale(-1);
}

.input-group-select-box.active .modal-select {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 10px);
}

@media screen and (max-width: 500px) {
    .input-group-select-box label {
        padding-inline: 1.25rem;
    }
}

.box-value {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    /* WebKit thumb (Chrome, Edge, Safari) */
    /* Firefox thumb */
    /* Firefox track */
}

.box-value .name {
    font-size: 1rem;
    font-weight: 600;
    color: #33528B;
    text-align: center;
    display: block;
    margin-bottom: 0.5rem;
}

.box-value .price {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #33528B;
    letter-spacing: -0.03rem;
    line-height: 1.4;
}

.box-value .preco-slider {
    max-width: 640px;
}

.box-value .preco,
.box-value .price-value {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #33528B;
    letter-spacing: -0.03rem;
    line-height: 1.4;
}

.box-value .range-wrap {
    position: relative;
}

.box-value input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e9e9e9;
    border-radius: 999px;
    outline: none;
}

.box-value input[type=range] {
    background: linear-gradient(to right, #1547A6 0%, #1547A6 0%, #e9e9e9 0%, #e9e9e9 100%);
}

.box-value input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    background: #1547A6;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.box-value input[type=range]::-moz-range-thumb {
    width: 14px;
    height: 14px;
    background: #1547A6;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.box-value input[type=range]::-moz-range-track {
    height: 8px;
    background: transparent;
    border: none;
    border-radius: 999px;
}

.box-value input[type=range]:focus-visible {
    outline: 2px solid color-mix(in srgb, #0D419E 60%, white);
    outline-offset: 6px;
}

@media screen and (max-width: 700px) {
    .box-value {
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }

    .box-value .name {
        font-size: 0.875rem;
        margin-bottom: 0.25rem;
    }

    .box-value .price-value {
        font-size: 1.5rem;
    }
}

.btn-primary {
    height: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFDD21;
    width: 100%;
    border-radius: 8px;
    border: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #0D419E;
    letter-spacing: -0.02rem;
    text-decoration: none;
    transition: 200ms;
    cursor: pointer;
}

.btn-primary:hover {
    transform: scale(1.05);
}

.page-01-home {
    background: #F3F2FA;
}

.page-01-home main {
    max-width: 100%;
    overflow-x: hidden;
}

.page-01-home .main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: 200ms;
    z-index: 10;
}

.page-01-home .main-header .container-full {
    display: flex;
    align-items: center;
    padding-top: 2.3125rem;
    padding-bottom: 1.25rem;
    transition: 200ms;
}

.page-01-home .main-header .container-full .logo {
    margin-right: 4rem;
    max-height: 80px;
    width: auto;
    object-fit: contain;
}

.page-01-home .main-header .container-full nav {
    display: flex;
    align-items: center;
    gap: 5rem;
    margin-right: auto;
}

.page-01-home .main-header .container-full nav a {
    font-size: 1rem;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: -0.02rem;
    text-decoration: none;
    transition: 200ms;
}

.page-01-home .main-header .container-full nav a:hover {
    color: #FFDD21;
}

.page-01-home .main-header .container-full .btn-primary {
    width: -moz-max-content;
    width: max-content;
    padding-inline: 3rem;
}

.page-01-home .main-header .container-full .btn-menu-mobile {
    display: none;
    width: 1.25rem;
    height: 1rem;
    position: relative;
}

.page-01-home .main-header .container-full .btn-menu-mobile span {
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    display: block;
    position: absolute;
    left: 0;
    transition: 200ms;
}

.page-01-home .main-header .container-full .btn-menu-mobile span:nth-of-type(1) {
    top: 0;
}

.page-01-home .main-header .container-full .btn-menu-mobile span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}

.page-01-home .main-header .container-full .btn-menu-mobile span:nth-of-type(3) {
    top: 100%;
}

.page-01-home .main-header .container-full .btn-menu-mobile.active span:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.page-01-home .main-header .container-full .btn-menu-mobile.active span:nth-of-type(2) {
    width: 0;
}

.page-01-home .main-header .container-full .btn-menu-mobile.active span:nth-of-type(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 1200px) {
    .page-01-home .main-header .container-full {
        justify-content: space-between;
    }

    .page-01-home .main-header .container-full .logo {
        width: 110px;
    }

    .page-01-home .main-header .container-full nav {
        display: none;
    }

    .page-01-home .main-header .container-full .btn-primary {
        display: none;
    }

    .page-01-home .main-header .container-full .btn-menu-mobile {
        display: block;
    }
}

.page-01-home .main-header.active {
    background-color: #0D419E;
}

.page-01-home .main-header.active .container-full {
    padding-top: 1.25rem;
}

.page-01-home .hero {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 2rem;
}

.page-01-home .hero .container-full {
    height: 100%;
    display: flex;
    padding-top: 9.375rem;
    padding-bottom: 2rem;
    justify-content: space-between;
}

.page-01-home .hero .container-full .left {
    padding-top: 7.25rem;
}

.page-01-home .hero .container-full .left h1 {
    font-size: 3rem;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: -0.06rem;
    margin-bottom: 0.75rem;
    max-width: 33.125rem;
}

.page-01-home .hero .container-full .left p {
    font-size: 1.5rem;
    font-weight: 400;
    color: #FFFFFF;
    max-width: 33.125rem;
}

.page-01-home .hero .container-full .form {
    width: 33.125rem;
    background-color: #FFFFFF;
    padding: 2.5rem 3rem 2rem;
    border-radius: 16px;
}

.page-01-home .hero .container-full .form h2 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #6D6D6D;
    letter-spacing: -0.025rem;
    text-align: center;
    margin-bottom: 1.25rem;
}

.page-01-home .hero .container-full .form .input-group+.input-group {
    margin-top: 1.5rem;
}

.page-01-home .hero .container-full .form .line {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.page-01-home .checkboxe {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-01-home .checkboxe input[type=file] {
    margin-bottom: 30px;
}

.page-01-home .checkboxe input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin-right: 0.5rem;
}



.page-01-home .hero .container-full .form .line .name {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #33528B;
    letter-spacing: -0.02rem;
    line-height: 1.4;
    margin-bottom: 0.25rem;
}

.page-01-home .hero .container-full .form .line .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.375rem;
}

.page-01-home .hero .container-full .form>p {
    font-size: 0.75rem;
    font-weight: 400;
    color: #6D6D6D;
    letter-spacing: -0.015rem;
    line-height: 1.6;
    text-align: center;
    display: block;
    margin-top: 1.25rem;
}

.page-01-home .hero .container-full .form>p a {
    color: #0D419E;
}

@media screen and (max-width: 1250px) {
    .page-01-home .hero {
        background: #0D419E;
        background-image: none !important;
    }

    .page-01-home .hero .container-full {
        flex-direction: column;
    }

    .page-01-home .hero .container-full .left {
        padding-top: 0;
        max-width: 40rem;
        margin-inline: auto;
        text-align: center;
        margin-bottom: 1rem;
    }

    .page-01-home .hero .container-full .left h1 {
        font-size: 2.25rem;
        font-weight: 600;
        letter-spacing: 1.4;
        max-width: initial;
        margin-bottom: 1.875rem;
    }

    .page-01-home .hero .container-full .left p {
        display: none;
    }

    .page-01-home .hero .container-full .form {
        margin-inline: auto;
    }
}

@media screen and (max-width: 700px) {
    .page-01-home .hero .container-full {
        padding-top: 7.5rem;
        padding-bottom: 2.375rem;
    }

    .page-01-home .hero .container-full .left h1 {
        padding-inline: 0;
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 1.375rem;
        line-height: 1.4;
        text-align: left;
    }

    .page-01-home .hero .container-full .form {
        max-width: initial;
        width: 100%;
        padding-inline: 1.25rem;
        padding-top: 2rem;
        padding-bottom: 0.875rem;
    }

    .page-01-home .hero .container-full .form h2 {
        font-size: 1rem;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .page-01-home .hero .container-full .form .input-group+.input-group {
        margin-top: 0.25rem;
    }

    .page-01-home .hero .container-full .form .input-group label {
        display: none;
    }

    .page-01-home .hero .container-full .form .input-group label.file-input-label {
        display: block;
    }

    .page-01-home  .input-group .checkboxe label {
        display: block !important;
        font-size: 14px;
    }
    

    .page-01-home .hero .container-full .form .line .name.toggleAnexoConta,
    .page-01-home .hero .container-full .form .line .name.toggleAnexoConta2 {
        font-size: 16px;
    }

    .page-01-home .hero . .input-group input {
        font-size: 0.875rem;
    }

    .page-01-home .hero .container-full .form .line {
        margin-top: 0.3125rem;
    }

    .page-01-home .hero .container-full .form .line .name {
        font-size: 0.875rem;
        margin-bottom: 0.25rem;
    }

    .page-01-home .hero .container-full .form>p {
        max-width: 18.125rem;
        margin-inline: auto;
    }

    .page-01-home .hero .container-full .form .line .wrapper {
        display: flex;
        gap: 0.375rem;
    }

    .page-01-home .hero .container-full .form .line .wrapper .input-group-select-box {
        display: flex;
        width: 49%;
    }

    .page-01-home .hero .container-full .form .line .wrapper .input-group-select-box label {
        width: 100%;
    }

}

@media screen and (max-width: 400px) {


    .page-01-home .hero .container-full .form .line .wrapper .input-group-select-box {
        margin-bottom: 5px;
    }

}

.page-01-home .main-video {
    margin-top: 2.875rem;
    margin-bottom: 6.25rem;
    max-width: 68.75rem;
    width: 100%;
    margin-inline: auto;
    aspect-ratio: 16/9;
    background-color: #2D2D2D;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.page-01-home .main-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1200px) {
    .page-01-home .main-video {
        width: calc(100% - 80px);
    }
}

@media screen and (max-width: 993px) {
    .page-01-home .main-video {
        width: calc(100% - 40px);
        margin-top: 2.5rem;
        margin-bottom: 5rem;
    }
}

.page-01-home .how-works {
    margin-bottom: 11.875rem;
    margin-top: 2rem;
}

.page-01-home .how-works .container h2 {
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: -0.045rem;
    text-align: center;
    margin-bottom: 3.125rem;
    color: #0D419E;
}

.page-01-home .how-works .container .card {
    border: 1px solid #BEBEBE;
    border-radius: 16px;
    width: 15.625rem;
    height: 15.625rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 2.0625rem;
    padding-inline: 1.875rem;
}

.page-01-home .how-works .container .card .number {
    position: absolute;
    height: 2rem;
    padding-left: 0.9375rem;
    padding-right: 1.875rem;
    min-width: 5.375rem;
    background-color: #FFDD21;
    border-radius: 64px;
    left: 16px;
    top: -16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #0D419E;
    letter-spacing: -0.02rem;
    font-weight: 600;
}

.page-01-home .how-works .container .card .icon {
    height: 6.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-01-home .how-works .container .card .icon svg {
    transition: 200ms;
}

.page-01-home .how-works .container .card:hover img {
    filter: brightness(0) saturate(100%) invert(21%) sepia(74%) saturate(1765%) hue-rotate(197deg) brightness(94%) contrast(97%);
}

.page-01-home .how-works .container .card h2 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #8382AC;
    letter-spacing: -0.025rem;
    line-height: 1.4;
    transition: 200ms;
}

.page-01-home .how-works .container .card:hover {
    background-color: #D7E2F5;
    border-color: #D7E2F5;
}

.page-01-home .how-works .container .card:hover .icon svg {
    display: none;
}

.page-01-home .how-works .container .card:hover .icon svg.active {
    display: block;
}

.page-01-home .how-works .container .card:hover h2 {
    color: #0D419E;
}

.page-01-home .how-works .container .wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

.page-01-home .how-works .container .swiper {
    display: none;
}

@media screen and (max-width: 1000px) {
    .page-01-home .how-works .container .card {
        width: 100%;
    }

    .page-01-home .how-works .container .card .number {
        left: 50%;
        transform: translateX(-50%);
    }

    .page-01-home .how-works .container .wrapper {
        display: none;
    }

    .page-01-home .how-works .container .swiper {
        display: block;
    }

    .page-01-home .how-works .container .swiper .swiper-slide {
        padding-top: 1.25rem;
    }
}

@media screen and (max-width: 993px) {
    .page-01-home .how-works {
        margin-bottom: 5rem;
    }

    .page-01-home .how-works .container h2 {
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .page-01-home .how-works .container .card {
        height: 13.5rem;
    }

    .page-01-home .how-works .container .card .number {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-inline: 0;
    }

    .page-01-home .how-works .container .swiper {
        padding-bottom: 2rem;
    }

    .page-01-home .how-works .container .swiper .swiper-slide.swiper-slide-active .card {
        background-color: #D7E2F5;
        border-color: #D7E2F5;
    }

    .page-01-home .how-works .container .swiper .swiper-slide.swiper-slide-active .card .icon svg {
        display: none;
    }

    .page-01-home .how-works .container .swiper .swiper-slide.swiper-slide-active .card .icon svg.active {
        display: block;
    }

    .page-01-home .how-works .container .swiper .swiper-slide.swiper-slide-active .card h2 {
        color: #0D419E;
    }

    .page-01-home .how-works .container .swiper .swiper-pagination {
        bottom: 0;
    }

    .page-01-home .how-works .container .swiper .swiper-pagination .swiper-pagination-bullet {
        width: 0.5rem;
        height: 0.5rem;
        background-color: #8382AC;
        opacity: 1;
    }

    .page-01-home .how-works .container .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #0D419E;
    }
}

.page-01-home .plin-features {
    margin-bottom: 12.5rem;
}

.page-01-home .plin-features .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.875rem;
    margin-bottom: 4rem;
}

.page-01-home .plin-features .container .left h2 {
    font-size: 2.25rem;
    font-weight: 400;
    color: #0D419E;
    letter-spacing: -0.045rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}

.page-01-home .plin-features .container .left h2 b {
    font-weight: 600;
}

.page-01-home .plin-features .container .left .wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.page-01-home .plin-features .container .left .wrapper .item {
    height: 6.875rem;
    padding: 1.5rem;
    border-radius: 16px;
    background-color: #D5E0F3;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.page-01-home .plin-features .container .left .wrapper .item p {
    font-size: 1.25rem;
    font-weight: 400;
    color: #0D419E;
    letter-spacing: -0.025rem;
    line-height: 1.4;
}

.page-01-home .plin-features .container .right {

    border-radius: 16px;
    position: relative;
}

.page-01-home .plin-features .container .right img {
    width: 128%;
    position: absolute;
    left: 8px;
    object-fit: cover;
    bottom: -1px;
    height: 100%;
}

.page-01-home .plin-features .btn-primary {
    width: -moz-max-content;
    width: max-content;
    padding-inline: 3rem;
    margin-inline: auto;
}

@media screen and (max-width: 1250px) {
    .page-01-home .plin-features .container {
        display: block;
    }

    .page-01-home .plin-features .container .right {
        aspect-ratio: 335/552;
        max-width: 500px;
        margin-inline: auto;
        margin-top: 0.5rem;
        width: 100%;
    }

    .page-01-home .plin-features .container .right img {
        width: 160%;
        bottom: 0;
        right: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 993px) {
    .page-01-home .plin-features {
        margin-bottom: 5rem;
    }

    .page-01-home .plin-features .container {
        margin-bottom: 3rem;
    }

    .page-01-home .plin-features .container .left h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        line-height: 1.4;
    }

    .page-01-home .plin-features .container .left .wrapper {
        gap: 0.5rem;
    }

    .page-01-home .plin-features .container .left .wrapper .item {
        height: 5.5rem;
        padding-inline: 20;
        gap: 1rem;
    }

    .page-01-home .plin-features .container .left .wrapper .item img {
        width: 3rem;
    }

    .page-01-home .plin-features .container .left .wrapper .item p {
        font-size: 1rem;
    }

    .page-01-home .plin-features .container .right {
        aspect-ratio: 335/452;
    }

    .page-01-home .plin-features .container .right img {
        width: 120%;
        right: -100px;
        left: initial;
        transform: translateX(0);
    }
}

@media screen and (max-width: 500px) {
    .page-01-home .plin-features .container .right {
        aspect-ratio: 335/502;
    }

    .page-01-home .plin-features .container .right img {
        width: 100%;
        right: 0;
        left: initial;
        transform: translateX(0);
        object-fit: contain;
    }
}

.page-01-home .review {
    margin-bottom: 11.875rem;
}

.page-01-home .review .container {
    max-width: 1360px;
}

.page-01-home .review .container .swiper {
    padding: 40px 80px 90px 90px;
}

.page-01-home .review .container .swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0;
}

.page-01-home .review .container .swiper .swiper-pagination {
    width: -moz-max-content;
    width: max-content;
    left: calc(50% + 70px);
    bottom: 90px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.32px;
    color: #96989A;
}

.page-01-home .review .container .swiper .swiper-pagination .swiper-pagination-current {
    color: #0D419E;
}

.page-01-home .review .container .swiper .swiper-pagination .swiper-pagination-total {
    color: #96989A;
}

.page-01-home .review .container .swiper .swiper-button-prev {
    left: calc(50% + 30px);
    top: initial;
    margin-top: 0;
    bottom: 93px;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(../images/icon-swiper-button-prev.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.page-01-home .review .container .swiper .swiper-button-prev::after {
    display: none;
}

.page-01-home .review .container .swiper .swiper-button-next {
    left: calc(50% + 125px);
    top: initial;
    margin-top: 0;
    bottom: 93px;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(../images/icon-swiper-button-next.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.page-01-home .review .container .swiper .swiper-button-next::after {
    display: none;
}

.page-01-home .review .container .card-review {
    display: flex;
    gap: 1.875rem;
}

.page-01-home .review .container .card-review .video {
    flex: 1;
    aspect-ratio: 53/57;
    position: relative;
}

.page-01-home .review .container .card-review .video>img.video {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
    aspect-ratio: 550/590;
    object-fit: cover;
    cursor: pointer;
}

.page-01-home .review .container .card-review .video>img.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.page-01-home .review .container .card-review .video iframe {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

.page-01-home .review .container .card-review .video .card {
    padding: 1.25rem 2.1875rem 1.25rem 1.875rem;
    position: absolute;
    left: 50%;
    top: -1.9375rem;
    transform: translateX(-50%);
    background-color: #D5E0F3;
    border-radius: 16px;
    width: -moz-max-content;
    width: max-content;
    z-index: 4;
}

.page-01-home .review .container .card-review .video .card>img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -13px;

}

.page-01-home .review .container .card-review .video .card p {
    font-size: 1rem;
    font-weight: 400;
    color: #0D419E;
    letter-spacing: -0.02rem;
    line-height: 1.4;
}

.page-01-home .review .container .card-review .video .card p b {
    font-weight: 600;
}

.page-01-home .review .container .card-review .video .selo {
    position: absolute;
    left: -5.125rem;
    bottom: -5.125rem;
    z-index: 4;
}

.page-01-home .review .container .card-review .right {
    width: 33.125rem;
    display: flex;
    flex-direction: column;
}

.page-01-home .review .container .card-review .right h2 {
    font-weight: 400;
    font-size: 2.25rem;
    letter-spacing: -0.045rem;
    line-height: 1.4;
    color: #0D419E;
    margin-bottom: 1.25rem;
}

.page-01-home .review .container .card-review .right h2 b {
    font-weight: 600;
}

.page-01-home .review .container .card-review .right svg {
    margin-bottom: 1.4375rem;
}

.page-01-home .review .container .card-review .right p {
    font-size: 2.25rem;
    font-weight: 500;
    color: #8382AC;
    letter-spacing: -0.1125rem;
    line-height: 1.3;
}

.page-01-home .review .container .card-review .right .video {
    display: none;
}

.page-01-home .review .container .card-review .right .person {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-top: auto;
    margin-bottom: 1.875rem;
}

.page-01-home .review .container .card-review .right .person img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.page-01-home .review .container .card-review .right .person .name {
    font-size: 1rem;
    font-weight: 600;
    color: #0D419E;
    letter-spacing: -0.02rem;
    line-height: 1.35;
    display: block;
}

.page-01-home .review .container .card-review .right .person .city {
    font-size: 0.875rem;
    font-weight: 500;
    color: #8382AC;
    letter-spacing: -0.015rem;
    line-height: 1.35;
    display: block;
}

@media screen and (max-width: 1350px) {
    .page-01-home .review .container .swiper {
        padding-inline: 0;
        padding-top: 0;
    }

    .page-01-home .review .container .swiper .swiper-pagination {
        left: 50%;
        transform: translateX(-50%);
    }

    .page-01-home .review .container .swiper .swiper-button-next {
        left: calc(50% + 40px);
    }

    .page-01-home .review .container .swiper .swiper-button-prev {
        left: calc(50% - 60px);
    }

    .page-01-home .review .container .card-review .video {
        display: none;
    }

    .page-01-home .review .container .card-review .right {
        max-width: 700px;
        width: 100%;
        margin-inline: auto;
    }

    .page-01-home .review .container .card-review .right .video {
        display: block;
        max-width: 31.25rem;
        margin-inline: auto;
        margin-top: 3.25rem;
        width: 100%;
    }


    .page-01-home .review .container .card-review .right .person {
        margin-top: 1.5rem;
        width: -moz-max-content;
        width: max-content;
        margin-inline: auto;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 993px) {
    .page-01-home .review {
        margin-bottom: 0;
    }

    .page-01-home .review .container .card-review .right h2 {
        font-size: 1.5rem;
        line-height: 1.4;
        letter-spacing: -0.48px;
        margin-bottom: 1.25rem;
    }

    .page-01-home .review .container .card-review .right svg {
        width: 6.3125rem;
        height: 5.9375rem;
        margin-bottom: 1.25rem;
    }

    .page-01-home .review .container .card-review .right p {
        font-size: 2rem;
        line-height: 1.3;
        letter-spacing: -1.6px;
    }

    .page-01-home .review .container .card-review .video .card {
        top: 20px;
    }
}

.page-01-home .banner-full {
    max-width: 68.75rem;
    margin-inline: auto;
    background-position: center center;
    background-size: cover;
    min-height: 37.5rem;
    margin-bottom: 11.875rem;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.375rem;
    padding: 3rem 2.3125rem;
}

.page-01-home .banner-full .left {
    flex: 1;
}

.page-01-home .banner-full .left h2 {
    font-size: 2.25rem;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: -0.045rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}

.page-01-home .banner-full .left p {
    font-size: 1.5rem;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: -0.03rem;
    line-height: 1.4;
}

.page-01-home .banner-full .form-right {
    width: 33.125rem;
    background-color: #FFFFFF;
    padding: 2.5rem 3rem 2rem;
    border-radius: 16px;
}

.page-01-home .banner-full .form-right h2 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #6D6D6D;
    letter-spacing: -0.025rem;
    text-align: center;
    margin-bottom: 1.25rem;
}

.page-01-home .banner-full .form-right .input-group+.input-group {
    margin-top: 1.5rem;
}

.page-01-home .banner-full .form-right .line {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.page-01-home .banner-full .form-right .line .name {

    font-size: 1rem;
    font-weight: 600;
    color: #33528B;
    letter-spacing: -0.02rem;
    line-height: 1.4;
    margin-bottom: 0.25rem;
}

.page-01-home .banner-full .form-right .line .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.375rem;
}

.page-01-home .banner-full .form-right .box-value {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.page-01-home .banner-full .form-right .box-value .name {
    font-size: 1rem;
    font-weight: 600;
    color: #33528B;
    text-align: center;
    display: block;
    margin-bottom: 0.5rem;
}

.page-01-home .banner-full .form-right .box-value .price {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #33528B;
    letter-spacing: -0.03rem;
    line-height: 1.4;
}

.page-01-home .banner-full .form-right>p {
    font-size: 0.75rem;
    font-weight: 400;
    color: #6D6D6D;
    letter-spacing: -0.015rem;
    line-height: 1.6;
    text-align: center;
    display: block;
    margin-top: 1.25rem;
}

.page-01-home .banner-full .form-right>p a {
    color: #0D419E;
}

@media screen and (max-width: 1200px) {
    .page-01-home .banner-full {
        flex-direction: column;
        width: calc(100% - 80px);
    }

    .page-01-home .banner-full .left h2 {
        text-align: center;
    }
}

@media screen and (max-width: 993px) {
    .page-01-home .banner-full {
        width: 100%;
        padding-inline: 1.25rem;
        border-radius: 0;
        padding-block: 3rem;
        min-height: initial;
        gap: 1.5rem;
        margin-bottom: 5rem;
    }

    .page-01-home .banner-full .left h2 {
        text-align: left;
        font-size: 1.5rem;
        letter-spacing: -0.48px;
        margin-bottom: 0.25rem;
        line-height: 1.4;
    }

    .page-01-home .banner-full .left p {
        font-size: 0.875rem;
        line-height: 1.4;
        letter-spacing: -0.28px;
    }

    .page-01-home .banner-full .form-right {
        width: 100%;
        padding: 2rem 1.5rem 0.875rem 1.5rem;
    }

    .page-01-home .banner-full .form-right .input-group+.input-group {
        margin-top: 0.25rem;
    }

    .page-01-home .banner-full .form-right .line {
        margin-top: 0.3125rem;
    }

    .page-01-home .banner-full .form-right .line .name {
        display: block;
        font-size: 0.875rem;
        margin-bottom: 0.25rem;
    }

    .page-01-home .banner-full .form-right .box-value {
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }

    .page-01-home .banner-full .form-right .box-value .name {
        font-size: 0.875rem;
        margin-bottom: 0.25rem;
    }

    .page-01-home .banner-full .form-right .box-value .price-value {
        font-size: 1.5rem;
    }

    .page-01-home .banner-full .form-right h2 {
        font-size: 1rem;
    }

    .page-01-home .banner-full .form-right .line .wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .page-01-home .banner-full .form-right .line .wrapper .input-group-select-box {
        width: 49%;
    }

}

.page-01-home .where-we-serve {
    margin-bottom: 8.4375rem;
}

.page-01-home .where-we-serve .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-01-home .where-we-serve .container .left {
    flex: 1;
    max-width: 24.375rem;
}

.page-01-home .where-we-serve .container .left h2 {
    font-size: 2.25rem;
    font-weight: 400;
    color: #0D419E;
    letter-spacing: -0.045rem;
    line-height: 1.4;
    margin-bottom: 1.5625rem;
}

.page-01-home .where-we-serve .container .left ul {
    list-style: none;
    margin-bottom: 4.375rem;
}

.page-01-home .where-we-serve .container .left ul li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-bottom: 1px solid #BEBEBE;
    padding-bottom: 1rem;
}

.page-01-home .where-we-serve .container .left ul li+li {
    margin-top: 1rem;
}

.page-01-home .where-we-serve .container .left ul li p {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: -0.0175rem;
    line-height: 1.2;
    color: #BEBEBE;
    text-transform: uppercase;
}

.page-01-home .where-we-serve .container .left ul li p b {
    color: #696969;
}

.page-01-home .where-we-serve .container .left ul li .number {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #BEBEBE;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    font-weight: 400;
    color: #696969;
    letter-spacing: -0.32px;
    font-size: 1rem;
}

.page-01-home .where-we-serve .container .left img {
    display: none;
}

.page-01-home .where-we-serve .container .left .card-numbers+.card-numbers {
    margin-top: 2.375rem;
}

.page-01-home .where-we-serve .container .left .card-numbers .name {
    font-size: 3rem;
    font-weight: 700;
    color: #0D419E;
    letter-spacing: -0.06rem;
    display: block;
    line-height: 1.2;
}

.page-01-home .where-we-serve .container .left .card-numbers p {
    font-size: 1.5rem;
    font-weight: 400;
    color: #696969;
    letter-spacing: -0.03rem;
    line-height: 1.26;
}

.page-01-home .where-we-serve .container .right {
    width: 38.25rem;
}

.page-01-home .where-we-serve .container .right img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 1250px) {
    .page-01-home .where-we-serve .container .left {
        max-width: 87vw;
    }

    .page-01-home .where-we-serve .container .left img {
        display: block;
        margin-bottom: 4rem;
    }

    .page-01-home .where-we-serve .container .right {
        display: none;
    }
}

@media screen and (max-width: 993px) {
    .page-01-home .where-we-serve {
        margin-bottom: 5rem;
    }

    .page-01-home .where-we-serve .container .left h2 {
        font-size: 1.5rem;
        margin-bottom: 1.625rem;
    }

    .page-01-home .where-we-serve .container .left ul {
        margin-bottom: 4.6875rem;
    }

    .page-01-home .where-we-serve .container .left img {
        margin-bottom: 4rem;
        display: block;
        width: 100%;
    }

    .page-01-home .where-we-serve .container .left .card-numbers+.card-numbers {
        margin-top: 2rem;
    }

    .page-01-home .where-we-serve .container .left .card-numbers .name {
        font-size: 2.5rem;
    }

    .page-01-home .where-we-serve .container .left .card-numbers p {
        font-size: 1.25rem;
        max-width: initial;
    }

    .page-01-home .where-we-serve .container .left .card-numbers p br {
        display: none;
    }
}

.page-01-home .plin-features-2 {
    margin-bottom: 10rem;
}

.page-01-home .plin-features-2 h2 {
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: -0.045rem;
    text-align: center;
    margin-bottom: 3.125rem;
    color: #0D419E;
}

.page-01-home .plin-features-2 .container .card {
    padding: 1.25rem 0.625rem 1.75rem;
    border: 1px solid #0D419E;
    border-radius: 16px;
    transition: 200ms;
    min-height: 300px;
}

.page-01-home .plin-features-2 .container .card .icon {
    min-height: 2.875rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.1875rem;
}


.page-01-home .plin-features-2 .container .card:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(166deg) brightness(109%) contrast(101%) !important;
}

@media(max-width: 992px) {
    .page-01-home .plin-features-2 .container .card .icon {
        height: 30px;
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(54deg) brightness(106%) contrast(105%);
    }

    .page-01-home .plin-features-2 .container .card .icon img {
        height: 100%;
        width: auto;
        object-fit: contain;
    }

    .page-01-home .plin-features-2 .container .swiper .swiper-slide.swiper-slide-active .card h2,
    .page-01-home .plin-features-2 .container .swiper .swiper-slide.swiper-slide-active .card p {}

}

.page-01-home .plin-features-2 .container .card h2 {
    padding-bottom: 5px;
    min-height: 5.625rem;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #8382AC;
    letter-spacing: -0.025rem;
    line-height: 1.4;
    position: relative;
    transition: 200ms;
}

.page-01-home .plin-features-2 .container .card h2::after {
    content: "";
    display: block;
    width: 2.125rem;
    height: 1px;
    background-color: #BEBEBE;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 200ms;
}

.page-01-home .plin-features-2 .container .card p {
    font-size: 1rem;
    font-weight: 400;
    color: #8382AC;
    letter-spacing: -0.02rem;
    line-height: 1.6;
    transition: 200ms;
    height: 5rem;
}

.page-01-home .plin-features-2 .container .card:hover {
    background: #0D419E;
    border: 1px solid #0D419E;
    box-shadow: 5px 7px 15px 2px rgba(9, 47, 114, 0.3);
}

.page-01-home .plin-features-2 .container .card:hover .icon svg {
    display: none;
}

.page-01-home .plin-features-2 .container .card:hover .icon svg.active {
    display: block;
}

.page-01-home .plin-features-2 .container .card:hover h2,
.page-01-home .plin-features-2 .container .card:hover p {
    color: #FFFFFF !important;
}

.page-01-home .plin-features-2 .container .card:hover h2::after {
    background-color: #FFFFFF;
}

.page-01-home .plin-features-2 .container .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.75rem;
    width: 100%;
    box-sizing: border-box;
}

.page-01-home .plin-features-2 .container .wrapper .card {
    flex: 0 0 calc((100% - (4 * 1.75rem)) / 5);
    box-sizing: border-box;
    padding: 1rem;
    text-align: left;
}

.page-01-home .plin-features-2 .container .swiper {
    display: none;
    padding-bottom: 2.5rem;
}

.page-01-home .plin-features-2 .container .swiper .swiper-pagination {
    bottom: 0;
}

.page-01-home .plin-features-2 .container .swiper .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #8382AC;
}

.page-01-home .plin-features-2 .container .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0D419E;
}

@media screen and (max-width: 1250px) {
    .page-01-home .plin-features-2 .container .wrapper {
        display: none;
    }

    .page-01-home .plin-features-2 .container .card {
        padding-inline: 2rem;
    }

    .page-01-home .plin-features-2 .container .card:hover {
        box-shadow: none;
    }

    .page-01-home .plin-features-2 .container .swiper {
        display: block;
        width: 100%;
    }

    .page-01-home .plin-features-2 .container .swiper .swiper-slide.swiper-slide-active .card {
        background: #0D419E;
        border: 1px solid #0D419E;
        box-shadow: 5px 7px 15px 2px rgba(9, 47, 114, 0.3);
    }

    .page-01-home .plin-features-2 .container .swiper .swiper-slide.swiper-slide-active .card .icon svg {
        display: none;
    }

    .page-01-home .plin-features-2 .container .swiper .swiper-slide.swiper-slide-active .card .icon svg.active {
        display: block;
    }

    .page-01-home .plin-features-2 .container .swiper .swiper-slide.swiper-slide-active .card h2,
    .page-01-home .plin-features-2 .container .swiper .swiper-slide.swiper-slide-active .card p {
        color: #FFFFFF;
    }

    .page-01-home .plin-features-2 .container .swiper .swiper-slide.swiper-slide-active .card h2::after {
        background-color: #FFFFFF;
    }
}

@media screen and (max-width: 993px) {
    .page-01-home .plin-features-2 {
        margin-bottom: 6.25rem;
    }
}

.page-01-home .faq {
    margin-bottom: 8.5rem;
}

.page-01-home .faq .container h2 {
    font-size: 2.25rem;
    font-weight: 400;
    color: #0D419E;
    letter-spacing: -0.045rem;
    line-height: 1.4;
    margin-bottom: 2rem;
}

.page-01-home .faq .container h2 b {
    font-weight: 600;
}

.page-01-home .faq .container .faq-list .faq-item+.faq-item {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #BEBEBE;
}

.page-01-home .faq .container .faq-list .faq-item:last-of-type {
    padding-bottom: 2rem;
    border-bottom: 1px solid #BEBEBE;
}

.page-01-home .faq .container .faq-list .faq-item .faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.page-01-home .faq .container .faq-list .faq-item .faq-question h3 {
    font-size: 1.625rem;
    font-weight: 400;
    color: #696969;
    line-height: 1.4;
    text-transform: uppercase;
    transition: 200ms;
}

.page-01-home .faq .container .faq-list .faq-item .faq-question .icon svg.active {
    display: none;
}

.page-01-home .faq .container .faq-list .faq-item .faq-response {
    max-height: 0;
    transition: 200ms;
    overflow: hidden;
}

.page-01-home .faq .container .faq-list .faq-item .faq-response p {
    margin-top: 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    color: #8382AC;
    transition: 200ms;
    letter-spacing: -0.02rem;
}

.page-01-home .faq .container .faq-list .faq-item.active .faq-question h3 {
    color: #0D419E;
}

.page-01-home .faq .container .faq-list .faq-item.active .faq-question .icon svg {
    display: none;
}

.page-01-home .faq .container .faq-list .faq-item.active .faq-question .icon svg.active {
    display: block;
}

.page-01-home .faq .container .faq-list .faq-item.active .faq-response {
    max-height: 1000px;
}

@media screen and (max-width: 993px) {
    .page-01-home .faq {
        margin-bottom: 5rem;
    }

    .page-01-home .faq .container h2 {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }

    .page-01-home .faq .container .faq-list .faq-item+.faq-item {
        margin-top: 1.5rem;
        padding-top: 1.5rem;
    }

    .page-01-home .faq .container .faq-list .faq-item:last-of-type {
        padding-bottom: 1.5rem;
    }

    .page-01-home .faq .container .faq-list .faq-item .faq-question h3 {
        font-size: 1rem;
        letter-spacing: -0.02rem;
        line-height: 1.4;
    }
}

.page-01-home .banner-full-2 {
    max-width: 68.75rem;
    margin-inline: auto;
    border-radius: 16px;
    padding-block: 8rem;
    border-radius: 16px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 9.375rem;
}

.page-01-home .banner-full-2 h2 {
    font-size: 2.25rem;
    max-width: 38.125rem;
    margin-inline: auto;
    text-align: center;
    margin-bottom: 0.5rem;
    color: #FFFFFF;
}

.page-01-home .banner-full-2 p {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: -0.03rem;
    line-height: 1.4;
    text-align: center;
}

.page-01-home .banner-full-2 .btn-primary {
    margin-inline: auto;
    width: -moz-max-content;
    width: max-content;
    padding-inline: 3rem;
}

@media screen and (max-width: 1250px) {
    .page-01-home .banner-full-2 {
        width: calc(100% - 80px);
    }
}

@media screen and (max-width: 993px) {
    .page-01-home .banner-full-2 {
        width: calc(100% - 40px);
        padding-inline: 2rem;
        aspect-ratio: 334/574;
        max-width: 31.25rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 5rem;
    }

    .page-01-home .banner-full-2 h2 {
        font-size: 2rem;
        line-height: 1.4;
        margin-bottom: 0.25rem;
    }

    .page-01-home .banner-full-2 h2 br {
        display: none;
    }

    .page-01-home .banner-full-2 p {
        font-size: 0.875rem;
        margin-bottom: 1rem;
    }
}

.page-01-home .garantia {
    margin-bottom: 9.375rem;
}

.page-01-home .garantia h2 {
    font-size: 2.25rem;
    font-weight: 400;
    color: #0D419E;
    letter-spacing: -0.045rem;
    line-height: 1.4;
    margin-bottom: 1.875rem;
    text-align: center;
}

.page-01-home .garantia h2 b {
    font-weight: 600;
}

.page-01-home .garantia .wrapper {
    display: flex;
}

.page-01-home .garantia .wrapper img {
    aspect-ratio: 490/230;
    max-width: 490px;
    object-fit: cover;
}

.page-01-home .garantia .wrapper ul {
    margin-left: 2.375rem;
    gap: 15px;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-01-home .garantia .wrapper ul li {
    font-size: 1.5rem;
    font-weight: 400;
    color: #0D419E;
    letter-spacing: -0.03rem;
    line-height: 1.4;
    padding-left: 3rem;
    background-repeat: no-repeat;
    background-position: left top 5px;
}

.page-01-home .garantia .wrapper ul li svg {
    position: relative;
    top: 5px;
}


@media screen and (max-width: 1250px) {
    .page-01-home .garantia .wrapper {
        flex-direction: column;
    }

    .page-01-home .garantia .wrapper img {
        max-width: 20.9375rem;
        margin-inline: auto;
        margin-bottom: 2rem;
    }

    .page-01-home .garantia .wrapper ul li+li {
        margin-top: 1.5rem;
    }
}

@media screen and (max-width: 993px) {
    .page-01-home .garantia {
        margin-bottom: 5rem;
    }

    .page-01-home .garantia h2 {
        font-size: 1.5rem;
        line-height: 1.4;
        letter-spacing: -0.48px;
        margin-bottom: 1rem;
    }

    .page-01-home .garantia h2 b {
        display: block;
    }

    .page-01-home .garantia .wrapper {
        gap: 0;
    }

    .page-01-home .garantia .wrapper img {
        margin-bottom: 2rem;
        object-fit: contain;
    }

    .page-01-home .garantia .wrapper ul {
        margin-left: 0;
    }

    .page-01-home .garantia .wrapper ul li {
        font-size: 1.25rem;
        padding-left: 0;
    }

    .page-01-home .garantia .wrapper ul li+li {
        margin-top: 1.5rem;
    }
}

.page-01-home .main-footer {
    background-color: #0D419E;
}

.page-01-home .main-footer .top .container-full {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5.625rem;
    padding-bottom: 2.5rem;
}

.page-01-home .main-footer .top .container-full .left .logo {
    margin-bottom: 1.5rem;
}

.page-01-home .main-footer .top .container-full .left nav {
    display: flex;
    align-items: center;
    gap: 0.9375rem;
}

.page-01-home .main-footer .top .container-full .left nav a {
    text-decoration: none;
    transition: 200ms;
}

.page-01-home .main-footer .top .container-full .left nav a:hover {
    transform: scale(1.05);
}

.page-01-home .main-footer .top .container-full .left address {
    font-style: normal;
}

.page-01-home .main-footer .top .container-full .left address .title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: -0.0175rem;
    line-height: 1.8;
}

.page-01-home .main-footer .top .container-full .left address p {
    font-size: 0.875rem;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: -0.0175rem;
    line-height: 1.8;
}

.page-01-home .main-footer .top .container-full .menu {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.page-01-home .main-footer .top .container-full .menu a {
    font-size: 1rem;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: -0.02rem;
    text-decoration: none;
}

.page-01-home .main-footer .top .container-full .menu a:hover {
    text-decoration: underline;
}

.page-01-home .main-footer .bottom {
    padding-block: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #002E81;
}

@media screen and (max-width: 993px) {
    .page-01-home .main-footer .top .container-full {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 3.125rem;
        padding-bottom: 2.5rem;
        gap: 3rem;
    }

    .page-01-home .main-footer .top .container-full .left .logo {
        object-fit: contain;
        margin-bottom: 0;
    }

    .page-01-home .main-footer .top .container-full .left address {
        margin-top: 0;
    }

    .page-01-home .main-footer .top .container-full .left address span {
        font-size: 0.875rem;
    }

    .page-01-home .main-footer .top .container-full .left nav {
        margin-top: 1.75rem;
        margin-bottom: 1.5rem;
        gap: 1.5rem;
    }

    .page-01-home .main-footer .top .container-full .menu {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-01-home .main-footer .top .container-full .menu svg {
        display: none;
    }

    .page-01-home .main-footer .bottom {
        padding-bottom: 4rem;
    }
}

.page-01-home .btn-float {
    height: 4rem;
    padding-inline: 2.5625rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    text-decoration: none;
    background: linear-gradient(86.06deg, #30C96B -4.52%, #3DA666 88.2%);
    border: 1px solid #FFFFFF;
    position: fixed;
    right: 0.875rem;
    bottom: 2.5rem;
    transition: 200ms;
}

.page-01-home .btn-float span {
    font-size: 1.25rem;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0;
}

.page-01-home .btn-float:hover {
    transform: scale(1.05);
}

@media screen and (max-width: 993px) {
    .page-01-home .btn-float {
        width: 4rem;
        height: 4rem;
        border-radius: 999px;
        padding-inline: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0;
        right: 1.25rem;
        bottom: 1.25rem;
        z-index: 999;
    }

    .page-01-home .btn-float svg {
        width: 1.5rem;
        height: 1.5rem;
    }

    .page-01-home .btn-float span {
        font-size: 0;
    }
}

.page-01-home .menu-mobile-modal {
    background-image: url(../images/bg-menu-mobile.svg);
    background-size: cover;
    background-position: bottom center;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: 200ms;
}

.page-01-home .menu-mobile-modal header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 1.25rem;
    padding-top: 2.75rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 3rem;
}

.page-01-home .menu-mobile-modal header .logo {
    width: 6.875rem;
}

.page-01-home .menu-mobile-modal header .btn-menu-mobile {
    display: block;
    width: 1.25rem;
    height: 1rem;
    position: relative;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.page-01-home .menu-mobile-modal header .btn-menu-mobile span {
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    display: block;
    position: absolute;
    left: 0;
    transition: 200ms;
}

.page-01-home .menu-mobile-modal header .btn-menu-mobile span:nth-of-type(1) {
    top: 0;
}

.page-01-home .menu-mobile-modal header .btn-menu-mobile span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}

.page-01-home .menu-mobile-modal header .btn-menu-mobile span:nth-of-type(3) {
    top: 100%;
}

.page-01-home .menu-mobile-modal header .btn-menu-mobile.active span:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.page-01-home .menu-mobile-modal header .btn-menu-mobile.active span:nth-of-type(2) {
    width: 0;
}

.page-01-home .menu-mobile-modal header .btn-menu-mobile.active span:nth-of-type(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.page-01-home .menu-mobile-modal nav {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    width: calc(100% - 40px);
    margin-inline: auto;
    margin-bottom: auto;
}

.page-01-home .menu-mobile-modal nav a {
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: -0.4px;
    line-height: 1.26;
}

.page-01-home .menu-mobile-modal .btn-primary {
    margin-bottom: 1.875rem;
    width: calc(100% - 40px);
    margin-inline: auto;
    max-width: 25rem;
}

.page-01-home .menu-mobile-modal.active {
    transform: translateX(0);
}

.cookie-consent {
    position: fixed;
    left: 0;
    right: 0;
    bottom: calc(16px + env(safe-area-inset-bottom, 0));
    display: flex;
    justify-content: center;
    z-index: 9999;
    pointer-events: none;
}

.cookie-consent__card {
    max-width: 980px;
    width: min(94vw, 980px);
    background: #f6f7f9;
    color: #222;
    border: 1px solid var(--cc-border);
    box-shadow: 0 8px 24px rgba(16, 24, 40, .16);
    border-radius: var(--cc-radius);
    padding: 16px 18px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px 16px;
    align-items: center;
    pointer-events: auto;
}

.cookie-consent .cookie-consent__title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 6px 0;
    line-height: 1.25;
    color: #222 !important;
}


.cookie-consent__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: var(--cc-muted) !important;
}

.cookie-consent__actions {
    display: inline-flex;
    gap: 10px;
    justify-self: end;
}

@media(max-width: 991px) {
    .cookie-consent__actions {
        flex-direction: column;
    }

    .cookie-consent .cookie-consent__title {
        font-size: 14px;
    }

    .cookie-consent__text {
        font-size: 12px;
    }

    .page-01-home .menu-mobile-modal .btn-primary {
        display: none;
    }
}

.cc-btn {
    appearance: none;
    border: 0;
    cursor: pointer;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1;
    transition: transform .06s ease, box-shadow .2s ease, background-color .2s ease;
}

.cc-btn:focus-visible {
    outline: 2px solid var(--cc-primary);
    outline-offset: 2px;
}

.cc-btn--primary {
    background: #FFDD21;
    color: #0D419E;
    font-weight: 600;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.cc-btn--primary:hover {
    transform: translateY(-1px);
}

.cc-btn--ghost {
    background: transparent;
    color: #222;
    border: 1px solid var(--cc-border);
}

.cookie-consent a {
    color: var(--cc-link);
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* Estilos para o modal */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 15000;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Estilos para o conteúdo do modal */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Animação para o modal */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* Estilos para o botão de fechar */
.closeBtn {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding: 10px;
}

.closeBtn:hover,
.closeBtn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.8);
}

/* Estilos adicionais para o iframe (opcional) */
#videoPlayer {
    width: 100%;
    aspect-ratio: 16/9;
}

/* Media query para telas menores */
@media screen and (max-width: 600px) {
    .modal-content {
        width: 95%;
    }

    #videoPlayer {
        height: 300px;
        /* Ajuste a altura para telas menores */
    }
}



/* WhatsApp Form */
.form-wpp {
    position: fixed;
    bottom: -125px;
    right: -40px;
    opacity: 0;
    border-radius: 8px;
    width: max(350px, 30%);
    overflow: hidden;
    z-index: 10;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode: lighten;
    background-color: #d9d9d9;
    box-shadow: 0 0 25px -5px #8c8c8c;
    transition: all 250ms ease;
    transform: scale(0);
}

.form-wpp.active {
    transform: scale(1);
    bottom: 70px;
    right: 15px;
    opacity: 1;
}

.form-wpp .fw-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(158deg, #30C96B 0%, #3CA765 100%) #30C96B;
    padding: 15px 24px 13px;
    color: white;
    font-size: 18px;
    box-shadow: 5px 0px 40px 15px white;
}

.form-wpp .fw-header img {
    width: 30px;
    aspect-ratio: 1;
    object-fit: cover;
}

.form-wpp .fw-content {
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 16px;
}

.form-wpp :is(input, textarea, button) {
    width: 100%;
    border-radius: 8px;
    padding: 1rem 1.5rem;
    border: 1px solid #0dc152;
    outline: none;
    font-size: 16px;
}

.form-wpp h5 {
    color: #404041;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
}

.form-wpp h5 a {
    text-decoration: underline;
    font-weight: 600;
}

.form-wpp button {
    background: linear-gradient(158deg, #30C96B 0%, #3CA765 100%) #30C96B;
    color: white;
    cursor: pointer;
    transition: all 200ms ease;
}

.form-wpp button:is(:hover, :focus-visible) {
    background-color: #30C96B;
}

.form-wpp a {
    color: inherit;
}

.isMobile {
    display: none;
}

/* Custom file input styling */
.file-input-wrapper {
    display: block;
    margin-top: 1.5rem;
}

.file-input-hidden {
    display: none;
}

.file-input-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background-color: #1547A6;
    color: white;
    border-radius: 0.5rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: -0.0175rem;
    transition: all 200ms ease;
    border: 2px solid transparent;
    text-decoration: none;
    white-space: nowrap;
    height: 54px;
}

.file-input-label svg {
    width: 1.125rem;
    height: 1.125rem;
    stroke: currentColor;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.file-input-label span {
    display: inline-block;
    max-width: 15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.file-input-label:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.file-input-label:active {
    transform: translateY(0);
}

@media screen and (max-width: 700px) {
    .file-input-label {
        padding: 0.625rem 1rem;
        font-size: 0.8125rem;
    }

    .file-input-label svg {
        width: 1rem;
        height: 1rem;
    }
}

/* Ensure title label stays visible */
.line .name.toggleAnexoConta,
.line .name.toggleAnexoConta2 {
    display: block !important;
}

@media(max-width: 992px) {
    .isMobile {
        display: flex;
        position: fixed;
        bottom: 0;
        z-index: 700;
    }
}

.swiper-button-next,
.swiper-button-prev {
    color: transparent;
}

.swal2-popup {
    background-color: #f0f0f0;
    border-radius: 10px;
}

.swal2-title {
    color: #333;
}

.swal2-confirm {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
}

/* Estilos para o overlay (fundo escuro) */
.modal-overlay {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Fundo semi-transparente */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    /* Garante que o modal fique acima de outros elementos */
}

.modal-overlay.active {
    z-index: 9999;
    opacity: 1;
}

/* Estilos para o modal em si */
.modal2 {
    width: 400px;
    /* Defina a largura desejada */
    max-width: 90%;
    /* Garante que não ultrapasse 90% da largura da tela */
    padding: 30px;
    background: linear-gradient(to bottom, #FFFFFF, #F5F5F5);
    border-radius: 15px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    /* Necessário para posicionar elementos internos */
}

/* Estilos para o ícone */
.modal-icon {
    /* Estilos para o ícone */
}

/* Estilos para o título */
.modal-title {
    color: #0D419E;
    font-size: 24px;
    margin-bottom: 10px;
}

/* Estilos para o texto */
.modal-text {
    color: #555;
    font-size: 16px;
}

/* Estilos para o botão */
.modal-button {
    background-color: #0D419E;
    color: #FFFFFF;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.modal-button:hover {
    background-color: #2980b9;
}