/*
Theme Name: Barcelona Teambuilding Child
Template: generatepress
Version: 1.0.0
*/
:root {
    --mtb-ink: #10223f;
    --mtb-ink-soft: #31415a;
    --mtb-sea: #0f6f78;
    --mtb-sea-soft: #dff1ef;
    --mtb-leaf: #3f7b4b;
    --mtb-leaf-dark: #2f633a;
    --mtb-sand: #f5f0e6;
    --mtb-sun: #df9b43;
    --mtb-white: #fffaf3;
    --mtb-line: rgba(16, 34, 63, .14);
    --mtb-shadow: 0 24px 70px rgba(16, 34, 63, .16);
    --section-gap: 80px;
    --section-gap-sm: 48px;
}
body {
    color: var(--mtb-ink);
    background: var(--mtb-white);
    font-size: 17px;
    line-height: 1.65;
}
html { scroll-behavior: smooth; }
a { color: var(--mtb-sea); }
.site-header {
    background: var(--mtb-white);
    border-bottom: 1px solid rgba(16,34,63,.08);
    min-height: 88px;
    display: flex;
    align-items: center;
}
.inside-header {
    max-width: 1220px;
    gap: 22px;
    flex-wrap: nowrap;
    padding: 0 24px;
    align-items: center;
    min-height: 88px;
}
.site-branding {
    display: none;
}
.site-branding-container {
    flex-shrink: 0;
    max-width: 220px;
}
.site-header .header-image {
    width: min(210px, 38vw) !important;
    height: auto;
    max-height: 48px;
    object-fit: contain;
}
.inside-article > .entry-content,
.entry-content:not(:first-child),
.entry-summary:not(:first-child),
.page-content:not(:first-child) {
    margin-top: 0 !important;
}
.separate-containers .site-main {
    margin-top: 0 !important;
}
.separate-containers .inside-article {
    padding-top: 0 !important;
}
.main-navigation {
    flex: 1 1 auto;
}
.main-navigation .main-nav > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 4px;
}
.main-navigation .main-nav > ul > li {
    display: block;
    position: relative;
    float: none;
    white-space: nowrap;
}
.main-navigation .main-nav ul li a,
.menu-toggle {
    font-size: 11px;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 750;
}
.main-navigation .main-nav ul li a {
    padding-left: 7px;
    padding-right: 7px;
    line-height: 1;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
}
.main-navigation .main-nav > ul > li:not(.mtb-menu-cta):not(.mtb-menu-lang-item) > a {
    justify-content: center;
    box-sizing: border-box;
    min-height: 40px;
    padding: 0 12px;
    border: 1px solid rgba(16,34,63,.09);
    border-radius: 999px;
    background: rgba(255,255,255,.38);
    transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}
.main-navigation .main-nav > ul > li:not(.mtb-menu-cta):not(.mtb-menu-lang-item):hover > a,
.main-navigation .main-nav > ul > li:not(.mtb-menu-cta):not(.mtb-menu-lang-item).sfHover > a,
.main-navigation .main-nav > ul > li.current-menu-item:not(.mtb-menu-cta):not(.mtb-menu-lang-item) > a,
.main-navigation .main-nav > ul > li.current-menu-ancestor:not(.mtb-menu-cta):not(.mtb-menu-lang-item) > a {
    background: rgba(16,34,63,.055);
    border-color: rgba(16,34,63,.18);
}
.main-navigation .main-nav > ul > li.menu-item-has-children:not(.mtb-menu-cta):not(.mtb-menu-lang-item) > a {
    gap: 7px;
}
.main-navigation .main-nav > ul > li.menu-item-has-children:not(.mtb-menu-cta):not(.mtb-menu-lang-item) .dropdown-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 13px;
    height: 13px;
    padding: 0;
}
.main-navigation .main-nav ul ul {
    width: 250px;
    padding: 8px;
    border: 1px solid var(--mtb-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(16,34,63,.16);
}
.main-navigation:not(.toggled) .main-nav > ul > li > ul {
    top: 100%;
    left: -99999px;
    padding: 20px 8px 8px;
    border: 0;
    background: transparent;
    box-shadow: none;
    transform: translateX(-50%);
}
.main-navigation:not(.toggled) .main-nav > ul > li > ul::before {
    content: "";
    position: absolute;
    inset: 12px 0 0;
    z-index: 0;
    border: 1px solid var(--mtb-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(16,34,63,.16);
}
.main-navigation:not(.toggled) .main-nav > ul > li.menu-item-has-children::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 99998;
    width: 250px;
    height: 14px;
    background: rgba(255,255,255,0);
    pointer-events: auto;
    transform: translateX(-50%);
}
.main-navigation:not(.toggled) .main-nav > ul > li:hover > ul,
.main-navigation:not(.toggled) .main-nav > ul > li.sfHover > ul,
.main-navigation:not(.toggled) .main-nav > ul > li:focus-within > ul {
    left: 50%;
    height: auto;
    overflow: visible;
    opacity: 1;
    pointer-events: auto;
}
.main-navigation:not(.toggled) .main-nav > ul > li > ul > li {
    position: relative;
    z-index: 1;
}
.main-navigation .main-nav ul ul li a {
    display: flex;
    min-height: 38px;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: none;
}
.main-navigation .main-nav ul ul li a:hover,
.main-navigation .main-nav ul ul li.sfHover > a {
    background: var(--mtb-sand);
}
.mtb-menu-cta > a {
    background: var(--mtb-leaf);
    color: #fff !important;
    border-radius: 999px;
    margin-left: 6px;
    padding: 11px 14px !important;
    line-height: 1 !important;
}
.mtb-menu-cta > a:hover,
.mtb-menu-cta > a:focus-visible {
    background: var(--mtb-leaf-dark);
    color: #fff !important;
}
.mtb-lang {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.mtb-lang__link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 7px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
}
.mtb-lang__link img {
    flex: 0 0 18px;
    width: 18px;
    min-width: 18px;
    max-width: none;
    height: 12px;
    object-fit: cover;
    border-radius: 2px;
}
.mtb-lang--header .mtb-lang__link {
    border: 0;
    padding: 4px;
}
.mtb-lang--header {
    padding: 4px 5px;
    border: 1px solid rgba(16,34,63,.09);
    border-radius: 999px;
    background: rgba(16,34,63,.035);
}
@media (min-width: 1025px) and (max-width: 1500px) {
    .inside-header {
        gap: 14px;
        padding-inline: 18px;
    }
    .site-branding-container {
        max-width: 190px;
    }
    .site-header .header-image {
        width: min(190px, 30vw) !important;
    }
    .main-navigation .main-nav > ul {
        gap: 2px;
    }
    .main-navigation .main-nav ul li a,
    .menu-toggle {
        font-size: 10px;
    }
    .main-navigation .main-nav > ul > li:not(.mtb-menu-cta):not(.mtb-menu-lang-item) > a {
        padding-inline: 9px;
    }
    .mtb-menu-cta > a {
        margin-left: 3px;
        padding: 10px 11px !important;
    }
    .mtb-lang--header {
        padding-inline: 4px;
    }
}
.mtb-lang--header .mtb-lang__link span {
    display: none;
}
.mtb-lang__link.is-current {
    background: rgba(255,255,255,.18);
}
.mtb-lang--footer .mtb-lang__link {
    border-color: rgba(255,255,255,.22);
    color: #fff;
}
.mtb-hero {
    position: relative;
    display: grid;
    align-items: end;
    min-height: min(760px, 88vh);
    padding: 180px 24px 88px;
    color: #fff;
    background: #15233b;
    isolation: isolate;
    overflow: hidden;
}
.entry-content > .mtb-hero,
.entry-content > .mtb-glossary-detail > .mtb-glossary-hero,
.entry-content > .mtb-section {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.mtb-hero--compact {
    min-height: 460px;
    padding-top: 150px;
    padding-bottom: 64px;
}
.mtb-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: var(--mtb-hero-image);
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
}
.mtb-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(9,24,45,.80), rgba(9,24,45,.44) 52%, rgba(9,24,45,.22)), linear-gradient(0deg, rgba(9,24,45,.52), rgba(9,24,45,.08));
}
.mtb-hero__inner,
.mtb-section__inner {
    width: min(1160px, 100%);
    margin-inline: auto;
}
.mtb-eyebrow {
    color: var(--mtb-sun);
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
    font-size: .78rem;
    margin: 0 0 14px;
}
.mtb-hero h1 {
    max-width: 980px;
    margin: 0;
    font-size: clamp(3rem, 7vw, 6.8rem);
    line-height: .94;
    letter-spacing: 0;
    color: #fff;
}
.mtb-hero p {
    max-width: 720px;
    margin-top: 24px;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    color: rgba(255,255,255,.88);
}
.mtb-glossary-hero h1 {
    max-width: 1120px;
    font-size: clamp(3rem, 6vw, 5.8rem);
}
.mtb-glossary-hero::before {
    background-position: center 46%;
}
.mtb-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}
.mtb-button,
.mtb-button:visited,
.mtb-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    border-radius: 4px;
    background: var(--mtb-sun);
    color: #11213d;
    font-weight: 850;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}
.mtb-button--ghost,
.mtb-button--ghost:visited {
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255,255,255,.82);
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
.mtb-section {
    padding: var(--section-gap) 24px;
}
.home .mtb-hero + .mtb-section {
    padding-bottom: 40px;
}
.mtb-section--sand { background: var(--mtb-sand); }
.mtb-section--sea { background: var(--mtb-sea); color: #fff; }
.mtb-section--sea h2,
.mtb-section--sea h3 { color: #fff; }
.mtb-section h2 {
    font-size: clamp(2.05rem, 4vw, 4.1rem);
    line-height: 1.02;
    letter-spacing: 0;
    margin: 0 0 24px;
}
.mtb-lead {
    max-width: 790px;
    font-size: 1.18rem;
    color: var(--mtb-ink-soft);
}
.mtb-section--sea .mtb-lead { color: rgba(255,255,255,.82); }
.mtb-rich-copy {
    display: grid;
    gap: 14px;
    max-width: 820px;
    color: var(--mtb-ink-soft);
    font-size: 1.06rem;
}
.mtb-rich-copy p {
    margin: 0;
}
.mtb-rich-copy p:first-child {
    font-size: 1.18rem;
    color: var(--mtb-ink);
}
.mtb-legal-page .mtb-section__inner {
    max-width: 980px;
}
.mtb-legal-page h1 {
    margin: 0 0 18px;
    color: var(--mtb-ink);
    font-size: clamp(2.4rem, 5vw, 5rem);
    line-height: 1;
}
.mtb-legal-content {
    display: grid;
    gap: 24px;
    margin-top: 38px;
    padding: clamp(24px, 4vw, 46px);
    border: 1px solid var(--mtb-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 46px rgba(16,34,63,.08);
}
.mtb-legal-content section {
    display: grid;
    gap: 8px;
}
.mtb-legal-content h2 {
    margin: 0;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    line-height: 1.18;
}
.mtb-legal-content h3 {
    margin: 8px 0 0;
    font-size: 1.05rem;
}
.mtb-legal-content p,
.mtb-legal-content ul {
    margin: 0;
    color: var(--mtb-ink-soft);
}
.mtb-legal-content ul {
    padding-left: 1.2em;
}
.mtb-legal-content a {
    font-weight: 800;
}
.mtb-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
}
.mtb-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mtb-card,
.mtb-blog-card,
.mtb-event-card {
    background: #fff;
    border: 1px solid var(--mtb-line);
    border-radius: 8px;
    box-shadow: 0 10px 35px rgba(16,34,63,.08);
    overflow: hidden;
}
.mtb-card {
    padding: 26px;
}
.mtb-card h3,
.mtb-event-card h3,
.mtb-blog-card h3 {
    font-size: 1.25rem;
    margin: 0 0 10px;
}
.mtb-card p:last-child { margin-bottom: 0; }
.mtb-glossary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.mtb-glossary-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 100%;
    padding: 24px;
    border: 1px solid var(--mtb-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 35px rgba(16,34,63,.07);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.mtb-glossary-card:hover {
    transform: translateY(-3px);
    border-color: rgba(15,111,120,.3);
    box-shadow: 0 18px 46px rgba(16,34,63,.12);
}
.mtb-glossary-card h3 {
    margin: 0;
    font-size: 1.18rem;
}
.mtb-glossary-card h3 a {
    color: var(--mtb-ink);
    text-decoration: none;
}
.mtb-glossary-card p:not(.mtb-eyebrow) {
    margin: 0;
    color: var(--mtb-ink-soft);
}
.mtb-glossary-card .mtb-text-link {
    margin-top: auto;
}
.mtb-glossary-detail .mtb-story-band {
    align-items: start;
}
.mtb-glossary-aside {
    display: grid;
    gap: 12px;
    padding: clamp(22px, 3vw, 32px);
    border: 1px solid var(--mtb-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 44px rgba(16,34,63,.08);
}
.mtb-glossary-aside strong {
    color: var(--mtb-ink);
}
.mtb-glossary-aside p {
    margin: 0 0 8px;
    color: var(--mtb-ink-soft);
}
.mtb-glossary-faq {
    margin-top: 42px;
}
.mtb-partner-section {
    background: #fff;
}
.mtb-section-head--center {
    justify-content: center;
    text-align: center;
}
.mtb-partner-logos {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    align-items: center;
    margin-top: 26px;
}
.mtb-partner-logo {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 104px;
    margin: 0;
    padding: 20px;
    border: 1px solid var(--mtb-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(16,34,63,.05);
}
.mtb-partner-logo img {
    display: block;
    max-width: 150px;
    max-height: 58px;
    width: auto;
    height: auto;
    filter: grayscale(1);
    opacity: .6;
    transition: filter .22s ease, opacity .22s ease, transform .22s ease;
}
.mtb-partner-logo:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: translateY(-2px);
}
.mtb-partner-logo__fallback {
    color: var(--mtb-ink);
    font-weight: 850;
    letter-spacing: .04em;
    text-align: center;
    text-transform: uppercase;
    opacity: .62;
}
.mtb-partner-logo:hover .mtb-partner-logo__fallback {
    opacity: 1;
}
.mtb-partner-logo figcaption {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}
.mtb-portfolio-card {
    --mtb-cat: var(--mtb-sea);
    padding: 0;
}
.mtb-portfolio-card > a {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}
.mtb-portfolio-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}
.mtb-portfolio-card:hover img {
    transform: scale(1.05);
}
.mtb-portfolio-card > a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16,34,63,.08), rgba(16,34,63,.68));
}
.mtb-portfolio-card > a span {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 1;
    display: inline-flex;
    width: fit-content;
    max-width: calc(100% - 32px);
    padding: 8px 11px;
    border-radius: 999px;
    background: var(--mtb-cat);
    color: #fff;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.mtb-portfolio-card > div {
    padding: 22px;
}
.mtb-proof-band {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
    gap: clamp(26px, 4vw, 54px);
    align-items: start;
    padding: clamp(28px, 4vw, 46px);
    border: 1px solid var(--mtb-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 44px rgba(16,34,63,.08);
}
.mtb-proof-band .mtb-info-grid {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    margin-top: 0;
}
.mtb-proof-band .mtb-info-card,
.mtb-proof-band .mtb-info-card strong,
.mtb-proof-band .mtb-info-card p {
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
}
.home .mtb-proof-band h2 {
    font-size: clamp(2.05rem, 3.25vw, 3.35rem);
    line-height: 1.06;
}
.mtb-home-team {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
}
#mtb-contact-form {
    scroll-margin-top: 112px;
    padding-top: 60px;
}
.mtb-media-split {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
}
.mtb-media-split img,
.mtb-blog-card img,
.mtb-event-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.mtb-media-frame {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--mtb-shadow);
}

.mtb-contact-trust-box {
    display: grid;
    gap: 12px;
    margin-top: 26px;
    padding: 20px;
    border: 1px solid var(--mtb-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 35px rgba(16,34,63,.07);
}

.mtb-contact-trust-box strong {
    display: block;
    color: var(--mtb-ink);
}

.mtb-contact-trust-box ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mtb-contact-trust-box li {
    display: flex;
    gap: 9px;
    color: var(--mtb-ink-soft);
}

.mtb-contact-trust-box li::before {
    content: "";
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    margin-top: .72em;
    border-radius: 999px;
    background: var(--mtb-sun);
}
.mtb-trust-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: var(--mtb-line);
    border: 1px solid var(--mtb-line);
    border-radius: 8px;
    overflow: hidden;
    margin-top: 42px;
}
.mtb-trust-strip div {
    background: #fff;
    padding: 22px;
}
.mtb-trust-strip strong {
    display: block;
    font-size: 1.25rem;
    margin-bottom: 4px;
}
.mtb-event-card {
    display: grid;
    grid-template-rows: 190px 1fr;
}
.mtb-event-card__body,
.mtb-blog-card__body {
    padding: 22px;
}
.mtb-event-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    margin-top: 16px;
}
.mtb-event-list a {
    text-decoration: none;
    font-weight: 750;
}
.mtb-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 34px;
}
.mtb-blog-card__image {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}
.mtb-text-link,
.mtb-text-link:visited {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--mtb-sea);
    font-weight: 850;
    text-decoration: none;
}
.mtb-text-link::after {
    content: "";
    width: 18px;
    height: 1px;
    background: currentColor;
}
.mtb-mini-cta,
.mtb-mini-cta:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(223,155,67,.16);
    color: var(--mtb-ink);
    font-weight: 850;
    text-decoration: none;
}
.mtb-button--soft,
.mtb-button--soft:visited,
button.mtb-button--soft {
    background: #fff;
    color: var(--mtb-ink);
    border: 1px solid var(--mtb-line);
}
.mtb-button,
.mtb-mini-cta,
.mtb-card,
.mtb-info-card,
.mtb-feature-card,
.mtb-blog-card,
.mtb-event-tile {
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background-color .24s ease;
}
.mtb-button:hover,
.mtb-mini-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(16,34,63,.14);
}
.mtb-card:hover,
.mtb-info-card:hover,
.mtb-feature-card:hover,
.mtb-blog-card:hover,
.mtb-event-tile:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 58px rgba(16,34,63,.13);
    border-color: rgba(15,111,120,.28);
}
.mtb-icon {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: rgba(15,111,120,.1);
    color: var(--mtb-sea);
    flex: 0 0 auto;
}
.mtb-icon::before {
    content: "";
    width: 22px;
    height: 22px;
    background: currentColor;
    -webkit-mask: var(--mtb-icon-mask) center / contain no-repeat;
    mask: var(--mtb-icon-mask) center / contain no-repeat;
}
.mtb-icon--clock { --mtb-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='M12 8v5l3 2'/%3E%3C/svg%3E"); }
.mtb-icon--users { --mtb-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z'/%3E%3Cpath d='M2.5 20a6.5 6.5 0 0 1 13 0'/%3E%3Cpath d='M17 11a3 3 0 1 0 0-6'/%3E%3Cpath d='M17 14a5 5 0 0 1 4.5 5'/%3E%3C/svg%3E"); }
.mtb-icon--map { --mtb-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-5.1 7-11a7 7 0 1 0-14 0c0 5.9 7 11 7 11Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E"); }
.mtb-icon--sun { --mtb-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v3M12 19v3M2 12h3M19 12h3M4.9 4.9 7 7M17 17l2.1 2.1M19.1 4.9 17 7M7 17l-2.1 2.1'/%3E%3C/svg%3E"); }
.mtb-icon--spark { --mtb-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M13 2 9.5 9.5 2 13l7.5 3.5L13 24l3.5-7.5L24 13l-7.5-3.5Z'/%3E%3C/svg%3E"); }
.mtb-icon--check { --mtb-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 13 4 4L19 7'/%3E%3C/svg%3E"); }
.mtb-icon--route { --mtb-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 19c4-7 10 1 14-6'/%3E%3Ccircle cx='5' cy='19' r='2'/%3E%3Ccircle cx='19' cy='13' r='2'/%3E%3Cpath d='M7 5h10M7 9h6'/%3E%3C/svg%3E"); }
.mtb-icon--wave { --mtb-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 16c3 0 3-3 6-3s3 3 6 3 3-3 6-3'/%3E%3Cpath d='M3 20c3 0 3-3 6-3s3 3 6 3 3-3 6-3'/%3E%3C/svg%3E"); }
.mtb-icon--food { --mtb-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3v8M10 3v8M6 7h4M8 11v10'/%3E%3Cpath d='M17 3c2 2 3 5 1 8l-1 2v8'/%3E%3C/svg%3E"); }
.mtb-icon--paint { --mtb-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 14c0-5 4-9 9-9 4 0 7 3 7 6 0 2-1 3-3 3h-2c-1 0-2 1-2 2s1 2 2 2c-1 2-3 3-5 3-4 0-6-3-6-7Z'/%3E%3Ccircle cx='9' cy='10' r='1'/%3E%3Ccircle cx='13' cy='8' r='1'/%3E%3Ccircle cx='7' cy='14' r='1'/%3E%3C/svg%3E"); }
.mtb-icon--leaf { --mtb-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 4c-8 0-14 4-14 11 0 3 2 5 5 5 7 0 9-8 9-16Z'/%3E%3Cpath d='M6 20c2-5 6-8 11-10'/%3E%3C/svg%3E"); }
.mtb-icon svg,
.mtb-menu-search svg,
.mtb-mobile-bar svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.mtb-section-head,
.mtb-blog-hub-intro {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    margin-bottom: 28px;
}
.mtb-story-band {
    display: grid;
    grid-template-columns: 1fr minmax(300px, 440px);
    gap: clamp(28px, 5vw, 70px);
    align-items: center;
}
.mtb-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}
.mtb-info-card {
    display: flex;
    gap: 15px;
    padding: 22px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--mtb-line);
    box-shadow: 0 10px 35px rgba(16,34,63,.07);
}
.mtb-info-card > div {
    min-width: 0;
}
.mtb-info-card strong {
    display: block;
    font-size: 1.08rem;
    margin-bottom: 5px;
    overflow-wrap: normal;
    word-break: normal;
}
.mtb-info-card p {
    margin: 0;
    color: var(--mtb-ink-soft);
    overflow-wrap: normal;
    word-break: normal;
}
.mtb-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}
.mtb-feature-card {
    padding: 24px;
    background: #fff;
    border: 1px solid var(--mtb-line);
    border-radius: 8px;
    min-height: 250px;
}
.mtb-feature-card h3 {
    margin: 18px 0 10px;
    font-size: 1.2rem;
}
.mtb-process-rail {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 34px;
    background: rgba(255,255,255,.2);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 8px;
    overflow: hidden;
}
.mtb-process-rail article {
    padding: 24px;
    background: rgba(255,255,255,.08);
}
.mtb-process-rail--light {
    background: var(--mtb-line);
    border-color: var(--mtb-line);
}
.mtb-process-rail--light article {
    background: #fff;
}
.mtb-process-rail span {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    margin-bottom: 16px;
    background: var(--mtb-sun);
    color: var(--mtb-ink);
    font-weight: 900;
}
.mtb-process-rail strong {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 7px;
}
.mtb-process-rail p {
    margin: 0;
}
.mtb-category-filter {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 0 0 28px;
    overflow-x: auto;
    scrollbar-width: thin;
}
.mtb-category-filter button {
    flex: 0 0 auto;
    border: 1px solid var(--mtb-line);
    background: #fff;
    color: var(--mtb-ink);
    border-radius: 999px;
    padding: 10px 14px;
    font-size: .8rem;
    font-weight: 850;
    cursor: pointer;
}
.mtb-category-filter button.is-active,
.mtb-category-filter button:hover {
    color: #fff;
    background: var(--mtb-ink);
}
.mtb-event-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}
.mtb-event-category-section {
    scroll-margin-top: 112px;
    padding-top: 54px;
}
.mtb-event-category-section + .mtb-event-category-section {
    margin-top: 38px;
    border-top: 1px solid var(--mtb-line);
}
.mtb-event-category-head {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(280px, .48fr);
    gap: 28px;
    align-items: end;
    margin-bottom: 24px;
}
.mtb-event-category-head h2 {
    margin-bottom: 0;
}
.mtb-event-category-head p:last-child {
    color: var(--mtb-ink-soft);
    margin: 0;
}
.mtb-event-tile {
    --mtb-cat: var(--mtb-sea);
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--mtb-line);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 14px 44px rgba(16,34,63,.09);
}
.mtb-cat-water { --mtb-cat: #0f7f9b; }
.mtb-cat-rallies { --mtb-cat: #c2673a; }
.mtb-cat-food { --mtb-cat: #8a6a24; }
.mtb-cat-creative { --mtb-cat: #9a4d7b; }
.mtb-cat-outdoor { --mtb-cat: #3f7b4b; }
.mtb-cat-special { --mtb-cat: #5d6488; }
.mtb-event-tile__image {
    position: relative;
    display: block;
    aspect-ratio: 16 / 11;
    overflow: hidden;
}
.mtb-event-tile__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}
.mtb-event-tile:hover .mtb-event-tile__image img {
    transform: scale(1.04);
}
.mtb-event-tile__image span {
    position: absolute;
    left: 14px;
    bottom: 14px;
    border-radius: 999px;
    padding: 7px 11px;
    background: var(--mtb-cat);
    color: #fff;
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.mtb-event-tile__body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 22px;
    flex: 1;
}
.mtb-event-tile__body h3 {
    margin: 0;
    font-size: 1.22rem;
}
.mtb-event-tile__body h3 a {
    color: var(--mtb-ink);
    text-decoration: none;
}
.mtb-event-tile__body p {
    margin: 0;
}
.mtb-event-tile__facts {
    border-top: 1px solid var(--mtb-line);
    padding-top: 12px;
    color: var(--mtb-ink-soft);
    font-size: .92rem;
}
.mtb-event-tile__actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-top: auto;
}
.mtb-section.mtb-tb-spacing--compact {
    padding-top: 56px;
    padding-bottom: 56px;
}
.mtb-section.mtb-tb-spacing--standard {
    padding-top: var(--section-gap);
    padding-bottom: var(--section-gap);
}
.mtb-section.mtb-tb-spacing--airy {
    padding-top: 108px;
    padding-bottom: 108px;
}
.mtb-teambuilding-page .mtb-section-head > p {
    max-width: 430px;
    margin: 0;
    color: var(--mtb-ink-soft);
}
.mtb-tb-events .mtb-section-head > p,
.mtb-section--sea .mtb-section-head > p {
    color: rgba(255,255,255,.78);
}
.mtb-tb-intro {
    grid-template-columns: minmax(0, .92fr) minmax(340px, 500px);
}
.mtb-tb-intro .mtb-rich-copy {
    max-width: 720px;
    color: var(--mtb-ink-soft);
}
.mtb-tb-media-frame img,
.mtb-tb-video iframe {
    aspect-ratio: 16 / 11;
}
.mtb-tb-impact-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.mtb-tb-impact-card {
    position: relative;
    min-height: 260px;
    padding: 24px;
    border: 1px solid var(--mtb-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 44px rgba(16,34,63,.08);
}
.mtb-tb-impact-card > span:not(.mtb-icon) {
    position: absolute;
    top: 22px;
    right: 22px;
    color: rgba(16,34,63,.22);
    font-size: .85rem;
    font-weight: 900;
    letter-spacing: .08em;
}
.mtb-tb-impact-card h3 {
    margin: 22px 0 10px;
    font-size: 1.18rem;
}
.mtb-tb-impact-card p {
    margin: 0;
    color: var(--mtb-ink-soft);
}
.mtb-tb-situation-head {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(280px, .52fr);
    gap: clamp(24px, 4vw, 60px);
    align-items: end;
    margin-bottom: 34px;
}
.mtb-tb-situation-head h2,
.mtb-tb-situation-head p {
    margin-bottom: 0;
}
.mtb-tb-situation-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--mtb-line);
}
.mtb-tb-situation-list article {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;
    padding: 26px 28px 26px 0;
    border-bottom: 1px solid var(--mtb-line);
}
.mtb-tb-situation-list article:nth-child(odd) {
    padding-right: 38px;
}
.mtb-tb-situation-list article:nth-child(even) {
    padding-left: 28px;
    border-left: 1px solid var(--mtb-line);
}
.mtb-tb-situation-list span {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: var(--mtb-sea-soft);
    color: var(--mtb-sea);
    font-weight: 900;
}
.mtb-tb-situation-list h3 {
    margin: 0 0 8px;
    font-size: 1.15rem;
}
.mtb-tb-situation-list p {
    margin: 0;
    color: var(--mtb-ink-soft);
}
.mtb-event-rotator {
    --mtb-rotator-speed: 6000ms;
}
.mtb-event-rotator__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: start;
}
.mtb-event-rotator [data-mtb-rotator-card][hidden] {
    display: none !important;
}
.mtb-tb-events .mtb-event-tile {
    box-shadow: 0 18px 50px rgba(0,0,0,.18);
}
.mtb-tb-events .mtb-event-tile__body {
    flex: 0 0 auto;
    gap: 16px;
}
.mtb-tb-events .mtb-event-tile__body > p {
    display: none;
}
.mtb-tb-events .mtb-event-tile__actions {
    margin-top: 2px;
}
.mtb-event-rotator__dots {
    display: flex;
    gap: 10px;
    margin-top: 26px;
}
.mtb-event-rotator__dot {
    width: min(110px, 20vw);
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.25);
    overflow: hidden;
    cursor: pointer;
}
.mtb-event-rotator__dot span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left center;
}
.mtb-event-rotator__dot.is-active span {
    transform: scaleX(1);
}
.mtb-event-rotator.is-running .mtb-event-rotator__dot.is-active span {
    animation: mtbRotatorProgress var(--mtb-rotator-speed) linear both;
}
@keyframes mtbRotatorProgress {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}
.mtb-tb-proof-list {
    display: grid;
    gap: 14px;
    margin-top: 26px;
}
.mtb-tb-proof-list article {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 16px;
    border: 1px solid var(--mtb-line);
    border-radius: 8px;
    background: rgba(255,255,255,.72);
}
.mtb-tb-proof-list strong {
    display: block;
    margin-bottom: 4px;
}
.mtb-tb-proof-list p {
    margin: 0;
    color: var(--mtb-ink-soft);
}
.mtb-tb-cta {
    background: linear-gradient(135deg, rgba(15,111,120,.12), rgba(63,123,75,.14));
}
.mtb-tb-cta-box {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(300px, .48fr);
    gap: 30px;
    align-items: center;
    padding: clamp(30px, 5vw, 58px);
    border: 1px solid rgba(16,34,63,.12);
    border-radius: 8px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 18px 60px rgba(16,34,63,.1);
}
.mtb-tb-cta-box h2,
.mtb-tb-cta-box p {
    margin: 0;
}
.mtb-tb-cta-box .mtb-actions {
    justify-content: flex-end;
}
.mtb-event-overview {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 320px);
    gap: clamp(24px, 3.5vw, 42px);
    align-items: start;
}
.mtb-event-detail {
    padding-top: 48px;
}
.mtb-quick-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 26px;
}
.mtb-quick-facts article {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--mtb-line);
    border-radius: 8px;
    min-width: 0;
}
.mtb-quick-facts .mtb-icon {
    grid-row: 1 / span 2;
}
.mtb-quick-facts span:not(.mtb-icon) {
    display: block;
    grid-column: 2;
    color: var(--mtb-ink-soft);
    font-size: .82rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.mtb-quick-facts strong {
    display: block;
    grid-column: 2;
    line-height: 1.22;
    overflow-wrap: anywhere;
}
.mtb-event-form-card {
    padding: 24px;
    border-radius: 8px;
    background: var(--mtb-sand);
    border: 1px solid var(--mtb-line);
    box-shadow: var(--mtb-shadow);
}
.mtb-event-form-card .mtb-form {
    grid-template-columns: 1fr;
}
.mtb-event-action-card {
    position: sticky;
    top: 112px;
    display: grid;
    gap: 14px;
    padding: 22px;
    border-radius: 8px;
    background: var(--mtb-sand);
    border: 1px solid var(--mtb-line);
    box-shadow: var(--mtb-shadow);
}
.mtb-event-action-card h3,
.mtb-event-action-card p {
    margin: 0;
}
.mtb-event-action-card p {
    color: var(--mtb-ink-soft);
}
.mtb-event-action-card .mtb-button {
    width: 100%;
}
.mtb-button--whatsapp,
.mtb-button--whatsapp:visited {
    background: #1f9d57;
    color: #fff;
}
.mtb-modal-is-open {
    overflow: hidden;
}
.mtb-event-modal[hidden] {
    display: none;
}
.mtb-event-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
}
.mtb-event-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(11,24,48,.72);
    backdrop-filter: blur(8px);
}
.mtb-event-modal__dialog {
    position: relative;
    width: min(820px, calc(100vw - 32px));
    max-height: calc(100vh - 48px);
    overflow: auto;
    margin: 24px auto;
    padding: clamp(24px, 4vw, 40px);
    border-radius: 8px;
    background: #fffaf3;
    box-shadow: 0 30px 90px rgba(0,0,0,.28);
}
.mtb-event-modal__dialog h2 {
    margin-bottom: 10px;
}
.mtb-event-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    border: 1px solid var(--mtb-line);
    border-radius: 999px;
    background: #fff;
    color: var(--mtb-ink);
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
}
.mtb-event-modal .mtb-form-wrap {
    margin-top: 22px;
}
.mtb-gallery-strip {
    display: grid;
    grid-template-columns: 1.2fr .9fr .9fr;
    gap: 16px;
    margin-top: 34px;
}
.mtb-gallery-strip img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
}
.mtb-gallery-strip img:first-child {
    height: 320px;
}
.mtb-gallery-strip--event img {
    box-shadow: 0 14px 38px rgba(16,34,63,.1);
    transition: transform .3s ease, box-shadow .3s ease;
}
.mtb-gallery-strip--event img:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 52px rgba(16,34,63,.16);
}
.mtb-blog-grid--editorial .mtb-blog-card--featured {
    grid-column: auto;
    display: block;
}
.mtb-blog-grid--editorial .mtb-blog-card--featured .mtb-blog-card__image {
    aspect-ratio: 16 / 10;
    min-height: 0;
}
.mtb-blog-topics {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.mtb-video-shell {
    position: relative;
    aspect-ratio: 16 / 10;
    border-radius: 8px;
    overflow: hidden;
    background: #0b1830;
    box-shadow: var(--mtb-shadow);
    isolation: isolate;
}
.mtb-video-shell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: .68;
    transition: transform .4s ease, opacity .4s ease;
}
.mtb-video-shell:hover img {
    transform: scale(1.04);
    opacity: .82;
}
.mtb-video-shell__overlay {
    position: absolute;
    inset: auto 22px 22px 22px;
    color: #fff;
}
.mtb-video-shell__play {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border-radius: 999px;
    margin-bottom: 18px;
    background: var(--mtb-sun);
    color: var(--mtb-ink);
    box-shadow: 0 15px 40px rgba(0,0,0,.22);
}
.mtb-video-shell__play::before {
    content: "";
    width: 0;
    height: 0;
    margin-left: 5px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 22px solid #fff;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,.22));
}
.mtb-video-shell__play svg {
    display: none;
}
.mtb-video-shell strong {
    display: block;
    font-size: 1.35rem;
    line-height: 1.1;
}
.mtb-video-shell span:not(.mtb-video-shell__play) {
    display: block;
    margin-top: 5px;
    color: rgba(255,255,255,.78);
}
.mtb-video-shell--consent {
    display: grid;
    place-items: center;
    min-height: 320px;
    padding: clamp(22px, 4vw, 42px);
    background: linear-gradient(135deg, rgba(16,34,63,.94), rgba(15,111,120,.82));
}
.mtb-video-shell--consent.is-loaded {
    display: block;
    min-height: 0;
    padding: 0;
    background: #10223f;
}
.mtb-consent-placeholder {
    display: grid;
    justify-items: start;
    max-width: 560px;
    color: #fff;
}
.mtb-consent-placeholder .mtb-video-shell__play {
    margin-bottom: 16px;
}
.mtb-consent-placeholder p {
    max-width: 520px;
    margin: 10px 0 0;
    color: rgba(255,255,255,.8);
}
.mtb-consent-placeholder .mtb-button {
    margin-top: 22px;
}
.mtb-team-collage {
    display: grid;
    grid-template-columns: .8fr 1fr;
    gap: 14px;
    align-items: stretch;
}
.mtb-team-collage img,
.mtb-team-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.mtb-team-collage img {
    min-height: 210px;
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(16,34,63,.12);
}
.mtb-team-collage img:first-child {
    grid-row: span 2;
}
.mtb-team-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}
.mtb-team-card {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--mtb-line);
    box-shadow: 0 12px 38px rgba(16,34,63,.08);
}
.mtb-team-card__image {
    aspect-ratio: 4 / 5;
    overflow: hidden;
}
.mtb-team-card img {
    transition: transform .35s ease;
}
.mtb-team-card:hover img {
    transform: scale(1.04);
}
.mtb-team-card__body {
    padding: 18px;
}
.mtb-team-card strong {
    display: block;
    font-size: 1.1rem;
}
.mtb-team-card span {
    display: block;
    color: var(--mtb-ink-soft);
    margin-top: 3px;
}
.mtb-blog-topics a,
.mtb-blog-topics button {
    border: 1px solid var(--mtb-line);
    background: #fff;
    color: var(--mtb-ink);
    border-radius: 999px;
    padding: 10px 14px;
    text-decoration: none;
    font-weight: 850;
    cursor: pointer;
}
.mtb-menu-search {
    display: flex !important;
    align-items: center;
}
.mtb-menu-search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 40px;
    padding: 0 12px;
    border: 1px solid rgba(16,34,63,.09);
    border-radius: 999px;
    background: rgba(255,255,255,.38);
    color: var(--mtb-ink);
    font-size: 11px;
    letter-spacing: .06em;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 750;
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}
.mtb-menu-search button:hover,
.mtb-menu-search button:focus-visible {
    background: rgba(16,34,63,.055);
    border-color: rgba(16,34,63,.18);
}
.mtb-search-is-open {
    overflow: hidden;
}
.mtb-search-panel[hidden] {
    display: none;
}
.mtb-search-panel {
    position: fixed;
    inset: 0;
    z-index: 99999;
}
.mtb-search-panel__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(11,24,48,.72);
    backdrop-filter: blur(8px);
}
.mtb-search-panel__dialog {
    position: relative;
    width: min(760px, calc(100vw - 32px));
    margin: 8vh auto;
    padding: clamp(24px, 4vw, 42px);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--mtb-shadow);
}
.mtb-search-panel__dialog h2 {
    margin: 0 0 8px;
    font-size: clamp(2rem, 4vw, 3.5rem);
}
.mtb-search-panel__close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--mtb-line);
    border-radius: 999px;
    background: #fff;
    color: var(--mtb-ink);
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
}
.mtb-search-panel__field input {
    width: 100%;
    margin-top: 18px;
    border: 2px solid var(--mtb-ink);
    border-radius: 8px;
    padding: 16px 18px;
    font-size: 1.1rem;
}
.mtb-search-panel__results {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}
.mtb-search-result {
    display: grid;
    gap: 4px;
    padding: 15px 16px;
    border: 1px solid var(--mtb-line);
    border-radius: 8px;
    text-decoration: none;
    color: var(--mtb-ink);
}
.mtb-search-result span {
    color: var(--mtb-sea);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.mtb-search-result strong {
    font-size: 1.05rem;
}
.mtb-search-result small {
    color: var(--mtb-ink-soft);
}
.mtb-search-panel__empty {
    padding: 15px 16px;
    border-radius: 8px;
    background: var(--mtb-sand);
}
.mtb-mobile-bar {
    display: none;
}
.mtb-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.mtb-form label {
    display: grid;
    gap: 8px;
    font-weight: 750;
}
.mtb-form input,
.mtb-form textarea {
    width: 100%;
    border: 1px solid var(--mtb-line);
    border-radius: 6px;
    padding: 13px 14px;
    background: #fff;
    color: var(--mtb-ink);
}
.mtb-form__wide,
.mtb-form button,
.mtb-form-note {
    grid-column: 1 / -1;
}
.mtb-hp { display: none !important; }
.mtb-form-note {
    padding: 14px 16px;
    border-radius: 6px;
    margin-bottom: 18px;
}
.mtb-form-note--success { background: #e7f7ef; }
.mtb-form-note--error { background: #ffe8df; }
.mtb-faq details {
    border-top: 1px solid var(--mtb-line);
    padding: 18px 0;
}
.mtb-faq summary {
    cursor: pointer;
    font-weight: 850;
    font-size: 1.1rem;
}
.mtb-footer {
    background: #0b1830;
    color: rgba(255,255,255,.78);
    padding: 70px 24px 28px;
}
.mtb-footer a {
    color: #fff;
    display: inline-block;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    text-decoration-color: transparent;
    transition: color .18s ease, text-decoration-color .18s ease, transform .18s ease, background-color .18s ease;
}
.mtb-footer a:hover,
.mtb-footer a:focus-visible {
    color: #f3c47b !important;
    text-decoration-color: currentColor !important;
    transform: translateY(-2px);
}
.mtb-footer__inner {
    width: min(1160px, 100%);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1.25fr .85fr .85fr .95fr .9fr .9fr;
    gap: 28px;
}
.mtb-footer h2 {
    color: #fff;
    font-size: 1rem;
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.mtb-footer__brand strong {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 12px;
}
.mtb-footer__cta {
    display: inline-flex;
    margin-top: 12px;
    padding: 11px 15px;
    background: var(--mtb-sun);
    color: #10223f !important;
    border-radius: 4px;
    text-decoration-line: underline;
    text-decoration-color: transparent;
    font-weight: 850;
}
.mtb-footer__cta:hover,
.mtb-footer__cta:focus-visible {
    background: #edb86a;
    color: #10223f !important;
    text-decoration-color: currentColor !important;
    transform: translateY(-2px);
}
.mtb-footer a.mtb-footer__cta:hover,
.mtb-footer a.mtb-footer__cta:focus-visible {
    color: #10223f !important;
    text-decoration-color: currentColor !important;
}
.mtb-footer__legal button {
    display: inline-block;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    cursor: pointer;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    text-decoration-color: transparent;
    transition: color .18s ease, text-decoration-color .18s ease, transform .18s ease;
}
.mtb-footer__legal button:hover,
.mtb-footer__legal button:focus-visible {
    color: #f3c47b;
    text-decoration-color: currentColor;
    transform: translateY(-2px);
}
.mtb-footer__bottom {
    width: min(1160px, 100%);
    margin: 42px auto 0;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.12);
    display: flex;
    justify-content: space-between;
    gap: 18px;
}
.site-footer .site-info { display: none; }
.page-hero,
body.page .entry-header,
.single-mtb_event .entry-header,
.single-mtb_event .featured-image,
.single-mtb_event .post-image,
.single-mtb_event .page-header-image-single {
    display: none;
}

body.page .featured-image,
body.page .post-image,
body.page .page-header-image,
body.page .page-header-image-single {
    display: none;
}

.mtb-video-shell--embed {
    aspect-ratio: 16 / 10;
    background: #10223f;
}

.mtb-video-shell--embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.mtb-event-story-gallery {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    grid-template-rows: repeat(2, minmax(130px, 1fr));
    gap: 10px;
    min-height: 360px;
}

.mtb-event-story-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(16, 34, 63, .14);
    transition: transform .28s ease, box-shadow .28s ease;
}

.mtb-event-story-gallery img:first-child {
    grid-row: 1 / span 2;
}

.mtb-event-story-gallery img:hover {
    transform: translateY(-3px) scale(1.015);
    box-shadow: 0 24px 60px rgba(16, 34, 63, .2);
}

.mtb-team-languages {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}

.mtb-team-languages span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 24px;
    padding: 3px 8px;
    border: 1px solid rgba(16, 34, 63, .12);
    border-radius: 999px;
    background: #fffaf3;
    color: #10223f;
    font-size: 11px;
    font-weight: 800;
}
.mtb-team-languages b {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
}
.mtb-team-languages em {
    font-style: normal;
    line-height: 1;
}

.mtb-cookie-banner {
    position: fixed;
    left: max(18px, env(safe-area-inset-left));
    right: max(18px, env(safe-area-inset-right));
    bottom: max(18px, calc(env(safe-area-inset-bottom) + 18px));
    z-index: 9999;
    display: grid;
    grid-template-columns: minmax(280px, 1.05fr) minmax(300px, .95fr) minmax(190px, auto);
    align-items: stretch;
    gap: 16px;
    max-width: 1180px;
    margin-inline: auto;
    padding: 16px;
    border: 1px solid rgba(16,34,63,.12);
    border-radius: 8px;
    background: rgba(255,250,243,.98);
    color: var(--mtb-ink);
    box-shadow: 0 22px 70px rgba(16, 34, 63, .18);
    backdrop-filter: blur(16px);
}

.mtb-cookie-banner[hidden] {
    display: none;
}

.mtb-cookie-banner p {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
}

.mtb-cookie-banner strong {
    display: block;
    margin-bottom: 6px;
    color: var(--mtb-ink);
    font-size: 1rem;
}

.mtb-cookie-banner a {
    color: var(--mtb-leaf);
    font-weight: 800;
    text-underline-offset: 4px;
}

.mtb-cookie-banner__copy,
.mtb-cookie-banner__choices,
.mtb-cookie-banner__actions {
    min-width: 0;
}

.mtb-cookie-banner__links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px;
}

.mtb-cookie-banner__choices {
    display: grid;
    gap: 8px;
}

.mtb-cookie-choice {
    display: flex;
    gap: 10px;
    padding: 11px;
    border: 1px solid rgba(16,34,63,.13);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(16,34,63,.045);
}

.mtb-cookie-choice input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--mtb-leaf);
}

.mtb-cookie-choice b {
    display: block;
    color: var(--mtb-ink);
    line-height: 1.2;
}

.mtb-cookie-choice small {
    display: block;
    margin-top: 3px;
    color: var(--mtb-ink-soft);
    font-size: 12px;
    line-height: 1.35;
}

.mtb-cookie-choice.is-required {
    background: #f6f0e7;
}

.mtb-cookie-banner__actions {
    display: grid;
    align-content: center;
    gap: 8px;
    min-width: 160px;
}

.mtb-cookie-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 13px;
    border-radius: 6px;
    border: 1px solid rgba(16,34,63,.16);
    font-weight: 850;
    color: var(--mtb-ink);
    cursor: pointer;
    transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.mtb-cookie-button:hover,
.mtb-cookie-button:focus-visible {
    transform: translateY(-1px);
}

.mtb-cookie-button--primary {
    border-color: var(--mtb-leaf);
    background: var(--mtb-leaf);
    color: #fff;
}

.mtb-cookie-button--soft {
    background: #fff;
    color: var(--mtb-ink);
}

.mtb-cookie-button--plain {
    background: #f6f0e7;
    color: var(--mtb-ink);
}

.mtb-blog-grid--editorial {
    align-items: stretch;
}

.mtb-blog-card {
    overflow: hidden;
}

.mtb-blog-card__image,
.mtb-blog-card__image img {
    display: block;
}

.single-post .inside-article,
.blog .inside-article,
.archive .inside-article {
    max-width: 1120px;
    margin-inline: auto;
}

.single-post .entry-content {
    font-size: 18px;
    line-height: 1.75;
}

.single-post .entry-content img {
    border-radius: 8px;
}
@media (max-width: 980px) {
    .mtb-grid,
    .mtb-grid--2,
    .mtb-blog-grid,
    .mtb-media-split,
    .mtb-story-band,
    .mtb-proof-band,
    .mtb-home-team,
    .mtb-info-grid,
    .mtb-feature-grid,
    .mtb-tb-impact-grid,
    .mtb-tb-situation-head,
    .mtb-tb-situation-list,
    .mtb-event-rotator__grid,
    .mtb-tb-cta-box,
    .mtb-process-rail,
    .mtb-event-grid,
    .mtb-event-category-head,
    .mtb-event-overview,
    .mtb-glossary-grid,
    .mtb-partner-logos,
    .mtb-blog-grid--editorial .mtb-blog-card--featured,
    .mtb-gallery-strip,
    .mtb-team-grid,
    .mtb-footer__inner {
        grid-template-columns: 1fr;
    }
    .mtb-tb-situation-list article,
    .mtb-tb-situation-list article:nth-child(odd),
    .mtb-tb-situation-list article:nth-child(even) {
        padding: 22px 0;
        border-left: 0;
    }
    .mtb-tb-cta-box .mtb-actions {
        justify-content: flex-start;
    }
    .mtb-trust-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .inside-header {
        flex-wrap: wrap;
    }
    .mtb-event-action-card {
        position: static;
    }
    .mtb-event-story-gallery {
        min-height: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
    }
    .mtb-event-story-gallery img,
    .mtb-event-story-gallery img:first-child {
        grid-row: auto;
        height: 220px;
    }
}
@media (max-width: 768px) {
    :root {
        --section-gap: var(--section-gap-sm);
    }
    #mtb-contact-form {
        padding-top: var(--section-gap-sm);
    }
}
@media (max-width: 768px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }
    .site-header {
        min-height: 64px;
        position: sticky;
        top: 0;
        z-index: 9998;
        box-shadow: 0 10px 30px rgba(16,34,63,.08);
    }
    .inside-header {
        flex-wrap: nowrap !important;
        gap: 12px;
        width: 100%;
        padding: 10px 16px !important;
        min-height: 64px;
    }
    .site-branding-container,
    .site-logo {
        max-width: min(210px, 58vw);
    }
    .site-header .header-image {
        width: min(196px, 54vw) !important;
        max-height: 38px;
    }
    .main-navigation {
        flex: 0 0 auto;
        margin-left: auto;
    }
    #site-navigation.main-navigation {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        width: 100%;
        height: 0;
        margin-left: 0;
        overflow: visible;
        flex: 0 0 auto;
    }
    #site-navigation.main-navigation:not(.toggled) .main-nav > ul {
        display: none;
    }
    .main-navigation .menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 46px;
        height: 42px;
        padding: 0 12px !important;
        border: 1px solid var(--mtb-line);
        border-radius: 12px;
        background: #fff !important;
        color: var(--mtb-ink);
        box-shadow: 0 8px 22px rgba(16,34,63,.08);
        letter-spacing: 0;
        text-transform: none;
    }
    .main-navigation.toggled .main-nav > ul {
        display: grid;
        position: absolute;
        left: 12px;
        right: 12px;
        top: 10px;
        z-index: 50;
        max-height: calc(100vh - 156px);
        overflow-y: auto;
        overscroll-behavior: contain;
        gap: 4px;
        grid-template-columns: minmax(0, 1fr);
        align-items: stretch;
        justify-items: stretch;
        justify-content: stretch;
        padding: 10px;
        border: 1px solid rgba(16,34,63,.10);
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 24px 70px rgba(16,34,63,.22);
        box-sizing: border-box;
    }
    .main-navigation.toggled .main-nav ul ul {
        position: static;
        display: grid !important;
        gap: 4px;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100%;
        margin: 0;
        padding: 4px;
        border: 0;
        border-radius: 12px;
        box-shadow: none;
        background: #f8f4ec;
        box-sizing: border-box;
    }
    .main-navigation.toggled .main-nav ul ul li {
        width: 100%;
    }
    .main-navigation.toggled .main-nav ul ul li a {
        justify-content: flex-start;
        min-height: 36px;
        padding: 9px 12px;
        border-radius: 10px;
    }
    .main-navigation.toggled .main-nav > ul > li,
    .main-navigation.toggled .main-nav > ul > li > a {
        width: 100%;
    }
    .main-navigation.toggled .main-nav > ul > li {
        display: block;
        float: none;
    }
    .main-navigation.toggled .main-nav > ul > li > a {
        display: flex;
    }
    .main-navigation.toggled .mtb-menu-search {
        display: block !important;
        width: 100%;
    }
    .main-navigation.toggled .main-nav > ul > li > a,
    .main-navigation.toggled .mtb-menu-search button {
        min-height: 46px;
        justify-content: space-between;
        padding: 12px 13px !important;
        border-radius: 12px;
        color: var(--mtb-ink);
        font-size: 14px;
        letter-spacing: 0;
        text-transform: none;
    }
    .main-navigation.toggled .main-nav > ul > li > a:hover,
    .main-navigation.toggled .mtb-menu-search button:hover {
        background: var(--mtb-sand);
    }
    .main-navigation.toggled .mtb-menu-search button {
        width: 100%;
    }
    .main-navigation.toggled .mtb-menu-lang-item {
        padding: 10px 8px;
        border-top: 1px solid var(--mtb-line);
    }
    .main-navigation.toggled .mtb-menu-lang-item .mtb-lang {
        justify-content: center;
        width: 100%;
    }
    .main-navigation.toggled .mtb-menu-cta > a {
        justify-content: center;
        margin: 8px 0 0;
        min-height: 48px;
        background: var(--mtb-leaf);
        color: #fff !important;
        font-weight: 900;
    }
    .main-navigation.toggled .mtb-menu-contact > a {
        font-weight: 850;
    }
    body {
        padding-bottom: calc(74px + env(safe-area-inset-bottom));
    }
    .mtb-hero {
        min-height: 720px;
        padding: 128px 20px 88px;
    }
    .mtb-hero--compact {
        min-height: 560px;
        padding-top: 116px;
    }
    .mtb-hero h1 {
        max-width: 100%;
        font-size: clamp(2rem, 9vw, 2.7rem);
        line-height: 1;
        overflow-wrap: anywhere;
    }
    .mtb-hero p {
        max-width: 100%;
    }
    .mtb-hero .mtb-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }
    .mtb-hero .mtb-button {
        width: 100%;
        max-width: 100%;
        padding-inline: 14px;
        text-align: center;
        white-space: normal;
    }
    .mtb-section {
        padding: var(--section-gap-sm) 20px;
    }
    .mtb-proof-band {
        gap: 22px;
        padding: 24px 18px;
    }
    .mtb-proof-band > div,
    .mtb-proof-band .mtb-info-grid {
        min-width: 0;
        width: 100%;
    }
    .mtb-proof-band .mtb-info-grid {
        grid-template-columns: minmax(0, 1fr);
    }
    .home .mtb-proof-band h2 {
        font-size: clamp(2rem, 8vw, 2.35rem);
        line-height: 1.08;
    }
    .mtb-proof-band .mtb-lead {
        font-size: 1.04rem;
    }
    .mtb-section.mtb-tb-spacing--compact,
    .mtb-section.mtb-tb-spacing--standard,
    .mtb-section.mtb-tb-spacing--airy {
        padding-top: var(--section-gap-sm);
        padding-bottom: var(--section-gap-sm);
    }
    .mtb-trust-strip,
    .mtb-form,
    .mtb-event-list,
    .mtb-quick-facts {
        grid-template-columns: 1fr;
    }
    .mtb-section-head,
    .mtb-blog-hub-intro {
        display: grid;
        align-items: start;
    }
    .mtb-event-tile__actions {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 6px;
    }
    .mtb-tb-events .mtb-event-rotator__grid {
        align-items: start;
    }
    .mtb-tb-events .mtb-event-tile__image {
        aspect-ratio: 16 / 10;
    }
    .mtb-tb-events .mtb-event-tile__body {
        flex: 0 0 auto;
        gap: 10px;
        padding: 20px;
    }
    .mtb-tb-events .mtb-event-tile__body > p {
        display: none;
    }
    .mtb-tb-impact-card {
        min-height: 0;
    }
    .mtb-event-rotator__dot {
        width: 68px;
    }
    .mtb-tb-cta-box {
        padding: 26px 20px;
    }
    .mtb-gallery-strip img,
    .mtb-gallery-strip img:first-child {
        height: 220px;
    }
    .mtb-event-category-section {
        scroll-margin-top: 86px;
        padding-top: 38px;
    }
    #mtb-contact-form {
        scroll-margin-top: 86px;
    }
    .mtb-team-collage {
        grid-template-columns: 1fr 1fr;
    }
    .mtb-team-collage img:first-child {
        grid-column: 1 / -1;
        grid-row: auto;
    }
    .mtb-search-panel__dialog {
        margin: 18px auto;
        padding: 72px 24px 28px;
        max-height: calc(100vh - 36px);
        overflow: auto;
    }
    .mtb-search-panel__dialog h2 {
        font-size: clamp(1.9rem, 11vw, 2.45rem);
        line-height: 1.05;
    }
    .mtb-search-panel__close {
        top: 18px;
        right: 18px;
        width: 44px;
        height: 44px;
    }
    .mtb-mobile-bar {
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: calc(10px + env(safe-area-inset-bottom));
        z-index: 9999;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 4px;
        padding: 7px;
        border: 1px solid rgba(255,255,255,.36);
        border-radius: 18px;
        background: rgba(11,24,48,.94);
        box-shadow: 0 18px 40px rgba(11,24,48,.28);
        backdrop-filter: blur(10px);
    }
    .mtb-mobile-bar a,
    .mtb-mobile-bar button {
        display: grid;
        justify-items: center;
        gap: 4px;
        border: 0;
        border-radius: 13px;
        background: transparent;
        color: #fff;
        text-decoration: none;
        font-size: 11px;
        font-weight: 800;
        padding: 7px 4px;
    }
    .mtb-mobile-bar a:active,
    .mtb-mobile-bar button:active {
        background: rgba(255,255,255,.12);
    }
    .mtb-mobile-bar svg {
        width: 20px;
        height: 20px;
    }
    .mtb-event-story-gallery {
        grid-template-columns: 1fr;
    }
    .mtb-event-story-gallery img,
    .mtb-event-story-gallery img:first-child {
        height: 230px;
    }
    .mtb-cookie-banner {
        bottom: max(88px, calc(env(safe-area-inset-bottom) + 88px));
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 14px;
        max-height: min(72vh, 560px);
        overflow-y: auto;
    }
    .mtb-cookie-banner p {
        font-size: 13px;
        line-height: 1.38;
    }
    .mtb-cookie-banner strong {
        margin-bottom: 4px;
    }
    .mtb-cookie-banner__links {
        gap: 10px;
        margin-top: 8px;
    }
    .mtb-cookie-choice {
        gap: 8px;
        padding: 9px;
    }
    .mtb-cookie-choice small {
        font-size: 11px;
    }
    .mtb-cookie-banner__actions {
        grid-template-columns: 1fr;
    }
    .mtb-cookie-button {
        min-height: 38px;
        padding: 9px 12px;
    }
    .mtb-cookie-button,
    .mtb-consent-placeholder .mtb-button {
        width: 100%;
    }
    .mtb-footer__bottom {
        flex-direction: column;
    }
    .mtb-menu-lang-item,
    .mtb-menu-cta {
        display: block;
    }
}
@media (prefers-reduced-motion: reduce) {
    .mtb-event-rotator.is-running .mtb-event-rotator__dot.is-active span {
        animation: none;
    }
}
