/* GoMobii Homepage — Figma-inspired, Bootstrap-friendly (no Tailwind) */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,700;1,700&family=Open+Sans:wght@400;600;700&family=Outfit:wght@400;500;600;700&display=swap');

/* Stop the page from growing wider than the screen (extra white strip on the right) */
/* Don't clip html/body — that combo with a fixed header leaves a gap at the top */
/* 1. Force remove any margin/padding from the top level containers */
html, 
body, 
#wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
    top: 0 !important;
}

/* 2. Listeo theme specific: remove the offset usually reserved for the header */
#header-container {
    top: 0 !important;
    margin-top: 0 !important;
}

/* 3. Hide any potential "top-bar" that might be invisible but taking up space */
#top-bar {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 4. Ensure the hero section starts at the absolute top of the viewport */
.gm-home, .gm-hero {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

html,
body,
#wrapper {
    max-width: 100%;
    overflow-x: hidden;
}

body.transparent-header #wrapper,
body.transparent-header .gm-home {
    overflow-x: hidden;
    max-width: 100%;
}

body.transparent-header #navigation ul,
body.transparent-header .user-menu ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

/* Homepage header: one bar only (Listeo clones #header for sticky — that was the faint double menu) */
/* Header has NO background image. Extra gap was the theme’s white/dark header box (taller than the links). */
html,
html body.transparent-header,
html body.transparent-header #wrapper {
    background-color: #F8F4EE !important;
    background-image: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Theme leaves an empty .clearfix after </header> — that box is the leftover gap */
html body.transparent-header header + .clearfix {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

html body.transparent-header .gm-home,
html body.transparent-header .gm-hero {
    margin-top: 0 !important;
    padding-top: 0;
}

html body.transparent-header #header-container,
html body.transparent-header #header-container.fixed {
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}

/* Header must not take layout height — otherwise a blank band sits above the hero photo */
html body.transparent-header #header-container,
html body.transparent-header #header-container.fixed {
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    height: 0 !important;
    min-height: 0 !important;
    max-height: none;
    overflow: visible !important;
}

html body.transparent-header #header.cloned {
    display: none !important;
    height: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

html body.transparent-header #sign-in-dialog.mfp-hide,
html body.transparent-header #sign-in-dialog.zoom-anim-dialog.mfp-hide {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

html body.transparent-header #header:not(.cloned),
body.transparent-header #header:not(.cloned) {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box !important;
    z-index: 101;
    display: flex !important;
    align-items: center !important;
    padding: 20px 45px !important;
    min-height: 80px !important;
    height: auto !important;
    line-height: 0 !important;
    font-size: 0 !important;
    overflow: visible;
    background: rgba(26, 20, 16, 0.6) !important;
    background-image: none !important;
    box-shadow: 0 10px 16px rgba(26, 20, 16, 0.55) !important;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    border: none !important;
    border-bottom: none !important;
}

body.transparent-header #header:not(.cloned) .desktop-margin-custom {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr) max-content;
    align-items: center;
    column-gap: 28px;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.2;
    height: 100%;
}

body.transparent-header #header:not(.cloned) .left-side,
body.transparent-header #header:not(.cloned) .right-side {
    float: none;
    width: auto !important;
    display: flex;
    align-items: center;
}

body.transparent-header #header:not(.cloned) .left-side {
    display: contents;
}

body.transparent-header #header:not(.cloned) .right-side {
    grid-column: 3;
    flex-shrink: 0;
    margin-top: 0 !important;
    margin-left: 0 !important;
    position: relative;
    z-index: 2;
}

body.transparent-header #header:not(.cloned) .header-widget {
    height: auto !important;
    top: 0 !important;
    border: none !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    gap: 12px;
    width: auto !important;
}

body.transparent-header #header:not(.cloned) .clearfix {
    display: none !important;
}

body.transparent-header .mmenu-trigger {
    display: none !important;
}

body.transparent-header #logo {
    position: relative;
    grid-column: 1;
    margin-right: 16px;
    margin-top: 0;
    flex-shrink: 0;
    width: auto !important;
    max-width: none !important;
    padding-right: 28px !important;
    border-right: none;
    overflow: visible !important;
    display: flex !important;
    align-items: center;
}

body.transparent-header #logo a {
    display: block;
    width: max-content;
    line-height: 0;
}

body.transparent-header #logo::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.4);
    pointer-events: none;
}

body.transparent-header #logo img {
    max-height: 64px;
    width: auto;
    max-width: 260px;
    filter: none;
    object-fit: contain;
    mix-blend-mode: unset;
    background: transparent;
}

body.transparent-header #navigation.frontHeader {
    left: 0 !important;
    top: 0 !important;
    position: relative !important;
    float: none !important;
    grid-column: 2;
    width: auto !important;
    max-width: 100%;
    min-width: 0;
    flex: none;
    padding: 0 !important;
}

body.transparent-header #navigation.style-1 {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    max-width: 100%;
    min-width: 0;
    display: flex;
    justify-content: flex-start;
}

body.transparent-header #navigation.style-1:before {
    display: none !important;
    content: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.transparent-header #navigation.style-1 ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0 28px;
    width: auto;
    min-width: 0;
}

body.transparent-header #navigation.style-1 ul li {
    padding: 0;
    margin: 0 !important;
}

body.transparent-header #header:not(.cloned),
body.transparent-header #header:not(.cloned) a,
body.transparent-header #header:not(.cloned) .button {
    font-family: 'Open Sans', Outfit, Helvetica, Arial, sans-serif !important;
}

body.transparent-header #navigation.style-1 ul li a,
body.transparent-header #navigation.style-1 > ul > li:hover > a:not(.current) {
    color: #fff !important;
    background: none !important;
    text-transform: none !important;
    font-family: Outfit, 'Open Sans', Helvetica, Arial, sans-serif !important;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 600;
    padding: 8px 0 !important;
    line-height: 1.2 !important;
    white-space: nowrap;
}

body.transparent-header #navigation.style-1 ul li a.current,
body.transparent-header #header:not(.cloned) #navigation.style-1 > ul > li > a.current,
body.transparent-header #navigation.style-1 > ul > li:hover > a.current {
    color: #fff !important;
    background: #C9851A !important;
    text-transform: none !important;
    font-family: Outfit, 'Open Sans', Helvetica, Arial, sans-serif !important;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 700 !important;
    padding: 8px 18px !important;
    line-height: 1.2 !important;
    white-space: nowrap;
    border-radius: 999px !important;
}

body.transparent-header #navigation.style-1 ul li:first-child a:not(.current) {
    padding-left: 0 !important;
}

body.transparent-header #navigation.style-1 ul li:last-child a:not(.current) {
    padding-right: 0 !important;
}

body.transparent-header #navigation.style-1 ul li a:after {
    content: none !important;
    padding: 0 !important;
}

body.transparent-header .sign-in.desktopView,
body.transparent-header .gm-header-login {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: #714C14 !important;
    border: none !important;
    color: #fff !important;
    border-radius: 999px !important;
    margin: 0 !important;
    margin-right: 0 !important;
    padding: 10px 28px !important;
    top: 0 !important;
    min-width: 0;
    height: 42px;
    box-shadow: none !important;
}

body.transparent-header .gm-header-login i,
body.transparent-header .sign-in.desktopView i {
    display: none !important;
}

body.transparent-header .signin-text {
    font-size: 13px !important;
    font-weight: 700;
    letter-spacing: 0.04em;
}

body.transparent-header .signin-text::after {
    content: none;
    display: none;
}

body.transparent-header .header-widget .button.with-icon,
body.transparent-header .gm-header-listing {
    background: #C9851A !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 10px 24px !important;
    font-family: 'Open Sans', Outfit, sans-serif !important;
    font-weight: 700;
    font-size: 14px;
    text-transform: none !important;
    letter-spacing: 0;
    min-width: 0;
    height: 42px;
    display: inline-flex !important;
    align-items: center;
    line-height: 1.2 !important;
    box-shadow: none !important;
}

body.transparent-header .header-widget .button.with-icon::after,
body.transparent-header .gm-header-listing::after {
    content: ' +';
    font-weight: 500;
}

.gm-home,
.gm-home *,
.gm-home *::before,
.gm-home *::after {
    box-sizing: border-box;
}

.gm-home {
    overflow-x: hidden;
    max-width: 100%;
    --gm-gold: #C9851A;
    --gm-gold-dark: #A06E15;
    --gm-brown: #1A1410;
    --gm-cream: #F8F4EE;
    --gm-cream-2: #F3EDE3;
    --gm-white: #FFFFFF;
    --gm-text: #1A1410;
    --gm-muted: rgba(26, 20, 16, 0.6);
    --gm-font-serif: 'Palatino Linotype', Palatino, 'Book Antiqua', 'Cormorant Garamond', Georgia, serif;
    --gm-font-body: Outfit, 'Open Sans', Helvetica, Arial, sans-serif;
    --gm-font-ui: 'Open Sans', Outfit, Helvetica, Arial, sans-serif;
    font-family: var(--gm-font-body);
    color: var(--gm-text);
    background: var(--gm-cream);
}

.gm-home .container {
    max-width: 1600px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}

.gm-home h1,
.gm-home h2,
.gm-home h3,
.gm-home .gm-serif {
    font-family: var(--gm-font-serif);
    font-weight: 600;
}

.gm-home h1 em,
.gm-home h2 em,
.gm-home h3 em,
.gm-home .gm-serif em {
    font-family: var(--gm-font-serif);
    font-style: italic;
    font-weight: 700;
}

.gm-home p,
.gm-home li,
.gm-home small,
.gm-home label,
.gm-home input,
.gm-home select,
.gm-home button,
.gm-home .gm-btn {
    font-family: var(--gm-font-body);
}

.gm-home a:hover {
    text-decoration: none;
}

.gm-btn {
    display: inline-block;
    background: var(--gm-gold);
    color: #fff !important;
    border: none;
    border-radius: 6px;
    padding: 12px 28px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.gm-btn:hover {
    background: var(--gm-gold-dark);
    color: #fff !important;
    transform: translateY(-1px);
}

.gm-btn-outline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #fff !important;
}

.gm-section {
    padding: 70px 0;
}

.gm-section-title {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 12px;
    color: var(--gm-brown);
}

.gm-section-sub {
    color: var(--gm-gold-dark);
    font-size: 13px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.gm-hero {
    position: relative;
    min-height: 0;
    height: auto;
    display: block;
    overflow: visible;
    width: 100%;
    border-radius: 0;
    background: #F8F4EE;
}

.gm-hero-media {
    position: relative;
    z-index: 0;
    width: 100%;
    line-height: 0;
}

.gm-hero-media img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center top;
    display: block;
    vertical-align: top;
}

.gm-hero::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 180px;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(18, 10, 6, 0.28) 0%, rgba(18, 10, 6, 0.08) 55%, transparent 100%);
}

.gm-hero-inner,
.gm-home .container.gm-hero-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 150px 24px 0;
    color: #fff;
    max-width: min(720px, calc(100% - 280px));
    width: 100%;
    box-sizing: border-box;
    pointer-events: none;
}

.gm-hero-inner p.gm-kicker {
    font-family: 'Open Sans', Outfit, sans-serif;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 18px;
    font-weight: 500;
    max-width: none;
    line-height: 1.4;
}

.gm-hero-inner h1 {
    font-family: var(--gm-font-serif);
    font-size: clamp(28px, 4.2vw, 56px);
    line-height: 1.18;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    margin: 0 auto 18px;
    max-width: 100%;
}

.gm-hero-inner h1 em {
    font-style: italic;
    font-weight: 700;
}

.gm-hero-inner p {
    max-width: 640px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.92);
    font-style: normal;
    font-family: Outfit, sans-serif;
}

.gm-home .owl-carousel {
    overflow: hidden;
}

.gm-home .row {
    margin-left: 0;
    margin-right: 0;
}

.gm-badge {
    position: absolute;
    right: clamp(16px, 3vw, 40px);
    top: 48%;
    z-index: 4;
    background: #fff;
    color: var(--gm-brown);
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
    display: flex;
    align-items: center;
    gap: 12px;
    width: 236px;
    max-width: calc(100% - 32px);
    min-height: 72px;
    box-sizing: border-box;
}

.gm-badge-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #F3EDE3;
    color: #C9851A;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.gm-badge-icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    display: block;
}

.gm-badge-icon i {
    display: none;
}

.gm-badge small {
    display: block;
    color: #C9851A;
    font-size: 11px;
    font-weight: 600;
}

.gm-badge strong {
    display: block;
    color: #1c140f;
    font-size: 15px;
}

.gm-search-wrap {
    position: relative;
    z-index: 30;
    width: 100%;
    max-width: none;
    margin: -118px auto 64px;
    padding: 0 40px;
    box-sizing: border-box;
    overflow: visible;
    pointer-events: auto;
}

@media (min-width: 1450px) {
    .gm-search-wrap,
    .gm-home .gm-dest-wrap.gm-search-wrap {
        margin-top: -168px;
        margin-bottom: 72px;
    }
}

@media (min-width: 1700px) {
    .gm-search-wrap,
    .gm-home .gm-dest-wrap.gm-search-wrap {
        margin-top: -200px;
        margin-bottom: 80px;
    }
}

.gm-home .gm-dest-wrap.gm-search-wrap {
    width: 100%;
    max-width: 1600px;
    box-sizing: border-box;
}

.gm-search-card {
    background: #F8F4EE;
    border-radius: 32px 32px 20px 20px;
    box-shadow: 0 8px 24px rgba(26, 20, 16, 0.06);
    padding: 28px 32px 36px;
    overflow: visible;
    position: relative;
    z-index: 2;
    pointer-events: auto;
}

.gm-more-wrap {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
}

.gm-more-wrap .gm-chip-link {
    width: 100%;
}

.gm-more-panel {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 30;
    width: min(440px, 86vw);
    padding: 18px 18px 16px;
    background: #fff;
    border: 1px solid #e4dcd2;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(26, 20, 16, 0.12);
}

.gm-more-wrap.is-open .gm-more-panel {
    display: block;
}

.gm-more-panel h5 {
    margin: 0 0 12px;
    font-family: Outfit, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #1A1410;
}

.gm-more-group + .gm-more-group {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #efe8df;
}

.gm-more-group.is-hidden {
    display: none;
}

.gm-more-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 18px;
    margin-bottom: 14px;
}

.gm-more-grid label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Outfit, sans-serif;
    font-size: 13px;
    line-height: 1.3;
    color: #1A1410;
    cursor: pointer;
    margin: 0;
}

.gm-more-grid input[type="checkbox"] {
    appearance: auto;
    -webkit-appearance: checkbox;
    width: 16px !important;
    min-width: 16px;
    max-width: 16px;
    height: 16px !important;
    min-height: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0;
    border: 1px solid rgba(26, 20, 16, 0.35);
    border-radius: 3px;
    box-shadow: none !important;
    background: #fff;
    accent-color: #C9851A;
    cursor: pointer;
}

.gm-more-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.gm-more-actions button {
    height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    font-family: Outfit, sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.gm-more-cancel {
    border: 1px solid #d9d1c7;
    background: #fff;
    color: #1A1410;
}

.gm-more-apply {
    border: 0;
    background: #C9851A;
    color: #fff;
}

.gm-filter-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    margin-bottom: 0;
    position: relative;
    z-index: 8;
}

.gm-chip,
.gm-chip-link {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    background: #fff;
    border: 0.5px solid rgba(26, 20, 16, 0.2);
    border-radius: 8px;
    padding: 0 34px 0 14px;
    color: #1A1410;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 42px;
    min-height: 42px;
    box-sizing: border-box;
    cursor: pointer;
}

.gm-chip i,
.gm-chip-link i {
    color: #C9851A;
    font-size: 14px;
    width: 16px;
    flex-shrink: 0;
    text-align: center;
}

.gm-chip-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    object-fit: contain;
    display: block;
}

.gm-chip-label {
    flex: 1;
    min-width: 0;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gm-chip .gm-chip-caret,
.gm-chip-link .gm-chip-caret {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #8a8178;
    width: auto;
}

.gm-chip:not(.gm-chip-link)::after {
    display: none;
}

.gm-chip.is-custom:not(.gm-chip-link)::after {
    content: '\f078';
    display: block;
    font-family: 'Font Awesome 6 Free', FontAwesome;
    font-weight: 900;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #8a8178;
    pointer-events: none;
}

.gm-chip select {
    border: 0;
    background: transparent;
    font-weight: 600;
    font-size: 14px;
    color: #1A1410;
    outline: none;
    max-width: none;
    height: 42px !important;
    line-height: 42px !important;
    padding: 0 18px 0 0 !important;
    margin: 0 !important;
    width: 100% !important;
    flex: 1;
    min-width: 0;
    box-shadow: none !important;
    appearance: auto;
    -webkit-appearance: menulist;
    cursor: pointer;
    text-align: left;
    pointer-events: auto;
    opacity: 1;
    position: relative;
    z-index: 2;
}

.gm-chip.is-custom select {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    pointer-events: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.gm-chip-menu {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 40;
    background: #fff;
    border: 1px solid rgba(26, 20, 16, 0.18);
    border-radius: 8px;
    padding: 6px 0;
    box-shadow: 0 10px 24px rgba(26, 20, 16, 0.1);
    max-height: 260px;
    overflow-y: auto;
}

.gm-chip.is-open {
    z-index: 12;
}

.gm-chip.is-open .gm-chip-menu {
    display: block;
}

.gm-chip-menu button {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    border: 0;
    background: transparent;
    padding: 10px 16px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #1A1410;
    cursor: pointer;
}

.gm-chip-menu button:hover {
    background: #F8F4EE;
}

.gm-chip-menu button.is-selected {
    background: #C9851A;
    color: #fff;
    font-weight: 600;
}

.gm-search-fields {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.gm-search-main {
    display: flex;
    align-items: stretch;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.gm-search-main .gm-field {
    flex: 1;
    min-width: 0;
    margin-bottom: 0;
}

.gm-field {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 0.5px solid rgba(26, 20, 16, 0.2);
    border-radius: 10px;
    padding: 16px 20px;
    min-height: 82px;
    margin-bottom: 0;
}

.gm-field i {
    color: rgba(26, 20, 16, 0.5);
    font-size: 22px;
    width: 18px;
    flex-shrink: 0;
    text-align: center;
}

.gm-field .gm-field-pin {
    width: 18px;
    height: 22px;
    color: rgba(26, 20, 16, 0.5);
    flex-shrink: 0;
    display: block;
}

.gm-field .gm-field-pin svg,
.gm-field .gm-field-cal svg {
    display: block;
    width: 100%;
    height: 100%;
}

.gm-field .gm-field-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex-shrink: 0;
    display: block;
}

.gm-field .gm-field-cal {
    width: 20px;
    height: 22px;
    color: rgba(26, 20, 16, 0.5);
    flex-shrink: 0;
    display: block;
}

.gm-field > div {
    flex: 1;
    min-width: 0;
}

.gm-field label {
    display: block;
    margin: 0 0 2px;
    font-size: 16px;
    letter-spacing: 0.04em;
    color: rgba(201, 133, 26, 0.6);
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.gm-field input,
.gm-field input[type="text"] {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    line-height: 1.35 !important;
    border: 0 !important;
    outline: none;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 16px;
    color: #1A1410;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

.gm-field input::placeholder {
    color: rgba(26, 20, 16, 0.5);
    opacity: 1;
}

.gm-search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 178px;
    flex: 0 0 178px;
    min-height: 82px;
    height: 82px !important;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    background: #C9851A;
    color: #fff !important;
    border: none;
    margin: 0;
    padding: 0 22px;
}

.gm-home .form-control,
.gm-home select.form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 8px 12px;
    border: 1px solid #e6dccf;
    border-radius: 8px;
    box-shadow: none;
    font-size: 14px;
    background: #fff;
}

.gm-home .form-label {
    display: block;
    font-weight: 600;
}

.gm-home .alert {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
}

.gm-home .alert-success {
    background: #e8f6e8;
    color: #1e6b1e;
}

.gm-home .alert-danger {
    background: #fdecea;
    color: #8a1f11;
}

.gm-search-fields .gm-btn.gm-search-btn {
    height: 82px;
    width: auto;
    padding: 22px 40px;
}

.gm-simplify {
    background: var(--gm-cream);
    padding-top: 48px;
}

.gm-simplify-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.gm-home .gm-simplify-intro h2 {
    font-family: 'Palatino Linotype', Palatino, 'Cormorant Garamond', Georgia, serif;
    font-style: normal;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.12;
    color: #1A1410;
    margin: 0 0 10px;
}

.gm-home .gm-simplify-intro h2 em {
    display: block;
    font-family: 'Cormorant Garamond', Palatino, Georgia, serif;
    font-style: italic;
    font-weight: 600;
    color: #C9851A;
    padding-left: 3.6em;
    margin-top: 0.02em;
}

.gm-simplify-intro p {
    margin: 0;
    max-width: 780px;
    color: rgba(26, 20, 16, 0.6);
    font-size: 18px;
    line-height: 1.4;
    font-family: Outfit, sans-serif;
}

.gm-simplify-photo img {
    display: block;
    width: 100%;
    height: 428px;
    object-fit: cover;
    border-radius: 20px;
}

.gm-simplify-photo-bottom img {
    height: 371px;
}

.gm-simplify-list {
    padding-left: 0;
    list-style: none;
    margin: 8px 0 0;
}

.gm-simplify-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 16px;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.gm-simplify-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #C9851A;
}

.gm-simplify-list strong {
    color: #C9851A;
    font-weight: 700;
}

.gm-photo-stack img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 16px;
}

.gm-types {
    background: var(--gm-cream);
    text-align: center;
    padding-top: 40px;
    padding-bottom: 80px;
}

.gm-types > .container {
    width: 100% !important;
    max-width: 1440px !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
}

.gm-types-badge {
    display: inline-block;
    background: #EFE3D0;
    color: #C9851A;
    font-family: var(--gm-font-ui);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 999px;
    margin-bottom: 16px;
}

.gm-types-title {
    font-family: var(--gm-font-serif);
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    color: #1A1410;
    margin: 0 0 60px;
}

.gm-types-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 4px;
}

.gm-type-card {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    padding: 20px 10px 18px;
    border-radius: 16px;
    color: #1A1410;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent;
    box-shadow: none;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.gm-type-card:hover,
.gm-type-card.is-active {
    background: #fff;
    box-shadow: 0 10px 24px rgba(59, 36, 24, 0.08);
    color: #1A1410;
}

.gm-type-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background:#F4E9DA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border: 1.5px solid transparent;
    box-sizing: border-box;
    overflow: hidden;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.gm-type-icon img {
    width: 48px;
    height: 48px;
    max-width: 48px;
    object-fit: contain;
    display: block;
    filter: brightness(0);
    opacity: 0.45;
    transition: filter 0.2s ease, opacity 0.2s ease;
}

.gm-type-icon i {
    font-size: 36px;
    color: #C9851A;
}

.gm-type-card:hover .gm-type-icon,
.gm-type-card.is-active .gm-type-icon {
    background: #FBF6EE;
    border-color: #C9851A;
}

.gm-type-card:hover .gm-type-icon img,
.gm-type-card.is-active .gm-type-icon img {
    filter: invert(49%) sepia(54%) saturate(746%) hue-rotate(9deg) brightness(93%) contrast(91%);
    opacity: 1;
}

.gm-type-card:hover .gm-type-icon i,
.gm-type-card.is-active .gm-type-icon i {
    color: #C9851A;
}

.gm-type-card strong {
    display: block;
    font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 4px;
    color: #1A1410;
    text-align: center;
}

.gm-type-card small {
    display: block;
    font-size: 12px;
    color: #9a8b7c;
    font-weight: 400;
    text-align: center;
}

.gm-type-item {
    display: inline-block;
    width: 110px;
    margin: 12px 10px;
    vertical-align: top;
    color: var(--gm-text);
}

.gm-type-circle {
    width: 88px;
    height: 88px;
    margin: 0 auto 10px;
    border: 2px solid var(--gm-gold);
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
}

.gm-type-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gm-type-item span {
    display: block;
    font-size: 13px;
    font-weight: 600;
}

.gm-destinations {
    background: var(--gm-cream);
    padding-top: 24px;
    padding-bottom: 0;
}

.gm-dest-wrap {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.gm-dest-sub {
    color: #7a6e64;
    font-size: 15px;
    margin: -22px 0 32px;
}

.gm-destinations .mvp-slider {
    margin-bottom: 8px;
}

.gm-destinations .owl-nav,
.gm-destinations .owl-dots {
    display: none;
}

.gm-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(44, 24, 16, 0.08);
    margin-bottom: 12px;
    position: relative;
    height: 100%;
}

.gm-card-media {
    position: relative;
}

.gm-card img.gm-card-img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
}

.gm-card-tags {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.gm-tag-featured {
    background: #C9851A;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
}

.gm-tag-type {
    background: rgba(255, 255, 255, 0.92);
    color: #3b2418;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
}

.gm-card-body {
    padding: 16px 16px 18px;
}

.gm-card-body h4 {
    font-family: var(--gm-font-body);
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 10px;
    color: #1A1410;
}

.gm-card-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}

.gm-card-price {
    color: #C9851A;
    font-weight: 700;
    font-size: 14px;
}

.gm-card-price small {
    font-weight: 500;
    color: #C9851A;
}

.gm-card-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 10px 22px !important;
    font-family: Outfit, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    min-width: 0;
    border-radius: 999px !important;
    background: #C9851A !important;
    color: #fff !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    white-space: nowrap;
    line-height: 1.2;
}

.gm-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gm-ico svg {
    display: block;
    width: 100%;
    height: 100%;
}

.gm-card-meta {
    display: flex;
    align-items: flex-start;
    font-size: 13px;
    color: var(--gm-muted);
    margin-bottom: 8px;
}

.gm-card-meta .gm-ico,
.gm-card-specs .gm-ico {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    color: #555;
    flex-shrink: 0;
}

.gm-card-specs span {
    display: inline-flex;
    align-items: center;
}

.gm-card-amenities .gm-ico {
    width: 20px;
    height: 20px;
    color: #C9851A;
}

.gm-card-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    font-size: 12px;
    color: #6b5e55;
    margin-bottom: 12px;
}

.gm-card-specs i {
    color: #555;
    margin-right: 4px;
}

.gm-card-amenities {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.gm-card-amenities > span {
    width: 48px;
    border: 1px solid #eee4d6;
    border-radius: 8px;
    padding: 6px 2px 4px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.gm-card-amenities i,
.gm-card-amenities .gm-ico {
    color: #C9851A;
    width: 20px;
    height: 20px;
    font-size: 13px;
    border: none;
    border-radius: 0;
    background: none;
}

.gm-card-amenities em {
    font-style: none;
    font-size: 9px;
    color: #9a8b7c;
    line-height: 1.1;
}

.gm-dest-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid #eadfce;
}

.gm-dest-prev,
.gm-dest-next {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gm-dest-prev {
    background: #ece6dc;
    color: #3b2418;
}

.gm-dest-next {
    background: #C9851A;
    color: #fff;
}

.gm-ribbon {
    position: absolute;
    bottom: 12px;
    right: 12px;
    top: auto;
    left: auto;
    background: #3d8b4a;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    z-index: 2;
}

.gm-ribbon.closed {
    background: #c0392b;
}

.gm-heart {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    color: #c0392b;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.gm-cta {
    background: var(--gm-cream);
    color: #fff;
    padding: 24px 0 48px;
}

.gm-cta-banner {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
    min-height: 204px;
}

.gm-cta-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
    pointer-events: none;
}

.gm-cta-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(28, 16, 10, 0.72) 0%, rgba(28, 16, 10, 0.55) 55%, rgba(28, 16, 10, 0.45) 100%);
}

.gm-cta-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    min-height: 204px;
    padding: 0 48px;
    box-sizing: border-box;
}

.gm-cta h3 {
    font-family: 'Cormorant Garamond', 'Palatino Linotype', Palatino, Georgia, serif;
    font-style: italic;
    color: #C9851A;
    margin: 0 0 8px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
}

.gm-cta p {
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.gm-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #C9851A;
    color: #fff !important;
    border-radius: 50px;
    padding: 14px 26px;
    font-weight: 700;
    font-size: 15px;
    white-space: nowrap;
    flex-shrink: 0;
}

.gm-cta-btn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

.gm-cta-btn:hover {
    background: #A06E15;
    color: #fff !important;
}

.gm-how {
    background: var(--gm-cream);
    padding-top: 80px;
    padding-bottom: 96px;
}

.gm-how-grid {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(320px, 1fr);
    gap: 72px 100px;
    align-items: start;
}

.gm-how-title {
    font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', 'Cormorant Garamond', Georgia, serif;
    font-style: normal;
    font-size: 52px;
    font-weight: 600;
    color: #1A1410;
    margin: 16px 0 0;
    line-height: 65px;
}

.gm-home .gm-how-title em {
    font-family: 'Cormorant Garamond', Palatino, Georgia, serif;
    font-style: italic;
    font-weight: 700;
}

.gm-how-lead {
    color: rgba(26, 20, 16, 0.6);
    font-family: Outfit, 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    max-width: 750px;
    margin: 0;
}

.gm-steps {
    position: relative;
    padding-left: 0;
    padding-top: 0;
}

.gm-how .gm-step {
    display: block;
    margin-bottom: 0;
}

.gm-step-top {
    display: flex;
    align-items: center;
    gap: 30px;
}

.gm-step-heading {
    position: relative;
    flex: 1;
    min-width: 0;
    padding-top: 52px;
}

.gm-step-icon {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1.5px solid #C9851A;
    background: #F3EDE3;
    color: #C9851A;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.gm-step-icon img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: block;
}

.gm-how .gm-step p {
    position: relative;
    z-index: 1;
    margin: 20px 0 0;
    color: rgba(26, 20, 16, 0.6);
    font-family: Outfit, 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.gm-step-connector {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 110px;
    height: 100px;
    margin: 16px 0;
}

.gm-step-line {
    flex: 1;
    width: 0;
    min-height: 0;
    margin: 0;
    border: none;
    border-left: 1.4px dashed #C9851A;
}

.gm-step-dot {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #C9851A;
    flex-shrink: 0;
    margin: 6px 0 0;
}

.gm-how .gm-step-bg {
    position: absolute;
    left: 0;
    top: 0;
    transform: none;
    font-family: 'Palatino Linotype', Palatino, 'Cormorant Garamond', Georgia, serif;
    font-size: 72px;
    font-weight: 600;
    color: rgba(201, 133, 26, 0.18);
    line-height: 0.9;
    pointer-events: none;
    white-space: nowrap;
    z-index: 0;
}

.gm-how .gm-step h4 {
    position: relative;
    z-index: 1;
    font-family: 'Palatino Linotype', Palatino, 'Cormorant Garamond', Georgia, serif;
    font-size: 26px;
    font-weight: 700;
    color: #1A1410;
    margin: 0;
    line-height: 32px;
}

.gm-step-num {
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--gm-gold);
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gm-apart {
    background: #F3EDE3;
    padding-top: 80px;
    padding-bottom: 80px;
}

.gm-apart-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    align-items: stretch;
}

.gm-apart-intro {
    grid-column: span 2;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gm-apart-intro .gm-types-badge {
    margin-bottom: 16px;
    align-self: flex-start;
}

.gm-apart-intro h2 {
    font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', 'Cormorant Garamond', Georgia, serif;
    font-style: normal;
    font-size: 52px;
    font-weight: 600;
    color: #1A1410;
    margin: 0;
    line-height: 65px;
}

.gm-home .gm-apart-intro h2 em {
    font-family: 'Cormorant Garamond', Palatino, Georgia, serif;
    font-style: italic;
    font-weight: 700;
}

.gm-apart-intro p {
    margin: 0;
    max-width: 748px;
    color: rgba(26, 20, 16, 0.6);
    font-family: Outfit, 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}

.gm-apart-card {
    background: var(--gm-white);
    border-radius: 12px;
    padding: 20px;
    min-height: 178px;
    box-shadow: none;
}

.gm-apart-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #F3EDE3;
    color: var(--gm-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.gm-apart-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    display: block;
}

.gm-apart-card h3 {
    font-family: var(--gm-font-serif);
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: var(--gm-text);
    margin: 0;
    line-height: 22px;
}

.gm-apart-card p {
    margin: 0;
    color: var(--gm-muted);
    font-family: var(--gm-font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.gm-audience {
    background: var(--gm-cream);
    padding-top: 72px;
    padding-bottom: 88px;
    text-align: center;
}

.gm-audience-title {
    font-family: var(--gm-font-serif);
    font-size: 42px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 16px 0 10px;
    line-height: 1.2;
}

.gm-audience-title em {
    font-style: italic;
    font-weight: 500;
}

.gm-audience-sub {
    color: #7a7a7a;
    font-size: 15px;
    margin: 0 0 36px;
}

.gm-audience-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 14px;
}

.gm-audience-card {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(44, 24, 16, 0.06);
    padding: 26px 16px 22px;
    text-align: center;
}

.gm-audience-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #F3EDE3;
    color: #C9851A;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.gm-audience-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
}

.gm-audience-card h3 {
    font-family: 'Palatino Linotype', Palatino, 'Cormorant Garamond', Georgia, serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    color: #1A1410;
    margin: 0 0 8px;
    line-height: 22px;
}

.gm-audience-card p {
    margin: 0;
    color: rgba(26, 20, 16, 0.6);
    font-family: Outfit, 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.gm-tool {
    background: var(--gm-cream);
    border-radius: 10px;
    padding: 22px 14px;
    text-align: center;
    min-height: 140px;
    margin-bottom: 16px;
}

.gm-tool i {
    color: var(--gm-gold-dark);
    font-size: 22px;
    margin-bottom: 8px;
}

.gm-tool h5 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.gm-why {
    background: #F8F5EE;
    padding-top: 0;
    padding-bottom: 40px;
    overflow-x: hidden;
}

.gm-why .gm-dest-wrap {
    max-width: 1760px;
    padding-left: 0;
    padding-right: 40px;
}

.gm-why-layout {
    display: grid;
    grid-template-columns: minmax(0, 952px) minmax(0, 748px);
    gap: 0 60px;
    align-items: start;
    justify-content: space-between;
}

.gm-why-photos {
    position: relative;
    min-height: 769px;
    overflow: visible;
}

.gm-why-photo-top,
.gm-why-photo-bottom {
    max-width: none;
}

.gm-why-photo-top {
    width: 952px;
    max-width: 100%;
    height: 476px;
    object-fit: cover;
    display: block;
    border-radius: 0;
}

.gm-why-photo-bottom {
    position: absolute;
    left: 50%;
    top: 369px;
    width: 660px;
    max-width: calc(100% - 48px);
    height: 400px;
    object-fit: cover;
    border: 8px solid #fff;
    border-radius: 0;
    box-shadow: none;
    transform: translateX(-50%);
    box-sizing: border-box;
}

.gm-why-copy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "head head"
        "security finance"
        "access value";
    gap: 30px;
    align-items: start;
    padding-top: 80px;
}

.gm-why-head {
    grid-area: head;
    position: relative;
    padding: 0 0 80px;
    text-align: left;
}

.gm-why-title {
    font-family: 'Cormorant Garamond', 'Palatino Linotype', Palatino, Georgia, serif;
    font-size: 96px;
    line-height: 0.9;
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: 700;
}

.gm-why-title em {
    display: block;
    font-style: italic;
    font-weight: 700;
    color: #C9851A;
    padding-left: 0;
    margin: 0;
}

.gm-why-title strong {
    display: block;
    font-style: normal;
    font-weight: 700;
    color: #1A1410;
    padding-left: 286px;
    margin: -8px 0 0;
}

.gm-why-lead {
    margin: 16px 0 0;
    padding: 0;
    color: var(--gm-muted);
    font-family: var(--gm-font-body);
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    max-width: 748px;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
}

.gm-why-card-finance {
    grid-area: finance;
    margin-top: -30px;
}

.gm-why-card-security {
    grid-area: security;
}

.gm-why-card-value {
    grid-area: value;
    margin-top: -30px;
}

.gm-why-card-access {
    grid-area: access;
}

.gm-why-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: none;
    padding: 20px;
    position: relative;
}

.gm-why-arrow {
    position: absolute;
    right: 12px;
    top: -72px;
    width: 100px;
    height: 100px;
    object-fit: contain;
    overflow: visible;
    pointer-events: none;
    z-index: 3;
}

.gm-why-card h3 {
    font-family: var(--gm-font-body);
    font-size: 16px;
    font-weight: 700;
    color: var(--gm-text);
    margin: 0 0 10px;
    line-height: 22px;
}

.gm-why-card ul {
    list-style: disc;
    padding-left: 18px;
    margin: 0;
}

.gm-why-card li::marker {
    color: #000000;
}

.gm-why-card li {
    font-family: var(--gm-font-body);
    font-size: 13px;
    line-height: 1.55;
    color: var(--gm-muted);
    margin-bottom: 8px;
}

.gm-why-card li:last-child {
    margin-bottom: 0;
}

.gm-why-card li strong {
    color: var(--gm-text);
    font-weight: 700;
}

.gm-manage {
    background: #F8F5EE;
    padding-top: 80px;
    padding-bottom: 80px;
}

.gm-manage-intro {
    text-align: center;
    margin: 0 auto 60px;
    max-width: 900px;
}

.gm-manage-intro .gm-types-badge {
    margin-bottom: 16px;
}

.gm-manage-title {
    font-family: 'Cormorant Garamond', 'Palatino Linotype', Palatino, Georgia, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    color: #1A1410;
    margin: 0 auto;
    line-height: 65px;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.gm-manage-title em {
    font-family: inherit;
    font-style: italic;
    font-weight: 700;
}

.gm-manage-lead {
    margin: 0 auto;
    max-width: 900px;
    color: var(--gm-muted);
    font-family: var(--gm-font-body);
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}

.gm-manage-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 41px;
}

.gm-manage-box {
    background: var(--gm-white);
    border-radius: 12px;
    padding: 54px 20px 20px;
    min-height: 155px;
    margin-bottom: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.gm-manage-num {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 10px;
    height: 135px;
    transform: none;
    font-family: var(--gm-font-serif);
    font-size: 120px;
    font-weight: 700;
    font-style: italic;
    color: rgba(201, 133, 26, 0.16);
    line-height: 135px;
    text-align: center;
    pointer-events: none;
    z-index: 0;
}

.gm-manage-box h3 {
    position: relative;
    z-index: 1;
    font-family: var(--gm-font-body);
    font-size: 16px;
    font-weight: 700;
    color: var(--gm-text);
    margin: 0 0 10px;
    line-height: 22px;
}

.gm-manage-box p {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 466px;
    color: var(--gm-muted);
    font-family: var(--gm-font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.gm-quote {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(44, 24, 16, 0.08);
    margin-bottom: 16px;
    height: 100%;
}

.gm-quote .stars {
    color: var(--gm-gold);
}

.gm-stories {
    background: #F3EDE3;
    padding-top: 80px;
    padding-bottom: 80px;
}

.gm-stories-intro {
    text-align: center;
    margin-bottom: 60px;
}

.gm-stories-intro .gm-types-badge {
    margin-bottom: 16px;
}

.gm-stories-title {
    font-family: var(--gm-font-serif);
    font-size: 52px;
    font-weight: 700;
    color: var(--gm-text);
    margin: 0 0 0;
    line-height: 65px;
}

.gm-stories-title em {
    font-style: italic;
    font-weight: 700;
}

.gm-stories-lead {
    margin: 0 auto;
    max-width: 758px;
    color: var(--gm-muted);
    font-family: var(--gm-font-body);
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}

.gm-stories-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 41px;
}

.gm-story {
    position: relative;
    overflow: visible;
}

.gm-story-quote {
    background: var(--gm-white);
    border-radius: 12px;
    padding: 20px;
    position: relative;
    min-height: 104px;
    overflow: visible;
}

.gm-story-quote p {
    margin: 0;
    color: var(--gm-text);
    font-family: var(--gm-font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.gm-story-mark {
    position: absolute;
    right: 18px;
    bottom: -10px;
    display: block;
    line-height: 0;
    pointer-events: none;
    z-index: 2;
}

.gm-story-mark img {
    width: 42px;
    height: auto;
    display: block;
}

.gm-story-person {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
    padding-left: 20px;
    min-height: 56px;
}

.gm-story-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1.5px solid var(--gm-gold);
    background: var(--gm-cream-2);
    color: var(--gm-gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--gm-font-ui);
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
}

.gm-story-person strong {
    display: block;
    color: var(--gm-text);
    font-family: var(--gm-font-body);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.gm-story-person small {
    display: block;
    color: var(--gm-muted);
    font-family: var(--gm-font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}

.gm-faq {
    background: #F8F4EE;
    padding-top: 80px;
    padding-bottom: 96px;
}

.gm-faq-layout {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 48px 56px;
    align-items: start;
}

.gm-faq-title {
    font-family: var(--gm-font-serif);
    font-size: 42px;
    font-weight: 600;
    color: #2a201c;
    line-height: 1.15;
    margin: 10px 0 14px;
}

.gm-faq-lead {
    margin: 0;
    max-width: 340px;
    color: #6e615a;
    font-size: 15px;
    line-height: 1.6;
}

.gm-faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gm-faq-item {
    background: #f2ece4;
    border-radius: 14px;
    overflow: hidden;
    transition: background 0.35s ease, box-shadow 0.35s ease;
}

.gm-faq-item.is-open,
.gm-faq-list:not(.is-enhanced) .gm-faq-item[open] {
    background: #fff;
    box-shadow: 0 8px 22px rgba(44, 24, 16, 0.06);
}

.gm-faq-item summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    font-weight: 700;
    color: #2a201c;
    font-size: 15px;
}

.gm-faq-item summary::-webkit-details-marker {
    display: none;
}

.gm-faq-chevron {
    width: 8px;
    height: 8px;
    border-right: 2px solid #d4b18c;
    border-bottom: 2px solid #d4b18c;
    transform: rotate(-45deg);
    flex-shrink: 0;
    margin-right: 4px;
    transition: transform 0.35s ease, margin-top 0.35s ease;
}

.gm-faq-item.is-open .gm-faq-chevron,
.gm-faq-list:not(.is-enhanced) .gm-faq-item[open] .gm-faq-chevron {
    transform: rotate(-135deg);
    margin-top: 4px;
}

.gm-faq-body {
    display: grid;
    grid-template-rows: 1fr;
}

.gm-faq-list.is-enhanced .gm-faq-body {
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gm-faq-list.is-enhanced .gm-faq-item.is-open .gm-faq-body {
    grid-template-rows: 1fr;
}

.gm-faq-body > p {
    overflow: hidden;
    min-height: 0;
    margin: 0;
    padding: 0 20px 18px;
    color: #6e615a;
    font-size: 14px;
    line-height: 1.6;
}

.gm-faq-list.is-enhanced .gm-faq-body > p {
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.gm-faq-list.is-enhanced .gm-faq-item.is-open .gm-faq-body > p {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .gm-faq-item,
    .gm-faq-chevron,
    .gm-faq-list.is-enhanced .gm-faq-body,
    .gm-faq-list.is-enhanced .gm-faq-body > p {
        transition: none;
    }
}

.gm-app {
    background: #F8F4EE;
    color: #fff;
    /* padding-top: 120px;
    padding-bottom: 120px; */
    overflow: visible;
}

.gm-app .gm-dest-wrap {
    overflow: visible;
}

.gm-app-banner {
    position: relative;
    background: #C9851A;
    border-radius: 40px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0 16px;
    padding: 48px 28px 48px 20px;
    overflow: visible;
    min-height: 340px;
    isolation: isolate;
}

.gm-app-phones {
    position: relative;
    z-index: 1;
    min-height: 0;
    margin: -120px 0 -120px -48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.gm-app-phones img {
    width: 142%;
    max-width: 880px;
    height: auto;
    display: block;
    pointer-events: none;
}

@media (min-width: 1240px) {
    

    .gm-app-phones img {
       
        margin: -88px 0 -40px -28px;
        align-items: center;
        justify-content: flex-start;
    }
}

.gm-app-copy {
    position: relative;
    z-index: 2;
    color: #fff;
    justify-self: end;
    margin-left: auto;
    padding: 8px 0 8px 12px;
    max-width: 540px;
    width: min(540px, 100%);
}

.gm-app-badge {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    padding: 0px 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
    background: #D9A95E;
    margin-bottom: 8px;
}

.gm-app-title {
    font-family: var(--gm-font-serif);
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    line-height: 1.15;
    margin: 0 0 14px;
}

.gm-app-lead {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    line-height: 1.6;
}

.gm-app-points {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}

.gm-app-points li {
    display: flex;
    align-items: center;
    gap: 10px; 
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.gm-app-points li img {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    object-fit: contain;
    mix-blend-mode: lighten;
}

.gm-app-stores {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.gm-store-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #111;
    border-radius: 10px;
    padding: 8px 14px 8px 10px;
    min-width: 168px;
    text-decoration: none;
}

.gm-store-btn svg,
.gm-store-btn img {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    object-fit: contain;
}

.gm-store-btn span {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    font-weight: 700;
    font-size: 14px;
    color: #111;
}

.gm-store-btn small {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #C9851A;
}

.gm-app h2,
.gm-app p {
    color: #fff;
}

/* Get Started — Figma Frame 256 + Rect 11–14 (1600×652 at x=160) */
.gm-join {
    background: #F8F4EE;
    text-align: center;
    color: #1A1410;
    padding: 120px 0 80px;
}

.gm-join-inner {
    position: relative;
    width: min(1600px, calc(100% - 80px));
    aspect-ratio: 1600 / 652;
    height: auto;
    margin: 0 auto;
    container-type: inline-size;
    container-name: gm-join;
}

.gm-join-pic {
    position: absolute;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    z-index: 1;
}

.gm-join-tl {
    left: 0;
    top: 0;
    width: 25%; /* 400 */
    height: 82.822%; /* 540 */
    z-index: 1;
}

.gm-join-tr {
    left: 62.5%; /* 1000 */
    top: 0;
    width: 37.5%; /* 600 */
    height: 61.35%; /* 400 */
    z-index: 1;
}

.gm-join-bl {
    left: 15.5%; /* 248 */
    top: 53.988%; /* 352 */
    width: 31.25%; /* 500 */
    height: 46.012%; /* 300 */
    z-index: 2;
}

.gm-join-br {
    left: 49.25%; /* 788 */
    top: 53.988%;
    width: 37.5%; /* 600 */
    height: 46.012%;
    z-index: 2;
}

.gm-join-copy {
    position: absolute;
    left: 28.125%; /* 450 */
    top: 6.135%; /* 40 */
    width: 31.25%; /* 500 */
    z-index: 5;
}

.gm-join-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 10.625cqw; /* 170 */
    height: 1.875cqw; /* 30 */
    background: #F4E9DA;
    color: #C9851A;
    font-family: var(--gm-font-ui);
    font-size: 0.75cqw; /* 12 */
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 999px;
    margin: 0 auto;
}

.gm-join-title {
    font-family: var(--gm-font-serif);
    font-style: italic;
    font-size: 3.25cqw; /* 52 */
    font-weight: 700;
    line-height: 4.0625cqw; /* 65 */
    color: #1A1410;
    margin: 1.25cqw 0 0.625cqw; /* 20 / 10 */
}

.gm-join-title em {
    font-style: italic;
    font-weight: 700;
}

.gm-join-lead {
    margin: 0 auto;
    color: rgba(26, 20, 16, 0.6);
    font-family: var(--gm-font-body);
    font-size: 1cqw; /* 16 */
    font-weight: 400;
    line-height: 1.25cqw; /* 20 */
    max-width: none;
}

.gm-join-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 1.25cqw; /* 20 */
    margin-top: 3.125cqw; /* 50 */
}

.gm-join-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.625cqw;
    border-radius: 999px;
    font-family: var(--gm-font-ui);
    font-size: 1.125cqw; /* 18 */
    font-weight: 600;
    line-height: 1.5625cqw; /* 25 */
    text-decoration: none;
    box-sizing: border-box;
}

.gm-join-btn-outline {
    width: 10.8125cqw; /* 173 */
    height: 2.9375cqw; /* 47 */
    border: 1px solid #C9851A;
    color: #C9851A;
    background: transparent;
}

.gm-join-btn-solid {
    width: 9.9375cqw; /* 159 */
    height: 2.8125cqw; /* 45 */
    background: #C9851A;
    color: #fff;
    border: 1px solid #C9851A;
}

.gm-join-btn-solid span {
    font-size: 1cqw;
    line-height: 1;
}

.gm-join-play {
    position: absolute;
    left: 89.25%; /* 1428 */
    top: 67.485%; /* 440 */
    z-index: 4;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 132px;
    height: 132px;
    padding: 6px;
    border-radius: 50%;
    background: #fff;
    border: none;
    box-shadow: 0 10px 20px rgba(201, 133, 26, 0.2);
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
}

.gm-join-play::before {
    content: '';
    position: absolute;
    inset: 6px;
    border-radius: 50%;
    border: 1.5px solid #C9851A;
    pointer-events: none;
    box-sizing: border-box;
}

.gm-join-play::after {
    content: none;
    display: none;
}

.gm-join-play-icon {
    position: relative;
    z-index: 2;
    width: 48px;
    height: 48px;
    min-width: 0;
    min-height: 0;
    margin: 0 0 0 4px;
    display: block;
    flex-shrink: 0;
    overflow: visible;
}

@media (max-width: 1440px) and (min-width: 992px) {
    .gm-hero-inner h1,
    .gm-home .container.gm-hero-inner h1 {
        font-size: 38px;
        line-height: 1.22;
        margin-bottom: 10px;
    }

    .gm-hero-inner p {
        font-size: 15px;
        line-height: 1.45;
    }
}

@media (max-width: 1399px) and (min-width: 992px) {
    .gm-home .gm-dest-wrap.gm-search-wrap,
    .gm-search-wrap {
        padding-left: 24px;
        padding-right: 24px;
        width: 100%;
        max-width: 1600px;
        box-sizing: border-box;
        margin-top: -66px;
    }

    .gm-search-card {
        padding: 20px 18px 24px;
    }

    .gm-filter-row {
        gap: 8px;
    }

    .gm-chip,
    .gm-chip-link {
        gap: 6px;
        padding: 0 26px 0 10px;
        font-size: 13px;
        height: 40px;
        min-height: 40px;
    }

    .gm-search-fields {
        gap: 18px;
    }

    .gm-search-main {
        gap: 12px;
        align-items: stretch;
    }

    .gm-field {
        padding: 12px 16px;
        min-height: 68px;
    }

    .gm-field i {
        font-size: 18px;
        width: 20px;
    }

    .gm-field .gm-field-pin {
        width: 20px;
        height: 18px;
    }

    .gm-field label {
        font-size: 13px;
    }

    .gm-search-btn,
    .gm-search-fields .gm-btn.gm-search-btn {
        flex: 0 0 128px;
        min-width: 128px;
        max-width: 140px;
        width: 128px !important;
        height: 68px !important;
        min-height: 68px;
        padding: 0 14px !important;
        font-size: 16px !important;
        letter-spacing: 0.04em;
        line-height: 1;
        white-space: nowrap;
        box-sizing: border-box;
        overflow: visible;
    }
}

@media (max-width: 1239px) and (min-width: 992px) {
    body.transparent-header #navigation.style-1 {
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .gm-home .gm-dest-wrap.gm-search-wrap, .gm-search-wrap {
        padding-left: 24px;
        padding-right: 24px;
        width: 100%;
        max-width: 1600px;
        box-sizing: border-box;
        margin-top: -66px;
    }

    body.transparent-header #navigation.style-1:before {
        display: none !important;
        content: none !important;
        height: 0 !important;
    }

    body.transparent-header #header:not(.cloned) .right-side {
        margin-top: 0 !important;
    }

    body.transparent-header #header:not(.cloned) .left-side,
    body.transparent-header #header:not(.cloned) .right-side {
        width: auto !important;
    }

    body.transparent-header #header:not(.cloned) .desktop-margin-custom {
        column-gap: 16px;
    }

    body.transparent-header #navigation.style-1 ul {
        gap: 0 16px;
    }

    body.transparent-header #navigation.style-1 ul li a,
    body.transparent-header #navigation.style-1 > ul > li:hover > a:not(.current) {
        font-size: 13px !important;
        padding: 6px 0 !important;
    }

    body.transparent-header #navigation.style-1 ul li a.current,
    body.transparent-header #navigation.style-1 > ul > li:hover > a.current {
        font-size: 13px !important;
        padding: 6px 14px !important;
    }

    .gm-home .container.gm-hero-inner {
        max-width: min(640px, calc(100% - 48px));
        padding-top: 128px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .gm-hero-inner h1 {
        font-size: 34px;
        line-height: 1.22;
        margin-bottom: 10px;
    }

    .gm-badge {
        width: 210px;
        right: 16px;
        top: 50%;
        padding: 10px 12px;
        min-height: 64px;
    }

    .gm-filter-row {
        flex-wrap: nowrap;
        gap: 8px;
    }

    .gm-chip,
    .gm-chip-link {
        flex: 1 1 0;
        min-width: 0;
        gap: 6px;
        padding: 0 22px 0 8px;
        font-size: 12px;
        height: 40px;
        min-height: 40px;
    }

    .gm-why-title {
        font-size: 72px;
    }

    .gm-why-title strong {
        padding-left: 140px;
    }

    .gm-why-photo-bottom {
        left: 50%;
        width: 520px;
        height: 320px;
        top: 300px;
        transform: translateX(-50%);
    }

    .gm-why-photos {
        min-height: 620px;
    }

    .gm-home .gm-simplify-intro h2 {
        font-size: 48px;
    }

    .gm-home .gm-simplify-intro h2 em {
        padding-left: 3.6em;
    }

    .gm-app-banner {
        padding: 18px 24px 40px 18px;
        min-height: 300px;
    }

    .gm-app-phones {
        margin: -77px 0 -88px -108px;
    }

    .gm-app-phones img {
        width: 130%;
        max-width: 720px;
    }
}

@media (max-width: 1100px) and (min-width: 992px) {
    body.transparent-header #header:not(.cloned) {
        padding: 12px 18px !important;
        min-height: 68px !important;
    }

    body.transparent-header #header:not(.cloned) .desktop-margin-custom {
        column-gap: 12px;
    }

    body.transparent-header #logo {
        padding-right: 20px !important;
        margin-right: 8px;
    }

    body.transparent-header #logo img {
        max-height: 44px;
        max-width: 150px;
    }

    body.transparent-header #navigation.style-1 ul {
        gap: 0 10px;
        flex-wrap: nowrap;
        min-width: 0;
    }

    body.transparent-header #navigation.style-1 ul li a,
    body.transparent-header #navigation.style-1 > ul > li:hover > a:not(.current) {
        font-size: 12px !important;
        padding: 4px 0 !important;
    }

    body.transparent-header #navigation.style-1 ul li a.current,
    body.transparent-header #navigation.style-1 > ul > li:hover > a.current {
        font-size: 12px !important;
        padding: 4px 12px !important;
    }

    body.transparent-header .header-widget {
        gap: 8px;
    }

    body.transparent-header .sign-in.desktopView,
    body.transparent-header .gm-header-login {
        padding: 8px 14px !important;
        height: 36px;
    }

    body.transparent-header .header-widget .button.with-icon,
    body.transparent-header .gm-header-listing {
        padding: 8px 14px !important;
        height: 36px;
        font-size: 12px;
    }

    .gm-app-banner {
        grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
        padding: 36px 32px 36px 8px;
        min-height: 300px;
        overflow: visible;
        gap: 0 8px;
        align-items: center;
    }

    .gm-app .gm-dest-wrap {
        overflow: visible;
    }

    .gm-app-phones {
        margin: -88px 0 -158px -28px;
        min-height: 0;
        align-items: center;
        justify-content: flex-start;
    }

    .gm-app-phones img {
        width: 132%;
        max-width: 560px;
    }

    .gm-app-copy {
        max-width: none;
        width: 100%;
        justify-self: stretch;
        margin-left: 0;
        padding: 4px 4px 4px 8px;
    }

    .gm-app-title {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .gm-app-lead {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 14px;
    }

    .gm-app-points {
        margin-bottom: 16px;
    }

    .gm-store-btn {
        min-width: 148px;
        padding: 6px 12px 6px 8px;
    }
}

@media (max-width: 991px) {
    .gm-hero {
        height: auto;
        min-height: 440px;
        border-bottom-right-radius: 0;
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .gm-hero-media {
        min-height: 440px;
    }

    .gm-hero-media img {
        width: 100%;
        height: 440px;
        max-width: 100%;
        object-fit: cover;
        object-position: center top;
    }

    .gm-hero-inner,
    .gm-home .container.gm-hero-inner {
        position: absolute;
        top: 0;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 28px 20px 28px !important;
        overflow: visible;
        box-sizing: border-box;
        pointer-events: none;
        text-align: center !important;
    }

    .gm-hero-inner h1 {
        font-size: clamp(26px, 7.2vw, 38px) !important;
        line-height: 1.2;
        max-width: 100% !important;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 14px;
        overflow-wrap: break-word;
        white-space: normal !important;
        word-break: normal;
        hyphens: none;
    }

    .gm-hero-inner p.gm-kicker {
        font-size: 13px;
        letter-spacing: 0.06em;
        margin-bottom: 14px;
        max-width: 100%;
        padding: 0 4px;
        box-sizing: border-box;
        line-height: 1.4;
    }

    .gm-hero-inner p {
        font-size: 16px;
        line-height: 1.5;
        max-width: 100% !important;
        width: 100%;
        padding: 0 4px;
        box-sizing: border-box;
        white-space: normal !important;
    }

    .gm-badge {
        position: absolute;
        left: 50%;
        right: auto;
        top: auto;
        bottom: 22%;
        transform: translateX(-50%);
        margin: 0;
        width: min(280px, calc(100% - 32px));
        max-width: 324px;
        z-index: 4;
    }

    .gm-search-wrap,
    .gm-home .gm-dest-wrap.gm-search-wrap {
        margin-top: 16px !important;
        padding: 0 16px 24px;
    }

    .gm-simplify-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .gm-how-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .gm-audience .gm-dest-wrap {
        padding-left: 16px;
        padding-right: 16px;
    }

    .gm-audience-title {
        font-size: 30px;
        line-height: 1.25;
        margin: 12px 8px 10px;
        overflow-wrap: break-word;
    }

    .gm-audience-sub {
        font-size: 14px;
        line-height: 1.45;
        margin: 0 12px 28px;
    }

    .gm-audience-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .gm-audience-card {
        flex: 1 1 220px;
        max-width: 280px;
    }

    .gm-apart .gm-dest-wrap {
        padding-left: 16px;
        padding-right: 16px;
    }

    .gm-apart-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .gm-apart-intro h2 {
        font-size: 32px;
        line-height: 1.22;
        overflow-wrap: break-word;
    }

    .gm-apart-intro p {
        font-size: 14px;
        line-height: 1.45;
        max-width: 100%;
    }

    .gm-apart-intro {
        grid-column: span 2;
        padding-right: 0;
    }

    .gm-apart-card h3 {
        font-size: 16px;
        line-height: 1.25;
        overflow-wrap: break-word;
    }

    .gm-why-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .gm-why .gm-dest-wrap {
        padding-left: 16px;
        padding-right: 16px;
    }

    .gm-why-photos {
        min-height: 420px;
        width: 100%;
        margin-left: 0;
    }

    .gm-why-photo-top {
        height: 280px;
        border-radius: 0;
    }

    .gm-why-photo-bottom {
        left: 50%;
        top: auto;
        bottom: -24px;
        width: 70%;
        height: 220px;
        transform: translateX(-50%);
    }

    .gm-why-copy {
        padding-top: 48px;
        padding-left: 0;
        grid-template-columns: 1fr;
        grid-template-areas:
            "head"
            "security"
            "finance"
            "access"
            "value";
    }

    .gm-why-title {
        font-size: 40px;
        line-height: 1.1;
    }

    .gm-why-title em,
    .gm-why-title strong {
        display: block;
        padding-left: 0 !important;
        margin: 0;
    }

    .gm-why-head {
        padding-bottom: 24px;
    }

    .gm-why-card-finance,
    .gm-why-card-value {
        margin-top: 0;
    }

    .gm-why-arrow {
        display: none;
    }

    .gm-how-title {
        font-size: 36px;
        line-height: 1.2;
    }

    .gm-step-icon {
        width: 88px;
        height: 88px;
    }

    .gm-step-icon img {
        width: 40px;
        height: 40px;
    }

    .gm-step-connector {
        width: 88px;
        height: 64px;
        margin: 12px 0;
    }

    .gm-step-heading {
        padding-top: 20px;
    }

    .gm-manage-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .gm-manage-title {
        font-size: 36px;
        line-height: 1.2;
        white-space: normal;
        letter-spacing: 0;
    }

    .gm-stories-title {
        font-size: 36px;
        line-height: 1.2;
    }

    .gm-stories-grid {
        grid-template-columns: 1fr;
        max-width: 506px;
        margin: 0 auto;
        gap: 32px;
    }

    .gm-faq-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .gm-faq-title {
        font-size: 34px;
    }

    .gm-app {
        padding-top: 64px;
        padding-bottom: 72px;
    }

    .gm-app-banner {
        grid-template-columns: 1fr;
        padding: 36px 24px 40px;
        text-align: left;
        min-height: 0;
    }

    .gm-app-phones {
        min-height: 0;
        margin: -56px auto 8px;
        width: min(440px, 96%);
        justify-content: center;
        order: -1;
    }

    .gm-app-phones img {
        width: 100%;
        max-width: none;
    }

    .gm-app-copy {
        max-width: none;
        width: 100%;
        padding: 0;
        margin-left: 0;
        justify-self: stretch;
    }

    .gm-app-title {
        font-size: 32px;
    }

    .gm-how .container,
    .gm-home .gm-how > .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
        max-width: 100%;
        overflow: hidden;
    }

    .gm-how {
        padding-top: 40px;
        padding-bottom: 48px;
        overflow-x: hidden;
    }

    .gm-step-top {
        align-items: center;
        gap: 12px;
    }

    .gm-how .gm-step-bg {
        font-size: 28px;
        line-height: 1;
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
    }

    .gm-how .gm-step h4 {
        font-size: 22px;
        line-height: 1.2;
    }

    .gm-how .gm-step p {
        margin-top: 12px;
        font-size: 13px;
        line-height: 1.45;
        overflow-wrap: break-word;
        word-break: normal;
    }

    .gm-step-heading {
        padding-top: 18px;
        overflow: hidden;
    }

    .gm-how-lead {
        font-size: 14px;
        line-height: 1.5;
        max-width: 100%;
    }

    .gm-home .gm-simplify-intro h2 {
        font-size: 36px;
    }

    .gm-home .gm-simplify-intro h2 em {
        padding-left: 1.6em;
    }

    .gm-simplify-photo img {
        height: 220px;
    }

    .gm-types {
        padding-top: 28px;
        padding-bottom: 48px;
    }

    .gm-types > .container,
    .gm-home .gm-types > .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .gm-types-title {
        font-size: 32px;
        line-height: 1.2;
        margin: 0 0 24px;
    }

    .gm-types-row {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px 8px;
        justify-content: stretch;
        align-items: stretch;
    }

    .gm-type-card {
        flex: none;
        width: 100%;
        max-width: none;
        padding: 14px 8px 12px;
        box-sizing: border-box;
    }

    .gm-type-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 10px;
    }

    .gm-type-icon img {
        width: 30px;
        height: 30px;
        max-width: 30px;
    }

    .gm-type-card strong {
        font-size: 12px;
        line-height: 1.25;
    }

    .gm-search-card {
        padding: 16px 14px 20px;
        border-radius: 20px;
    }

    .gm-search-fields {
        gap: 14px;
    }

    .gm-search-main {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 12px;
    }

    .gm-search-main .gm-field {
        flex: 1 1 auto;
        width: 100%;
    }

    .gm-field {
        min-height: 64px;
        padding: 12px 14px;
    }

    .gm-filter-row {
        flex-wrap: wrap;
        gap: 8px;
    }

    .gm-chip,
    .gm-chip-link {
        flex: 1 1 calc(50% - 8px);
        min-width: 0;
        max-width: 100%;
        height: 40px;
        min-height: 40px;
        font-size: 13px;
        padding: 0 28px 0 10px;
        box-sizing: border-box;
    }

    .gm-search-card,
    .gm-filter-row {
        overflow: visible;
    }

    .gm-more-wrap {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
        position: relative;
    }

    .gm-more-wrap .gm-chip-link {
        width: 100%;
        flex: 1 1 auto;
        max-width: 100%;
    }

    .gm-search-btn,
    .gm-search-fields .gm-btn.gm-search-btn {
        flex: 1 1 auto;
        width: 100% !important;
        max-width: none;
        min-width: 0;
        height: 52px !important;
        min-height: 52px;
        font-size: 16px !important;
        padding: 0 16px !important;
    }

    .gm-cta {
        padding: 8px 0 32px;
    }

    .gm-cta .gm-dest-wrap {
        padding-left: 16px;
        padding-right: 16px;
    }

    .gm-cta-banner {
        min-height: 0;
        border-radius: 16px;
    }

    .gm-cta-bg {
        position: absolute !important;
        inset: 0;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center;
    }

    .gm-cta-banner::after {
        background: linear-gradient(180deg, rgba(28, 16, 10, 0.28) 0%, rgba(28, 16, 10, 0.62) 55%, rgba(28, 16, 10, 0.78) 100%);
    }

    .gm-cta-inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 14px;
        min-height: 220px;
        height: auto;
        padding: 24px 18px 20px;
    }

    .gm-cta h3 {
        font-size: 22px;
        line-height: 1.25;
        margin-bottom: 6px;
    }

    .gm-cta p {
        font-size: 14px;
        line-height: 1.4;
    }

    .gm-cta-btn {
        width: auto;
        max-width: 100%;
        align-self: flex-start;
        justify-content: center;
        white-space: nowrap;
        text-align: center;
        padding: 10px 18px;
        font-size: 13px;
        box-sizing: border-box;
    }

    html body.transparent-header #header-container,
    html body.transparent-header #header-container.fixed {
        position: sticky !important;
        height: auto !important;
        min-height: 0 !important;
        background: #fff !important;
        z-index: 1000;
    }

    html body.transparent-header #header:not(.cloned),
    body.transparent-header #header:not(.cloned) {
        position: relative !important;
        top: auto !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        display: block !important;
        align-items: stretch !important;
        padding: 12px 16px 0 !important;
        min-height: 0 !important;
        height: auto !important;
        line-height: 1.2 !important;
        font-size: 14px !important;
        border-radius: 0 !important;
        transform: none !important;
        background: #fff !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    body.transparent-header #header:not(.cloned) .desktop-margin-custom {
        display: flex !important;
        flex-wrap: wrap;
        grid-template-columns: none;
        justify-content: flex-start;
        align-items: center;
        column-gap: 0;
        row-gap: 0;
    }

    body.transparent-header #header:not(.cloned) .left-side {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        flex: 1 1 100%;
        width: 100% !important;
        min-width: 0;
        padding: 4px 0 10px;
    }

    body.transparent-header #navigation,
    body.transparent-header #navigation.frontHeader,
    body.transparent-header #navigation.style-1 {
        display: none !important;
    }

    body.transparent-header #header:not(.cloned) .right-side {
        display: block !important;
        float: none;
        width: 100% !important;
        flex: 1 1 100%;
        margin: 0 !important;
        grid-column: auto;
    }

    body.transparent-header #header:not(.cloned) .header-widget {
        width: 100% !important;
        border-top: 1px solid #eee !important;
        padding: 12px 0 14px !important;
        display: flex !important;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        height: auto !important;
        top: 0 !important;
    }

    body.transparent-header #header:not(.cloned) .user-menu .user-name,
    body.transparent-header #header:not(.cloned) .user-menu.active .user-name,
    body.transparent-header #header:not(.cloned) .user-menu:hover .user-name {
        display: flex !important;
        align-items: center;
        gap: 8px;
        max-width: 100% !important;
        overflow: visible !important;
        color: #1A1410 !important;
        font-weight: 600;
        font-size: 14px;
    }

    body.transparent-header #header:not(.cloned) .user-name span,
    body.transparent-header #header:not(.cloned) .user-name .user-avatar-wrap {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 36px;
        height: 36px;
        margin: 0;
        flex-shrink: 0;
        overflow: visible;
        border-radius: 50%;
    }

    body.transparent-header #header:not(.cloned) .user-name span img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    body.transparent-header #header:not(.cloned) .user-name .user-greeting,
    body.transparent-header #header:not(.cloned) .user-menu.active .user-greeting,
    body.transparent-header #header:not(.cloned) .user-menu:hover .user-greeting {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #1A1410 !important;
    }

    body.transparent-header #header:not(.cloned) .user-menu .user-menu-caret,
    body.transparent-header #header:not(.cloned) .user-menu.active .user-menu-caret,
    body.transparent-header #header:not(.cloned) .user-menu:hover .user-menu-caret {
        display: inline-block !important;
        flex-shrink: 0;
        color: #1A1410 !important;
        visibility: visible !important;
        opacity: 1 !important;
        font-size: 16px;
        margin-left: 2px;
    }

    body.transparent-header #header:not(.cloned) .sign-in.desktopView,
    body.transparent-header #header:not(.cloned) .gm-header-login,
    body.transparent-header #header:not(.cloned) .user-menu {
        display: inline-flex !important;
        align-items: center;
        justify-content: flex-start;
        flex: 0 0 auto !important;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        color: #333 !important;
        border-radius: 0 !important;
        height: auto;
        min-height: 0;
        min-width: 0;
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        top: 0 !important;
        float: none !important;
    }

    body.transparent-header #header:not(.cloned) .gm-header-login i,
    body.transparent-header #header:not(.cloned) .sign-in.desktopView i {
        display: inline-block !important;
        color: #333 !important;
        padding: 0 !important;
        font-size: 22px;
        line-height: 1;
    }

    body.transparent-header #header:not(.cloned) .signin-text {
        display: none !important;
    }

    body.transparent-header #header:not(.cloned) .gm-header-listing {
        margin: 0 0 0 auto !important;
        background: #B37023 !important;
        border-radius: 6px !important;
        height: auto;
        min-height: 0;
        padding: 8px 16px !important;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.2 !important;
    }

    body.transparent-header #header:not(.cloned) .gm-header-listing::after {
        content: none !important;
    }

    body.transparent-header #logo {
        padding: 4px 8px 4px 4px !important;
        margin: 0 !important;
        min-width: 0;
        width: auto !important;
        max-width: calc(100% - 60px);
    }

    body.transparent-header #logo::after {
        display: none;
    }

    body.transparent-header #logo img {
        max-height: 64px;
        max-width: min(240px, 72vw);
        filter: none !important;
    }

    body.transparent-header .mmenu-trigger {
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin: 0 !important;
        float: none !important;
        flex-shrink: 0;
        width: 44px;
        height: 44px;
        position: relative;
        z-index: 5;
        background: #111 !important;
        background-color: #111 !important;
        border-radius: 4px;
        box-shadow: none;
        overflow: hidden;
    }

    body.transparent-header .mmenu-trigger .hamburger {
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        width: 44px;
        height: 44px;
        padding: 0;
        margin: 0;
        display: flex !important;
        align-items: center;
        justify-content: center;
        background: transparent !important;
    }

    body.transparent-header .mmenu-trigger .hamburger-box {
        width: 18px;
        height: 14px;
        display: block;
        position: relative;
        margin: 0;
    }

    body.transparent-header .mmenu-trigger .hamburger-inner,
    body.transparent-header .mmenu-trigger .hamburger-inner::before,
    body.transparent-header .mmenu-trigger .hamburger-inner::after {
        width: 18px !important;
        height: 2px !important;
    }

    body.transparent-header .mmenu-trigger .hamburger-inner {
        top: 6px !important;
        margin: 0 !important;
    }

    body.transparent-header .mmenu-trigger .hamburger-inner::before {
        top: -6px !important;
    }

    body.transparent-header .mmenu-trigger .hamburger-inner::after {
        top: 6px !important;
        bottom: auto !important;
    }

    .gm-badge {
        display: none !important;
    }

    .gm-search-wrap,
    .gm-home .gm-dest-wrap.gm-search-wrap {
        margin-top: 16px !important;
        margin-bottom: 28px;
        padding: 0 16px 24px;
    }

    body.transparent-header .hamburger-inner,
    body.transparent-header .hamburger-inner::before,
    body.transparent-header .hamburger-inner::after {
        background-color: #fff;
    }

    .gm-join-play {
        width: 72px;
        height: 72px;
        padding: 4px;
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
    }

    .gm-join-play::before {
        inset: 4px;
    }

    .gm-join-play-icon {
        width: 26px;
        height: 26px;
        min-width: 0;
        min-height: 0;
        margin-left: 2px;
    }
}

@media (max-width: 700px) {
    .gm-join {
        padding: 64px 0 48px;
    }

    .gm-join-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        width: calc(100% - 40px);
        aspect-ratio: auto;
        height: auto;
    }

    .gm-join-pic,
    .gm-join-copy,
    .gm-join-play {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: auto;
    }

    .gm-join-copy {
        order: 1;
        max-width: 500px;
        padding: 0 8px;
    }

    .gm-join-tl {
        order: 2;
        height: 280px;
    }

    .gm-join-tr {
        order: 3;
        height: 200px;
    }

    .gm-join-bl {
        order: 4;
        height: 180px;
    }

    .gm-join-br {
        order: 5;
        height: 180px;
    }

    .gm-join-play {
        order: 6;
        width: 72px;
        height: 72px;
        margin: -48px 0 0 auto;
        padding: 4px;
        box-shadow: 0 10px 20px rgba(201, 133, 26, 0.2);
        overflow: hidden;
    }

    .gm-join-play::before {
        inset: 4px;
    }

    .gm-join-play-icon {
        width: 28px;
        height: 28px;
        min-width: 0;
        min-height: 0;
        margin-left: 3px;
    }

    .gm-join-title {
        font-size: 34px;
        line-height: 42px;
        margin: 16px 0 10px;
    }

    .gm-join-badge {
        width: 170px;
        height: 30px;
        font-size: 12px;
    }

    .gm-join-lead {
        font-size: 16px;
        line-height: 22px;
    }

    .gm-join-btn {
        font-size: 16px;
        line-height: 24px;
        gap: 8px;
    }

    .gm-join-btn-outline {
        width: 173px;
        height: 47px;
    }

    .gm-join-btn-solid {
        width: 159px;
        height: 45px;
    }

    .gm-join-btn-solid span {
        font-size: 16px;
    }

    .gm-join-actions {
        margin-top: 28px;
        gap: 16px;
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .gm-section {
        padding: 48px 0;
    }

    .gm-audience {
        padding-top: 40px;
        padding-bottom: 48px;
    }

    .gm-audience-title {
        font-size: 24px;
        line-height: 1.28;
        margin: 12px 4px 8px;
    }

    .gm-audience-sub {
        font-size: 13px;
        line-height: 1.45;
        margin: 0 8px 24px;
    }

    .gm-audience-row {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 12px;
    }

    .gm-audience-card {
        flex: 1 1 auto;
        width: 100%;
        max-width: none;
    }

    .gm-apart {
        padding-top: 40px;
        padding-bottom: 48px;
    }

    .gm-apart-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .gm-apart-intro {
        grid-column: auto;
    }

    .gm-apart-intro h2 {
        font-size: 24px;
        line-height: 1.28;
    }

    .gm-apart-intro p {
        font-size: 13px;
        line-height: 1.45;
    }

    .gm-apart-card {
        padding: 20px 16px 18px;
    }

    .gm-apart-card h3 {
        font-size: 17px;
    }

    .gm-why-title {
        font-size: 32px;
        line-height: 1.12;
    }

    .gm-why-title em,
    .gm-why-title strong {
        padding-left: 0 !important;
    }

    .gm-why-head {
        padding-bottom: 16px;
        padding-top: 8px;
    }

    .gm-types-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .gm-types-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .gm-type-icon {
        width: 72px;
        height: 72px;
    }

    .gm-type-icon img {
        width: 36px;
        height: 36px;
        max-width: 36px;
    }

    .gm-type-card strong {
        font-size: 13px;
    }

    .gm-type-card {
        padding: 16px 10px 14px;
    }

    .gm-cta .gm-dest-wrap {
        padding-left: 12px;
        padding-right: 12px;
    }

    .gm-cta-inner {
        min-height: 200px;
        padding: 20px 16px 18px;
    }

    .gm-cta h3 {
        font-size: 20px;
    }

    .gm-cta-btn {
        width: 100%;
        align-self: stretch;
        padding: 12px 16px;
        font-size: 14px;
        white-space: normal;
    }

    .gm-how-title {
        font-size: 26px;
        line-height: 1.2;
        margin-top: 12px;
    }

    .gm-step-icon {
        width: 64px;
        height: 64px;
    }

    .gm-step-icon img {
        width: 32px;
        height: 32px;
    }

    .gm-step-connector {
        width: 64px;
        height: 48px;
        margin: 8px 0;
    }

    .gm-how .gm-step-bg {
        font-size: 22px;
    }

    .gm-how .gm-step h4 {
        font-size: 18px;
        line-height: 1.2;
    }

    .gm-hero {
        min-height: 440px;
    }

    .gm-hero-media,
    .gm-hero-media img {
        min-height: 440px;
        height: 440px;
    }

    .gm-hero-inner,
    .gm-home .container.gm-hero-inner {
        padding: 32px 16px 28px !important;
        overflow: visible;
    }

    .gm-hero-inner h1 {
        font-size: 26px !important;
        line-height: 1.22;
        margin-bottom: 12px;
        max-width: 100% !important;
        overflow-wrap: break-word;
        white-space: normal !important;
    }

    .gm-hero-inner p.gm-kicker {
        font-size: 12px;
        letter-spacing: 0.05em;
        margin-bottom: 12px;
        max-width: 100%;
        white-space: normal;
        line-height: 1.4;
    }

    .gm-hero-inner p:not(.gm-kicker) {
        font-size: 15px;
        line-height: 1.5;
        display: block;
        max-width: 100% !important;
        white-space: normal !important;
        overflow: visible;
        -webkit-line-clamp: unset;
    }

    .gm-badge {
        display: none !important;
    }

    .gm-search-wrap,
    .gm-home .gm-dest-wrap.gm-search-wrap {
        margin-top: 12px !important;
        margin-bottom: 24px;
    }

    .gm-search-card {
        padding: 14px 12px 16px;
        border-radius: 16px;
    }

    .gm-chip,
    .gm-chip-link {
        flex: 1 1 calc(50% - 8px);
        min-width: 0;
        max-width: 100%;
    }

    .gm-simplify {
        padding-top: 24px;
    }

    .gm-manage-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 360px) {
    .gm-chip,
    .gm-chip-link {
        flex: 1 1 100%;
    }
}

#footer,
#footer.sticky-footer,
#footer.gm-site-footer {
    background: #F3EDE3 !important;
    background-color: #F3EDE3 !important;
    background-image: none !important;
    color: #1A1410 !important;
}
