html,
body {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: auto;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    background: #ffffff;
}

#preloader {
    position: fixed;
    z-index: 9999;
    background-color: #001f4d;
    color: white;
    font-family: 'Poppins', sans-serif;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: opacity 0.4s ease;
}

.loader-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.loader-logo {
    width: 150px !important;
    height: auto;
    margin-bottom: 20px;
    animation: fadeLogo 2s infinite ease-in-out;
}

.spinner {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #ffcc00;
    border-radius: 50%;
    box-sizing: border-box;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


@keyframes fadeLogo {

    0%,
    100% {
        opacity: 0.6;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

.swiper-container {
    width: 100%;
    height: 80vh;
    position: relative;
    z-index: 0;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

header {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    z-index: 1001;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-icon {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.logo {
    height: 30px;
    width: auto;
}

.dropdown-menu {
    position: absolute;
    top: 60px;
    left: 20px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    display: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1002;
}

.dropdown-menu ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

.dropdown-menu li {
    padding: 10px 20px;
}

.dropdown-menu li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
}

.dropdown-menu li:hover {
    font-weight: 800;
}

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

    html,
    body {
        height: auto;
        overflow: auto;
    }

    .swiper-container {
        height: 60vh;
    }

    .swiper-slide:nth-child(1) {
        background-image: url('/images/img_fundo_polo_1_mobile.webp') !important;
    }

    .swiper-slide:nth-child(2) {
        background-image: url('/images/img_fundo_polo_2_mobile.webp') !important;
    }

    .swiper-slide:nth-child(3) {
        background-image: url('/images/img_fundo_polo_3_mobile.webp') !important;
    }
}

.botao-filtro {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    transition: background 0.2s;
}

.botao-filtro:hover {
    background-color: #e6f0ff;
}

.botao-filtro.ativo {
    background-color: #cce0ff;
    border-color: #163758;
}

.filtro-group h3 {
    margin: 10px 0;
    padding-bottom: 10px;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #083557;
    border-bottom: 0.1rem solid #083557;
}

.filtro-group h3 span {
    display: flex;
    align-items: center;

}

.filtro-group h3 i {
    margin-right: 10px;
}

.filtro-content {
    display: none;
    margin-bottom: 20px;
}

.filtro-group.ativo .filtro-content {
    display: block;
}

.banner-legenda {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 0.8rem;
    color: #fff;
    z-index: 10;
}

.filtros-vw {
    background: #f3f4f5;
}

.filtro-wrapper {
    width: 80%;
    margin: 30px auto 0;
    border-top: 1px solid #5e5e5e;
}

.linha-topo {
    width: 50%;
    height: 1px;
    background-color: #0066cc;
    margin-bottom: 20px;
}

.carrossel-container {
    position: relative;
    overflow: hidden;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.carrossel-wrapper {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding-bottom: 10px;
}

.carrossel-wrapper::-webkit-scrollbar {
    display: none;
}

/* Modal lateral direito */
#interestModal.right .modal-dialog {
    position: fixed;
    right: 0;
    margin: 0;
    height: 100%;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
}

#interestModal.right.show .modal-dialog {
    transform: translateX(0);
}

#interestModal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0.75rem 0 0 0.75rem !important;
    padding: 10px 20px 20px 50px;
}

#interestModal .box-image {
    width: 475px;
    height: 272px;
    position: absolute;
    top: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    right: 0px;
}

#interestModal .container-banner {
    width: auto;
    position: relative;
    margin-bottom: 120px;
}

#interestModal .modal-header .modal-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    margin-left: 12px;
}

#interestModal .modal-header .modal-title span {
    margin-left: 10px;
}

#interestModal .container-banner .card-info {
    margin-right: 199px;
    border-radius: 8px;
    opacity: 0.9;
    background: rgb(243, 244, 245);
    height: 150px;
    width: 400px;
}

#interestModal .card-info .box-texts {
    padding: 16px 16px 0px 10px;
}

#interestModal .card-info .box-texts .modelo {
    margin: 0px;
    color: rgb(33, 37, 41);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 120%;
}

#interestModal .card-info .box-texts .versao {
    margin: 0px;
    color: rgb(33, 37, 41);
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 120%;
}

#interestModal .form-text-info {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
}

#interestModal .form-text-info .sub-info {
    color: rgb(150, 163, 168);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

#interestModal .form-text-info #text-info {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0px;
}

#interestModal form .form-group {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

#interestModal form .form-field {
    flex: 1;
    position: relative;
}

#interestModal form .form-field input,
#interestModal form .form-field select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #c4c4c4;
    background: transparent;
    padding: 10px 5px;
    font-size: 0.95rem;
    font-family: 'Poppins', sans-serif;
    outline: none;
    transition: border-color 0.3s;
}

#interestModal form .form-field input:focus,
#interestModal form .form-field select:focus {
    border-bottom: 1px solid #083557;
}


#interestModal form .form-group input:focus,
#interestModal form .form-group select:focus {
    border-bottom: 1px solid #083557;
}

#interestModal form .btn-enviar {
    background-color: #083557;
    color: white;
    padding: 12px;
    font-size: 1rem;
    width: 100%;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

@media(max-width: 768px) {
    #interestModal form .form-lateral {
        width: 100%;
    }

    #interestModal .box-image {
        width: 100%;
    }

    #interestModal .container-banner .card-info {
        width: 100%;
    }

    #interestModal #descricao-info,
    #interestModal #descricao-info img {
        width: 100%;
    }

    #interestModal .modal-content {
        padding: unset !important;
    }

}

#interestModal form input::placeholder,
#interestModal form select::placeholder,
#interestModal form textarea::placeholder {
    font-size: 0.875rem;
    /* menor que o texto normal */
    font-weight: 300;
    /* regular, mais leve */
    color: #979797;
    /* mantém a cor do input */
    /* sutilmente mais claro */
}

#interestModal form select {
    font-size: 0.95rem;
    font-weight: 300;
    color: #979797;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 5px;
    background-color: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#interestModal form select:focus {
    outline: none;
    border-bottom: 1px solid #083557;
}

#interestModal form .titulo-secao {
    color: rgb(0, 30, 80);
    font-size: 3rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
}

#interestModal form .opcoes-contato {
    display: flex;
    flex-flow: wrap;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
    padding-left: 10px;
}

#interestModal form .opcoes-contato label {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    margin-left: -11px;
    margin-right: 16px;
    padding-right: 64px;
}

#interestModal form .opcoes-contato input {
    cursor: inherit;
    margin-right: 12px;
    z-index: 1;
}

/* .card {
    flex: 0 0 calc((100% - 60px) / 3.3);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    font-size: 0.95rem;
} */

.oferta-destaque {
    /* min-width: 360px; */
    flex: 0 0 calc((100% - 60px) / 3.3);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    height: 530px;
    position: relative;
    border: unset !important;
}

.oferta-destaque .container-header {
    height: 85px;
    text-align: center;
}

.oferta-destaque .card-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 400px;
    width: 100%;
    border-radius: unset;
    margin-bottom: 2px;
}

.oferta-destaque .cta-wrapper {
    position: absolute;
    width: 100%;
    margin-top: -50px;
}

.btn-whatsapp {
    background-color: #25d366;
}

.btn-whatsapp:hover {
    background-color: #0dac47;
}

.icone-whatsapp {
    width: 20px;
}

.icone-whatsapp path {
    fill: white;
}

.btn-whatsapp svg {
    width: 24px;
}

.container-header h5 {
    margin: 10px 0 5px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #083557;
}

.container-header p {
    margin-top: 20px;
    color: #666;
}


.card h3 {
    margin: 10px 0 5px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #083557;
}

.card p {
    margin-bottom: 10px;
    color: #666;
}

.img-wrapper {
    position: relative;
}

.img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.detalhes {
    display: block;
    margin-top: 12px;
    font-size: 0.65rem;
    color: #494949;
    text-decoration: underline;
}

.oferta-destaque .detalhes {
    margin-top: 0px;
}

.carrossel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: none;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carrossel-indicadores {
    text-align: center;
    margin-top: 2px;
}

.carrossel-indicadores .indicador {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background-color: #ccc;
    border-radius: 50%;
    transition: background-color 0.3s;
    cursor: pointer;
}

.carrossel-indicadores .indicador.ativo {
    background-color: #0066cc;
}

.carrossel-btn.prev {
    left: 0;
}

.carrossel-btn.next {
    right: 0;
}

@media only screen and (max-width: 768px) {
    .carrossel-wrapper {
        gap: 10px;
        scroll-snap-type: x mandatory;
    }

    .card {
        flex: 0 0 100%;
        scroll-snap-align: start;
    }

    .carrossel-btn {
        width: 30px;
        height: 30px;
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 768px) {
    #maisOfertas .card {
        flex: 0 0 100%;
        scroll-snap-align: start;
    }

    #maisOfertas {
        scroll-snap-type: x mandatory;
    }
}


@media only screen and (max-width: 768px) {
    #maisOfertas .card {
        flex: 0 0 100%;
    }

    #maisOfertas {
        scroll-snap-type: x mandatory;
    }
}

.outrasOferta {
    flex: 0 0 calc((100% - 60px) / 3.3);
    color: rgba(0, 0, 0, 0.87);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 360px;
    min-height: 540px;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    margin: 2px 0px;
    border-radius: 8px;
    border: unset;
}

.outrasOferta .card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.outrasOferta .header-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #083557;
    margin: 0 0 4px;
    text-align: left;
}

.outrasOferta .header-card p {
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 12px;
    margin-top: 20px;
    text-align: left;
}

.outrasOferta .descricao-info {
    all: unset;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.container-btns {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.outrasOferta .descricao-info h2 {
    margin: unset !important;
    color: rgb(33, 37, 41);
    font-size: 1rem;
    font-weight: 700;
    line-height: 28px;
    width: max-content;
}

.outrasOferta .descricao-info p {
    margin: unset !important;
    font-size: 0.75rem;
}

.outrasOferta .descricao-info ul {
    border-top: solid 1px #ccc;
    padding-left: 20px;
    padding-top: 10px;
    text-align: left;
    font-size: 0.75rem;
    color: #333;
}

.outrasOferta .descricao-info ul li {
    font-size: 12px;
}

.outrasOferta .container-image {
    padding: 10px;
    background: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    margin-bottom: 12px;
}

.outrasOferta .container-tag {
    position: relative;
    margin-right: 16px;
}

.outrasOferta .container-tag .tag {
    position: absolute;
    background-color: rgb(209, 6, 165);
    padding: 6px 12px;
    border-radius: 16px;
    right: 0px;
    bottom: -18px;
}

.outrasOferta .container-tag .tag p {
    margin: 0px;
    color: rgb(255, 255, 255);
    font-family: VWHead;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
}

.outrasOferta .container-image .box-image {
    margin-top: 28px;
}

.outrasOferta .container-image .box-image .sub-box-image {
    width: 100%;
    height: 171px
}

.cta-wrapper {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.cta-wrapper .btn-interesse {
    background: #083557;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 0.9rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    flex: 1 1 auto;
    max-width: 240px;
    cursor: pointer;
    height: 40px;
}

.cta-wrapper .btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #25d366;
    border-radius: 6px;
    padding: 10px 20px;
    transition: transform 0.3s ease;
    text-decoration: none;
    cursor: pointer;
    height: 40px;
}

@media (max-width: 768px) {
    .cta-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 6px;
        /* reduzido de 10px */
    }

    .cta-wrapper .btn-interesse,
    .cta-wrapper .btn-whatsapp {
        width: 80% !important;
        max-width: none;
        margin-top: 0;
        /* remove espaçamento vertical adicional */
    }
}

.oferta-destaque .btn-interesse {
    background-color: #0066cc;
}

.outrasOferta .detalhes {
    display: block;
    text-align: center;
    font-size: 0.75rem;
    color: #083557;
    text-decoration: underline;
}

.validade-area {
    display: block;
    font-size: 0.65rem;
    color: #666;
    margin-top: 4px;
}

.cta-mais-ofertas {
    background: #083557;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 0.9rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    flex: 1 1 60%;
    max-width: 240px;
    margin-top: 10px;
}

.cta-wrapper {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.btn-ver-mais-container {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.btn-ver-mais {
    padding: 12px 24px;
    font-size: 1rem;
    background-color: transparent;
    color: #083557;
    border: 1px solid #083557;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-ver-mais.ativo {
    background-color: #083557;
    color: #ffffff;
}

.rodape-mavel {
    background-color: #f3f3f3;
    padding: 30px 20px;
    font-size: 0.85rem;
    color: #333;
    text-align: center;
}

.rodape-conteudo {
    max-width: 1200px;
    margin: 0 auto;
}

.rodape-mensagem {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    font-weight: 300;
    color: #083557;
}

.rodape-mensagem .icone-detran {
    height: 24px;
    width: auto;
}

.rodape-direitos {
    font-size: 0.75rem;
    color: #555;
    line-height: 1.4;
    margin: 0;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    z-index: 999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-float img {
    width: 28px;
    height: 28px;
    filter: brightness(0) invert(1);
    /* ícone branco */
}

/*Inicio da estilizacao do fomrulário*/
.form-icon-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
    font-weight: 600;
    color: #083557;
    font-size: 1rem;
}

.form-icon-title img {
    height: 20px;
    width: 20px;
}

.form-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

.form-lateral {
    position: fixed;
    top: 0;
    right: -100%;
    width: 620px;
    max-width: 100%;
    height: 100%;
    background: white;
    box-shadow: -4px 0 12px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
    transition: right 0.4s ease;
}

.titulo-secao {
    font-size: 2rem;
    font-weight: 100;
    color: #083557;
    /* Azul VW */
    margin: 40px 0 20px;
}

.opcoes-contato {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.opcoes-contato label {
    font-size: 0.8rem;
    color: #083557;
    /* azul VW */
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.opcoes-contato input[type="radio"] {
    accent-color: #083557;
    width: 16px;
    height: 16px;
}


.form-lateral.aberto {
    right: 0;
}

.form-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
}

.form-header h2 {
    margin: 0;
    font-size: 1.3rem;
    color: #083557;
}

.form-header p {
    font-size: 0.8rem;
    margin-bottom: 20px;
}

.form-header span {
    font-size: 0.8rem;
    font-weight: 400;
}

.form-group {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-field {
    flex: 1;
    position: relative;
}

.form-field input,
.form-field select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #c4c4c4;
    background: transparent;
    padding: 10px 5px;
    font-size: 0.95rem;
    font-family: 'Poppins', sans-serif;
    outline: none;
    transition: border-color 0.3s;
}

.form-field input:focus,
.form-field select:focus {
    border-bottom: 1px solid #083557;
}


.form-group input:focus,
.form-group select:focus {
    border-bottom: 1px solid #083557;
}

.btn-enviar {
    background-color: #083557;
    color: white;
    padding: 12px;
    font-size: 1rem;
    width: 100%;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

@media(max-width: 768px) {
    .form-lateral {
        width: 100%;
    }
}

input::placeholder,
select::placeholder,
textarea::placeholder {
    font-size: 0.875rem;
    /* menor que o texto normal */
    font-weight: 300;
    /* regular, mais leve */
    color: #979797;
    /* mantém a cor do input */
    /* sutilmente mais claro */
}

select {
    font-size: 0.95rem;
    font-weight: 300;
    color: #979797;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 5px;
    background-color: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select:focus {
    outline: none;
    border-bottom: 1px solid #083557;
}



@media (max-width: 768px) {
    #maisOfertas .cta-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 6px;
        /* reduzido de 10px */
    }

    #maisOfertas .cta-mais-ofertas,
    #maisOfertas .cta-whatsapp {
        width: 80%;
        max-width: none;
        margin-top: 0;
        /* remove espaçamento vertical adicional */
    }
}

/* Estilos do botão WhatsApp para o carrossel 1 */


#carrossel .cta-whatsapp img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
    #carrossel .cta-wrapper {
        flex-direction: column;
        gap: 6px;
        width: 100%;
    }

    #carrossel .cta,
    #carrossel .cta-whatsapp {
        width: 80%;
        max-width: none;
        margin: 0 auto;
    }
}

.ckfu7e {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    min-width: 64px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-transform: capitalize;
    color: rgb(0, 30, 80);
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 6px 8px;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    margin: 10px;
    text-decoration: underline;
}

.ckfu7e:hover {
    background-color: #e4e4e4;
    text-transform: none;
    text-decoration: none;
}


.intgsfd {
    padding: 40px 20px;
    position: relative;
    z-index: 1;
}

.hjiklsd {
    max-width: 1200px;
    margin: 0 auto;
}

.ds1dffg {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 10px;
    color: rgb(66, 66, 66);
}

.uikasdj {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.oidm56d {
    flex: 1;
    min-width: 250px;
}

.pakd56d {
    padding: 10px 0;
    background: #fff;
}

.lvb7dfb {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.okdlf4a {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-left: 20px;
}

.uihd7df {
    position: relative;
}

.oiws84s {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.uyh874d {
    position: static;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
}

.okm3hda {
    padding: 40px 0;
    background: #f9f9f9;
    display: none;
}

.okm3hds {
    font-size: 0.65rem;
    margin-bottom: 12px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #001f4d;
    color: #fff;
    padding: 15px;
    font-size: 0.9rem;
    text-align: center;
    z-index: 9998;

    opacity: 0;
    transform: translateY(100%);
    transition: all 0.5s ease-in-out;
    pointer-events: none;
}

.cookie-banner.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

.cookie-banner p {
    margin: 0 0 10px;
}

.cookie-banner a {
    color: #ffcc00;
    text-decoration: underline;
}

.cookie-banner button {
    background: #ffcc00;
    color: #001f4d;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
}

.cookie-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.cookie-banner button {
    background: #ffcc00;
    color: #001f4d;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
}

.cookie-banner button.reject {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

