:root {
    --wgw-shell-bg: #edf0f1;
    --wgw-shell-surface: #fff;
    --wgw-shell-ink: #1f2f39;
    --wgw-shell-muted: #87969b;
    --wgw-shell-line: #d8dfe0;
    --wgw-shell-dark: #071b1c;
    --wgw-shell-dark-soft: #10282b;
    --wgw-shell-brand: #0b6668;
    --wgw-shell-brand-strong: #074f51;
    --wgw-shell-accent: #47d7b0;
    --wgw-shell-radius: 8px;
    --wgw-shell-headline: "Ubuntu", sans-serif;
    --wgw-shell-content: 1320px;
}

html,
body {
    overflow-x: hidden;
}

body {
    background-color: var(--wgw-shell-bg);
    padding-top: 0 !important;
}

.helpernav,
.mobilenav {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
}

.appShellHeader {
    background:
        radial-gradient(circle at 88% 12%, rgba(71, 215, 176, 0.10), transparent 34%),
        linear-gradient(105deg, #071b1c 0%, #10282b 58%, #1f3438 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: #fff;
    position: relative;
    z-index: 50;
}

.appShellHeader.is-compact {
    animation: appShellHeaderIn 240ms cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 14px 34px rgba(7, 27, 28, 0.24);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    will-change: transform;
    z-index: 1000;
}

.appShellHeaderInner {
    align-items: center;
    box-sizing: border-box;
    display: grid;
    gap: 22px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    height: 96px;
    max-width: var(--wgw-shell-content);
    min-height: 0;
    padding-bottom: 0 !important;
    padding-left: 34px !important;
    padding-right: 34px !important;
    padding-top: 0 !important;
    width: calc(100% - 48px) !important;
}

.appShellHeader.is-compact .appShellHeaderInner {
    height: 58px;
}

.appShellBrand {
    align-items: center;
    display: inline-flex;
    line-height: 1;
}

.appShellBrand img {
    display: block;
    height: auto;
    width: 224px;
}

.appShellHeader.is-compact .appShellBrand img {
    width: 184px;
}

.appShellNav {
    align-items: center;
    display: flex;
    gap: 6px;
    min-width: 0;
}

.appShellNav a,
.appShellGhost,
.appShellPrimary {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-family: var(--wgw-shell-headline);
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.appShellNav a {
    color: #d7e3e6;
    font-size: 15px;
    padding: 12px 15px;
}

.appShellHeader.is-compact .appShellNav a {
    padding: 10px 14px;
}

.appShellNav a.active,
.appShellNav a:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.appShellActions {
    align-items: center;
    display: flex;
    gap: 10px;
}

.appShellGhost,
.appShellPrimary {
    border-radius: var(--wgw-shell-radius);
    font-size: 14px;
    gap: 7px;
    min-height: 42px;
    padding: 0 15px;
}

.appShellHeader.is-compact .appShellGhost,
.appShellHeader.is-compact .appShellPrimary {
    min-height: 38px;
}

.appShellGhost {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #eef6f8 !important;
}

.appShellPrimary {
    background: var(--wgw-shell-brand);
    border-bottom: 2px solid var(--wgw-shell-brand-strong);
    box-shadow: 0 12px 28px rgba(11, 102, 104, 0.3);
    color: #fff !important;
}

.appShellGhost:hover,
.appShellPrimary:hover {
    transform: translateY(-1px);
}

.appShellMenuToggle {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--wgw-shell-radius);
    color: #fff;
    display: none;
    font-size: 22px;
    height: 42px;
    justify-content: center;
    width: 46px;
}

@keyframes appShellHeaderIn {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 981px) {
    .appShellHeader {
        height: 96px;
        max-height: 115px;
    }

    .appShellHeaderInner {
        max-height: 96px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .appShellHeader.is-compact {
        height: 58px;
        max-height: 58px;
        min-height: 58px;
    }

    .appShellHeader.is-compact .appShellHeaderInner {
        height: 58px;
        max-height: 58px;
        min-height: 0;
    }

    .appShellHeader.is-compact .appShellBrand img {
        width: 164px;
    }

    .appShellHeader.is-compact .appShellNav a {
        font-size: 14px;
        padding: 8px 12px;
    }

    .appShellHeader.is-compact .appShellGhost,
    .appShellHeader.is-compact .appShellPrimary {
        font-size: 13px;
        min-height: 32px;
        padding: 0 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .appShellHeader.is-compact {
        animation: none;
    }
}

.sectionFooter {
    background:
        radial-gradient(circle at 88% 0%, rgba(71, 215, 176, 0.08), transparent 34%),
        #1f3438 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: #c7d4d8;
    margin-top: 54px;
    padding: 46px 0 34px !important;
}

.sectionFooter footer,
.sectionFooter .ctContainer {
    background: transparent !important;
}

.sectionFooter .ctContainer {
    align-items: start;
    box-sizing: border-box;
    display: grid !important;
    gap: 30px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: var(--wgw-shell-content);
    padding: 46px 40px 34px !important;
    width: 100% !important;
}

.sectionFooter .footerSection {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

.sectionFooter h2 {
    color: #fff !important;
    font-family: var(--wgw-shell-headline);
    font-size: 18px !important;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 14px !important;
    padding: 0 !important;
    text-transform: none !important;
}

.sectionFooter p,
.sectionFooter .small {
    color: #b6c8cc !important;
    font-size: 14px !important;
    line-height: 1.55;
    margin: 0 0 14px !important;
    padding: 0 !important;
}

.sectionFooter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sectionFooter li {
    margin: 0 0 9px !important;
    padding: 0 !important;
}

.sectionFooter a {
    color: #d8e4e7 !important;
    font-size: 15px;
    text-decoration: none;
}

.sectionFooter a:hover {
    color: #fff !important;
}

.sectionFooter .countryContainer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    grid-column: 1 / -1;
    margin: 8px 0 0 !important;
    padding: 22px 0 0 !important;
    text-align: left !important;
}

.sectionFooter .clear {
    display: none !important;
}

.appShellLegal {
    background: #071b1c !important;
    box-sizing: border-box;
    color: #90a3a8 !important;
    font-size: 11px !important;
    margin: 0 !important;
    max-width: none;
    padding: 12px 20px !important;
    text-align: center !important;
    width: 100% !important;
}

@media (max-width: 980px) {
    .appShellHeaderInner {
        gap: 12px;
        grid-template-columns: auto 1fr auto;
        height: 78px;
        min-height: 0;
    }

    .appShellBrand img {
        width: 176px;
    }

    .appShellHeader.is-compact .appShellBrand img {
        width: 152px;
    }

    .appShellMenuToggle {
        display: inline-flex;
        grid-column: 3;
        grid-row: 1;
        height: 38px;
        width: 42px;
    }

    .appShellActions {
        display: none;
    }

    .appShellNav {
        background: var(--wgw-shell-dark-soft);
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        display: none;
        gap: 4px;
        grid-column: 1 / -1;
        margin: 0 -18px;
        padding: 10px 18px 14px;
    }

    body.app-shell-nav-open .appShellNav {
        display: flex;
    }

    .sectionFooter .ctContainer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-left: 26px !important;
        padding-right: 26px !important;
    }
}

@media (max-width: 640px) {
    .appShellHeaderInner {
        height: 68px;
        min-height: 0;
    }

    .appShellBrand img {
        width: 160px;
    }

    .appShellNav {
        align-items: stretch;
        flex-direction: column;
    }

    .appShellNav a {
        justify-content: center;
    }

    .sectionFooter {
        margin-top: 34px;
        padding: 34px 0 28px !important;
    }

    .sectionFooter .ctContainer {
        grid-template-columns: 1fr;
        width: 100% !important;
    }

    .appShellHeaderInner {
        width: calc(100% - 24px) !important;
    }
}

.searchNew {
    background-color: rgba(7, 27, 28, 0.72) !important;
}

.sliderImages--container {
    background-color: rgba(7, 27, 28, 0.62) !important;
}

.sliderImages--container .searchField {
    background: rgba(255, 255, 255, 0.10) !important;
    backdrop-filter: blur(18px) saturate(1.2);
    -webkit-backdrop-filter: blur(18px) saturate(1.2);
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(7, 27, 28, 0.22);
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1040px;
    padding: 26px 28px 28px !important;
}

.sliderImages--container .labelicon {
    color: var(--wgw-shell-brand) !important;
    font-size: 28px !important;
    line-height: 64px !important;
}

.sliderImages--container .searchField form {
    align-items: stretch;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(7, 27, 28, 0.20);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 62px;
    margin: 0 auto 24px;
    max-width: 920px;
    overflow: hidden;
}

.sliderImages--container .searchField .inputContainer {
    background: transparent !important;
    border-radius: 0 !important;
    box-sizing: border-box;
    float: none !important;
    margin: 0 !important;
    min-width: 0;
    padding: 0 !important;
    width: auto !important;
}

.sliderImages--container .searchField .inputContainer .labelicon {
    left: 18px !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%);
}

.sliderImages--container .searchField #searchLocation {
    border-right: 1px solid #dbe4e6;
}

.sliderImages--container .inputContainer input[type=text],
.sliderImages--container .inputContainer input {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-sizing: border-box;
    color: var(--wgw-shell-ink);
    min-height: 64px;
    outline: none !important;
    padding: 17px 44px 17px 46px !important;
    width: 100% !important;
}

.sliderImages--container .searchField form:focus-within {
    border-color: rgba(71, 215, 176, 0.64);
    box-shadow: 0 14px 34px rgba(7, 27, 28, 0.20), 0 0 0 3px rgba(71, 215, 176, 0.18);
}

.sliderImages--container .searchField .inputContainer:focus-within {
    background: #f8fbfb !important;
}

.sliderImages--container .inputContainer input[type=text]::placeholder,
.sliderImages--container .inputContainer input::placeholder {
    color: #87969b;
}

.sliderImages--container #searchLocation .la-location-arrow {
    color: #b6c8cc !important;
    font-size: 22px !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%);
}

.sliderImages--container .search {
    align-items: center;
    background-color: var(--wgw-shell-brand) !important;
    border: 0 !important;
    border-left: 1px solid rgba(7, 27, 28, 0.08) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #fff !important;
    display: inline-flex;
    font-size: 0 !important;
    height: auto !important;
    justify-content: center;
    margin: 0 !important;
    min-height: 64px;
    padding: 0 !important;
    width: 62px !important;
}

.sliderImages--container .search:hover {
    background-color: var(--wgw-shell-brand-strong) !important;
}

.sliderImages--container .search i {
    font-size: 24px;
}

.sliderImages--container .search .only-mobile {
    display: none !important;
}

.autocomplete-suggestions:not(.business) {
    background: rgba(255, 255, 255, 0.96) !important;
    backdrop-filter: blur(16px) saturate(1.15);
    -webkit-backdrop-filter: blur(16px) saturate(1.15);
    border: 1px solid rgba(216, 226, 228, 0.95) !important;
    border-radius: 10px !important;
    box-shadow: 0 18px 46px rgba(7, 27, 28, 0.22) !important;
    box-sizing: border-box !important;
    margin-top: 12px !important;
    max-height: 300px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 8px !important;
    scrollbar-color: rgba(7, 87, 91, 0.34) transparent;
    transform: translateY(8px);
    z-index: 20000 !important;
}

.autocomplete-suggestions:not(.business)::-webkit-scrollbar {
    width: 8px;
}

.autocomplete-suggestions:not(.business)::-webkit-scrollbar-thumb {
    background: rgba(7, 87, 91, 0.28);
    border-radius: 999px;
}

.autocomplete-suggestions:not(.business) .autocomplete-suggestion {
    border-radius: 7px !important;
    box-sizing: border-box !important;
    color: #40545b !important;
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 1.25 !important;
    margin: 0 !important;
    padding: 10px 12px !important;
}

.autocomplete-suggestions:not(.business) .autocomplete-suggestion:hover,
.autocomplete-suggestions:not(.business) .autocomplete-selected {
    background: #eef8f6 !important;
    color: #07575b !important;
}

.autocomplete-suggestions:not(.business) strong {
    color: #07575b !important;
    font-weight: 800 !important;
}

.searchNew .searchNav li.active {
    background-color: rgba(7, 27, 28, 0.7) !important;
}

.searchNew.searchMini {
    background-color: var(--wgw-shell-brand) !important;
}

.searches li {
    background-color: rgba(255, 255, 255, 0.16) !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.searches li:hover {
    background-color: rgba(71, 215, 176, 0.28) !important;
}

@media (max-width: 980px) {
    .sliderImages--container .searchField {
        max-width: 760px;
        padding: 20px !important;
    }

    .sliderImages--container .searchField form {
        grid-template-columns: 1fr;
    }

    .sliderImages--container .searchField #searchLocation {
        border-bottom: 1px solid #dbe4e6;
        border-right: 0;
    }

    .sliderImages--container .search {
        min-height: 56px;
        width: 100% !important;
    }
}

@media (max-width: 640px) {
    .sliderImages--container .searchField {
        background: rgba(255, 255, 255, 0.08) !important;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        margin-left: -18px !important;
        margin-right: -18px !important;
        padding: 16px 18px 20px !important;
        width: auto !important;
    }
}

.wgwHomeBlog {
    background: #f4f7f7;
    box-sizing: border-box;
    padding: 32px 72px 38px;
    width: 100%;
}

.wgwHomeBlog .wgwHomeBlogInner {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1040px;
    padding: 0;
    width: 100%;
}

.wgwHomeBlogHeader {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 0 16px;
}

.wgwHomeBlogHeader h2 {
    color: #24343a;
    font-family: var(--wgw-shell-headline);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0;
    padding: 0 !important;
    text-transform: none;
}

.wgwHomeBlogGrid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
}

.wgwHomeBlogGrid article {
    min-width: 0;
}

.wgwHomeBlogCard {
    background: #fff;
    border: 1px solid rgba(207, 218, 222, 0.78);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(12, 28, 34, 0.035);
    box-sizing: border-box;
    display: grid;
    gap: 0;
    grid-template-columns: 156px minmax(0, 1fr);
    min-height: 100%;
    min-width: 0;
    overflow: hidden;
}

.wgwHomeBlogImageLink {
    background: #dce5e7;
    border-radius: 7px;
    display: block;
    height: calc(100% - 20px);
    margin: 10px;
    overflow: hidden;
}

.wgwHomeBlogImage {
    aspect-ratio: 1 / 1;
    border-radius: 0;
    display: block;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
    transition: opacity 180ms ease, transform 180ms ease;
    width: 100%;
}

.wgwHomeBlogCard:hover .wgwHomeBlogImage {
    opacity: 1;
    transform: scale(1.025);
}

.wgwHomeBlogContent {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    padding: 15px 16px 15px 0;
}

.wgwHomeBlogMeta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 8px;
}

.wgwHomeBlogMeta span {
    align-items: center;
    background: #f5faf9;
    border: 1px solid #e0eceb;
    border-radius: 999px;
    color: #40545b;
    display: inline-flex;
    font-size: 10px;
    font-weight: 800;
    gap: 5px;
    line-height: 1;
    padding: 6px 8px;
    white-space: nowrap;
}

.wgwHomeBlogMeta i {
    color: #0f7473;
    font-size: 12px;
}

.wgwHomeBlogCard h3 {
    font-family: var(--wgw-shell-headline);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 8px;
    overflow-wrap: anywhere;
}

.wgwHomeBlogCard h3 a {
    color: #24343a;
    text-decoration: none;
}

.wgwHomeBlogCard h3 a:hover {
    color: #0f7473;
}

.wgwHomeBlogCard p {
    color: #607178;
    display: none;
    font-size: 13px;
    line-height: 1.45;
    margin: 0 0 14px;
    padding: 0;
}

.wgwHomeBlogReadmore {
    align-items: center;
    color: #0f7473;
    display: inline-flex;
    font-family: var(--wgw-shell-headline);
    font-size: 13px;
    font-weight: 800;
    margin-top: auto;
    text-decoration: none;
}

.wgwHomeBlogReadmore:after {
    content: "\2192";
    margin-left: 7px;
}

.wgwHomeBlogAll {
    margin: 18px 0 0;
}

.wgwHomeBlogAllButton {
    background: #07575b;
    border-bottom: 2px solid #04474e;
    border-radius: 8px;
    box-shadow: 0 5px 14px rgba(12, 28, 34, 0.09);
    color: #fff !important;
    display: inline-flex;
    font-family: var(--wgw-shell-headline);
    font-size: 14px;
    font-weight: 800;
    padding: 11px 16px;
    text-decoration: none;
}

.wgwHomeBlogAllButton:hover {
    background: #044f57;
}

@media (max-width: 980px) {
    .wgwHomeBlog {
        padding-left: 28px;
        padding-right: 28px;
    }

    .wgwHomeBlogGrid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .wgwHomeBlog {
        padding: 34px 12px 44px;
    }

    .wgwHomeBlogCard {
        grid-template-columns: 128px minmax(0, 1fr);
    }

    .wgwHomeBlogContent {
        padding: 13px 14px 13px 0;
    }

    .wgwHomeBlogCard h3 {
        font-size: 17px;
    }

    .wgwHomeBlogMeta span {
        font-size: 10px;
        padding: 6px 8px;
    }

    .wgwHomeBlogAllButton {
        justify-content: center;
        width: 100%;
    }
}

.missingBannerWrap {
    background: transparent !important;
    padding: 44px 24px !important;
}

.sectionDarkgray:has(.missing) {
    background: transparent !important;
}

.missing.missingBanner,
.sectionDarkgray .missing {
    align-items: center !important;
    background:
        radial-gradient(circle at 86% 50%, rgba(71, 215, 176, 0.20), transparent 34%),
        linear-gradient(105deg, #071b1c 0%, #075b5c 58%, #0c7b73 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 10px !important;
    box-shadow: 0 16px 34px rgba(12, 28, 34, 0.18) !important;
    box-sizing: border-box !important;
    color: #fff !important;
    display: grid !important;
    gap: 24px !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    max-width: 1180px !important;
    min-height: 128px !important;
    padding: 30px 34px !important;
}

.missingBannerIcon {
    align-items: center !important;
    background: rgba(255, 255, 255, 0.10) !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    border-radius: 50% !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 44px !important;
    height: 78px !important;
    justify-content: center !important;
    width: 78px !important;
}

.missing.missingBanner h2,
.missing.missingBanner p,
.sectionDarkgray .missing h2,
.sectionDarkgray .missing p {
    color: inherit !important;
    margin-left: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.missing.missingBanner h2,
.sectionDarkgray .missing h2 {
    color: #fff !important;
    font-family: var(--wgw-shell-headline) !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    margin: 0 0 8px !important;
    text-transform: none !important;
}

.missing.missingBanner p,
.sectionDarkgray .missing p {
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 17px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

.missing.missingBanner p strong,
.sectionDarkgray .missing p strong {
    color: #fff !important;
    font-weight: 800 !important;
}

.missingBanner .missingBannerCta,
.sectionDarkgray .missing .primary {
    align-items: center !important;
    background: #fff !important;
    border: 0 !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.18) !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.20) !important;
    color: #07575b !important;
    display: inline-flex !important;
    font-family: var(--wgw-shell-headline) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    justify-content: center !important;
    line-height: 1.2 !important;
    min-width: 200px !important;
    padding: 17px 22px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

@media (max-width: 720px) {
    .missingBannerWrap {
        padding: 28px 12px !important;
    }

    .missing.missingBanner,
    .sectionDarkgray .missing {
        gap: 16px !important;
        grid-template-columns: 1fr !important;
        min-height: 0 !important;
        padding: 24px 20px !important;
    }

    .missingBannerIcon {
        font-size: 34px !important;
        height: 62px !important;
        width: 62px !important;
    }

    .missing.missingBanner h2,
    .sectionDarkgray .missing h2 {
        font-size: 24px !important;
    }

    .missingBanner .missingBannerCta,
    .sectionDarkgray .missing .primary {
        width: 100% !important;
    }
}
