/* HERO */
.hh-container-mod {
    position: relative;
}

.hh-content-mod {
    z-index: 3;
    padding: 128px 32px 128px 32px;
    gap: 64px;
}

.hh-slide-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: start;
}

.hh-finder {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.hh-card-find {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

.hh-card-find header {
    display: flex;
    flex-direction: row;
    align-self: flex-start;
}

.hh-card-find-tab.active {
    background-color: var(--blue-80);
    padding: 12px 24px;
    border-radius: 8px 8px 0px 0px;
}

.hh-card-find-tab {
    background-color: var(--light-10);
    color: var(--blue-80);
    padding: 12px 24px;
    border-radius: 8px 8px 0px 0px;
    cursor: pointer;
}

.hh-card-find-tab.active h3,
.hh-card-find-tab.active p {
    color: var(--light-00);
}

.hh-card-find-tab h3,
.hh-card-find-tab p {
    color: var(--blue-80);
}

.hh-card-find-tab-content {
    width: 100%;
    display: flex;
    flex: 1;
    flex-direction: row;
    background-color: var(--light-00);
    padding: 16px 24px;
    gap: 8px;
    border-radius: 8px;
}

.hh-card-find footer {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 16px 24px;
    gap: 8px;
}

.hh-button-mod {
    font-size: 20px;
    padding: 16px;
}

.hh-button-mod:hover {
    box-shadow: inset 0em 0em 0em 10em rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0em 0em 0em 10em rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0em 0em 0em 10em rgba(0, 0, 0, 0.1);
}

.trgSearchGroup {
    border: 1px solid var(--blue-40);
}

.trgSearchGroup:hover {
    color: var(--light-00);
    background-color: var(--blue-50);
}

#find-excursions:hover {
    box-shadow: inset 0em 0em 0em 10em rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0em 0em 0em 10em rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0em 0em 0em 10em rgba(0, 0, 0, 0.1);
}

.hs-container-mod {
    background-color: var(--light-10);
}

.hs-content-mod {
    padding: 32px;
    gap: 32px;
    align-items: center;
}

.hs-border-mod {
    border: 1px solid var(--blue-70);
}

.hs-select-mod {
    font-size: 20px;
}

/* GUARANTEE */
.hg-container-mod {
    background-color: var(--blue-80);
}

.hg-content-mod {
    flex-direction: row;
    padding: 14px 32px;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.hg-item {
    background-image: url('/content/new/icons/check.svg');
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 48px;
    display: flex;
    flex-direction: row;
    padding: 0 0 0 64px;
}

.hg-item p {
    color: var(--light-00);
}

/* BENEFITS */

.hb-container-mod {
    background-color: var(--light-00);
}

.hb-content-mod {
    flex-direction: row;
    padding: 32px;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
}

.hb-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.hb-item div {
    display: flex;
    background-color: var(--blue-05);
    padding: 24px;
    border-radius: 64px;
    margin-bottom: 16px;
}

.hb-item .hb-wave-mod {
    padding: 0;
    background-color: transparent;
}

.hb-item h5,
.hb-item p {
    text-align: center;
}

.hb-item h5 {
    padding-bottom: 8px;
}

.hb-item p {
    font-weight: 300;
}

.slide-img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 70%;
}

.slide-img-mod-1 {
    object-position: 50% 90%;
}

.slide-img-mod-2,
.slide-img-mod-3 {
    object-position: 50% 30%;
}

.hh-shade {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #030D23 0%, rgba(5, 12, 29, 0) 100%);
}

@media screen and (max-width: 964px) {
    .mob-tab-mod {
        display: none;
    }

    .hh-slide-content {
        align-items: center;
    }

    .hh-button-mod {
        width: 100%;
    }

    .hh-content-mod {
        bottom: 0;
    }

    .hh-card-find-tab-content {
        flex-direction: column;
    }

    .hg-item {
        width: calc(50% - 8px);
    }

    .hb-content-mod {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .hb-item {
        max-width: calc(50% - 8px);
    }

    .hs-select-mod {
        font-size: 16px;
    }
}

@media screen and (max-width: 640px) {
    .hg-item {
        width: 100%;
        background-size: 24px;
        padding: 0 0 0 42px;
    }

    .hg-item br {
        display: none;
    }

    .hb-content-mod {
        flex-direction: column;
    }

    .hb-item {
        width: 100%;
        max-width: 100%;
    }
}