.grid,
.wrap>div,
.wrap>li,
.wrap>nav,
.wrap>ul {
    width: 100%
}

.accordion-container,
.nav__button:hover {
    text-decoration: none
}

.accordion-container p,
.accordion-content ul li,
.type_400_regular,
.vives-accordion .faq-tab__btn {
    color: #52525b;
    font-size: 20px !important;
    line-height: 20px !important;
    font-family: Almarai, sans-serif
}

.btnPrimary--disabled--red::first-letter,
.btnPrimary--disabled::first-letter,
.btnPrimary--info--red::first-letter,
.btnPrimary--info::first-letter,
.btnPrimary--red::first-letter,
.btnPrimary--white::first-letter,
.btnPrimary::first-letter,
.btnSecondary::first-letter,
.btnWithImage.filled::first-letter,
.link::first-letter {
    text-transform: uppercase !important
}

.btnWithImage,
.loader,
.more-simulator,
.position-relative {
    position: relative
}

.accordion-container p,
.type_400_regular,
.vives-accordion .faq-tab__btn {
    margin-bottom: -1px
}

.type_400_bold,
.vives-accordion .faq-tab__btn {
    font-weight: 600 !important;
    font-family: Almarai, sans-serif
}

button {
    background-color: rgba(0, 0, 0, 0);
    outline: 0;
    border: 0;
    cursor: pointer
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flex--column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media(max-width:1366.98px) {
    .flex--column__responsive {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

@media(min-width:1281px) {
    .flex--column__responsive {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.flex--row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row
}

.flex.space-between,
.h-opposed,
.horizontal-opposed,
.row-space-between {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}

.col-normal,
.flex.wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.flex.col-center,
.flex.row-center {
    align-items: center
}

.flex.col-space-between {
    justify-content: space-between
}

.flex.row-space-between {
    align-content: space-between
}

.flex.wrap {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0
}

.gap-4 {
    gap: 4px
}

.advanced-filter,
.gap-8 {
    gap: 8px
}

.gap-16 {
    gap: 16px
}

.gap-20 {
    gap: 20px
}

.gap-24 {
    gap: 24px
}

.gap-32 {
    gap: 32px
}

.gap-40 {
    gap: 40px
}

.gap-48 {
    gap: 48px
}

.gap-56 {
    gap: 56px
}

.gap-64 {
    gap: 64px
}

.gap-72 {
    gap: 72px
}

.gap-80 {
    gap: 80px
}

@media(max-width:1280.98px) {

    .flex--desktop,
    .flex__desktop {
        display: block
    }

    .flex.wrap-responsive {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0
    }

    .gap-4-responsive {
        gap: 4px
    }

    .gap-8-responsive {
        gap: 8px
    }

    .gap-16-responsive {
        gap: 16px
    }

    .gap-20-responsive {
        gap: 20px
    }

    .gap-24-responsive {
        gap: 24px
    }

    .gap-32-responsive {
        gap: 32px
    }

    .gap-40-responsive {
        gap: 40px
    }

    .gap-48-responsive {
        gap: 48px
    }

    .gap-56-responsive {
        gap: 56px
    }

    .gap-64-responsive {
        gap: 64px
    }

    .gap-72-responsive {
        gap: 72px
    }

    .gap-80-responsive {
        gap: 80px
    }

    .grid.responsive-cols-1 {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media(min-width:1025px) {

    .flex--desktop,
    .flex__desktop {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .flex.wrap-desktop {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0
    }

    .gap-4-desktop {
        gap: 4px
    }

    .gap-8-desktop {
        gap: 8px
    }

    .gap-16-desktop {
        gap: 16px
    }

    .gap-20-desktop {
        gap: 20px
    }

    .gap-24-desktop {
        gap: 24px
    }

    .gap-32-desktop {
        gap: 32px
    }

    .gap-40-desktop {
        gap: 40px
    }

    .gap-48-desktop {
        gap: 48px
    }

    .gap-56-desktop {
        gap: 56px
    }

    .gap-64-desktop {
        gap: 64px
    }

    .gap-72-desktop {
        gap: 72px
    }

    .gap-80-desktop {
        gap: 80px
    }

    .grid.cols-1 {
        grid-template-columns: repeat(1, 1fr)
    }
}

.col-normal {
    display: flex;
    align-items: normal
}

.col-center,
.col-stretch,
.v-center,
.vertical-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.col-stretch {
    display: flex;
    align-items: stretch
}

.col-center,
.v-center,
.vertical-center {
    display: flex;
    align-items: center
}

.col-end,
.col-start {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.col-start {
    display: flex;
    align-items: start
}

.col-end {
    display: flex;
    align-items: end
}

.col-flex-end,
.col-flex-start {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.col-flex-start {
    display: flex;
    align-items: flex-start
}

.col-flex-end {
    display: flex;
    align-items: flex-end
}

.col-self-end,
.col-self-start {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.col-self-start {
    display: flex;
    align-items: self-start
}

.col-self-end {
    display: flex;
    align-items: self-end
}

.col-baseline,
.row-flex-start {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.col-baseline {
    display: flex;
    align-items: baseline
}

.row-flex-start {
    display: flex;
    justify-content: flex-start
}

.h-center,
.horizontal-center,
.row-center,
.row-flex-end {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.row-flex-end {
    display: flex;
    justify-content: flex-end
}

.h-center,
.horizontal-center,
.row-center {
    display: flex;
    justify-content: center
}

.flex-row,
.row-space-around {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.row-space-around {
    display: flex;
    justify-content: space-around
}

.flex-row {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row
}

.flex-column,
.legal-links li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.grid {
    display: grid
}

.flex,
.nav__button,
.v-opposed {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.grid.col-gap-4 {
    column-gap: 4px
}

.grid.row-gap-4 {
    row-gap: 4px
}

.grid.col-gap-8 {
    column-gap: 8px
}

.grid.row-gap-8 {
    row-gap: 8px
}

.grid.col-gap-12 {
    column-gap: 12px
}

.grid.row-gap-12 {
    row-gap: 12px
}

.grid.col-gap-16 {
    column-gap: 16px
}

.grid.row-gap-16 {
    row-gap: 16px
}

.grid.col-gap-24 {
    column-gap: 24px
}

.grid.row-gap-24 {
    row-gap: 24px
}

.grid.col-gap-32 {
    column-gap: 32px
}

.grid.row-gap-32 {
    row-gap: 32px
}

.grid.col-gap-40 {
    column-gap: 40px
}

.grid.row-gap-40 {
    row-gap: 40px
}

.grid.col-gap-48 {
    column-gap: 48px
}

.grid.row-gap-48 {
    row-gap: 48px
}

.grid.col-gap-56 {
    column-gap: 56px
}

.grid.row-gap-56 {
    row-gap: 56px
}

.grid.col-gap-64 {
    column-gap: 64px
}

.grid.row-gap-64 {
    row-gap: 64px
}

.grid.col-gap-72 {
    column-gap: 72px
}

.grid.row-gap-72 {
    row-gap: 72px
}

.grid.col-gap-80 {
    column-gap: 80px
}

.grid.row-gap-80 {
    row-gap: 80px
}

@media(max-width:1280.98px) {
    .grid.responsive-cols-2 {
        grid-template-columns: repeat(2, 1fr)
    }

    .grid.responsive-cols-3 {
        grid-template-columns: repeat(3, 1fr)
    }

    .grid.responsive-cols-4 {
        grid-template-columns: repeat(4, 1fr)
    }

    .grid.responsive-cols-5 {
        grid-template-columns: repeat(5, 1fr)
    }

    .grid.responsive-cols-6 {
        grid-template-columns: repeat(6, 1fr)
    }

    .grid.responsive-cols-7 {
        grid-template-columns: repeat(7, 1fr)
    }

    .grid.responsive-cols-8 {
        grid-template-columns: repeat(8, 1fr)
    }

    .grid.responsive-cols-9 {
        grid-template-columns: repeat(9, 1fr)
    }

    .grid.responsive-cols-10 {
        grid-template-columns: repeat(10, 1fr)
    }

    .grid.responsive-cols-11 {
        grid-template-columns: repeat(11, 1fr)
    }

    .grid.responsive-cols-12 {
        grid-template-columns: repeat(12, 1fr)
    }

    .grid.col-gap-4-responsive {
        column-gap: 4px
    }

    .grid.row-gap-4-responsive {
        row-gap: 4px
    }

    .grid.col-gap-8-responsive {
        column-gap: 8px
    }

    .grid.row-gap-8-responsive {
        row-gap: 8px
    }

    .grid.col-gap-12-responsive {
        column-gap: 12px
    }

    .grid.row-gap-12-responsive {
        row-gap: 12px
    }

    .grid.col-gap-16-responsive {
        column-gap: 16px
    }

    .grid.row-gap-16-responsive {
        row-gap: 16px
    }

    .grid.col-gap-20-responsive {
        column-gap: 20px
    }

    .grid.row-gap-20-responsive {
        row-gap: 20px
    }

    .grid.col-gap-24-responsive {
        column-gap: 24px
    }

    .grid.row-gap-24-responsive {
        row-gap: 24px
    }

    .grid.col-gap-32-responsive {
        column-gap: 32px
    }

    .grid.row-gap-32-responsive {
        row-gap: 32px
    }

    .grid.col-gap-40-responsive {
        column-gap: 40px
    }

    .grid.row-gap-40-responsive {
        row-gap: 40px
    }

    .grid.col-gap-48-responsive {
        column-gap: 48px
    }

    .grid.row-gap-48-responsive {
        row-gap: 48px
    }

    .grid.col-gap-56-responsive {
        column-gap: 56px
    }

    .grid.row-gap-56-responsive {
        row-gap: 56px
    }

    .grid.col-gap-64-responsive {
        column-gap: 64px
    }

    .grid.row-gap-64-responsive {
        row-gap: 64px
    }

    .grid.col-gap-72-responsive {
        column-gap: 72px
    }

    .grid.row-gap-72-responsive {
        row-gap: 72px
    }

    .grid.col-gap-80-responsive {
        column-gap: 80px
    }

    .grid.row-gap-80-responsive {
        row-gap: 80px
    }
}

.col-span-1,
.col-span-10,
.col-span-11,
.col-span-12,
.col-span-2,
.col-span-3,
.col-span-4,
.col-span-5,
.col-span-6,
.col-span-7,
.col-span-8,
.col-span-9 {
    grid-column: span 2
}

.lightThemeHeader .nav__button,
.offerDescription {
    color: #71717a
}

.lightThemeHeader .simulationActive {
    color: #fff !important;
    background: #18181b
}

.lightThemeHeader .simulationActive svg,
.lightThemeHeader .simulationActive svg path {
    stroke: #fff !important;
    color: #fff !important
}

.darkThemeHeader .nav__button {
    color: #d1d5db
}

.darkThemeHeader .simulationActive {
    color: #000 !important;
    background: #18181b
}

.darkThemeHeader .simulationActive svg,
.darkThemeHeader .simulationActive svg path {
    stroke: #000 !important;
    color: #000 !important
}

.nav__button {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 8px 12px;
    align-items: center;
    display: flex;
    gap: 8px;
    height: 64px
}

@media(max-width:1024.98px) {
    .center-responsive {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center !important;
        -moz-align-items: center !important;
        -ms-align-items: center !important;
        -o-align-items: center !important;
        align-items: center !important;
        -webkit-justify-content: center !important;
        -moz-justify-content: center !important;
        -ms-justify-content: center !important;
        -o-justify-content: center !important;
        justify-content: center !important
    }

    .nav__button {
        justify-content: center
    }
}

@media(min-width:599px) {
    .nav__button div {
        display: block
    }
}

.flex,
.v-opposed {
    display: flex
}

.center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -o-align-items: center !important;
    align-items: center !important;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    -o-justify-content: center !important;
    justify-content: center !important
}

.rounded-image {
    border-radius: 100px !important
}

.wrap {
    display: flex !important;
    flex-wrap: wrap
}

.wrap>fieldset,
.wrap>h1,
.wrap>h2,
.wrap>h3,
.wrap>h4,
.wrap>h5,
.wrap>h6,
.wrap>input,
.wrap>label,
.wrap>select {
    display: block;
    width: 100%
}

.right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: right
}

.dnd_area-row-5-hidden,
.hidden,
.hide {
    display: none !important
}

.width-auto {
    width: auto !important
}

.fit-content {
    width: fit-content
}

.block {
    display: block
}

.grid.row-gap-20 {
    row-gap: 20px
}

.grid.col-gap-20 {
    column-gap: 20px
}

@media (min-width:1025px) {
    .grid.cols-2 {
        grid-template-columns: repeat(2, 1fr)
    }
}

.padding-24 {
    padding: 24px 24px 58px
}

.padding-top-0 {
    padding-top: 0 !important
}

.accordion.close {
    -webkit-transition: max-height .95s ease-out !important;
    -moz-transition: max-height .95s ease-out !important;
    -ms-transition: max-height .95s ease-out !important;
    -o-transition: max-height .95s ease-out !important;
    transition: max-height .95s ease-out !important;
    overflow: hidden;
    max-height: 0
}

.accordion.open {
    -webkit-transition: max-height .95s ease-in !important;
    -moz-transition: max-height .95s ease-in !important;
    -ms-transition: max-height .95s ease-in !important;
    -o-transition: max-height .95s ease-in !important;
    transition: max-height .95s ease-in !important;
    overflow: visible;
    max-height: auto
}

.accordion-container {
    margin: 0 auto;
    clear: both;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #000;
    transition: .2s;
    position: relative;
    width: 100%;
    max-width: 100%
}

.accordion-container svg {
    transform: rotate(45deg);
    transition: .4s
}

.accordion-container.open {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
    background: #fff;
    color: #000;
    border-bottom: 1px solid #fff
}

.accordion-container.open svg {
    transform: rotate(0);
    transition: .4s
}

.accordion-titulo {
    justify-content: space-between;
    font-weight: 400;
    text-align: left;
    font-size: 28px;
    display: flex;
    color: #000;
    width: 100%;
    gap: 24px;
    padding: 24px 16px;
    font-family: Almarai, sans-serif
}

.btnPrimary.applyBtn,
.btnPrimary.btn-m,
.btnPrimary.btn-s,
.btnPrimary.cancelBtn,
.btnPrimary.link-m,
.btnPrimary.link-s {
    width: fit-content;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center !important
}

.accordion-titulo:hover {
    background: rgba(255, 255, 255, .2);
    text-decoration: none;
    transition: .2s;
    color: #000
}

.btnPrimary,
.btnPrimary:hover {
    color: #fff;
    text-decoration: none !important
}

.accordion-titulo svg {
    min-width: 24px;
    min-height: 24px;
    margin-left: 16px
}

.accordion-titulo span.toggle-icon {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 38px;
    font-weight: 700
}

.accordion-content {
    display: none;
    overflow: auto;
    padding: 0 16px 24px
}

.accordion-content p {
    margin: 0 0 4px
}

.accordion-content ol li:last-child,
.accordion-content ol:last-child,
.accordion-content p:last-child,
.accordion-content ul li:last-child,
.accordion-content ul:last-child {
    margin-bottom: 0
}

.accordion-content ul {
    list-style-type: disc !important;
    margin-bottom: 8px;
    padding-left: 16px
}

.accordion-content ul li {
    list-style-type: square !important;
    margin-bottom: 8px;
    margin-top: 8px
}

.accordion-content ol,
.accordion-content ol li {
    list-style-type: upper-roman !important;
    margin-bottom: 8px
}

.accordion-content ol {
    padding-left: 16px
}

.accordion-content img {
    display: block;
    float: left;
    margin: 0 15px 10px 0;
    width: 50%;
    height: auto
}

.loader {
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    text-indent: -9999em;
    animation: 1.1s infinite mulShdSpin;
    transform: translateZ(0);
    display: inline-block
}

.card-offer-preview .matchHeader,
.loader--s {
    margin-bottom: 0
}

.loader--white {
    animation: 1.1s infinite mulShdSpinWhite
}

.loader--s {
    margin-top: 0;
    font-size: 2.5px;
    width: 2.5px;
    height: 2.5px
}

.btnPrimary {
    border: 1px solid #18181b;
    -webkit-transition: .2s !important;
    -moz-transition: .2s !important;
    -ms-transition: .2s !important;
    -o-transition: .2s !important;
    transition: .2s !important;
    background: #18181b;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.btnPrimary--red,
.btnPrimary:hover {
    -webkit-transition: .2s !important;
    -moz-transition: .2s !important;
    -ms-transition: .2s !important;
    -o-transition: .2s !important
}

.btnPrimary--info,
.btnPrimary--info--red,
.btnPrimary--red {
    background: var(--primary);
    display: inline-block;
    text-align: center;
    white-space: nowrap
}

.btnPrimary:hover {
    transition: .2s !important;
    background: #3f3f46;
    border-color: #3f3f46
}

.btnPrimary.disabled,
.btnPrimary.disabled:hover {
    cursor: not-allowed;
    color: #a1a1aa;
    background: #e5e7eb;
    border-color: #e5e7eb
}

.btnPrimary--red {
    border: 1px solid var(--primary);
    transition: .2s !important;
    color: #fff;
    text-decoration: none !important
}

.btnPrimary--info,
.btnPrimary--red:hover {
    -webkit-transition: .2s !important;
    -moz-transition: .2s !important;
    -ms-transition: .2s !important;
    -o-transition: .2s !important;
    text-decoration: none !important
}

.btnPrimary--red:hover {
    transition: .2s !important;
    color: #fff;
    background: #e0bb12;
    border-color: #e0bb12
}

.btnPrimary--red.disabled,
.btnPrimary--red.disabled:hover {
    cursor: not-allowed;
    color: #a1a1aa;
    background: #e5e7eb;
    border-color: #e5e7eb
}

.btnPrimary.applyBtn,
.btnPrimary.btn-s,
.btnPrimary.cancelBtn,
.btnPrimary.link-s {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: flex;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -o-align-items: center !important;
    align-items: center !important;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    -o-justify-content: center !important;
    justify-content: center !important;
    line-height: 9px;
    height: 30px;
    padding: 0 14px;
    font-size: 14px
}

.btnPrimary.btn-m,
.btnPrimary.link-m {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: flex;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -o-align-items: center !important;
    align-items: center !important;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    -o-justify-content: center !important;
    justify-content: center !important;
    line-height: 9px;
    height: 36px;
    padding: 0 12px;
    font-size: 16px
}

.btnPrimary--info.applyBtn,
.btnPrimary--info.btn-s,
.btnPrimary--info.cancelBtn,
.btnPrimary--white.link-s,
.btnPrimary.btn-l,
.btnPrimary.link-l {
    width: fit-content;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center !important;
    line-height: 9px
}

.btnPrimary.btn-l,
.btnPrimary.link-l {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: flex;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -o-align-items: center !important;
    align-items: center !important;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    -o-justify-content: center !important;
    justify-content: center !important;
    height: 40px;
    padding: 0 16px;
    font-size: 16px
}

.btnPrimary:disabled {
    background: #d1d5db !important;
    border-color: #d1d5db !important;
    cursor: not-allowed
}

.btnPrimary--info {
    border: 1px solid #000;
    transition: .2s !important;
    color: #000;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-weight: 700
}

.btnPrimary--info:hover,
.btnPrimary--white {
    -webkit-transition: .2s !important;
    -moz-transition: .2s !important;
    -ms-transition: .2s !important;
    -o-transition: .2s !important
}

.btnPrimary--info:hover {
    transition: .2s !important;
    color: #fff;
    background: #000;
    border-color: #000;
    text-decoration: none !important
}

.btnPrimary--white {
    border: 2px solid #fff;
    transition: .2s !important;
    color: #fff;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    text-decoration: none !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.btnPrimary--info--red,
.btnPrimary--white:hover {
    -webkit-transition: .2s !important;
    -moz-transition: .2s !important;
    -ms-transition: .2s !important;
    -o-transition: .2s !important;
    text-decoration: none !important
}

.btnPrimary--white:hover {
    transition: .2s !important;
    color: #fff;
    background: #000;
    border-color: #000
}

.btnPrimary--info.applyBtn,
.btnPrimary--info.btn-s,
.btnPrimary--info.cancelBtn,
.btnPrimary--white.link-s {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: flex;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -o-align-items: center !important;
    align-items: center !important;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    -o-justify-content: center !important;
    justify-content: center !important;
    height: 30px;
    padding: 0 14px;
    font-size: 14px
}

.btnPrimary--white.btn-l,
.btnPrimary--white.btn-m,
.btnPrimary--white.link-l,
.btnPrimary--white.link-m {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center !important;
    font-size: 16px;
    width: fit-content;
    line-height: 9px
}

.btnPrimary--white.btn-m,
.btnPrimary--white.link-m {
    border-radius: 8px;
    display: flex;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -o-align-items: center !important;
    align-items: center !important;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    -o-justify-content: center !important;
    justify-content: center !important;
    height: 36px;
    padding: 0 12px
}

.btnPrimary--white.btn-l,
.btnPrimary--white.link-l {
    border-radius: 8px;
    display: flex;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -o-align-items: center !important;
    align-items: center !important;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    -o-justify-content: center !important;
    justify-content: center !important;
    height: 40px;
    padding: 0 16px
}

.btnPrimary--white.btn-xl,
.btnPrimary--white.link-xl {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: fit-content;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -o-align-items: center !important;
    align-items: center !important;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    -o-justify-content: center !important;
    justify-content: center !important;
    line-height: 9px;
    height: 70px;
    padding: 0 90px;
    font-size: 1.9rem
}

.btnPrimary--info.disabled,
.btnPrimary--info.disabled:hover {
    cursor: not-allowed;
    color: #a1a1aa;
    background: #e5e7eb;
    border-color: #e5e7eb
}

.btnPrimary--info--red {
    border: 1px solid var(--primary);
    transition: .2s !important;
    color: #fff
}

.btnPrimary--disabled,
.btnPrimary--info--red:hover {
    -webkit-transition: .2s !important;
    -moz-transition: .2s !important;
    -ms-transition: .2s !important;
    -o-transition: .2s !important
}

.btnPrimary--info--red:hover {
    transition: .2s !important;
    color: #fff;
    background: #e0bb12;
    border-color: #e0bb12;
    text-decoration: none !important
}

.btnPrimary--info--red.disabled,
.btnPrimary--info--red.disabled:hover {
    cursor: not-allowed;
    color: #a1a1aa;
    background: #e5e7eb;
    border-color: #e5e7eb
}

.btnPrimary--info.applyBtn,
.btnPrimary--info.btn-s,
.btnPrimary--info.cancelBtn,
.btnPrimary--info.link-s {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: fit-content;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -o-align-items: center !important;
    align-items: center !important;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    -o-justify-content: center !important;
    justify-content: center !important;
    line-height: 9px;
    height: 30px;
    padding: 0 14px;
    font-size: 14px
}

.btnPrimary--info.btn-l,
.btnPrimary--info.btn-m,
.btnPrimary--info.link-l,
.btnPrimary--info.link-m {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center !important;
    font-size: 16px;
    width: fit-content;
    line-height: 9px
}

.btnPrimary--info.btn-m,
.btnPrimary--info.link-m {
    border-radius: 8px;
    display: flex;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -o-align-items: center !important;
    align-items: center !important;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    -o-justify-content: center !important;
    justify-content: center !important;
    height: 36px;
    padding: 0 12px
}

.btnPrimary--info.btn-l,
.btnPrimary--info.link-l {
    border-radius: 8px;
    display: flex;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -o-align-items: center !important;
    align-items: center !important;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    -o-justify-content: center !important;
    justify-content: center !important;
    height: 40px;
    padding: 0 16px
}

.btnPrimary--info.btn-xl,
.btnPrimary--info.link-xl {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: fit-content;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -o-align-items: center !important;
    align-items: center !important;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    -o-justify-content: center !important;
    justify-content: center !important;
    line-height: 9px;
    height: 70px;
    padding: 0 90px;
    font-size: 1.9rem
}

.btnPrimary--info:disabled {
    background: #d1d5db !important;
    border-color: #d1d5db !important;
    cursor: not-allowed
}

.btnPrimary--disabled {
    border: 1px solid #d1d5db;
    transition: .2s !important;
    background: #d1d5db;
    color: #fff;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    text-decoration: none !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.btnPrimary--disabled--red,
.btnPrimary--disabled:hover {
    -webkit-transition: .2s !important;
    -moz-transition: .2s !important;
    -ms-transition: .2s !important;
    -o-transition: .2s !important;
    text-decoration: none !important
}

.btnPrimary--disabled:hover {
    transition: .2s !important;
    color: #fff;
    background: #d1d5db;
    border-color: #d1d5db
}

.btnPrimary--disabled.disabled,
.btnPrimary--disabled.disabled:hover {
    cursor: not-allowed;
    color: #a1a1aa;
    background: #e5e7eb;
    border-color: #e5e7eb
}

.btnPrimary--disabled--red {
    border: 1px solid var(--primary);
    transition: .2s !important;
    background: var(--primary);
    color: #fff;
    display: inline-block;
    text-align: center;
    white-space: nowrap
}

.btnPrimary--disabled--red:hover,
.btnSecondary {
    -webkit-transition: .2s !important;
    -moz-transition: .2s !important;
    -ms-transition: .2s !important;
    -o-transition: .2s !important
}

.btnPrimary--disabled--red:hover {
    transition: .2s !important;
    color: #fff;
    background: #e0bb12;
    border-color: #e0bb12;
    text-decoration: none !important
}

.btnPrimary--disabled--red.disabled,
.btnPrimary--disabled--red.disabled:hover,
.link.disabled,
.link.disabled:hover {
    cursor: not-allowed;
    color: #a1a1aa;
    background: #e5e7eb;
    border-color: #e5e7eb
}

.btnPrimary--disabled.applyBtn,
.btnPrimary--disabled.btn-s,
.btnPrimary--disabled.cancelBtn,
.btnPrimary--disabled.link-s,
.btnSecondary.applyBtn,
.btnSecondary.btn-s,
.btnSecondary.cancelBtn,
.btnSecondary.link-s,
.btnWithImage.applyBtn,
.btnWithImage.btn-s,
.btnWithImage.cancelBtn,
.btnWithImage.link-s {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: fit-content;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -o-align-items: center !important;
    align-items: center !important;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    -o-justify-content: center !important;
    justify-content: center !important;
    line-height: 9px;
    height: 30px;
    padding: 0 14px;
    font-size: 14px
}

.btnPrimary--disabled.btn-m,
.btnPrimary--disabled.link-m,
.btnSecondary.btn-m,
.btnSecondary.link-m,
.btnWithImage.btn-m,
.btnWithImage.link-m {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: fit-content;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -o-align-items: center !important;
    align-items: center !important;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    -o-justify-content: center !important;
    justify-content: center !important;
    line-height: 9px;
    height: 36px;
    padding: 0 12px;
    font-size: 16px
}

.btnPrimary--disabled.btn-l,
.btnPrimary--disabled.link-l,
.btnSecondary.btn-l,
.btnSecondary.link-l,
.btnWithImage.btn-l,
.btnWithImage.link-l {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: fit-content;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -o-align-items: center !important;
    align-items: center !important;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    -o-justify-content: center !important;
    justify-content: center !important;
    line-height: 9px;
    height: 40px;
    padding: 0 16px;
    font-size: 16px
}

.btnPrimary--disabled.btn-xl,
.btnPrimary--disabled.link-xl {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: fit-content;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -o-align-items: center !important;
    align-items: center !important;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    -o-justify-content: center !important;
    justify-content: center !important;
    line-height: 9px;
    height: 48px;
    padding: 0 24px;
    font-size: 18px
}

.btnPrimary--disabled:disabled {
    background: #d1d5db !important;
    border-color: #d1d5db !important;
    cursor: not-allowed
}

.btnPrimary--loading,
.btnPrimary--loading:hover,
.btnPrimary--saved,
.btnPrimary--saved:hover {
    background-color: #e5e7eb;
    color: #71717a
}

.btnPrimary--loading {
    cursor: not-allowed;
    border-color: #e5e7eb;
    -webkit-animation: .4s !important;
    -moz-animation: .4s !important;
    -ms-animation: .4s !important;
    -o-animation: .4s !important;
    animation: .4s !important
}

.btnPrimary--loading:hover {
    border-color: #e5e7eb
}

.btnPrimary--loading .loader {
    display: block;
    margin-right: 16px
}

.btnPrimary--loading .icon,
.btnPrimary--saved .loader {
    display: none
}

.btnPrimary--saved {
    cursor: not-allowed;
    border-color: #e5e7eb;
    -webkit-animation: .4s !important;
    -moz-animation: .4s !important;
    -ms-animation: .4s !important;
    -o-animation: .4s !important;
    animation: .4s !important
}

.btnPrimary--saved:hover {
    border-color: #e5e7eb
}

.btnPrimary--saved .icon {
    width: 18px;
    height: 18px;
    display: block;
    margin-right: 8px;
    margin-left: -4px
}

.btnSecondary,
.btnWithImage.filled {
    width: fit-content;
    display: flex;
    gap: 8px;
    text-align: center;
    white-space: nowrap
}

.btnSecondary {
    transition: .2s !important;
    border: 1px solid #000;
    text-decoration: none;
    color: #000
}

.btnSecondary:hover,
.btnWithImage.filled {
    -webkit-transition: .2s !important;
    -moz-transition: .2s !important;
    -ms-transition: .2s !important;
    -o-transition: .2s !important;
    text-decoration: none
}

.btnIcon,
.supNum {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center !important
}

.btnSecondary:hover {
    transition: .2s !important;
    color: #000;
    background: #f3f4f6
}

.btnSecondary.disabled,
.btnSecondary.disabled:hover,
.btnWithImage.filled.disabled,
.btnWithImage.filled.disabled:hover {
    color: #a1a1aa;
    cursor: not-allowed;
    background: #e5e7eb;
    border-color: #e5e7eb
}

.btnSecondary svg,
.btnWithImage svg {
    height: 18px;
    width: 18px
}

.btnWithImage {
    color: #000;
    padding: 0 4px;
    height: 32px
}

.card,
.card--form {
    padding: 20px 24px
}

.btnWithImage.filled {
    transition: .2s !important;
    border: 1px solid #000;
    color: #000;
    background: #fff
}

.btnWithImage.filled:hover,
.link {
    -webkit-transition: .2s !important;
    -moz-transition: .2s !important;
    -ms-transition: .2s !important;
    -o-transition: .2s !important
}

.btnWithImage.filled:hover {
    transition: .2s !important;
    color: #000;
    text-decoration: none
}

.btnWithImage.filled:hover,
.btnWithImage:hover {
    background: #fff
}

.supNum {
    border: 2px solid #f7f7f7;
    border-radius: 50px;
    position: absolute;
    background: #000;
    display: flex;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -o-align-items: center !important;
    align-items: center !important;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    -o-justify-content: center !important;
    justify-content: center !important;
    color: #fff;
    height: 18px;
    width: 18px;
    right: -8px;
    top: -8px
}

.card,
.swichContainer {
    position: relative;
    width: 100%
}

.btnIcon {
    transition: .1s;
    display: flex;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -o-align-items: center !important;
    align-items: center !important;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    -o-justify-content: center !important;
    justify-content: center !important;
    display: flex;
    gap: 8px
}

.link.applyBtn,
.link.btn-m,
.link.btn-s,
.link.cancelBtn,
.link.link-m,
.link.link-s {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center !important;
    width: fit-content;
    line-height: 9px
}

.btnIcon:hover {
    text-decoration: none;
    transition: .1s;
    color: #000
}

.link,
.link:hover,
.vives-accordion .faq-tab__btn {
    text-decoration: none !important
}

.link {
    border: 1px solid transparent;
    transition: .2s !important;
    background: rgba(0, 0, 0, 0);
    color: #000;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.link:hover {
    -webkit-transition: .2s !important;
    -moz-transition: .2s !important;
    -ms-transition: .2s !important;
    -o-transition: .2s !important;
    transition: .2s !important;
    color: #000;
    background: #f3f4f6;
    border-color: #f3f4f6
}

.link.applyBtn,
.link.btn-s,
.link.cancelBtn,
.link.link-s {
    display: flex;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -o-align-items: center !important;
    align-items: center !important;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    -o-justify-content: center !important;
    justify-content: center !important;
    height: 30px;
    padding: 0 14px;
    font-size: 14px
}

.link.btn-m,
.link.link-m {
    display: flex;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -o-align-items: center !important;
    align-items: center !important;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    -o-justify-content: center !important;
    justify-content: center !important;
    height: 36px;
    padding: 0 12px;
    font-size: 16px
}

.cardContainer,
.link.btn-l,
.link.link-l {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.link.btn-l,
.link.link-l {
    width: fit-content;
    display: flex;
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -o-align-items: center !important;
    align-items: center !important;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    -o-justify-content: center !important;
    justify-content: center !important;
    line-height: 9px;
    height: 40px;
    padding: 0 16px;
    font-size: 16px
}

.cardContainer {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px
}

.card {
    border: 1px solid #e5e7eb;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background: #fff
}

.card .cardSave {
    position: absolute;
    right: 24px;
    top: 22px
}

.companyLocation {
    color: #71717a;
    padding: 2px 0 0 24px;
    text-transform: lowercase;
    background-image: url("/img/icons/location.svg");
    background-position: left center;
    background-repeat: no-repeat
}

.companyLocation:first-letter {
    text-transform: uppercase
}

.card-offer {
    cursor: pointer;
    -webkit-transition: .3s !important;
    -moz-transition: .3s !important;
    -ms-transition: .3s !important;
    -o-transition: .3s !important;
    transition: .3s !important
}

.card-offer-preview:hover,
.card-offer:hover {
    border: 1px solid transparent;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1)
}

.site-logo-img-content .section-title,
.site-two-col {
    border-top: 1px solid var(--black);
    border-bottom: 1px solid var(--black)
}

.card-profile-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -o-align-items: center !important;
    align-items: center !important
}

.card-offer-preview {
    cursor: pointer;
    -webkit-transition: .3s !important;
    -moz-transition: .3s !important;
    -ms-transition: .3s !important;
    -o-transition: .3s !important;
    transition: .3s !important;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.new__opportunities__bg,
.new__opportunities__items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.card-offer-preview h2 {
    font-size: 22px !important;
    font-family: Almarai, sans-serif
}

.card-offer-preview p {
    font-size: 15px !important;
    font-family: Almarai, sans-serif
}

.more-simulator--m::after {
    height: 70px
}

@media(min-width:1025px) {
    .grid.desktop-cols-1 {
        grid-template-columns: repeat(1, 1fr)
    }

    .grid.cols-2,
    .grid.desktop-cols-2 {
        grid-template-columns: repeat(2, 1fr)
    }

    .grid.cols-3,
    .grid.desktop-cols-3 {
        grid-template-columns: repeat(3, 1fr)
    }

    .grid.cols-4,
    .grid.desktop-cols-4 {
        grid-template-columns: repeat(4, 1fr)
    }

    .grid.cols-5,
    .grid.desktop-cols-5 {
        grid-template-columns: repeat(5, 1fr)
    }

    .grid.cols-6,
    .grid.desktop-cols-6 {
        grid-template-columns: repeat(6, 1fr)
    }

    .grid.cols-7,
    .grid.desktop-cols-7 {
        grid-template-columns: repeat(7, 1fr)
    }

    .grid.cols-8,
    .grid.desktop-cols-8 {
        grid-template-columns: repeat(8, 1fr)
    }

    .grid.cols-9,
    .grid.desktop-cols-9 {
        grid-template-columns: repeat(9, 1fr)
    }

    .grid.cols-10,
    .grid.desktop-cols-10 {
        grid-template-columns: repeat(10, 1fr)
    }

    .grid.cols-11,
    .grid.desktop-cols-11 {
        grid-template-columns: repeat(11, 1fr)
    }

    .grid.cols-12,
    .grid.desktop-cols-12 {
        grid-template-columns: repeat(12, 1fr)
    }

    .grid.col-gap-4-desktop {
        column-gap: 4px
    }

    .grid.row-gap-4-desktop {
        row-gap: 4px
    }

    .grid.col-gap-8-desktop {
        column-gap: 8px
    }

    .grid.row-gap-8-desktop {
        row-gap: 8px
    }

    .grid.col-gap-12-desktop {
        column-gap: 12px
    }

    .grid.row-gap-12-desktop {
        row-gap: 12px
    }

    .grid.col-gap-16-desktop {
        column-gap: 16px
    }

    .grid.row-gap-16-desktop {
        row-gap: 16px
    }

    .grid.col-gap-20-desktop {
        column-gap: 20px
    }

    .grid.row-gap-20-desktop {
        row-gap: 20px
    }

    .grid.col-gap-24-desktop {
        column-gap: 24px
    }

    .grid.row-gap-24-desktop {
        row-gap: 24px
    }

    .grid.col-gap-32-desktop {
        column-gap: 32px
    }

    .grid.row-gap-32-desktop {
        row-gap: 32px
    }

    .grid.col-gap-40-desktop {
        column-gap: 40px
    }

    .grid.row-gap-40-desktop {
        row-gap: 40px
    }

    .grid.col-gap-48-desktop {
        column-gap: 48px
    }

    .grid.row-gap-48-desktop {
        row-gap: 48px
    }

    .grid.col-gap-56-desktop {
        column-gap: 56px
    }

    .grid.row-gap-56-desktop {
        row-gap: 56px
    }

    .grid.col-gap-64-desktop {
        column-gap: 64px
    }

    .grid.row-gap-64-desktop {
        row-gap: 64px
    }

    .grid.col-gap-72-desktop {
        column-gap: 72px
    }

    .grid.row-gap-72-desktop {
        row-gap: 72px
    }

    .grid.col-gap-80-desktop {
        column-gap: 80px
    }

    .grid.row-gap-80-desktop {
        row-gap: 80px
    }

    .graphs-cols-2 {
        grid-template-columns: 50% 50%
    }

    .legal-links li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center !important;
        -moz-align-items: center !important;
        -ms-align-items: center !important;
        -o-align-items: center !important;
        align-items: center !important
    }

    .accordion-container {
        width: 100%
    }

    .more-simulator--m::after {
        height: 100px
    }
}

.more-simulator--xl::after {
    height: 200px
}

.swichContainer {
    height: 27px
}

.contentSwitch {
    position: absolute;
    top: 12px;
    right: 16px;
    width: 40px
}

.contentSwitchLeft {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px
}

.overlay.active {
    position: fixed;
    background: rgba(0, 0, 0, .7);
    backdrop-filter: blur(3px);
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 6
}

#landing section {
    padding: 64px 0
}

#landing section .landing__title--big__head {
    line-height: 48px !important;
    font-size: 40px !important
}

@media(min-width:1025px) {
    #landing section {
        padding: 100px 0px
    }

    #landing section .landing__title--big__head {
        line-height: 100% !important;
        font-size: 64px !important
    }
}

#landing section .landing__title--red {
    color: #000;
    font-size: 2.6rem
}

#landing section .landing__text {
    font-size: 16px !important;
    line-height: 20px !important;
    margin-bottom: -1px;
    color: #52525b
}

.landing__container,
.vives-accordion #container-main {
    margin: 0 auto;
    width: 90%
}

@media(min-width:769px) {
    .center-desktop {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center !important;
        -moz-align-items: center !important;
        -ms-align-items: center !important;
        -o-align-items: center !important;
        align-items: center !important;
        -webkit-justify-content: center !important;
        -moz-justify-content: center !important;
        -ms-justify-content: center !important;
        -o-justify-content: center !important;
        justify-content: center !important
    }

    .nav__button {
        justify-content: left
    }

    .accordion-titulo {
        padding: 24px
    }

    .accordion-content {
        padding: 0 24px 24px
    }

    #landing section .landing__text {
        font-size: 22px !important;
        line-height: 26px !important;
        margin-bottom: -1px;
        font-family: Almarai, sans-serif
    }

    .landing__container {
        width: 715px
    }
}

@media(min-width:1025px) {
    .landing__container {
        width: 980px
    }
}

@media(min-width:1281px) {
    .landing__container {
        width: 1150px
    }
}

@media (min-width:1360px) {
    .landing__container {
        width: 1210px
    }
}

.new__opportunities {
    width: 90%;
    margin: 0 auto;
    text-align: center
}

@media(min-width:769px) {
    .new__opportunities {
        width: 434px
    }
}

@media(min-width:1025px) {
    .new__opportunities {
        width: 580px
    }
}

@media(min-width:1360px) {
    .new__opportunities {
        width: 1210px
    }
}

.new__opportunities__items {
    display: flex;
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -o-align-items: center !important;
    align-items: center !important;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.new__opportunities__item {
    height: 160px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px
}

.new__opportunities__item:first-child {
    background-image: url("/img/public/salaybarras.png")
}

.new__opportunities__item:nth-child(2) {
    background-image: url("/img/public/alojamiento.png")
}

.new__opportunities__item:nth-child(3) {
    background-image: url("/img/public/cocina.png")
}

.new__opportunities__item:nth-child(4) {
    background-image: url("/img/public/administracionyservicios.png")
}

.new__opportunities__bg {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    padding: 16px 20px;
    border-radius: 16px
}

.new__opportunities__p {
    color: #fff
}

.section-image {
    width: 100%;
    height: 800px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/img/public/imagen-faqs.jpg")
}

.section-image__bg {
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .5) 100%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -o-align-items: center !important;
    align-items: center !important;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    -o-justify-content: center !important;
    justify-content: center !important
}

.section-image__text {
    margin: 0 auto;
    padding: 0 3rem;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    color: #fff
}

.vives-presentation .landing__container {
    display: flex;
    gap: 16px
}

@media(max-width:980px) {
    .vives-presentation .landing__container {
        flex-direction: column
    }

    .vives-presentation__text {
        text-align: center;
        margin: 0 auto;
        padding: 0 24px;
        max-width: 592px;
        font-size: 48px
    }
}

@media(min-width:981px) {
    .vives-presentation .landing__container {
        flex-direction: row
    }
}

.vives-experience {
    display: flex
}

.vives-experience .landing__container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 48px
}

.vives-experience .landing__container .vives__image img {
    width: 100%
}

@media(min-width:769px) {
    .new__opportunities__items {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0;
        gap: 20px
    }

    .new__opportunities__item {
        width: calc(50% - 10px)
    }

    .section-image__text {
        font-size: 42px;
        width: auto
    }

    .vives-presentation .landing__container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center !important;
        -moz-align-items: center !important;
        -ms-align-items: center !important;
        -o-align-items: center !important;
        align-items: center !important;
        gap: 24px;
        justify-content: space-between
    }

    .vives-experience .landing__container {
        gap: 128px
    }

    .vives-presentation__text .landing__text,
    .vives-presentation__text .landing__title {
        max-width: 481px
    }
}

.vives__image {
    position: relative;
    max-width: 596px;
    margin: 0 auto;
    text-align: center
}

.vives__image img {
    width: 90%
}

@media(min-width:1025px) {
    .new__opportunities__items {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 20px
    }

    .new__opportunities__item {
        width: 100%
    }

    .section-image__text {
        font-size: 64px
    }

    .vives-experience .landing__container {
        flex-direction: row;
        gap: 0
    }

    .vives__image {
        margin: 0;
        text-align: inherit
    }

    .vives__image img {
        width: auto
    }
}

.vives__image--animated {
    display: flex;
    position: relative;
    max-width: 340px;
    justify-content: center;
    margin: 0 auto
}

@media(max-width:480px) {
    .vives-presentation__text {
        text-align: center
    }
}

@media(min-width:981px) {
    .vives-presentation__text {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center !important;
        -moz-align-items: center !important;
        -ms-align-items: center !important;
        -o-align-items: center !important;
        align-items: center !important;
        -webkit-justify-content: center !important;
        -moz-justify-content: center !important;
        -ms-justify-content: center !important;
        -o-justify-content: center !important;
        justify-content: center !important;
        text-align: left;
        margin: 0;
        max-width: 481px
    }
}

.vives-experience__text {
    margin: 0 auto;
    text-align: center;
    max-width: 482px
}

.vives-opportunities .landing__container {
    display: flex;
    flex-direction: column;
    gap: 48px
}

.matchHeader,
.matchHeader li,
.vives-accordion .faq-tab {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.vives-opportunities .more-simulator {
    margin: 0 auto;
    max-width: 596px
}

@media(min-width:1025px) {
    .vives__image--animated {
        max-width: 546px;
        justify-content: flex-end;
        margin: 0
    }

    .vives-presentation__text div {
        justify-content: flex-start;
        align-items: flex-start
    }

    .vives-experience__text {
        text-align: left
    }

    .vives-opportunities .landing__container {
        gap: 64px
    }

    .vives-opportunities .more-simulator {
        max-width: 948px
    }
}

@media(min-width:1281px) {
    .vives-experience__text {
        margin: 0
    }

    .vives-accordion #container-main {
        max-width: 1750px
    }
}

.vives-accordion .faq-tab {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    display: flex;
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -o-align-items: center !important;
    align-items: center !important;
    display: flex;
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -o-align-items: center !important;
    align-items: center !important;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    -o-justify-content: center !important;
    justify-content: center !important;
    gap: 8px
}

.vives-accordion .faq-tab__btn {
    -webkit-transition: .2s !important;
    -moz-transition: .2s !important;
    -ms-transition: .2s !important;
    -o-transition: .2s !important;
    transition: .2s !important;
    background-color: #e5e7eb;
    color: #a1a1aa;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 12px 16px
}

.vives-accordion .faq-tab__btn--active {
    background-color: #000;
    color: #fff
}

.matchHeader {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px
}

.matchHeader li {
    display: flex;
    gap: 16px;
    align-items: center
}

.matchHeader li img {
    max-height: 24px
}

.matchHeader span {
    line-height: 10px;
    color: #71717a
}

.site-two-col {
    padding: 17px 0;
    background-color: var(--primary)
}

.section-title-inner--bottom {
    padding: 20px 10px 20px 81px
}

.logo-text {
    font-size: 3.2rem
}

a.cta_button {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    vertical-align: middle
}

.hs-breadcrumb-menu {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.hs-breadcrumb-menu-item {
    float: left;
    padding: 10px 0 10px 10px
}

.hs-breadcrumb-menu-divider:before {
    content: '›';
    padding-left: 10px
}

.hs-featured-image-link {
    border: 0
}

.hs-featured-image {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 50%
}

@media (max-width:568px) {
    .hs-featured-image {
        float: none;
        margin: 0;
        width: 100%;
        max-width: 100%
    }
}

.hs-screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

header.header .header-inner .searchButton {
    background: url('https://ieteam.com/hubfs/Ieteam-2024/search-icon.svg') center/30px no-repeat
}

#hs_cos_wrapper_dnd_area-module-1 .site-common-section {
    padding: 124px 0 122px;
    background-color: #fff;
    z-index: 1;
    position: relative
}

@media screen and (max-width:1024px) {
    #hs_cos_wrapper_dnd_area-module-1 .site-common-section {
        padding: 80px 0
    }
}

@media screen and (max-width:767px) {
    #hs_cos_wrapper_dnd_area-module-1 .site-common-section {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

#hs_cos_wrapper_widget_1726139050499 .site-common-section {
    z-index: 1;
    position: relative
}

.site-logo-img-content .imgbox a {
    background-color: var(--primary);
    display: inline-block;
    line-height: 0;
    border: 1px solid var(--black);
    border-radius: 0;
    padding: 23px;
    text-decoration: none;
    cursor: pointer;
    width: 74px;
    height: 74px;
    opacity: 0;
    transition: .5s
}

.site-logo-img-content .imgbox a:hover {
    background-color: var(--secondary)
}

.site-logo-img-content .imgbox a:hover img {
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1)
}

.site-logo-img-content .section-title {
    background-color: var(--primary);
    padding: 10px 0 11px
}

.site-logo-img-content .section-title-inner {
    padding: 50px 10px 50px 81px
}

.site-logo-img-content .contnt-and-box,
.site-logo-img-content .contrent-wrap {
    display: flex;
    flex-wrap: wrap
}

.site-logo-img-content .section-image-content {
    width: 60%
}

.site-logo-img-content .section-image-content .wrap-img-content {
    display: flex;
    flex-wrap: wrap;
    height: 100%
}

.site-logo-img-content .section-image-content .logo-content:first-child {
    border-right: 1px solid #000
}

.site-logo-img-content .section-image-content .logo-content:last-child {
    border-left: 1px solid #000
}

.site-logo-img-content .imgbox {
    display: flex;
    justify-content: flex-end
}

.site-logo-img-content .section-image {
    width: 40%;
    height: auto
}

.site-logo-img-content .contnt-and-box .section-content {
    width: 75%;
    padding-right: 18px
}

.site-logo-img-content .contnt-and-box .section-box {
    width: 25%
}

.site-logo-img-content .logo-image {
    height: auto;
    width: 100%;
    margin-bottom: -100px
}

.site-logo-img-content .logo-image img {
    width: auto;
    height: 87px !important;
    max-width: 100%;
    display: block;
    object-fit: contain
}

.site-logo-img-content .section-image-content .logo-content {
    width: 33.33%;
    cursor: pointer;
    padding: 68px 40px 52px 81px;
    flex: auto
}

.site-logo-img-content .contrent-wrap.swap {
    flex-direction: row-reverse
}

.site-logo-img-content .section-title-inner h2 {
    color: #1c1c1c
}

.site-logo-img-content .contnt-and-box .section-content p {
    font-size: 24px;
    font-family: Almarai, sans-serif
}

.site-logo-img-content .contnt-and-box .section-content h6 {
    padding-bottom: 40px;
    font-size: 20px;
    font-weight: 400
}

.site-logo-img-content .image-wrap {
    height: 100%
}

.site-logo-img-content .image-wrap img {
    height: 100% !important;
    display: block;
    width: 100%;
    object-fit: cover
}

.site-logo-img-content .logo-content.flipped .imgbox a,
.site-logo-img-content .logo-content:focus .imgbox a,
.site-logo-img-content .logo-content:hover .imgbox a {
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1
}

.site-logo-img-content .section-image-content .logo-content:hover {
    background: #f5f5f5
}

@media(max-width:1680px) {
    .site-logo-img-content .section-image-content .logo-content {
        padding: 42px 30px
    }

    .section-title-inner--bottom,
    .site-logo-img-content .section-title-inner {
        padding-left: 30px
    }

    .section-title-inner {
        padding: 40px 10px 40px 30px !important
    }

    .title-odd {
        font-size: 2rem !important
    }

    .logo-text {
        font-size: 2.8rem
    }

    .site-logo-img-content .imgbox a {
        width: 54px;
        height: 54px;
        padding: 12px
    }

    .wrap-img-content .row .logo-content {
        padding-top: 100px !important
    }

    .section-image {
        height: 600px
    }

    .services-tab-section .service-tab-maintitle h3 {
        font-size: 90px
    }
}

@media(max-width:1280px) {
    .site-logo-img-content .section-image-content .logo-content {
        width: 50%;
        padding: 42px 30px
    }

    .site-logo-img-content .contnt-and-box .section-content p {
        font-size: 20px
    }

    .site-logo-img-content .contnt-and-box .section-content h6 {
        padding-bottom: 30px
    }

    .site-logo-img-content .imgbox a {
        width: 40px;
        height: 40px;
        padding: 10px
    }

    .site-logo-img-content .contnt-and-box .section-content {
        padding-right: 12px
    }

    .site-logo-img-content .h6-available .contnt-and-box .section-box {
        padding-top: 103px
    }
}

@media(max-width:1025px) {
    .site-logo-img-content .section-image-content .logo-content {
        padding: 30px 20px
    }

    .section-title-inner--bottom,
    .site-logo-img-content .section-title-inner {
        padding-left: 20px
    }

    .section-title-inner {
        padding: 40px 10px 40px 30px !important
    }

    .site-logo-img-content .contnt-and-box .section-content p {
        font-size: 18px
    }

    .site-logo-img-content .contnt-and-box .section-content h6 {
        padding-bottom: 20px;
        font-size: 18px
    }

    .site-logo-img-content .imgbox a {
        width: 30px;
        height: 30px;
        padding: 7px
    }
}

@media(max-width:991px) {
    .site-logo-img-content .contnt-and-box .section-content h6 {
        padding-bottom: 20px
    }

    .site-logo-img-content .section-image,
    .site-logo-img-content .section-image-content {
        width: 100%
    }

    .site-logo-img-content .h6-available .contnt-and-box .section-box {
        padding-top: 65px
    }
}

@media(max-width:767px) {
    .site-logo-img-content .contnt-and-box .section-content h6 {
        padding-bottom: 20px
    }

    .site-logo-img-content .section-image-content .logo-content {
        width: 100%
    }

    .site-logo-img-content .contnt-and-box .section-content {
        width: 90%
    }

    .site-logo-img-content .contnt-and-box .section-box {
        width: 10%
    }

    .site-logo-img-content .h6-available .contnt-and-box .section-box {
        padding-top: 65px
    }
}

.wrap-img-content .row {
    display: flex;
    width: 100%;
    justify-content: space-between
}

.wrap-img-content .row .logo-content {
    width: 33.33%;
    padding: 140px 35px 52px 25px;
    box-sizing: border-box;
    border: 1px solid #000
}

.section-content--width {
    width: 100% !important
}

@media (max-width:768px) {
    .wrap-img-content .row .logo-content {
        width: 100%
    }
}

.imgbox img {
    transform: rotate(90deg)
}

.logo-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative
}

.imgbox a:active {
    transform: scale(.9);
    transition: transform .2s
}

.title-odd {
    font-size: 2.1rem
}

.section-title--center {
    text-align: center !important
}

footer.footer .site-footer-top .column-inner .footer-form-wrap a .icon-btns {
    background: var(--tertiary)
}

.cell_17264675924932-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.cell_17264675924932-padding {
    padding: 0 !important
}

#hs_cos_wrapper_widget_1726467592214 .site-common-section {
    background-image: url(/img/public/nasa.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative
}

.services-tab-section {
    padding: 70px 0
}

#hs_cos_wrapper_widget_1726467592214 .site-common-section .baseModuleOverlay {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply
}

.services-tab-section .service-tab-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.services-tab-section .service-tab-titles {
    padding-right: 20px;
    width: 50%
}

.services-tab-section .service-tab-maintitle {
    margin-bottom: 66px
}

.services-tab-section .service-tab-content {
    padding-left: 20px;
    max-width: 800px;
    text-align: center;
    width: 50%
}

.services-tab-section .tab-content * {
    color: var(--white);
    font-size: 28px !important;
    line-height: 28px !important
}

.services-tab-section .service-tab-maintitle h3 {
    font-size: 90px;
    font-weight: 400;
    line-height: 1.31;
    text-align: left;
    color: var(--white)
}

.services-tab-section li.tab-link {
    margin: 0 0 33px;
    display: inline-block;
    height: 100%;
    font-size: 0;
    width: 500px
}

.services-tab-section .service-tabbing-title .tabs li p:hover,
.services-tab-section .service-tabbing-title .tabs li.current p {
    color: var(--black);
    background: var(--primary);
    border-color: var(--primary)
}

.services-tab-section .service-tabbing-title .tabs li p {
    font-family: gt_pressura_mono, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--white);
    border: 2px solid var(--white);
    border-radius: 25px;
    display: inline-block;
    padding: 0 27px;
    cursor: pointer
}

.alianzas-cursor {
    font-size: 100px;
    font-weight: 700;
    font-family: Almarai, sans-serif;
    color: var(--primary);
    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
    animation-duration: 1s;
    width: 40px;
    display: inline-block;
    height: 4px;
    border-radius: 1px
}

.container2 {
    max-width: var(--container-small);
    margin: 0 auto;
    padding: 0 100px 0 20px
}

@media screen and (min-width:1830px) {
    .container2 {
        max-width: var(--container)
    }
}

@media screen and (min-width:1601px) and (max-width:1829px) {
    .container2 {
        max-width: 1500px
    }

    .services-tab-section .service-tab-maintitle h3 {
        font-size: 90px
    }

    .services-tab-section .tab-content p {
        font-size: 28px !important
    }

    .services-tab-section .service-tabbing-title .tabs li img {
        max-width: 400px
    }

    .services-tab-section .service-tabbing-title .tabs li {
        transform: translateX(80px)
    }
}

@media screen and (min-width:1400px) and (max-width:1600px) {
    .container2 {
        max-width: 1350px
    }

    .services-tab-section .service-tab-maintitle h3 {
        font-size: 80px
    }

    .services-tab-section .tab-content p {
        font-size: 24px !important;
        line-height: 24px !important
    }

    .services-tab-section .service-tabbing-title .tabs li img {
        max-width: 330px
    }

    .services-tab-section .service-tabbing-title .tabs li {
        transform: translateX(100px)
    }

    .logo-text {
        font-size: 2.2rem
    }

    .site-logo-img-content .contnt-and-box .section-content p {
        font-size: 20px
    }

    .wrap-img-content .row .logo-content {
        padding-top: 90px !important
    }

    .title-odd {
        font-size: 1.8rem !important
    }

    .btnPrimary--info.btn-xl,
    .btnPrimary--white.btn-xl {
        height: 60px;
        padding: 0 70px
    }

    .accordion-titulo {
        font-size: 24px
    }

    .accordion-container p,
    .accordion-content ul li,
    .type_400_regular,
    .vives-accordion .faq-tab__btn {
        font-size: 18px !important
    }

    .site-video .section-title-content h1 {
        font-size: 2.8rem !important
    }
}

@media screen and (min-width:1025px) and (max-width:1399px) {
    .container2 {
        max-width: 1250px
    }

    .services-tab-section .service-tab-maintitle h3 {
        font-size: 68px
    }

    .services-tab-section .tab-content p {
        font-size: 22px !important;
        line-height: 22px !important
    }

    .services-tab-section .service-tabbing-title .tabs li img {
        max-width: 230px
    }

    .services-tab-section .service-tabbing-title .tabs li {
        transform: translateX(130px)
    }

    .logo-text {
        font-size: 2rem
    }

    .site-logo-img-content .contnt-and-box .section-content p {
        font-size: 17px
    }

    .wrap-img-content .row .logo-content {
        padding-top: 40px !important
    }

    .title-odd {
        font-size: 1.8rem !important
    }

    .btnPrimary--info.btn-xl,
    .btnPrimary--white.btn-xl {
        height: 50px;
        padding: 0 60px;
        font-size: 1.5rem
    }

    .accordion-titulo {
        font-size: 24px
    }

    .accordion-container p,
    .accordion-content ul li,
    .type_400_regular,
    .vives-accordion .faq-tab__btn {
        font-size: 18px !important
    }

    .site-video .section-title-content h1 {
        font-size: 2.1rem !important
    }

    .new__opportunities {
        width: 700px
    }

    .accordion-container {
        max-width: 1200px
    }

    .site-video.site-common-section {
        height: 720px !important
    }
}

@media screen and (max-width:1024px) {
    .container2 {
        padding-right: 20px
    }

    .alianzas-cursor {
        font-size: 50px
    }

    .services-tab-section .service-tab-maintitle {
        margin-bottom: 40px
    }

    .services-tab-section li.tab-link {
        margin: 0
    }

    .services-tab-section .service-tab-wrap {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .services-tab-section .service-tab-titles {
        width: 100%;
        align-items: center;
        padding-right: 0
    }

    .services-tab-section .service-tab-content {
        width: 100%;
        padding-left: 0
    }

    .services-tab-section .service-tab-maintitle h3 {
        font-size: 60px;
        text-align: center
    }

    .services-tab-section .tab-content p {
        font-size: 20px !important;
        text-align: center
    }

    .services-tab-section .service-tabbing-title .tabs {
        justify-content: center;
        padding-left: 0
    }

    .services-tab-section .service-tabbing-title .tabs li img {
        max-width: 220px
    }

    .logo-text {
        font-size: 2rem
    }

    .site-logo-img-content .contnt-and-box .section-content p {
        font-size: 17px
    }

    .wrap-img-content .row .logo-content {
        padding-top: 40px !important
    }

    .title-odd {
        font-size: 1.8rem !important
    }

    .btnPrimary--info.btn-xl,
    .btnPrimary--white.btn-xl {
        height: 50px;
        padding: 0 50px;
        font-size: 1.5rem
    }

    .accordion-titulo {
        font-size: 22px
    }

    .accordion-container p,
    .accordion-content ul li,
    .type_400_regular,
    .vives-accordion .faq-tab__btn {
        font-size: 17px !important
    }

    .site-video .section-title-content h1 {
        font-size: 1.5rem !important
    }

    .new__opportunities {
        width: 700px
    }

    .accordion-container {
        max-width: 1200px
    }

    #landing section .landing__title--red {
        font-size: 2.3rem
    }

    #landing section .landing__text {
        font-size: 18px !important
    }

    .site-video.site-common-section {
        height: 540px !important
    }

    .section-title-inner {
        padding: 40px 10px 40px 30px !important
    }

    .site-video .arrow.scroll-next-section span.down-fall {
        width: 20px !important;
        height: 20px !important
    }
}

@media screen and (max-width:768px) {
    .services-tab-section {
        padding: 40px 0
    }

    .services-tab-section .service-tab-maintitle h3 {
        font-size: 45px
    }

    .services-tab-section .tab-content p {
        font-size: 18px !important
    }

    .services-tab-section .service-tabbing-title .tabs li img {
        max-width: 160px
    }

    .section-title-inner--bottom,
    .site-logo-img-content .section-title-inner {
        padding-left: 30px
    }

    .title-odd {
        font-size: var(--h2-mobile-size) !important
    }

    #landing section .landing__text {
        font-family: Almarai, sans-serif
    }

    .site-video.site-common-section {
        height: 350px !important
    }

    .section-title-inner,
    .section-title-inner--bottom {
        padding: 10px !important
    }

    .logo-text {
        font-size: 1.3rem
    }

    .site-logo-img-content .contnt-and-box .section-content p {
        font-size: 15px
    }

    .wrap-img-content .row .logo-content {
        padding: 20px
    }

    .site-logo-img-content .contnt-and-box .section-box {
        width: 100%
    }

    .new__opportunities {
        width: 380px
    }

    #landing section .landing__title--red {
        font-size: 2rem
    }

    .section-image {
        height: 400px
    }

    .accordion-titulo {
        font-size: 20px
    }

    .accordion-container p,
    .accordion-content ul li,
    .type_400_regular,
    .vives-accordion .faq-tab__btn {
        font-size: 16px !important
    }

    .site-video .section-title-content {
        white-space: normal !important
    }

    .site-video .section-title-content h1 {
        font-size: 1.5rem !important;
        white-space: normal !important
    }

    .site-logo-img-content .logo-image {
        margin-bottom: 0
    }
}

@media screen and (max-width:480px) {
    .services-tab-section .service-tab-maintitle h3 {
        font-size: 36px
    }

    .services-tab-section .tab-content p {
        font-size: 16px !important
    }

    .services-tab-section .service-tabbing-title .tabs li img {
        max-width: 140px
    }

    .new__opportunities {
        width: 300px
    }

    .site-video.site-common-section {
        height: 250px !important
    }
}

.title-faqs {
    text-align: center;
    font-weight: 400;
}

.section-title-inner--faqs {
    padding: 17px 0;
    background-color: var(--primary);
    border-top: 1px solid var(--black);
    border-bottom: 1px solid var(--black)
}

.services-tab-section .service-tabbing-title {
    display: flex;
    justify-content: flex-start
}

.services-tab-section .service-tabbing-title .tabs {
    display: flex;
    justify-content: center;
    width: 100%
}

.site-video.site-common-section {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.site-video .row-video .inner-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.site-video .section-title-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    white-space: nowrap
}

.site-video .section-title-content h1 {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 20px;
    color: #fff;
    white-space: nowrap
}

.site-video .arrow.scroll-next-section {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px
}

.site-video .arrow.scroll-next-section span.down-fall {
    background-image: url(https://ieteam.com/hubfs/Ieteam-2024/arrowdown.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 10px;
    width: 30px;
    height: 30px;
    background-size: contain
}

.site-video .btn-register {
    display: inline-block;
    padding: 12px 24px;
    border: 2px solid #fff;
    border-radius: 30px;
    background: 0 0;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: .3s
}

.site-video .btn-register:hover {
    background: #fff;
    color: #000
}

@media screen and (max-width:768px) {
    .site-video .section-title-content h1 {
        font-size: 2rem
    }

    .site-video .btn-register {
        font-size: 16px;
        padding: 10px 20px
    }
}

.site-video {
    position: relative;
    width: 100%;
    height: 100vh
}

.row-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.row-video .inner-wrap {
    width: 100%;
    height: 100%;
    position: relative
}

.text-overlay {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    width: 100%;
    padding: 0 2rem
}

.main-title {
    font-size: 4.7rem;
    font-weight: 400;
    margin-bottom: 6rem;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #000
}

.subtitle {
    font-size: 2.3rem;
    font-weight: 400;
    margin: 0 auto;
    opacity: .9;
    color: #000;
    width: 100%;
    max-width: 75%
}

@media (max-width:1400px) {
    .main-title {
        font-size: 4rem
    }

    .subtitle {
        font-size: 2rem;
        max-width: 100%
    }

    .card-offer-preview {
        width: 500px !important
    }
}

@media (max-width:1200px) {
    .main-title {
        font-size: 3rem
    }

    .subtitle {
        font-size: 1.3rem
    }

    .text-overlay {
        top: 60%
    }
}

@media (max-width:768px) {
    .main-title {
        font-size: 1.9rem;
        margin-bottom: 1rem
    }

    .subtitle {
        font-size: 1rem;
        padding: 0 20px
    }

    .text-overlay {
        top: 65%
    }

    .card-offer-preview {
        width: 400px !important
    }
}

@media (max-width:500px) {
    .main-title {
        font-size: 1.2rem;
        margin-bottom: 1rem;
        letter-spacing: 0
    }

    .subtitle {
        font-size: .8rem;
        padding: 0;
        max-width: 100%
    }

    .section-ondas .row-video .inner-wrap {
        height: 85%
    }

    .card-offer-preview {
        width: 300px !important
    }
}

.vives-opportunities-fullscreen {
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    position: relative;
    overflow: visible
}

.opportunities-container {
    display: grid;
    grid-template-columns: 45% 55%;
    min-height: 100vh;
    align-items: stretch;
    gap: 0
}

.image-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 80px;
    color: #fff;
    position: relative;
    overflow: hidden
}

.image-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/img/public/section-ofertas.png) center/cover;
    z-index: 1
}

.image-section-content {
    position: relative;
    z-index: 2
}

.section-heading {
    font-size: 52px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #fff
}

.section-heading-highlight {
    color: gold;
    position: relative
}

.section-heading-highlight::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background: gold
}

.offers-section {
    min-height: 100vh;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    overflow: visible
}

.section-intro {
    text-align: center;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.section-subtitle {
    font-size: 16px;
    color: #718096;
    line-height: 1.6;
    margin: 0
}

.offers-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 700px;
    margin: 0 auto;
    flex: 1;
    justify-content: center
}

.opportunity-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #000;
    transition: all 0.3s cubic-bezier(.4, 0, .2, 1);
    cursor: pointer;
    position: relative;
    width: 600px
}

.opportunity-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15)
}

.opportunity-card:hover::before {
    opacity: 1
}

.card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px
}

.company-logo {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

.card-title {
    font-size: 20px;
    font-weight: 700;
    color: #2d3748;
    margin: 0;
    line-height: 1.3
}

.card-description {
    font-size: 14px;
    color: #718096;
    line-height: 1.6;
    margin-bottom: 12px
}

.card-location {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #4a5568;
    font-weight: 500
}

.location-icon {
    width: 16px;
    height: 16px;
    opacity: .7
}

.cta-section {
    text-align: center;
    margin-top: 40px
}

.cta-button {
    background: var(--primary);
    color: #000;
    padding: 16px 40px;
    border-radius: 10px;
    text-decoration: none !important;
    font-weight: 400;
    font-size: 20px;
    display: inline-block;
    border: 1px solid #000;
    cursor: pointer
}

@media screen and (max-width:1600px) {
    .cta-button {
        font-size: 16px;
    }
}

@media (max-width:1024px) {
    .opportunities-container {
        grid-template-columns: 1fr;
        min-height: auto
    }

    .image-section {
        min-height: 50vh;
        padding: 40px
    }

    .section-heading {
        font-size: 36px
    }

    .offers-section {
        min-height: auto;
        min-height: 50vh;
        padding: 40px 20px
    }
}

@media (max-width:768px) {
    .image-section {
        padding: 30px 20px;
        text-align: center
    }

    .section-heading {
        font-size: 28px
    }

    .offers-section {
        padding: 30px 15px
    }

    .opportunity-card {
        padding: 20px
    }
}

.ofertas-cursor {
    font-size: 50px;
    font-weight: 700;
    color: var(--primary);
    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
    animation-duration: 1s;
    width: 40px;
    display: inline-block;
    height: 4px;
    border-radius: 1px
}

@media (max-width:768px) {
    .ofertas-cursor {
        font-size: 30px
    }
}

.card-offer-preview {
    width: 600px
}

.card-offer-preview:hover {
    border: 1px solid #000
}

.card {
    border: 1px solid #e5e7eb
}

.accordion-titulo {
    font-family: gt_pressura_mono, monospace;
    color: #fff
}

.accordion-container p {
    font-family: gt_pressura_mono, monospace
}

.companies-marquee-section {
    background-color: #fff;
    padding: 60px 0;
    overflow: hidden;
    position: relative
}

.marquee-container {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.marquee-row {
    display: flex;
    white-space: nowrap;
    overflow: hidden
}

.marquee-content {
    display: flex;
    align-items: center;
    animation: marquee 60s linear infinite
}

.marquee-row:nth-child(even) .marquee-content {
    animation-direction: reverse
}

.company-name {
    font-size: 24px;
    font-weight: 300;
    color: #2d3748;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 20px;
    white-space: nowrap
}

.separator {
    color: #FFE000;
    font-size: 24px;
    font-weight: 900;
    margin: 0 15px
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.companies-marquee-section::before,
.companies-marquee-section::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    pointer-events: none;
    z-index: 2
}

.companies-marquee-section::before {
    left: 0;
    background: linear-gradient(to right, #f8f9fa, transparent)
}

.companies-marquee-section::after {
    right: 0;
    background: linear-gradient(to left, #f8f9fa, transparent)
}

@media (max-width:768px) {
    .company-name {
        font-size: 18px;
        margin: 0 15px
    }

    .separator {
        font-size: 18px;
        margin: 0 10px
    }

    .marquee-container {
        gap: 15px
    }
}

@media (max-width:480px) {
    .company-name {
        font-size: 16px;
        margin: 0 10px
    }

    .separator {
        font-size: 16px;
        margin: 0 8px
    }
}

.vives-accordion {
    background-color: #000
}

.card-link,
.card-link * {
    text-decoration: none !important;
}

/* Banner de oportunidades con scroll horizontal */
.opportunities-banner-section {
    background-color: #fff;
    padding: 30px 0 !important;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.opportunities-banner-container {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
}

.opportunities-banner-content {
    display: flex;
    align-items: center;
    animation: scroll-opportunities 40s linear infinite;
    gap: 30px;
}

.opportunities-banner-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.opportunities-banner-text {
    font-size: 30px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
    white-space: nowrap;
    flex-shrink: 0;
}

@keyframes scroll-opportunities {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 1200px) {
    .opportunities-banner-section {
        padding: 20px 0;
    }

    .opportunities-banner-icon {
        width: 24px;
        height: 24px;
    }

    .opportunities-banner-text {
        font-size: 18px;
    }

    .opportunities-banner-content {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .opportunities-banner-section {
        padding: 20px 0;
    }

    .opportunities-banner-icon {
        width: 24px;
        height: 24px;
    }

    .opportunities-banner-text {
        font-size: 16px;
    }

    .opportunities-banner-content {
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .opportunities-banner-section {
        padding: 15px 0;
    }

    .opportunities-banner-icon {
        width: 20px;
        height: 20px;
    }

    .opportunities-banner-text {
        font-size: 14px;
    }

    .opportunities-banner-content {
        gap: 15px;
    }
}