* {
  -webkit-tap-highlight-color: transparent;
}

html {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: var(--line-height-1);
}

body *,
body *:before,
body *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  position: relative;
}

a {
  text-decoration: inherit;
  color: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ol {
  list-style-type: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --button-or-input-max-height: 3rem;
  --brand-ocean: hsl(203 45% 40%);
  --brand-ocean-end: hsl(203 45% 56%);
  --brand-ocean-medium: hsl(203 45% 45%);
  --brand-ocean-start-darker: hsl(210, 90%, 25%);
  --brand-ocean-dark: hsl(202, 29%, 42%);
  --brand-ocean-darkest: hsl(202, 90%, 15%);
  --brand-ocean-light: var(--brand-ocean);
  --brand-ocean-lightest: hsl(202, 45%, 65%);
  --brand-black: hsl(202 0% 16%);
  --brand-gray-dark: hsl(202 0% 16%);
  --brand-gray: hsl(202 0% 40%);
  --brand-gray-light: hsl(202 0% 70%);
  --brand-gray-lightest: hsl(210 0% 80%);
  --gradient-gray-middle: linear-gradient(to right, var(--brand-silver-end), var(--brand-gray-lightest), var(--brand-silver-end));
  --brand-white: hsl(202 0% 100%);
  --brand-white-light: hsl(202 40% 85%);
  --brand-tundra: hsl(5 50% 35%);
  --brand-tundra-end: hsl(5 60% 50%);
  --brand-tundra-light: hsl(0 75% 55%);
  --brand-tundra-dark: hsl(0 65% 30%);
  --brand-hunter-green: hsl(153 45% 30%);
  --brand-hunter-green-end: hsl(153 45% 45%);
  --gradient-hunter-green: linear-gradient(135deg, var(--brand-hunter-green) 0%, var(--brand-hunter-green-end) 100%);
  --gradient-ocean-reverse: linear-gradient(135deg, var(--brand-ocean-medium) 0%, var(--brand-ocean) 100%);
  --brand-rainforest: hsl(153 45% 30%);
  --brand-tan: hsl(47, 26%, 88%);
  --brand-tan-end: hsl(46, 0%, 98%);
  --gradient-tan: linear-gradient(135deg, var(--brand-tan) 0%, var(--brand-tan-end) 100%);
  --brand-silver: hsl(0 0% 85%);
  --brand-silver-light: hsl(0 0% 93%);
  --brand-silver-end: hsl(0 0% 95%);
  --gradient-silver: linear-gradient(135deg, var(--brand-silver-end) 0%, var(--brand-silver) 100%);
  --gradient-silver-reverse: linear-gradient(225deg, var(--brand-silver-end) 0%, var(--brand-silver) 100%);
  --gradient-silver-radial: radial-gradient(var(--brand-silver-end) -20%, var(--brand-silver) 100%);
  --gradient-blue-radial: radial-gradient(var(--brand-ocean-end) -20%, var(--brand-ocean) 100%);
  --gradient-red-radial: radial-gradient(var(--brand-tundra-end) -20%, var(--brand-tundra-dark) 100%);
  --gradient-hunter-green-radial: radial-gradient(var(--brand-hunter-green-end) -20%, var(--brand-hunter-green) 100%);
  --color-bg-white: var(--brand-white);
  --color-bg-white-light: var(--brand-white-light);
  --color-bg-red: var(--brand-tundra);
  --color-bg-gray: var(--brand-gray-light);
  --color-bg-blue-darkest: var(--brand-ocean-darkest);
  --color-bg-blue: var(--brand-ocean-light);
  --color-bg-blue-hover: var(--brand-ocean-lightest);
  --color-bg-silver: var(--brand-silver);
  --color-bg-footer: hsl(203, 15%, 15%);
  --color-bg-black: var(--brand-gray-dark);
  --color-bg-black-opaque: hsla(202, 0%, 16%, 0.6);
  --color-bg-black-opaque-hover: hsla(202, 0%, 16%, 0.8);
  --color-bg-ocean: var(--brand-ocean);
  --color-text-dark: var(--brand-gray-dark);
  --color-text-red: var(--brand-tundra);
  --color-text-light: var(--brand-white);
  --color-text-vertical: var(--brand-silver);
  --color-cta-primary-text: var(--brand-white);
  --color-cta-primary-text-hover: var(--brand-white);
  --color-cta-primary-bg: var(--brand-ocean);
  --color-cta-primary-bg-hover: var(--brand-ocean-dark);
  --color-cta-primary-bg-gradient: linear-gradient(135deg, var(--brand-ocean) 0%, var(--brand-ocean-end) 100%);
  --color-nav-mobile-bg-gradient-ocean: radial-gradient(circle, var(--brand-ocean-end) 0%, white 100%);
  --color-cta-secondary-text: var(--brand-ocean);
  --color-cta-secondary-text-hover: var(--brand-white);
  --color-cta-secondary-bg: var(--brand-white);
  --color-nav-mobile-bg-gradient-ocean: radial-gradient(circle, var(--brand-ocean-end) 0%, var(--brand-ocean) 80%);
  --color-nav-mobile-bg-gradient-rainforest: radial-gradient(circle, var(--brand-hunter-green-end) 0%, var(--brand-hunter-green) 80%);
  --color-cta-secondary-bg-hover: var(--brand-white);
  --color-cta-secondary-text-trip: var(--brand-tundra);
  --color-cta-secondary-text-trip--hover: var(--brand-tundra-light);
  --color-cta-secondary-bg-trip: var(--brand-tundra);
  --color-cta-secondary-bg-trip-hover: var(--brand-tundra-light);
  --color-text-link-light: var(--brand-white);
  --color-text-link-light-hover: var(--brand-white);
  --color-text-link-dark: var(--brand-tundra);
  --color-text-link-dark-hover: var(--brand-tundra-dark);
  --color-nav-top-light: var(--brand-white);
  --color-nav-top-light-hover: var(--brand-white);
  --color-nav-top-light-active: var(--brand-white);
  --color-nav-top-dark: var(--brand-black);
  --color-nav-top-dark-hover: var(--brand-black);
  --color-nav-top-dark-active: var(--brand-black);
  --color-nav-left-text: var(--brand-tundra);
  --color-nav-left-text-hover: var(--brand-gray-dark);
  --color-nav-left-bg: var(--brand-white);
  --color-nav-left-bg-hover: var(--brand-silver);
  --color-nav-left-text-active: var(--brand-white);
  --color-nav-left-bg-active: var(--brand-ocean);
  --border: 1px solid rgba(0, 0, 0, 0.1);
  --gradient-hero-light: linear-gradient(180deg, rgba(255 255 255 / 0.9) 0%, rgba(255 255 255 / 0) 100%);
  --gradient-hero-light-bottom: linear-gradient(0deg, rgba(255 255 255 / 0.9) 0%, rgba(255 255 255 / 0) 100%);
  --gradient-hero-dark: linear-gradient(180deg, rgba(0 0 0 / 0.6) 0%, rgba(0 0 0 / 0) 100%);
  --gradient-hero-dark-bottom: linear-gradient(0deg, rgba(0 0 0 / 0.8) 0%, rgba(0 0 0 / 0) 100%);
  --gradient-cta-primary-blue-to-green: linear-gradient(90deg, var(--brand-ocean) 0%, var(--brand-ocean-end) 50%, var(--brand-hunter-green-end) 50%, var(--brand-hunter-green) 100%);
  --gradient-cta-primary-green-to-blue: linear-gradient(-90deg, var(--brand-ocean) 0%, var(--brand-ocean-end) 50%, var(--brand-hunter-green-end) 50%, var(--brand-hunter-green) 100%);
  --gradient-cta-secondary-white-to-green: linear-gradient(90deg, var(--brand-white) 0%, var(--brand-white) 50%, var(--brand-hunter-green-end) 50%, var(--brand-hunter-green) 100%);
  --shadow-color: 220 3% 15%;
  --shadow-strength: 1%;
  --shadow-1: 0 1px 2px -1px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 9%));
  --shadow-2: 0 3px 5px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 3%)), 0 7px 14px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 5%));
  --shadow-3: 0 -1px 3px 0 hsl(var(--shadow-color) / calc(var(--shadow-strength) + 2%)), 0 1px 2px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 2%)), 0 2px 5px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 4%)), 0 4px 12px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 5%)), 0 12px 15px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%));
  --shadow-4: 0 -2px 5px 0 hsl(var(--shadow-color) / calc(var(--shadow-strength) + 2%)), 0 1px 1px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 3%)), 0 2px 2px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 3%)), 0 5px 5px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 4%)), 0 9px 9px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 5%)), 0 16px 16px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 6%));
  --shadow-5: 0 -1px 2px 0 hsl(var(--shadow-color) / calc(var(--shadow-strength) + 2%)), 0 2px 1px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 3%)), 0 5px 5px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 3%)), 0 10px 10px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 4%)), 0 20px 20px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 5%)), 0 40px 40px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%));
  --shadow-6: 0 -1px 2px 0 hsl(var(--shadow-color) / calc(var(--shadow-strength) + 2%)), 0 3px 2px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 3%)), 0 7px 5px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 3%)), 0 12px 10px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 4%)), 0 22px 18px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 5%)), 0 41px 33px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 6%)), 0 100px 80px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%));
  --inner-shadow-0: inset 0 0 0 1px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 9%));
  --inner-shadow-1: inset 0 1px 2px 0 hsl(var(--shadow-color) / calc(var(--shadow-strength) + 9%));
  --inner-shadow-2: inset 0 1px 4px 0 hsl(var(--shadow-color) / calc(var(--shadow-strength) + 9%));
  --inner-shadow-3: inset 0 2px 8px 0 hsl(var(--shadow-color) / calc(var(--shadow-strength) + 9%));
  --inner-shadow-4: inset 0 2px 14px 0 hsl(var(--shadow-color) / calc(var(--shadow-strength) + 9%));
  --shadow-text-hero: 2px 2px 0 hsla(202 0% 0% / 20%);
  --shadow-text-hero-darker: 2px 2px 0px hsla(202 0% 0% / 30%);
  --shadow-text-moible-nav: 1px 1px 0 hsla(202 0% 0% / 20%);
  --border-radius-small: 6px;
  --border-radius-medium: 8px;
  --border-radius-large: 12px;
  --border-radius-xlarge: 16px;
  --border-radius-pill: 10rem;
  --border-radius-circle: 50%;
  --line-height-masthead: 1;
  --line-height-body: 1.6;
  --line-height-header: 1.3;
  --line-height-single: 1;
  --line-height-double: 2;
  --font-family-header: "proxima-nova-condensed";
  --font-family-body: "proxima-nova";
  --font-family-ampersand: "adobe-garamond-pro";
  --step--2: clamp(0.72rem, calc(0.91rem + -0.16vw), 0.88rem);
  --step--1: clamp(0.9rem, calc(0.95rem + -0.04vw), 0.94rem);
  --step-0: clamp(1rem, calc(0.98rem + 0.13vw), 1.13rem);
  --step-0-5: clamp(1.04rem, calc(0.99rem + 0.34vw), 1.27rem);
  --step-1: clamp(1.07rem, calc(1rem + 0.34vw), 1.41rem);
  --step-2: clamp(1.14rem, calc(1.01rem + 0.62vw), 1.76rem);
  --step-3: clamp(1.22rem, calc(1.02rem + 0.98vw), 2.2rem);
  --step-4: clamp(1.3rem, calc(1.01rem + 1.45vw), 2.75rem);
  --step-5: clamp(1.38rem, calc(0.97rem + 2.05vw), 3.43rem);
  --step-6: clamp(1.48rem, calc(0.91rem + 2.82vw), 4.29rem);
  --step-7: clamp(1.57rem, calc(0.82rem + 3.79vw), 5.36rem);
  --font-size-body-small-fallback: 0.72rem;
  --font-size-body-small: var(--step--1);
  --font-size-body-smallest-fallback: 0.9rem;
  --font-size-body-smallest: var(--step--2);
  --font-size-body-fallback: 1rem;
  --font-size-body: var(--step-0);
  --font-size-h6-fallback: 1rem;
  --font-size-h6: var(--step-0);
  --font-size-h5-5-fallback: 1.04rem;
  --font-size-h5-5: var(--step-0-5);
  --font-size-h5-fallback: 1.07rem;
  --font-size-h5: var(--step-1);
  --font-size-h4-fallback: 1.14rem;
  --font-size-h4: var(--step-2);
  --font-size-h3-fallback: 1.22rem;
  --font-size-h3: var(--step-3);
  --font-size-h2-fallback: 1.3rem;
  --font-size-h2: var(--step-4);
  --font-size-h1-fallback: 1.48rem;
  --font-size-h1: var(--step-5);
  --font-size-hero-name-fallback: 1.57rem;
  --font-size-hero-name: var(--step-6);
  --font-size-hero-home-headline: var(--step-6);
  --font-size-hero-home-tagline: var(--step-3);
  --font-weight-header: 700;
  --font-weight-body-bold: 600;
  --font-weight-body-medium: 500;
  --font-weight-body: 400;
  --filter-brightness-1-1: brightness(1.1);
  --hero-gradient-height: min(40%, 15rem);
  --space-3xs: clamp(0.25rem, calc(0.24rem + 0.06vw), 0.31rem);
  --space-2xs: clamp(0.5rem, calc(0.49rem + 0.06vw), 0.56rem);
  --space-xs: clamp(0.75rem, calc(0.73rem + 0.13vw), 0.88rem);
  --space-s: clamp(1rem, calc(0.98rem + 0.13vw), 1.13rem);
  --space-m: clamp(1.5rem, calc(1.46rem + 0.19vw), 1.69rem);
  --space-l: clamp(2rem, calc(1.95rem + 0.25vw), 2.25rem);
  --space-xl: clamp(3rem, calc(2.93rem + 0.38vw), 3.38rem);
  --space-2xl: clamp(4rem, calc(3.9rem + 0.5vw), 4.5rem);
  --space-3xl: clamp(6rem, calc(5.85rem + 0.75vw), 6.75rem);
  --space-3xs-2xs: clamp(0.25rem, calc(0.19rem + 0.31vw), 0.56rem);
  --space-2xs-xs: clamp(0.5rem, calc(0.43rem + 0.38vw), 0.88rem);
  --space-xs-s: clamp(0.75rem, calc(0.68rem + 0.38vw), 1.13rem);
  --space-s-m: clamp(1rem, calc(0.86rem + 0.69vw), 1.69rem);
  --space-m-l: clamp(1.5rem, calc(1.35rem + 0.75vw), 2.25rem);
  --space-l-xl: clamp(2rem, calc(1.73rem + 1.38vw), 3.38rem);
  --space-xl-2xl: clamp(3rem, calc(2.7rem + 1.5vw), 4.5rem);
  --space-2xl-3xl: clamp(4rem, calc(3.45rem + 2.75vw), 6.75rem);
  --space-m-xs: clamp(0.88rem, calc(1.63rem + -0.62vw), 1.5rem);
  --space-l-xs: clamp(0.88rem, calc(2.23rem + -1.12vw), 2rem);
  --space-xl-xs: clamp(0.88rem, calc(3.43rem + -2.12vw), 3rem);
  --masthead-height: 7.5rem;
  --hero-height: 90vh;
}
@media (max-width: 767px) {
  :root {
    --shadow-text-hero: 1px 1px 0 hsla(202 0% 0% / 60%);
  }
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

@media (max-width: 767px) {
  html {
    font-size: 17px;
  }
}
body {
  font-family: var(--font-family-body);
  color: var(--color-text-dark);
  background-color: var(--color-bg-white);
  overflow-x: hidden;
  display: grid;
  grid-template-columns: 100%;
}

.js-invalid {
  border: 1px solid red !important;
}

.js-invalid:valid {
  border: transparent;
}

strong {
  font-weight: var(--font-weight-header);
}

:hover {
  transition: all 0.25s ease;
}

[bodybox~=wrapper] {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

img[src=""] {
  display: none;
}

table {
  width: 100%;
}

#st-1 {
  z-index: 80 !important;
}

#st-3 {
  position: relative !important;
  display: none !important;
}

#st-3 .st-toggle {
  display: none !important;
}

.lightbox-on {
  overflow: hidden;
  max-height: 100%;
}

@media (min-width: 0) {
  .padTop {
    padding-top: 10rem;
  }
}
@media (min-width: 768px) {
  .padTop {
    padding-top: 0;
  }
}
[smarty~=menu] {
  margin-top: -1px;
}

[smarty~=menu]:empty {
  display: none;
}

[smarty~=selector] {
  padding: 0.75rem 1rem;
  cursor: pointer;
  background-color: #fff;
  border-top: 1px solid #ddd;
  font-size: var(--font-size-body-small-fallback);
  font-size: var(--font-size-body-small);
}

[smarty~=selector] strong {
  color: var(--color-text-dark);
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
}

[smarty~=selector].focus,
[smarty~=selector]:hover {
  background-color: #ebe9e4;
}

@-webkit-keyframes cta-primary-hover {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@keyframes cta-primary-hover {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@-webkit-keyframes cta-secondary-hover {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes cta-secondary-hover {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@-webkit-keyframes dolly-in-slow {
  0% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes dolly-in-slow {
  0% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@-webkit-keyframes slideDownMega {
  0% {
    opacity: 0;
    height: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    height: 1000px;
  }
}
@keyframes slideDownMega {
  0% {
    opacity: 0;
    height: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    height: 1000px;
  }
}
@-webkit-keyframes expandWidth {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}
@keyframes expandWidth {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}
[masthead] {
  transition: top, background-color 200ms ease-in;
  position: -webkit-sticky;
  position: sticky;
  top: -200px;
  width: 100%;
  height: var(--masthead-height);
  display: grid;
  grid-template-columns: 100%;
  justify-items: center;
  border: 1px solid transparent;
  z-index: 130;
}

[masthead-stage] {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, -webkit-max-content));
  grid-template-columns: repeat(3, minmax(auto, max-content));
  grid-template-rows: 3rem 2.125rem 2.5rem;
  grid-template-areas: "tertiary		tertiary		tertiary" "logos 		nav 			ctas" ". 			mega 			.";
  justify-content: space-between;
  align-items: start;
  -webkit-column-gap: var(--space-2xs-xs);
     -moz-column-gap: var(--space-2xs-xs);
          column-gap: var(--space-2xs-xs);
  padding: 0 var(--space-s);
}

@media (max-width: 767px) {
  [masthead] {
    transition: unset;
    top: -800px;
  }
  [masthead-stage] {
    grid-template-areas: "logos";
    justify-content: center;
    padding: var(--space-xl) 0;
  }
}
@media (min-width: 768px) {
  [masthead] {
    transition: all 500ms ease-in;
    background-color: transparent;
  }
  [masthead].js-masthead-show {
    top: 0;
    transition: all 500ms ease-out;
    background-color: var(--color-bg-white);
    box-shadow: var(--shadow-3);
    border: 1px solid var(--brand-gray-lightest);
    z-index: 5000;
  }
  [masthead].js-masthead-show [masthead-nav-link],
  [masthead].js-masthead-show [logos-name] {
    color: var(--color-text-dark);
  }
  [masthead].js-masthead-show [masthead-nav-link][masthead-nav-link]:hover,
  [masthead].js-masthead-show [masthead-nav-link][masthead-nav-link].active {
    color: var(--color-nav-top-dark-hover);
  }
  [masthead].js-masthead-show [masthead-cta~=enews][masthead-cta~=enews] {
    color: var(--brand-ocean-end);
    background-image: var(--gradient-cta-secondary-white-to-green);
    border: 2px solid var(--brand-ocean-end);
  }
  [masthead].js-masthead-show [masthead-cta~=enews][masthead-cta~=enews]:hover {
    color: var(--color-cta-secondary-text-hover);
    background-image: var(--gradient-cta-secondary-white-to-green);
  }
  [masthead].js-masthead-show [masthead-tertiary-link][masthead-tertiary-link],
  [masthead].js-masthead-show [masthead-tertiary-link][masthead-tertiary-link]:hover {
    color: var(--color-nav-top-dark);
    font-weight: var(--font-weight-header);
  }
  [masthead].js-masthead-show [masthead-tertiary-link][masthead-tertiary-link]:hover::before {
    background-color: var(--color-bg-black);
  }
  [masthead].js-masthead-show .icon-user-path-head.icon-user-path-head,
  [masthead].js-masthead-show .icon-user-path-body.icon-user-path-body {
    stroke: var(--color-bg-black);
  }
  [masthead].js-masthead-show .icon-user.icon-user {
    border-color: var(--color-bg-black);
  }
  [masthead].js-masthead-show .user-login-link.user-login-link:hover .icon-user-path-head,
  [masthead].js-masthead-show .user-login-link.user-login-link:hover .icon-user-path-body {
    stroke: var(--color-bg-black);
  }
  [masthead].js-masthead-show .user-login-link.user-login-link:hover .icon-user {
    border-color: var(--color-bg-black);
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  [masthead].js-masthead-show [masthead-nav-indicator~=hover][masthead-nav-indicator~=hover] {
    background-color: var(--color-bg-black);
  }
  [masthead].js-masthead-show [masthead-nav-link][masthead-nav-link] ~ [masthead-nav-indicator~=active] path {
    fill: var(--color-bg-black);
  }
}
@media (min-width: 1024px) and (-webkit-device-pixel-ratio: 1.5) {
  [masthead] * {
    letter-spacing: 0.25px;
    text-shadow: none;
  }
  [gradient~=dark] [masthead] * {
    font-weight: 600;
  }
}
@media (min-width: 2560px) {
  [masthead-stage] {
    padding: 0 4rem;
  }
}
@-webkit-keyframes indicator-width-expand {
  0% {
    width: 0;
  }
  100% {
    width: 40%;
  }
}
@keyframes indicator-width-expand {
  0% {
    width: 0;
  }
  100% {
    width: 40%;
  }
}
@media (max-width: 1023px) {
  [masthead-nav-indicator] {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  [masthead-nav-indicator] {
    grid-area: indicator;
    justify-content: center;
    justify-self: center;
    align-self: start;
  }
  [masthead-nav-indicator~=active] {
    display: none;
  }
  [masthead-nav-indicator~=active] svg {
    width: 1.5rem;
  }
  [gradient~=dark] [masthead-nav-link] ~ [masthead-nav-indicator~=active] path {
    fill: var(--color-bg-white);
  }
  [masthead-nav-indicator~=hover] {
    display: none;
    height: 3.25px;
    background-color: var(--color-bg-white);
    border-radius: 5px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-duration: 150ms;
            animation-duration: 150ms;
    -webkit-animation-delay: 151ms;
            animation-delay: 151ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  [gradient~=light] [masthead-nav-indicator~=hover],
  [gradient~=none] [masthead-nav-indicator~=hover] {
    background-color: var(--color-bg-black);
  }
}
[logos] {
  grid-area: logos;
  align-self: center;
  display: grid;
  grid-template-columns: 50px 50px 1fr;
  gap: 8px;
  align-items: center;
}

@media (min-width: 2560px) {
  [logos] {
    grid-template-columns: 60px 60px 1fr;
  }
}
@media (max-width: 767px) {
  [logos] {
    grid-template-columns: var(--space-2xl-3xl) var(--space-2xl-3xl);
  }
}
[logo] img,
[logo] svg {
  width: 100%;
  height: auto;
  opacity: 1;
}

[logos-name] {
  font-size: var(--font-size-h5-fallback);
  font-size: var(--font-size-h5);
  font-weight: var(--font-weight-header);
  font-family: var(--font-family-body);
  line-height: var(--line-height-header);
  left: var(--space-3xs);
}

@media (min-width: 768px) and (max-width: 1200px) {
  [logos-name] {
    display: none;
  }
  [logos] {
    grid-template-columns: 50px 50px;
  }
}
[gradient~=light] [logos-name],
[gradient~=none] [logos-name] {
  color: var(--color-text-dark);
}

[gradient~=dark] [logos-name] {
  color: var(--color-text-light);
}

[masthead-nav] {
  align-self: start;
  grid-area: nav;
  display: grid;
  grid-template-columns: repeat(5, auto);
  grid-template-rows: 2.25rem;
  -webkit-column-gap: max(1rem, 2vw);
     -moz-column-gap: max(1rem, 2vw);
          column-gap: max(1rem, 2vw);
  font-weight: var(--font-weight-header);
  font-family: var(--font-family-body);
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  line-height: 1;
  padding: 0 max(0.1vw, 1rem);
  overflow-y: visible;
  white-space: nowrap;
}

[masthead-nav-link] {
  display: grid;
  align-content: center;
  cursor: pointer;
  text-align: center;
}

[gradient~=light] [masthead-nav-link],
[gradient~=none] [masthead-nav-link] {
  color: var(--color-nav-top-dark);
}

[gradient~=light] [masthead-nav-link]:hover,
[gradient~=light] [masthead-nav-link].active,
[gradient~=none] [masthead-nav-link]:hover,
[gradient~=none] [masthead-nav-link].active {
  color: var(--color-nav-top-dark-hover);
}

[gradient~=dark] [masthead-nav-link] {
  color: var(--color-nav-top-light);
}

[gradient~=dark] [masthead-nav-link]:hover,
[gradient~=dark] [masthead-nav-link].active {
  color: var(--color-nav-top-light-hover);
}

[masthead-nav-link].active {
  display: none;
}

[masthead-nav-link~=trip-finder]:before {
  content: "Trip Finder";
}

@media (max-width: 1500px) {
  [masthead-nav-link~=trip-finder]:before {
    content: "Trips";
  }
}
#mega-trip-finder:checked ~ [masthead-nav] [masthead-nav-link~=trip-finder].active {
  display: grid;
}

#mega-trip-finder:checked ~ [masthead-nav] [masthead-nav-link~=trip-finder] {
  display: none;
}

[masthead-nav-link~=trip-finder]:not(.active):hover ~ [masthead-nav-indicator~=hover] {
  display: grid;
  grid-column: 1;
  -webkit-animation-name: indicator-width-expand;
          animation-name: indicator-width-expand;
}

#mega-trip-finder:checked ~ [masthead-nav] [masthead-nav-link~=trip-finder].active ~ [masthead-nav-indicator~=active] {
  display: grid;
  grid-column: 1;
}

[masthead-nav-link~=conservation]:before {
  content: "Conservation";
}

#mega-conservation:checked ~ [masthead-nav] [masthead-nav-link~=conservation].active {
  display: grid;
}

#mega-conservation:checked ~ [masthead-nav] [masthead-nav-link~=conservation] {
  display: none;
}

[masthead-nav-link~=conservation]:not(.active):hover ~ [masthead-nav-indicator~=hover] {
  display: grid;
  grid-column: 2;
  -webkit-animation-name: indicator-width-expand;
          animation-name: indicator-width-expand;
}

#mega-conservation:checked ~ [masthead-nav] [masthead-nav-link~=conservation].active ~ [masthead-nav-indicator~=active] {
  display: grid;
  grid-column: 2;
}

[masthead-nav-link~=our-story]:before {
  content: "Our Story";
}

@media (max-width: 880px) {
  [masthead-nav-link~=our-story] {
    display: none;
  }
  [masthead-nav] {
    grid-template-columns: repeat(4, auto);
  }
}
#mega-our-story:checked ~ [masthead-nav] [masthead-nav-link~=our-story].active {
  display: grid;
}

#mega-our-story:checked ~ [masthead-nav] [masthead-nav-link~=our-story] {
  display: none;
}

[masthead-nav-link~=our-story]:not(.active):hover ~ [masthead-nav-indicator~=hover] {
  display: grid;
  grid-column: 3;
  -webkit-animation-name: indicator-width-expand;
          animation-name: indicator-width-expand;
}

#mega-our-story:checked ~ [masthead-nav] [masthead-nav-link~=our-story].active ~ [masthead-nav-indicator~=active] {
  display: grid;
  grid-column: 3;
}

[masthead-nav-link~=resources]:before {
  content: "Traveler Resources";
}

@media (max-width: 1500px) {
  [masthead-nav-link~=resources]:before {
    content: "Resources";
  }
}
#mega-resources:checked ~ [masthead-nav] [masthead-nav-link~=resources].active {
  display: grid;
}

#mega-resources:checked ~ [masthead-nav] [masthead-nav-link~=resources] {
  display: none;
}

[masthead-nav-link~=resources]:not(.active):hover ~ [masthead-nav-indicator~=hover] {
  display: grid;
  grid-column: 4;
  -webkit-animation-name: indicator-width-expand;
          animation-name: indicator-width-expand;
}

#mega-resources:checked ~ [masthead-nav] [masthead-nav-link~=resources].active ~ [masthead-nav-indicator~=active] {
  display: grid;
  grid-column: 4;
}

[masthead-nav-link~=hamburger]:before {
  content: "|||";
}

#mega-hamburger:checked ~ [masthead-nav] [masthead-nav-link~=hamburger].active {
  display: grid;
}

#mega-hamburger:checked ~ [masthead-nav] [masthead-nav-link~=hamburger] {
  display: none;
}

#mega-hamburger:checked ~ [masthead-nav] [masthead-nav-link~=hamburger].active ~ [masthead-nav-indicator~=active] {
  display: grid;
  grid-column: 5;
}

[masthead-nav-link~=hamburger] {
  letter-spacing: 4px;
  top: 2px;
  font-weight: var(--font-weight-header);
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
}

[masthead-nav-link~=hamburger] {
  -webkit-transform: scaleX(1.7) rotate(90deg);
          transform: scaleX(1.7) rotate(90deg);
}

[mega-toggle] {
  position: fixed;
  top: -9999px;
}

[mega-menu] {
  --mega-stage-height-max: clamp(150px, calc(100vh - 200px), 600px);
  justify-self: center;
  position: absolute;
  left: auto;
  right: auto;
  display: grid;
  place-items: center;
  align-items: start;
  top: 7.5rem;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  overscroll-behavior-y: contain;
  z-index: 5000;
  pointer-events: none;
}

[name~=mega-toggle]:not(#mega-reset):checked ~ [mega-menu] {
  max-height: auto;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

[mega-menu-stage]:not([mega-menu-stage~=trip-finder]) {
  width: min(800px, 90vw);
  max-width: 90vw;
  height: auto;
  max-height: var(--mega-stage-height-max);
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  background-color: var(--color-bg-white);
  border-radius: var(--border-radius-small);
  border: 1rem solid transparent;
  box-shadow: var(--shadow-3);
  pointer-events: all;
  overflow-y: auto;
}

[mega-menu-stage-links] {
  display: grid;
  grid-template-columns: repeat(1, minmax(-webkit-max-content, 1fr));
  grid-template-columns: repeat(1, minmax(max-content, 1fr));
  align-content: start;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
  padding: var(--space-xs) 0;
}

[mega-menu] [mega-menu-stage-links]::before {
  padding-bottom: var(--space-2xs);
  font-size: var(--font-size-h6-fallback);
  font-size: var(--font-size-h6);
  font-weight: var(--font-weight-header);
  border-bottom: 1px solid var(--brand-gray-lightest);
  max-width: 95%;
}

[mega-menu~=conservation] [mega-menu-stage-links]::before {
  content: "Conservation";
}

[mega-menu~=our-story] [mega-menu-stage-links]::before {
  content: "Our Story";
}

[mega-menu~=resources] [mega-menu-stage-links]::before {
  content: "Traveler Resources";
}

[mega-menu~=hamburger] [mega-menu-stage-links]::before {
  content: "More";
}

a[mega-menu-stage-links-link] {
  display: grid;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: var(--color-text-link-dark);
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: border-bottom 200ms ease-in-out;
}

a[mega-menu-stage-links-link]:hover {
  color: var(--color-text-link-dark-hover);
  border-bottom: 1px solid var(--color-text-link-dark);
}

[mega-menu-stage-aside] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto 1fr;
  grid-template-areas: ". headline" ". tagline" ". button";
  row-gap: var(--space-xs);
  justify-items: start;
  color: var(--color-text-dark);
  border-radius: var(--border-radius-small);
  overflow: hidden;
}

[mega-menu-stage-aside-headline] {
  grid-area: headline;
  align-self: end;
  font-size: var(--font-size-h5-fallback);
  font-size: var(--font-size-h5);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-header);
  line-height: var(--line-height-single);
  color: var(--color-text-dark);
  z-index: 2;
}

[mega-menu-stage-aside-headline~=light] {
  color: var(--color-text-light);
}

[mega-menu-stage-aside-tagline] {
  grid-area: tagline;
  align-self: start;
  font-size: var(--font-size-body-smaller-fallback);
  font-size: var(--font-size-body-smaller);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-body-bold);
  line-height: var(--line-height-body);
  color: var(--color-text-dark);
  border-radius: var(--border-radius-small);
  padding-right: 1rem;
  z-index: 2;
}

[mega-menu-stage-aside-tagline~=light] {
  margin-right: var(--space-l);
  padding: var(--space-s);
  background-color: var(--color-bg-white);
}

[mega-menu-stage-aside-image] {
  position: relative;
  height: 100%;
  grid-column: 1/-1;
  grid-row: 1/-1;
  border-radius: var(--border-radius-small);
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

[mega-menu-stage-aside-image] img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/13;
  -o-object-position: right bottom;
     object-position: right bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

[mega-menu-stage-aside-image~=ben] img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/13;
  -o-object-position: 60% bottom;
     object-position: 60% bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

[mega-menu-stage-aside-image~=nature-videos] img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/13;
  -o-object-position: 0 bottom;
     object-position: 0 bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

[mega-menu-stage-aside-image~=blog] img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/13;
  -o-object-position: 40% bottom;
     object-position: 40% bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

[mega-menu-stage-aside-image]::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 2;
}

[mega-menu-stage-aside] [mega-menu-aside-button] {
  display: grid;
  place-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: var(--button-or-input-max-height);
  font-weight: var(--font-weight-header);
  font-family: var(--font-family-body);
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  padding: var(--space-s) var(--space-m);
  color: var(--color-cta-primary-text);
  background-image: var(--gradient-cta-primary-blue-to-green);
  background-size: 210% 210%;
  letter-spacing: 0.5px;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  cursor: pointer;
  border: 2px solid var(--color-bg-white);
  border-radius: var(--border-radius-pill);
  grid-area: button;
  align-self: start;
  justify-self: start;
  z-index: 2;
}

@media (min-width: 768px) and (max-width: 1024px) {
  [mega-menu-stage-aside] la[mega-menu-aside-button] bel {
    margin: 0 1rem 1rem 0;
  }
}
[mega-menu-stage-aside] [mega-menu-aside-button]:hover {
  -webkit-animation: cta-primary-hover 250ms ease-out;
          animation: cta-primary-hover 250ms ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 1;
}

[mega-menu-overlay] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: calc(100vh - 10rem);
  display: none;
  pointer-events: none;
}

[mega-menu-video] {
  display: grid;
  grid-template-columns: 100%;
  place-content: center;
}

[name~=mega-toggle]:not(#mega-reset):checked ~ [mega-menu-overlay] {
  display: block;
  z-index: 499;
  pointer-events: all;
}

#mega-trip-finder:checked ~ [mega-menu~=trip-finder] {
  -webkit-animation-name: slideDownMega;
          animation-name: slideDownMega;
}

[mega-menu-stage~=trip-finder] {
  --grid-layout-gap: 1rem;
  --grid-column-count: 4;
  --grid-item--min-width: 200px;
  --gap-count: calc(var(--grid-column-count) - 1);
  --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
  --grid-item--max-width: calc((100% - var(--total-gap-width)) / var(--grid-column-count));
  grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr));
  display: grid;
  gap: var(--grid-layout-gap);
  width: min(80vw, 1300px);
  height: auto;
  max-height: var(--mega-stage-height-max);
  overflow-y: scroll;
  overflow-x: hidden;
  overscroll-behavior-y: contain;
  background-color: var(--color-bg-white);
  border-radius: var(--border-radius-small);
  border: 1rem solid transparent;
  outline: 1px solid var(--brand-gray-lightest);
  box-shadow: var(--shadow-3);
  pointer-events: all;
}

[trip-finder~=link] {
  display: grid;
  grid-template-rows: 1fr 3rem;
  grid-template-columns: 100%;
  justify-content: start;
  align-content: center;
  overflow: hidden;
  border-radius: var(--border-radius-small);
}

[trip-finder~=link]:hover [trip-finder~=image] {
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  -webkit-transform: scale(1.125);
          transform: scale(1.125);
}

[trip-finder~=image] {
  width: 100%;
  height: 100%;
  grid-column: 1;
  grid-row: 1/-1;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 25/13;
}

[trip-finder~=name] {
  grid-column: 1/-1;
  grid-row: 2;
  display: flex;
  width: 100%;
  height: 3rem;
  align-items: center;
  font-weight: var(--font-weight-body-bold);
  font-size: var(--font-size-body-smaller-fallback);
  font-size: var(--font-size-body-smaller);
  font-family: var(--font-family-body);
  letter-spacing: var(--letter-spacing-small);
  color: var(--color-text-link-light);
  padding-left: 1rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(10px) saturate(150%) brightness(80%);
          backdrop-filter: blur(10px) saturate(150%) brightness(80%);
  z-index: 3;
}

#mega-conservation:checked ~ [mega-menu~=conservation] {
  -webkit-animation-name: slideDownMega;
          animation-name: slideDownMega;
}

[masthead-nav-link~=conservation].active {
  display: none;
}

#mega-conservation:checked ~ [masthead-nav] [masthead-nav-link~=conservation] {
  display: none;
}

#mega-conservation:checked ~ [masthead-nav] [masthead-nav-link~=conservation].active {
  display: grid;
}

#mega-our-story:checked ~ [mega-menu~=our-story] {
  -webkit-animation-name: slideDownMega;
          animation-name: slideDownMega;
}

[masthead-nav-link~=our-story].active {
  display: none;
}

#mega-our-story:checked ~ [masthead-nav] [masthead-nav-link~=our-story] {
  display: none;
}

#mega-our-story:checked ~ [masthead-nav] [masthead-nav-link~=our-story].active {
  display: grid;
}

#mega-resources:checked ~ [mega-menu~=resources] {
  -webkit-animation-name: slideDownMega;
          animation-name: slideDownMega;
}

[masthead-nav-link~=resources].active {
  display: none;
}

#mega-resources:checked ~ [masthead-nav] [masthead-nav-link~=resources] {
  display: none;
}

#mega-resources:checked ~ [masthead-nav] [masthead-nav-link~=resources].active {
  display: grid;
}

#mega-hamburger:checked ~ [mega-menu~=hamburger] {
  -webkit-animation-name: slideDownMega;
          animation-name: slideDownMega;
}

[masthead-nav-link~=hamburger].active {
  display: none;
}

#mega-hamburger:checked ~ [masthead-nav] [masthead-nav-link~=hamburger] {
  display: none;
}

#mega-hamburger:checked ~ [masthead-nav] [masthead-nav-link~=hamburger].active {
  display: grid;
}

[mega-menu~=hamburger] [mega-menu-stage~=hamburger] {
  grid-template-rows: 1fr 50px;
}

[mega-menu~=hamburger] [mega-menu-stage-aside] {
  grid-row: 1/-1;
}

[mega-menu~=hamburger] [mega-menu-stage-aside-headline] {
  justify-self: center;
  margin-right: var(--space-xs);
}

[mega-menu~=hamburger] [mega-menu-stage-aside-tagline~=light] {
  margin: 0 var(--space-m) 0 var(--space-xs);
}

[mega-menu~=hamburger] [mega-menu-stage-links] {
  grid-row: 1;
}

[mega-menu~=hamburger] [mega-menu-stage-links]::after {
  content: "";
  border-bottom: 1px solid var(--brand-gray-lightest);
  max-width: 95%;
}

[mega-menu-social~=links] {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-items: center;
  grid-row: 2;
  padding: var(--space-xs) var(--space-s) 0 0;
}

[mega-menu-social~=link] {
  width: 1.25rem;
  height: 1.25rem;
  transition: all 350ms ease-in-out;
}

[mega-menu-social~=link]:hover svg {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  fill: var(--brand-hunter-green);
  -webkit-filter: brightness(1.4);
          filter: brightness(1.4);
}

[mega-menu-social~=tiktok]:hover svg {
  stroke: var(--brand-hunter-green);
  -webkit-filter: brightness(1.4);
          filter: brightness(1.4);
}

[mega-menu-social~=link] svg {
  fill: var(--brand-gray-light);
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
}

[mega-menu-social~=tiktok] svg {
  stroke: var(--brand-gray-light);
  stroke-width: 11;
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
}

@media (min-width: 0) {
  [masthead-ctas] {
    grid-area: ctas;
    align-self: center;
    display: grid;
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    -webkit-column-gap: var(--space-2xs);
       -moz-column-gap: var(--space-2xs);
            column-gap: var(--space-2xs);
  }
  [masthead-cta~=enews] {
    display: grid;
    place-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: var(--button-or-input-max-height);
    font-weight: var(--font-weight-header);
    font-family: var(--font-family-body);
    font-size: var(--font-size-body-fallback);
    font-size: var(--font-size-body);
    padding: var(--space-s) var(--space-m);
    color: var(--color-cta-primary-text);
    background-size: 210% 210%;
    letter-spacing: 0.5px;
    transition: all 0.3s linear;
    cursor: pointer;
    border-radius: var(--border-radius-pill);
    border: 2px solid var(--color-bg-white);
  }
  [masthead-cta~=enews]:hover {
    -webkit-animation: cta-secondary-hover 250ms ease-out;
            animation: cta-secondary-hover 250ms ease-out;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    color: var(--color-cta-primary-text);
    border: 2px solid var(--color-bg-white);
    background-image: var(--gradient-cta-secondary-white-to-green);
  }
  [gradient~=light] [masthead-cta~=enews],
  [gradient~=none] [masthead-cta~=enews] {
    color: var(--brand-ocean-end);
    background-image: var(--gradient-cta-secondary-white-to-green);
    border: 2px solid var(--brand-ocean-end);
  }
  [gradient~=light] [masthead-cta~=enews]:hover,
  [gradient~=none] [masthead-cta~=enews]:hover {
    color: var(--color-cta-secondary-text-hover);
    background-image: var(--gradient-cta-secondary-white-to-green);
  }
  [masthead-cta~=catalog] {
    display: grid;
    place-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: var(--button-or-input-max-height);
    font-weight: var(--font-weight-header);
    font-family: var(--font-family-body);
    font-size: var(--font-size-body-fallback);
    font-size: var(--font-size-body);
    padding: var(--space-s) var(--space-m);
    color: var(--color-cta-primary-text);
    background-image: var(--gradient-cta-primary-blue-to-green);
    background-size: 210% 210%;
    letter-spacing: 0.5px;
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
    cursor: pointer;
    border-radius: var(--border-radius-pill);
    border: 2px solid var(--color-bg-white);
  }
  [masthead-cta~=catalog]:hover {
    -webkit-animation: cta-primary-hover 250ms ease-out;
            animation: cta-primary-hover 250ms ease-out;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  [masthead-cta~=enews] {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  [masthead-cta] {
    font-size: var(--font-size-body-smallest-fallback);
    font-size: var(--font-size-body-smallest);
  }
}
[masthead-tertiary] {
  grid-area: tertiary;
  justify-self: end;
  align-self: center;
  bottom: 0.5rem;
  right: 1.5rem;
  display: grid;
  grid-auto-flow: column;
  justify-content: end;
  -webkit-column-gap: var(--space-s);
     -moz-column-gap: var(--space-s);
          column-gap: var(--space-s);
  width: 100%;
  height: 1rem;
  font-weight: var(--font-weight-body-bold);
  font-family: var(--font-family-body);
  font-size: 0.85rem;
}

[masthead-tertiary-link] {
  display: flex;
  place-items: center;
  white-space: nowrap;
  cursor: pointer;
}

[masthead-tertiary-link]::before {
  content: "";
  position: absolute;
  width: 0;
  transition: width 0.25s ease-in-out;
}

[masthead-tertiary-link]:hover::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 50%;
  height: 2px;
  border-radius: 0.5rem;
}

[gradient~=dark] [masthead-tertiary-link]:hover::before {
  background-color: var(--color-bg-white);
}

[gradient~=light] [masthead-tertiary-link]:hover::before,
[gradient~=none] [masthead-tertiary-link]:hover::before {
  background-color: var(--color-bg-black);
}

[gradient~=light] [masthead-tertiary-link]:hover,
[gradient~=none] [masthead-tertiary-link]:hover {
  color: var(--color-nav-top-dark);
}

[gradient~=dark] [masthead-tertiary-link]:hover {
  color: var(--color-nav-top-light);
}

[gradient~=light] [masthead-tertiary-link~=phone],
[gradient~=none] [masthead-tertiary-link~=phone] {
  color: var(--color-nav-top-dark);
  font-weight: var(--font-weight-header);
}

[gradient~=light] [masthead-tertiary-link~=phone] a:hover,
[gradient~=none] [masthead-tertiary-link~=phone] a:hover {
  color: var(--color-nav-top-dark);
}

[gradient~=light] [masthead-tertiary-link~=login],
[gradient~=none] [masthead-tertiary-link~=login] {
  color: var(--color-nav-top-dark);
  font-weight: var(--font-weight-header);
}

[gradient~=light] [masthead-tertiary-link~=login] a:hover,
[gradient~=none] [masthead-tertiary-link~=login] a:hover {
  color: var(--color-nav-top-dark-hover);
}

[gradient~=dark] [masthead-tertiary-link~=phone] {
  color: var(--color-nav-top-light);
}

[gradient~=dark] [masthead-tertiary-link~=phone] a:hover {
  color: var(--color-nav-top-light-hover);
}

[gradient~=dark] [masthead-tertiary-link~=login] {
  color: var(--color-nav-top-light);
}

[gradient~=dark] [masthead-tertiary-link~=login] a:hover {
  color: var(--color-nav-top-light-hover);
}

[masthead-tertiary-link~=login]:hover::before {
  left: 1.5em;
}

[masthead-tertiary-link~=phone] strong {
  margin-right: 0.25rem;
  font-size: inherit;
}

.icon-user {
  margin-left: -0.2rem;
  margin-right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  fill: none;
  border-radius: 50%;
  padding: 1px;
}

[gradient~=dark] .icon-user {
  border: 2px solid var(--color-bg-white);
}

[gradient~=light] .icon-user,
[gradient~=none] .icon-user {
  border: 2px solid var(--color-bg-black);
}

.icon-user-path-head,
.icon-user-path-body {
  stroke-width: 3px;
}

[gradient~=light] .icon-user-path-head,
[gradient~=light] .icon-user-path-body,
[gradient~=none] .icon-user-path-head,
[gradient~=none] .icon-user-path-body {
  stroke: var(--color-bg-black);
  stroke-width: 3px;
}

[gradient~=dark] .icon-user-path-head,
[gradient~=dark] .icon-user-path-body {
  stroke: var(--color-bg-white);
}

.icon-user-path-head {
  stroke-miterlimit: 10;
}

.icon-user-path-body {
  stroke-linecap: round;
  stroke-linejoin: round;
}

[gradient~=light] .user-login-link:hover .icon-user-path-head,
[gradient~=light] .user-login-link:hover .icon-user-path-body,
[gradient~=none] .user-login-link:hover .icon-user-path-head,
[gradient~=none] .user-login-link:hover .icon-user-path-body {
  stroke: var(--color-bg-black);
}
[gradient~=light] .user-login-link:hover .icon-user,
[gradient~=none] .user-login-link:hover .icon-user {
  border-color: var(--color-bg-black);
}

[gradient~=dark] .user-login-link:hover .icon-user-path-head,
[gradient~=dark] .user-login-link:hover .icon-user-path-body {
  stroke: var(--color-bg-white);
}
[gradient~=dark] .user-login-link:hover .icon-user {
  border-color: var(--color-bg-white);
}

[nav-site--mobile] {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 4.5rem;
  line-height: var(--line-height-1);
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  font-weight: var(--font-weight-body-bold);
  font-family: var(--font-family-body);
  color: var(--color-cta-primary-text);
  background-image: var(--color-nav-mobile-bg-gradient-ocean);
  text-shadow: var(--shadow-text-moible-nav);
  -webkit-animation-name: slideUp;
          animation-name: slideUp;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
  -webkit-animation-duration: 0.55s;
          animation-duration: 0.55s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  z-index: 3001;
}

[nav-site-links--mobile] {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1.125fr 25% 1.25fr 1fr;
}

[nav-site-link--mobile] {
  display: grid;
  grid-template-rows: 1.25fr 1fr;
  width: 100%;
  height: 100%;
  row-gap: 2px;
  place-content: center;
}

[nav-site-link--mobile]::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center bottom;
  overflow-y: visible;
}

[nav-site-link--mobile~=home]::before {
  background-size: 25px;
  background-image: url("/assets/images/icons/mobile-navbar-home.svg");
}

[nav-site-link--mobile~=trips]::before {
  background-size: 18px;
  background-image: url("/assets/images/icons/mobile-navbar-trips.svg"), url("/assets/images/icons/mobile-navbar-trips-active.svg");
}

[nav-site-link--mobile~=trips-reset]::before {
  background-size: 18px;
  background-image: url("/assets/images/icons/mobile-navbar-trips-active.svg");
}

[nav-site-link--mobile~=catalog]::before {
  background-size: 29px;
  background-image: url("/assets/images/icons/mobile-navbar-catalog.svg"), url("/assets/images/icons/mobile-navbar-catalog-active.svg");
}

[nav-site-link--mobile~=catalog-reset]::before {
  background-size: 29px;
  background-image: url("/assets/images/icons/mobile-navbar-catalog-active.svg");
}

[nav-site-link--mobile~=contact]::before {
  background-size: 48px;
  background-image: url("/assets/images/icons/mobile-navbar-contact.svg"), url("/assets/images/icons/mobile-navbar-contact-active.svg");
}

[nav-site-link--mobile~=contact-reset]::before {
  background-size: 48px;
  background-image: url("/assets/images/icons/mobile-navbar-contact-active.svg");
}

[nav-site-link--mobile~=more]::before {
  background-size: 23px;
  background-image: url("/assets/images/icons/mobile-navbar-more.svg");
}

[nav-site-link--mobile~=more-reset]::before {
  background-size: 23px;
  background-image: url("/assets/images/icons/mobile-navbar-more-active.svg");
}

[nav-site-link--mobile~=book] {
  font-weight: var(--font-weight-header);
  font-family: var(--font-family-body);
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  padding: 0 var(--space-m);
  color: var(--color-cta-primary-text);
  background-image: var(--gradient-blue-radial);
  display: none;
  height: 5rem;
  margin-top: -0.5rem;
  -webkit-filter: saturate(1.5);
          filter: saturate(1.5);
}

[template~=trip] [nav-site-link--mobile~=book] {
  display: grid;
  row-gap: 0.5rem;
}

[template~=trip] [nav-site-link--mobile~=book].hide {
  display: none;
}

[nav-site-link--mobile~=book]::before {
  background-image: url("/assets/images/icons/mobile-navbar-book.svg");
  background-size: 27px;
  top: 3px;
}

[nav-site-link--mobile~=trips-reset],
[nav-site-link--mobile~=more-reset],
[nav-site-link--mobile~=catalog-reset],
[nav-site-link--mobile~=contact-reset] {
  display: none;
}

[modal-toggle~=catalog] ~ [nav-site--mobile] [nav-site-link--mobile~=catalog-reset],
[modal-toggle~=more] ~ [nav-site--mobile] [nav-site-link--mobile~=more-reset],
[modal-toggle~=trips] ~ [nav-site--mobile] [nav-site-link--mobile~=trips-reset],
[modal-toggle~=contact] ~ [nav-site--mobile] [nav-site-link--mobile~=contact-reset] {
  opacity: 1;
  display: grid;
  box-shadow: inset 4px 0 8px -4px hsla(202, 0%, 10%, 0.6), inset -4px 0 8px -4px hsla(202, 0%, 10%, 0.6);
  -webkit-backdrop-filter: brightness(95%) saturate(95%) blur(20px);
          backdrop-filter: brightness(95%) saturate(95%) blur(20px);
}

[modal-toggle~=catalog] ~ [nav-site--mobile] [nav-site-link--mobile~=catalog],
[modal-toggle~=more] ~ [nav-site--mobile] [nav-site-link--mobile~=more],
[modal-toggle~=trips] ~ [nav-site--mobile] [nav-site-link--mobile~=trips],
[modal-toggle~=contact] ~ [nav-site--mobile] [nav-site-link--mobile~=contact] {
  display: none;
}

[template~=trip] [nav-site--mobile] [nav-site-link--mobile~=catalog],
[template~=trip] [nav-site--mobile] [nav-site-link--mobile~=catalog-reset] {
  display: none;
}

[template~=trip] [nav-site--mobile] [nav-site-link--mobile~=catalog],
[template~=trip] [nav-site--mobile] [nav-site-link--mobile~=catalog-reset] {
  display: none;
}

[template~=trip] [nav-site--mobile] [nav-site-link--mobile~=catalog].js-show-when-book-off,
[template~=trip] [nav-site--mobile] [nav-site-link--mobile~=catalog-reset].js-show-when-book-off {
  display: grid;
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(300%);
            transform: translateY(300%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(300%);
            transform: translateY(300%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 767px) {
  [name~=modal-toggle] {
    position: fixed;
    left: -9999px;
    top: -9999px;
  }
}
@media (max-width: 767px) {
  [banner~=wrapper] {
    position: fixed;
    bottom: 4.5rem;
    display: grid;
    grid-template-columns: 3fr 1fr;
    width: 100%;
    height: 3rem;
    justify-items: end;
    align-items: center;
    align-content: center;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
    color: var(--color-bg-white);
    font-weight: var(--font-weight-header);
    font-size: var(--font-size-h5-fallback);
    font-size: var(--font-size-h5);
    font-family: var(--font-family-body);
    background-image: var(--gradient-cta-primary-green-to-blue);
    background-size: 210% 210%;
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
    -webkit-animation-name: slideUp;
            animation-name: slideUp;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    cursor: pointer;
    z-index: 1600;
  }
  [banner-text] {
    justify-self: end;
  }
  [banner-icon] {
    justify-self: start;
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 0) {
  [awards~=wrapper] {
    padding: var(--space-2xl) 1rem;
    background-color: var(--color-bg-white);
    text-align: center;
  }
  [awards~=stage] {
    display: grid;
    grid-template-areas: "header" "awards" "more";
    grid-row-gap: 1rem;
    align-items: center;
    justify-content: center;
  }
  [awards~=header] {
    grid-area: header;
    font-size: var(--font-size-h3-fallback);
    font-size: var(--font-size-h3);
    font-family: var(--font-family-body);
    font-weight: var(--font-weight-header);
    margin-bottom: 1rem;
  }
  [awards~=awards] {
    grid-area: awards;
    display: grid;
    grid-template-columns: 100%;
  }
  [awards~=award] {
    margin: 1rem 0;
  }
  [award~=text] {
    padding: 1rem;
    line-height: var(--line-height-body);
  }
  [award~=text] strong {
    font-weight: var(--font-weight-header);
  }
  [award~=img] {
    max-width: 60%;
  }
  [awards~=more] {
    grid-area: more;
    color: var(--color-text-link-dark);
    font-weight: var(--font-weight-header);
  }
  [awards~=more] a {
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.25s ease-in-out;
  }
  [awards~=more] a:hover {
    border-bottom: 1px solid var(--color-text-link-dark);
  }
}
@media (min-width: 768px) {
  [awards~=awards] {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 2rem 0;
  }
}
@media (min-width: 1024px) {
  [awards~=awards] {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    padding: 2rem 20%;
  }
}
[footer~=wrapper] {
  background-color: var(--color-bg-footer);
  color: var(--color-text-light);
}

[footer~=photo] {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 52.08%;
}

[footer~=photo] img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

[footer~=links] {
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  padding: 4rem 2rem 2rem 2rem;
}

[links~=header] {
  font-weight: var(--font-weight-header);
  font-family: var(--font-family-body);
  font-size: var(--font-size-h4-fallback);
  font-size: var(--font-size-h4);
  margin-bottom: 1rem;
}

[links~=nav] li {
  display: flex;
  align-items: center;
  font-family: var(--font-family-body);
  line-height: var(--line-height-body);
  padding: 0.5rem 0;
}

[links~=nav] a {
  color: var(--color-text-link-light-hover);
  border-bottom: 1px solid var(--color-bg-white);
}

[footer~=social] {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-items: center;
  width: min(400px, 90%);
  margin: auto;
  padding: 2rem 0;
}

[social~=link] {
  width: 2rem;
  height: 2rem;
  transition: all 350ms ease-in-out;
}

[social~=link]:hover svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  fill: var(--brand-hunter-green);
  -webkit-filter: brightness(1.4);
          filter: brightness(1.4);
}

[social~=tiktok]:hover svg {
  stroke: var(--brand-hunter-green);
}

[social~=link] svg {
  fill: var(--brand-white);
}

[social~=tiktok] svg {
  stroke: var(--brand-white);
  stroke-width: 4;
}

[footer~=contact] {
  display: grid;
  grid-template-columns: auto;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  padding: 2rem 0;
  color: var(--color-bg-white);
}

[contact~=phone] {
  text-align: center;
}

[phone~=number] {
  font-size: var(--font-size-h2-fallback);
  font-size: var(--font-size-h2);
  font-family: var(--font-family-header);
  font-weight: var(--font-weight-header);
}

[phone~=description] {
  font-family: var(--font-family-body);
  font-size: var(--font-size-h5-fallback);
  font-size: var(--font-size-h5);
  margin-top: 1rem;
}

[contact~=address] {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  row-gap: 2rem;
  text-align: center;
}

[contact~=email] {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid transparent;
  transition: all 200ms ease-in-out;
}

[contact~=email]:hover {
  border-bottom: 1px solid var(--brand-white);
}

[footer~=copyright] {
  width: 100%;
  padding: 1rem;
  padding-bottom: 6rem;
  line-height: var(--line-height-body);
  color: var(--color-bg-white);
  background-color: var(--color-bg-gray-dark);
  text-align: center;
}

[footer~=copyright] a {
  color: var(--color-bg-white);
  border-bottom: 2px solid transparent;
}

[footer~=copyright] a:hover {
  border-bottom: 2px solid var(--color-bg-white);
}

@media (min-width: 768px) {
  [footer~=wrapper] {
    padding-bottom: var(--space-3xl);
  }
  [footer~=links] {
    grid-template-columns: repeat(2, auto);
    grid-column-gap: 6rem;
    grid-row-gap: 4rem;
    padding: 4rem;
  }
  [links~=nav] li {
    display: flex;
    align-items: center;
    font-family: var(--font-family-body);
    line-height: var(--line-height-body);
    padding: 0.5rem 0;
  }
  [footer~=contact] {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 2rem;
    justify-content: center;
    padding: 2rem 0;
    color: var(--color-bg-white);
  }
  [contact~=address] {
    grid-column: 1/span 2;
  }
}
@media (min-width: 1024px) {
  [footer~=links] {
    grid-template-columns: repeat(4, auto);
    grid-column-gap: 6rem;
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  [links~=nav] li {
    cursor: pointer;
  }
  [links~=nav] li a {
    border-bottom: 1px solid transparent;
  }
  [links~=nav] li:hover a {
    border-bottom: 1px solid var(--color-bg-white);
    transition: all 0.5s ease;
  }
}
@media (min-width: 1280px) {
  [footer~=links] {
    grid-column-gap: 10rem;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(300%);
            transform: translateY(300%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
[modal-toggle] {
  position: fixed;
  left: -9999px;
  top: -9999px;
}

[modal-overlay] {
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
}

@media (min-width: 768px) {
  [modal-toggle]:checked ~ [modal-overlay] {
    pointer-events: all;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-delay: 100ms;
            animation-delay: 100ms;
    -webkit-animation-duration: 250ms;
            animation-duration: 250ms;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    z-index: 5001;
  }
}
[modal] {
  opacity: 0;
  position: fixed;
  top: -9999px;
  left: 0;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100vh;
  pointer-events: none;
  z-index: 5500;
}

[modal-toggle]:checked + [modal] {
  top: 0;
  opacity: inherit;
  -webkit-animation-name: scaleIn;
          animation-name: scaleIn;
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
  -webkit-animation-duration: 550ms;
          animation-duration: 550ms;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

@media (max-width: 767px) {
  [modal] {
    z-index: 2000;
  }
  [modal-toggle]:checked + [modal] {
    opacity: inherit;
    pointer-events: all;
    -webkit-animation-name: slideUp;
            animation-name: slideUp;
    -webkit-animation-duration: 0.65s;
            animation-duration: 0.65s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
  }
}
@media (min-width: 768px) {
  [modal~=generic] {
    display: grid;
    place-items: center;
  }
}
[modal-stage~=generic] {
  opacity: inherit;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: min(80vw, 1080px);
  border-radius: var(--border-radius-small);
  overflow: hidden;
  z-index: 6002;
}

[modal-stage~=show][modal-stage~=generic] {
  max-width: min(80vw, 1920px);
}

[modal-toggle]:checked + [modal] [modal-stage~=generic] {
  pointer-events: all;
}

[modal-stage~=generic] h2,
[modal-stage~=generic] h3,
[modal-stage~=generic] h4,
[modal-stage~=generic] h5,
[modal-stage~=generic] h6 {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-header);
}
[modal-stage~=generic] h2 {
  font-size: var(--font-size-h2-fallback);
  font-size: var(--font-size-h2);
}
[modal-stage~=generic] h3 {
  font-size: var(--font-size-h3-fallback);
  font-size: var(--font-size-h3);
}
[modal-stage~=generic] h4 {
  font-size: var(--font-size-h4-fallback);
  font-size: var(--font-size-h4);
}
[modal-stage~=generic] h5 {
  font-size: var(--font-size-h5-fallback);
  font-size: var(--font-size-h5);
}
[modal-stage~=generic] h6 {
  font-size: var(--font-size-h6-fallback);
  font-size: var(--font-size-h6);
}

@media (max-width: 767px) {
  [modal-stage~=generic] {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    height: 100svh;
    border-radius: 0;
  }
  [modal-stage~=show][modal-stage~=generic] {
    min-width: 100vw;
  }
  [modal-generic-body] {
    min-height: 100%;
    max-height: unset;
  }
  [modal-generic-header~=blue] {
    background-image: unset;
    background: var(--gradient-cta-primary-blue-to-green);
    background-size: 210% 210%;
  }
}
[modal-generic-header] {
  display: grid;
  grid-template-columns: 2rem 1fr 2rem;
  grid-template-rows: 4rem;
  place-items: center left;
  border-radius: 0;
}

@media (max-width: 767px) {
  [modal-generic-header] {
    display: grid;
    grid-template-columns: 1rem 1fr 4rem;
    grid-template-rows: 3rem;
    place-items: center left;
  }
}
[modal-generic-header-text] {
  color: var(--color-bg-white);
  letter-spacing: 0.5px;
  font-weight: var(--font-weight-header);
  font-family: var(--font-family-header);
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
}

[modal-generic-header]::before {
  content: "";
}

[modal-generic-header~=blue] {
  background-image: var(--gradient-hunter-green);
}

[modal-generic-header~=brown] {
  background-image: var(--gradient-hunter-green);
}

[modal-generic-header~=wwf] {
  background-image: var(--gradient-hunter-green);
}

[modal-generic-close] {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 1rem;
  color: rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  cursor: pointer;
  background-image: url("/assets/images/icons/close.png"), url("/assets/images/icons/close--hover.png");
  background-repeat: no-repeat;
  background-size: 0.65rem 0.65rem;
  background-position: center center;
}
[modal-generic-close]:hover {
  background-image: url("/assets/images/icons/close--hover.png");
  color: var(--color-text-dark);
  background-color: var(--color-bg-white);
}

@media (max-width: 767px) {
  [modal-generic-close] {
    top: 0;
    right: 0;
    padding: 0;
    width: 3rem;
    height: 3rem;
    -webkit-filter: grayscale(10%);
            filter: grayscale(10%);
    background-size: 0.75rem 0.75rem;
    border-left: solid 1px rgba(255, 255, 255, 0.18);
    border-radius: 0;
  }
  [modal-generic-close]:hover {
    background-image: url("/assets/images/icons/close.png");
    background-color: transparent;
  }
}
[modal-generic-body] {
  display: grid;
  grid-template-columns: minmax(50%, 1fr) 1fr;
  grid-template-areas: "content figure";
  border-radius: 0 0 0.75rem 0.75rem;
  -webkit-overflow-scrolling: touch;
  background-color: var(--color-bg-white);
  min-height: 275px;
}

[modal-generic-body~=hide] {
  grid-template-columns: 1fr;
  grid-template-areas: "content";
}

@media (min-width: 0) and (max-width: 1080px), (min-height: 0) and (max-height: 600px) {
  [modal-generic-body~=hide] {
    grid-template-columns: 1fr;
    grid-template-areas: "content";
  }
}
@media (min-width: 0) and (max-width: 1280px), (min-height: 0) and (max-height: 600px) {
  [modal-generic-body~=show] {
    grid-template-columns: 1fr;
    grid-template-areas: "content";
    min-height: unset;
  }
}
[modal-generic-figure] {
  display: none;
  grid-area: figure;
  overscroll-behavior: contain;
  width: 100%;
  height: 100%;
  z-index: 0;
}

[modal-generic-body~=show] [modal-generic-figure] {
  display: block;
  position: absolute;
  height: 100%;
}

[modal-stage~=generic] [figure-logo~=blue],
[modal-stage~=generic] [figure-logo~=brown] {
  display: none;
}
[modal-stage~=generic] [figure-logo~=wwf] {
  display: block;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: clamp(4rem, 2vw, 5rem);
  max-width: 100px;
  height: auto;
  z-index: 10;
}
[modal-stage~=generic] [figure-image] {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  border-left: 1px solid var(--brand-silver);
  z-index: 5;
}
[modal-stage~=generic] [figure-caption]:not(:empty) {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  font-weight: 600;
  text-align: right;
  background-color: var(--color-bg-silver);
  z-index: 6;
}

[modal-generic-content] {
  grid-area: content;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: min(80vh, 1080px);
  background-color: var(--color-bg-white);
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  padding: 2rem 2.5rem;
  line-height: var(--line-height-body);
  z-index: 0;
}
[modal-generic-content] img {
  max-width: 100%;
}
[modal-generic-content] a,
[modal-generic-content] a strong {
  font-weight: var(--font-weight-header);
  color: var(--color-text-link-dark);
  transition: border 0.5s ease-in-out;
  border-bottom: 1px transparent var(--color-text-link-dark);
}
[modal-generic-content] a:hover {
  border-bottom: 1px solid var(--color-text-link-dark);
}
[modal-generic-content] strong {
  font-size: inherit;
}
[modal-generic-content] ul {
  padding-right: clamp(1rem, 2vw, 4rem);
  padding-bottom: 2rem;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(25ch, 1fr));
  place-content: start;
}
[modal-generic-content] ul li {
  list-style-image: url(/assets/images/icons/chevron-right--updated.png);
  list-style-position: outside;
  padding-left: 0.5rem;
  margin-left: 1.5rem;
}
[modal-generic-content] ul li strong:first-of-type {
  font-family: var(--font-family-header);
  font-size: var(--font-size-h5-fallback);
  font-size: var(--font-size-h5);
  font-weight: var(--font-weight-header);
}
[modal-generic-content] ol {
  counter-reset: bullets;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
[modal-generic-content] ol li {
  list-style-position: inside;
  padding-left: 0.5rem;
  margin-left: 0.75rem;
  counter-increment: bullets;
}
[modal-generic-content] ol li::before {
  content: counter(bullets) ") ";
  position: absolute;
  left: -15px;
  font-weight: var(--font-weight-header);
}
[modal-generic-content] ol li + li {
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  [modal-generic-content] {
    padding: 1rem 1.25rem 8rem 1.25rem;
  }
}
.block-on-mobile {
  margin-top: 0.5rem;
  display: block;
}

.smaller {
  font-size: var(--font-size-body-small-fallback);
  font-size: var(--font-size-body-small);
}

@media (max-width: 767px) {
  [modal~=catalog] {
    --catalog-stage-border-radius: 0;
    --catalog-stage-z-index: 6002;
    --catalog-body-columns: 1fr;
    --catalog-body-width: 100vw;
    --catalog-body-width-max: 100vw;
    --catalog-body-height: 100vh;
    --catalog-body-height-max: 100vh;
    --catalog-body-rows: minmax(3rem, auto) 1fr;
    --catalog-aside-placement: start;
    --catalog-aside-and-form-padding: 1.5rem 1rem 10rem 1rem;
    display: grid;
    place-items: start;
  }
  [catalog-header] {
    background-image: var(--gradient-cta-primary-blue-to-green);
    background-size: 210% 210%;
  }
  [catalog-form-input] {
    font-size: var(--font-size-body-small-fallback);
    font-size: var(--font-size-body-small);
  }
}
@media (min-width: 768px) {
  [modal~=catalog] {
    --catalog-stage-border-radius: var(--border-radius-small);
    --catalog-stage-z-index: 5002;
    --catalog-body-columns: 0.8fr 1fr;
    --catalog-body-width: fit-content;
    --catalog-body-width-max: min(95vw, 1440px);
    --catalog-body-height: fit-content;
    --catalog-body-height-max: min(100vh, 1080px);
    --catalog-aside-and-form-padding: clamp(0.75rem, 4vh, 5rem) clamp(0.5rem, 4vw, 5rem);
    --catalog-aside-placement: center;
    --catalog-aside-headline-sm: clamp(1.125rem, 2vw, 1.5rem);
    --catalog-aside-headline-sm-fallback: 1.5rem;
    --catalog-aside-headline-lg: clamp(1.5rem, 2.5vw, 2.125rem);
    --catalog-aside-headline-lg-fallback: 2.125rem;
    --catalog-aside-text: clamp(1rem, 1.5vmin, 1.125rem);
    --catalog-aside-text-fallback: 1.125rem;
    --catalog-aside-logos-display: grid;
    --catalog-form-close-offset: 0.5rem;
    display: grid;
    place-items: center;
  }
}
@media (min-width: 768px) {
  [modal~=catalog] {
    --catalog-aside-placement: start;
    --catalog-body-height-max: min(100vh, 100vh);
  }
}
@media (min-width: 768px) and (max-width: 889px) {
  [modal~=catalog] {
    --catalog-body-width-max: min(100vw, 1440px);
  }
}
@media (min-width: 890px) and (min-height: 685px) {
  [modal~=catalog] {
    --catalog-aside-placement: center;
  }
}
[catalog-stage] {
  opacity: inherit;
  border-radius: var(--catalog-stage-border-radius);
  overflow: hidden;
  z-index: var(--catalog-stage-z-index);
  background-color: var(--color-bg-white);
}

[modal-toggle]:checked + [modal] [catalog-stage] {
  pointer-events: all;
}

[catalog-body] {
  display: grid;
  grid-template-columns: var(--catalog-body-columns);
  grid-template-rows: var(--catalog-body-rows, auto);
  width: var(--catalog-body-width);
  max-width: var(--catalog-body-width-max);
  height: var(--catalog-body-height);
  max-height: var(--catalog-body-height-max);
  line-height: var(--line-height-body);
}

[catalog-header] {
  display: grid;
  width: 100%;
  height: 3rem;
  grid-template-columns: 1fr 3rem;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  font-weight: var(--font-weight-header);
  background-color: var(--color-cta-primary-bg);
  z-index: 6000;
}

[catalog-header-title] {
  color: var(--color-bg-white);
  padding-left: 1rem;
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  font-family: var(--font-family-body);
}
[catalog-header-title] a,
[catalog-header-title] strong {
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  margin-top: none;
  margin-left: 0.25rem;
}

[catalog-header-close] {
  width: 3rem;
  height: 3rem;
  background-image: url("/assets/images/icons/mobile-navbar-more-active.svg");
  background-size: 1rem 1rem;
  background-position: center center;
  background-repeat: no-repeat;
  border-left: solid 1px rgba(255, 255, 255, 0.4);
  cursor: pointer;
  z-index: 6001;
}

[catalog-aside] {
  height: 100%;
  max-height: var(--catalog-body-height-max);
  padding: var(--catalog-aside-and-form-padding);
  display: grid;
  grid-template-columns: clamp(5rem, 9vw, 9rem) 1fr;
  grid-template-areas: "catalog-aside-headlines 			catalog-aside-headlines" "catalog-aside-image-container 		catalog-aside-content";
  place-content: var(--catalog-aside-placement);
  -webkit-column-gap: 1vw;
     -moz-column-gap: 1vw;
          column-gap: 1vw;
  row-gap: 1.2rem;
  background-color: var(--color-bg-white);
  overflow-y: auto;
  overscroll-behavior: contain;
}

[catalog-aside-headlines] {
  grid-area: catalog-aside-headlines;
}

[catalog-aside-headline] {
  font-weight: var(--font-weight-header);
  font-family: var(--font-family-header);
  color: var(--color-text-dark);
  line-height: var(--line-height-header);
}

[catalog-aside-headline~=small] {
  grid-area: catalog-aside-headline-small;
  justify-self: start;
  font-weight: 500;
  font-size: var(--catalog-aside-headline-sm-fallback);
  font-size: var(--catalog-aside-headline-sm);
}

[catalog-aside-headline~=large] {
  grid-area: catalog-aside-headline-large;
  justify-self: start;
  font-size: var(--catalog-aside-headline-lg-fallback);
  font-size: var(--catalog-aside-headline-lg);
}

[catalog-aside-image-container] {
  grid-area: catalog-aside-image-container;
  align-self: start;
}

[catalog-aside-image] {
  width: 100%;
  height: auto;
}

.icon-catalog {
  position: absolute;
  left: -1.9rem;
  top: 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 4px solid var(--color-bg-white);
  border-radius: var(--border-radius);
  display: flex;
  place-items: center;
}

.icon-catalog::after {
  --badge-text: "catalog";
  content: var(--badge-text);
  color: var(--color-bg-white);
  font-weight: 800;
  text-align: center;
  background-color: var(--color-cta-primary-bg);
  border-radius: 3px;
  width: 100%;
  height: 100%;
  padding: 0.25rem 0.7rem;
  display: block;
}

@media (max-width: 1050px) {
  .icon-catalog {
    top: unset;
    bottom: -0.8rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4vw;
  }
}
[catalog-aside-content] {
  grid-area: catalog-aside-content;
  display: grid;
  place-items: start;
  align-content: start;
  gap: 1.5rem;
}

[catalog-aside-text] {
  font-size: var(--catalog-aside-text-fallback);
  font-size: var(--catalog-aside-text);
  line-height: var(--line-height-body);
}

[catalog-aside-logos] {
  width: 100%;
  display: var(--catalog-aside-logos-display);
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  align-items: center;
}

[catalog-aside-logo~=nathab] {
  max-width: 60px;
  height: auto;
  justify-self: end;
}

[catalog-aside-logo~=wwf] {
  max-width: 65px;
  height: auto;
  justify-self: start;
}

[catalog-form] {
  display: grid;
  height: 100%;
  max-height: var(--catalog-body-height-max);
  background-image: var(--gradient-silver);
  overflow-y: auto;
  overscroll-behavior: contain;
}

[catalog-form] form {
  display: block;
}

[catalog-form-required],
[catalog-form-optional],
[catalog-form-thankyou] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-content: var(--catalog-aside-placement);
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 1rem;
  height: 100%;
  padding: var(--catalog-aside-and-form-padding);
}
[catalog-form-required] a,
[catalog-form-optional] a,
[catalog-form-thankyou] a {
  color: var(--color-text-link-dark);
  font-weight: var(--font-weight-header);
}

[catalog-form-optional] {
  row-gap: 2rem;
}

[catalog-form-thankyou] {
  row-gap: 0.5rem;
}

[catalog-form-headline] {
  position: relative;
  font-weight: var(--font-weight-header);
  font-size: var(--font-size-h4-fallback);
  font-size: var(--font-size-h4);
  font-family: var(--font-family-header);
  grid-column: auto/span 4;
}

[catalog-form-headline-text] {
  position: relative;
  font-weight: 400;
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  font-family: var(--font-family-body);
  grid-column: auto/span 3;
}

[catalog-form-headline-text] strong:first-child,
[catalog-form-thankyou-text~=thankyou] strong:first-child {
  display: block;
  font-size: var(--font-size-h4-fallback);
  font-size: var(--font-size-h4);
  font-family: var(--font-family-body);
}

[catalog-form-close] {
  position: absolute;
  top: var(--catalog-form-close-offset);
  right: var(--catalog-form-close-offset);
  display: block;
  width: 3rem;
  height: 3rem;
  background-image: url("/assets/images/icons/close--hover.png"), url("/assets/images/icons/close.png");
  background-repeat: no-repeat;
  background-size: 0.75rem 0.75rem;
  background-position: center center;
  border-left: solid 1px transparent;
  border-radius: 100%;
  transition: all 0.3s ease-out;
  cursor: pointer;
  z-index: 6001;
}

[catalog-form-close]:hover {
  background-image: url("/assets/images/icons/close.png");
  background-color: var(--color-bg-ocean);
  transition: all 0.1s;
}

[catalog-form-field] {
  display: grid;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  row-gap: 0.5rem;
  align-content: start;
}

[catalog-form-field~=start] {
  align-content: start;
}

[catalog-form-field] * {
  min-width: 0;
  max-width: 100%;
}

[catalog-form-field~="1/4"] {
  grid-column: auto/span 1;
}

[catalog-form-field~="1/2"],
[catalog-form-field~="50%"],
[catalog-form-field~=half] {
  grid-column: auto/span 2;
}

[catalog-form-field~="3/4"] {
  grid-column: auto/span 3;
}

[catalog-form-field~="100%"] {
  grid-column: auto/span 4;
}

@media (max-width: 1280px) {
  [catalog-form-field~="1/4"],
  [catalog-form-field~="1/2"],
  [catalog-form-field~="50%"],
  [catalog-form-field~=half],
  [catalog-form-field~="3/4"] {
    grid-column: 1/-1;
  }
}
@media (max-width: 1460px) {
  [catalog-form-field~="1/4"],
  [catalog-form-field~="1/2"],
  [catalog-form-field~="50%"],
  [catalog-form-field~=half],
  [catalog-form-field~="3/4"] {
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
}
[catalog-form-field~=checkbox] input:invalid {
  outline: 1px solid red;
}

[catalog-form-field~=checkbox] {
  display: flex;
  justify-items: flex-start;
  align-items: center;
  line-height: var(--line-height-header);
}

[catalog-form-field~=newsletter] {
  line-height: var(--line-height-header);
}

[catalog-form-field~=radio] {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-items: start;
  align-content: center;
}

[catalog-form-field-list~=checkbox] {
  display: grid;
  gap: 0.5rem;
}

[catalog-form-field-list~=radio] {
  display: grid;
  grid-auto-flow: row;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 0.5rem;
}

[catalog-form-field-list~="2-column"] {
  grid-template-columns: repeat(auto-fill, minmax(345px, 1fr));
}

[catalog-form-field-list~="4-column"] {
  grid-template-columns: repeat(4, 0.25fr);
  grid-auto-flow: row;
}

[catalog-form-field-list~=radio][catalog-form-field-list~="4-column"] {
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  [catalog-form-field-list] {
    row-gap: 0.5rem;
  }
  [catalog-form-field-list~="2-column"],
  [catalog-form-field-list~="3-column"] {
    grid-template-columns: 1fr;
  }
  [catalog-form-field-list~="4-column"] {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }
}
[catalog-form-field-list~=checkbox] [catalog-form-label~=checkbox],
[catalog-form-field-list~=radio] [catalog-form-label~=radio] {
  font-weight: 500;
}

[catalog-form-label] {
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  font-weight: var(--font-weight-header);
  line-height: var(--line-height-1);
}

[catalog-form-label~=optin] {
  font-size: var(--font-size-body-small-fallback);
  font-size: var(--font-size-body-small);
}

[catalog-form-label~=divider] span::after {
  content: "|";
  color: #7a7a7a;
  padding: 0 0.25rem 0 0.5rem;
}

[catalog-form-label~=required]::after {
  content: "Required";
  left: 0.5rem;
  font-size: var(--font-size-body-smallest-fallback);
  font-size: var(--font-size-body-smallest);
  color: var(--color-text-link-dark);
}

[catalog-form-input] {
  border-radius: 8px;
}

[catalog-form-input~=text],
[catalog-form-input~=tel],
[catalog-form-input~=date],
[catalog-form-input~=email],
[catalog-form-input~=select] {
  width: 100%;
  max-width: 100%;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  background-color: var(--color-bg-white);
}

[catalog-form-input~=checkbox] {
  grid-row: 2;
  min-width: 24px;
  min-height: 24px;
  outline: none;
  border-radius: var(--border-radius-small);
  accent-color: var(--color-bg-red);
}

[catalog-form-input~=radio] {
  width: 24px;
  height: 24px;
  outline: none;
  border-radius: var(--border-radius-small);
  accent-color: var(--color-bg-red);
}

[catalog-form-label~=checkbox] {
  cursor: pointer;
  border-bottom: 1px solid transparent;
}

[catalog-form-field~=button] {
  display: grid;
  grid-template-columns: auto 1fr;
  place-items: start;
  align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

[catalog-form-button] {
  display: grid;
  place-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: var(--button-or-input-max-height);
  font-weight: var(--font-weight-header);
  font-family: var(--font-family-body);
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  padding: var(--space-s) var(--space-m);
  color: var(--color-cta-primary-text);
  background-image: var(--gradient-cta-primary-blue-to-green);
  background-size: 210% 210%;
  letter-spacing: 0.5px;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  cursor: pointer;
  border-radius: var(--border-radius-small);
}

[catalog-form-button]:hover {
  -webkit-animation: cta-primary-hover 250ms ease-out;
          animation: cta-primary-hover 250ms ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 1;
}

@-webkit-keyframes progress {
  to {
    width: 100%;
  }
}

@keyframes progress {
  to {
    width: 100%;
  }
}
@keyframes progress {
  0% {
    width: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
[catalog-form-button]:disabled,
[catalog-form-button]:disabled:hover {
  color: transparent;
  background-color: var(--color-cta-primary-bg);
  border-radius: 0.5rem;
  overflow: hidden;
}

[catalog-form-button]:disabled:after,
[catalog-form-button]:disabled:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  opacity: 0;
  -webkit-animation-name: progress;
          animation-name: progress;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 3.125s;
          animation-duration: 3.125s;
  border-bottom: 10px solid var(--color-bg-white);
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0;
  z-index: 1;
}

[catalog-form-button]:disabled:before,
[catalog-form-button]:disabled:hover:before {
  content: "Sending ...";
  display: grid;
  place-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-weight: var(--font-weight-header);
  color: var(--color-bg-white);
  z-index: 20;
  opacity: 1;
}

[catalog-form-link] {
  color: var(--color-text-link-dark);
  font-weight: var(--font-weight-header);
  cursor: pointer;
}

[catalog-form-link]:hover {
  color: var(--color-text-link-dark-hover);
}

[catalog-form-thankyou-text] {
  position: relative;
  font-weight: 400;
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  font-family: var(--font-family-body);
  grid-column: auto/span 3;
  display: grid;
  row-gap: 0.5rem;
}

[catalog-form-thankyou-text] a {
  color: var(--color-text-link-dark);
  border-bottom: 1px solid transparent;
  transition: border-bottom 200ms ease-in-out;
  font-weight: var(--font-weight-header);
}

[catalog-form-thankyou-text] a:hover {
  border-bottom: 1px solid var(--color-text-link-dark);
}

[catalog-form-catalog] {
  float: left;
  max-width: 160px;
  height: auto;
  margin-right: 1.5rem;
}

a[catalog-form-privacy] {
  transition: all 200ms ease-in-out;
  line-height: var(--line-height-header);
  font-weight: var(--font-weight-header);
  font-size: var(--font-size-body-small-fallback);
  font-size: var(--font-size-body-small);
  color: var(--color-text-link-dark);
  border-bottom: 1px solid transparent;
}

a[catalog-form-privacy]:hover {
  border-bottom: 1px solid var(--color-text-link-dark);
}

@media (max-width: 768px) {
  [catalog-form-field~=button] {
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  [catalog-form-field~=button] {
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  [our-trips-stage] {
    display: none;
  }
}
@media (max-width: 767px) {
  [our-trips-stage] {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: calc(100% - 4.5rem);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 3rem 1fr;
    background-color: var(--color-bg-silver);
    opacity: inherit;
    z-index: 6002;
  }
  [our-trips-header] {
    display: grid;
    grid-template-columns: 1fr 3rem;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    font-weight: var(--font-weight-header);
    background: var(--color-cta-primary-bg);
    z-index: 6000;
  }
  [our-trips-header-title] {
    color: var(--color-bg-white);
    padding-left: 1rem;
    font-size: var(--font-size-body-fallback);
    font-size: var(--font-size-body);
    font-family: var(--font-family-body);
  }
  [our-trips-header-title] a,
  [our-trips-header-title] strong {
    font-size: var(--font-size-body-fallback);
    font-size: var(--font-size-body);
    margin-top: none;
    margin-left: 0.25rem;
  }
  [our-trips-close] {
    width: 3rem;
    height: 3rem;
    background-image: url("/assets/images/icons/close.png");
    background-repeat: no-repeat;
    background-size: 0.75rem 0.75rem;
    background-position: center center;
    border-left: solid 1px rgba(255, 255, 255, 0.4);
    cursor: pointer;
  }
  [our-trips-repeater] {
    overflow-y: auto;
    overscroll-behavior: contain;
    width: 100%;
    height: 100%;
  }
  [our-trips-trip] {
    position: relative;
    display: block;
    height: 150px;
    width: 100%;
    overflow: hidden;
    border-bottom: solid 1px var(--brand-color-gray--light);
  }
  [our-trips-img] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  [our-trips-title] {
    position: absolute;
    bottom: 0.5rem;
    left: 1.4rem;
    max-width: 90%;
    padding: 0.1rem 0.25rem;
    color: white;
    font-size: var(--font-size-h3-fallback);
    font-size: var(--font-size-h3);
    font-weight: var(--font-weight-header);
    text-shadow: 1.75px 1.75px 0 var(--brand-gray-dark);
  }
}
@media (min-width: 768px) {
  [more-stage] {
    display: none;
  }
}
@media (max-width: 767px) {
  [more-stage] {
    position: fixed;
    top: 0;
    width: 100%;
    height: calc(100% - 4.5rem);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 3rem 1fr;
    background-color: var(--color-bg-white);
    opacity: inherit;
    z-index: 6002;
  }
  [more-header] {
    display: grid;
    grid-template-columns: 1fr 3rem;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    font-weight: var(--font-weight-header);
    background-image: var(--gradient-cta-primary-blue-to-green);
    background-size: 210% 210%;
    z-index: 6000;
  }
  [more-title] {
    color: var(--color-bg-white);
    padding-left: 1rem;
    font-size: var(--font-size-body-fallback);
    font-size: var(--font-size-body);
    font-family: var(--font-family-body);
  }
  [more-title] a,
  [more-title] strong {
    font-size: var(--font-size-body-fallback);
    font-size: var(--font-size-body);
    margin-top: none;
    margin-left: 0.25rem;
  }
  [more-close] {
    width: 3rem;
    height: 3rem;
    background-image: url("/assets/images/icons/close.png");
    background-repeat: no-repeat;
    background-size: 0.75rem 0.75rem;
    background-position: center center;
    border-left: solid 1px rgba(255, 255, 255, 0.4);
    cursor: pointer;
  }
  [more-body] {
    display: grid;
    grid-template-rows: 1fr;
    height: 100%;
    overflow: hidden;
    overscroll-behavior: contain;
    overflow-y: auto;
  }
  [more-nav~=nav] {
    display: grid;
    place-items: end left;
  }
  [more-nav~=list] {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  [more-nav~=item] {
    border-left: 1rem solid transparent;
    height: 3.25rem;
  }
  [more-nav~=link] {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 1rem;
    color: var(--color-text-link-dark);
    font-weight: var(--font-weight-header);
    font-family: var(--font-family-header);
    font-size: var(--font-size-h2-fallback);
    font-size: var(--font-size-h2);
    text-transform: capitalize;
  }
  [more-nav-footer] {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding: 1rem 0.75rem;
  }
  [more-nav-footer-enews] {
    display: grid;
    place-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: var(--button-or-input-max-height);
    font-weight: var(--font-weight-header);
    font-family: var(--font-family-body);
    font-size: var(--font-size-body-fallback);
    font-size: var(--font-size-body);
    padding: var(--space-s) var(--space-m);
    color: var(--color-cta-primary-text);
    background-image: var(--gradient-cta-primary-blue-to-green);
    background-size: 210% 210%;
    letter-spacing: 0.5px;
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
    cursor: pointer;
    border-radius: var(--border-radius-small);
    background-image: var(--gradient-cta-primary-green-to-blue);
  }
  [more-nav-footer-enews]::before {
    content: "eNewsletter";
  }
  [more-nav-footer-catalog] {
    display: grid;
    place-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: var(--button-or-input-max-height);
    font-weight: var(--font-weight-header);
    font-family: var(--font-family-body);
    font-size: var(--font-size-body-fallback);
    font-size: var(--font-size-body);
    padding: var(--space-s) var(--space-m);
    color: var(--color-cta-primary-text);
    background-image: var(--gradient-cta-primary-blue-to-green);
    background-size: 210% 210%;
    letter-spacing: 0.5px;
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
    cursor: pointer;
    border-radius: var(--border-radius-small);
    background-image: var(--gradient-cta-primary-green-to-blue);
  }
  [more-nav-footer-catalog]::before {
    content: "Request Catalog";
  }
  [more-nav-footer-social] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    -webkit-column-gap: 1.75rem;
       -moz-column-gap: 1.75rem;
            column-gap: 1.75rem;
    justify-items: center;
    padding: 2rem 0;
  }
  [more-nav-social~=link] {
    width: 1.75rem;
    height: 1.75rem;
    transition: all 350ms ease-in-out;
  }
  [more-nav-social~=link]:hover svg {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  [more-nav-social~=link] svg {
    fill: var(--brand-gray-light);
    -webkit-filter: brightness(0.4);
            filter: brightness(0.4);
  }
  [more-nav-social~=tiktok] svg {
    stroke: var(--brand-gray-light);
    -webkit-filter: brightness(0.4);
            filter: brightness(0.4);
    stroke-width: 4;
  }
}
@media (min-width: 768px) {
  [contact-stage] {
    display: none;
  }
}
.olark-button-focus-wrapper.olark-button-focus-wrapper {
  display: none;
}

html.olark-disable-back-scroll.olark-disable-back-scroll,
body.olark-disable-back-scroll.olark-disable-back-scroll {
  overflow: auto !important;
  height: auto !important;
  -webkit-overflow-scrolling: auto !important;
}

#olark-container .olark-survey-form .olark-survey-form-label.olark-survey-form-label {
  font-weight: 700 !important;
}

@media (max-width: 767px) {
  #olark-container#olark-container#olark-container {
    top: 3rem !important;
    height: calc(100% - 3rem) !important;
    position: fixed !important;
  }
  [contact-stage] {
    position: fixed;
    top: 0;
    width: 100%;
    height: calc(100% - 4.5rem);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 3rem 1fr;
    background-color: var(--color-bg-white);
    opacity: inherit;
    z-index: 6002;
  }
  [contact-header] {
    display: grid;
    grid-template-columns: 1fr 3rem;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    font-weight: var(--font-weight-header);
    background-image: var(--gradient-cta-primary-blue-to-green);
    background-size: 210% 210%;
    z-index: 6000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  [contact-title] {
    color: var(--color-bg-white);
    padding-left: 1rem;
    font-size: var(--font-size-body-fallback);
    font-size: var(--font-size-body);
    font-family: var(--font-family-body);
  }
  [contact-title] a,
  [contact-title] strong {
    font-size: var(--font-size-body-fallback);
    font-size: var(--font-size-body);
    margin-top: none;
    margin-left: 0.25rem;
  }
  [contact-close] {
    width: 3rem;
    height: 3rem;
    background-image: url("/assets/images/icons/close.png");
    background-repeat: no-repeat;
    background-size: 0.75rem 0.75rem;
    background-position: center center;
    border-left: solid 1px rgba(255, 255, 255, 0.4);
    cursor: pointer;
  }
  [contact-body] {
    display: grid;
    grid-template-rows: 1fr 1fr;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 1.5rem 2rem;
    line-height: var(--line-height-body);
  }
  [contact-body] li {
    margin-top: 0.5rem;
    padding: 0 0 0 1.5rem;
  }
  [contact-body] li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
    height: 1.8rem;
    background-image: url("/assets/images/icons/chevron-right.svg");
    background-repeat: no-repeat;
  }
  [contact-buttons] {
    display: grid;
    grid-template-columns: 100%;
    row-gap: 1rem;
    align-content: end;
  }
  [contact-button] {
    display: grid;
    place-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: var(--button-or-input-max-height);
    font-weight: var(--font-weight-header);
    font-family: var(--font-family-body);
    font-size: var(--font-size-body-fallback);
    font-size: var(--font-size-body);
    padding: var(--space-s) var(--space-m);
    color: var(--color-cta-primary-text);
    background-image: var(--gradient-cta-primary-blue-to-green);
    background-size: 210% 210%;
    letter-spacing: 0.5px;
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
    cursor: pointer;
    border-radius: var(--border-radius-small);
    background-image: var(--gradient-cta-primary-green-to-blue);
  }
  [contact-button]:hover {
    -webkit-animation: cta-primary-hover 250ms ease-out;
            animation: cta-primary-hover 250ms ease-out;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    opacity: 1;
  }
  [contact-button~=call],
  [contact-button~=message],
  [contact-button~=chat] {
    display: grid;
    grid-template-columns: 100%;
    place-items: center;
    justify-content: center;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    width: 100%;
    height: 4rem;
    color: var(--color-bg-white);
    font-weight: var(--font-weight-header);
    font-size: var(--font-size-h5-fallback);
    font-size: var(--font-size-h5);
  }
  [contact-button~=text] {
    width: min(80%, 225px);
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    pointer-events: none;
  }
  [contact-form-thankyou-text] a {
    color: var(--color-text-link-dark);
    border-bottom: 1px solid transparent;
    transition: border-bottom 200ms ease-in-out;
    font-weight: var(--font-weight-header);
  }
  [contact-form-thankyou-text] a:hover {
    border-bottom: 1px solid var(--color-text-link-dark);
  }
  [contact-button~=text]::before {
    content: "";
    justify-self: end;
    width: 30px;
    height: 30px;
    padding-left: 2rem;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center right;
  }
  [contact-button~=call] [contact-button~=text]::before {
    background-image: url("/assets/images/icons/icon-phone.svg");
  }
  [contact-button~=message] [contact-button~=text]::before {
    background-image: url("/assets/images/icons/icon-envelope.svg");
  }
  [contact-button~=chat] [contact-button~=text]::before {
    background-image: url("/assets/images/icons/icon-chat.svg");
  }
}
@media (max-height: 800px) {
  [contact-button~=message] {
    display: none;
  }
  [contact-button~=chat]:where(.hide) + [contact-button~=message] {
    display: grid !important;
  }
}
.olark-button-focus-wrapper.olark-button-focus-wrapper {
  display: none;
}

html.olark-disable-back-scroll.olark-disable-back-scroll,
body.olark-disable-back-scroll.olark-disable-back-scroll {
  overflow: auto !important;
  height: auto !important;
  -webkit-overflow-scrolling: auto !important;
}

#olark-container .olark-survey-form .olark-survey-form-label.olark-survey-form-label {
  font-weight: 700 !important;
}

#olark-container#olark-container .olark-top-bar.olark-top-bar p {
  margin-top: 0 !important;
}

#olark-container#olark-container {
  max-height: calc(100vh - 7.5rem) !important;
  border: none !important;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2) !important;
  top: 0 !important;
}

.olark-thank-you-component.olark-thank-you-component svg {
  display: none !important;
}

.chatoff {
  display: none !important;
}

#olark-container .olark-gdpr-consent-message a,
#olark-container .olark-survey-form-input-wrap a {
  font-size: var(--font-size-body-smallest-fallback);
  font-size: var(--font-size-body-smallest);
  font-weight: 700 !important;
  margin-left: 28px !important;
  transition: all 200ms ease-in-out !important;
  color: var(--color-text-link-dark) !important;
  text-decoration: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

#olark-container .olark-gdpr-consent-message a:hover,
#olark-container .olark-survey-form-input-wrap a:hover {
  color: var(--color-text-link-dark-hover) !important;
  border-bottom: 1px solid var(--color-text-link-dark-hover) !important;
}

#olark-container .olark-gdpr-consent-message a:visited,
#olark-container .olark-survey-form-input-wrap a:visited {
  color: var(--color-text-link-dark) !important;
}

#olark-container#olark-container .olark-survey-form .olark-survey-form-gdpr-wrap {
  height: auto !important;
}

#olark-container .olark-survey-form .olark-survey-form-emoji-wrap svg {
  display: none !important;
}

#olark-container img.js-chat-enews-icon {
  width: 35% !important;
  height: auto !important;
}

@media (max-width: 767px) {
  #olark-container#olark-container {
    box-shadow: none;
  }
  #olark-container#olark-container#olark-container {
    top: 3rem !important;
    height: calc(100% - 3rem) !important;
    position: fixed !important;
  }
  .olark-notification-badge.olark-notification-badge {
    top: 5rem !important;
    z-index: 1601;
  }
}
@media (min-width: 768px) {
  [olark~=wrapper] {
    position: fixed;
    bottom: 0.5rem;
    right: 0.5rem;
    -webkit-animation: slideInRight;
            animation: slideInRight;
    -webkit-animation-duration: 750ms;
            animation-duration: 750ms;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: 1000ms;
            animation-delay: 1000ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    z-index: 4900;
  }
  #olark-container#olark-container {
    top: inherit !important;
  }
  [olark~=chat] {
    display: grid;
    place-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: var(--button-or-input-max-height);
    font-weight: var(--font-weight-header);
    font-family: var(--font-family-body);
    font-size: var(--font-size-body-fallback);
    font-size: var(--font-size-body);
    padding: var(--space-s) var(--space-m);
    color: var(--color-cta-primary-text);
    background-image: var(--gradient-cta-primary-blue-to-green);
    background-size: 210% 210%;
    letter-spacing: 0.5px;
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
    cursor: pointer;
    border-radius: var(--border-radius-pill);
    border: 2px solid var(--color-bg-white);
    background-image: var(--gradient-cta-primary-green-to-blue);
    grid-template-columns: auto auto;
    align-items: center;
    justify-items: start;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    white-space: nowrap;
  }
  [olark~=chat]:hover {
    -webkit-animation: cta-primary-hover 250ms ease-out;
            animation: cta-primary-hover 250ms ease-out;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    opacity: 1;
  }
  @-webkit-keyframes slideInRight {
    0% {
      -webkit-transform: scale3d(1.2, 0.8, 1) translate(500px);
              transform: scale3d(1.2, 0.8, 1) translate(500px);
    }
    5% {
      -webkit-transform: scale3d(1.2, 0.8, 1) translate(500px);
              transform: scale3d(1.2, 0.8, 1) translate(500px);
    }
    50% {
      -webkit-transform: scale3d(1, 0.8, 1) translate(0);
              transform: scale3d(1, 0.8, 1) translate(0);
    }
    80% {
      -webkit-transform: scale3d(1.2, 1, 1) translate(0);
              transform: scale3d(1.2, 1, 1) translate(0);
    }
    100% {
      -webkit-transform: scale3d(1, 1, 1) translate(0);
              transform: scale3d(1, 1, 1) translate(0);
    }
  }
  @keyframes slideInRight {
    0% {
      -webkit-transform: scale3d(1.2, 0.8, 1) translate(500px);
              transform: scale3d(1.2, 0.8, 1) translate(500px);
    }
    5% {
      -webkit-transform: scale3d(1.2, 0.8, 1) translate(500px);
              transform: scale3d(1.2, 0.8, 1) translate(500px);
    }
    50% {
      -webkit-transform: scale3d(1, 0.8, 1) translate(0);
              transform: scale3d(1, 0.8, 1) translate(0);
    }
    80% {
      -webkit-transform: scale3d(1.2, 1, 1) translate(0);
              transform: scale3d(1.2, 1, 1) translate(0);
    }
    100% {
      -webkit-transform: scale3d(1, 1, 1) translate(0);
              transform: scale3d(1, 1, 1) translate(0);
    }
  }
  [olark~=chat]:hover {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  [olark~=close] {
    -webkit-animation-delay: 100ms;
            animation-delay: 100ms;
    width: 3rem;
    height: 3rem;
    padding: unset;
    grid-template-columns: 100%;
    place-items: center;
    z-index: 5500;
    border: 2px solid var(--brand-white);
    border-radius: 100%;
    background-image: var(--gradient-cta-primary-green-to-blue);
    background-size: 210% 210%;
  }
  [olark~=close] svg path {
    fill: var(--brand-white);
  }
  [chat-icon] {
    position: relative;
    width: 25px;
    height: auto;
    left: 0.25rem;
  }
}
@media (min-width: 1024px) {
  #olark-container#olark-container {
    border-bottom-right-radius: var(--border-radius-small) !important;
    border-bottom-left-radius: var(--border-radius-small) !important;
    z-index: 4900 !important;
  }
  #olark-container#olark-container .olark-top-bar {
    border-top-right-radius: var(--border-radius-small) !important;
    border-top-left-radius: var(--border-radius-small) !important;
  }
  [chat-text]::before {
    content: "Questions? ";
  }
}
@media (min-width: 2560px) {
  [olark~=wrapper] {
    right: 4rem;
  }
}
@media (max-width: 767px) {
  [modal~=enews] {
    --enews-stage-border-radius: 0;
    --enews-stage-z-index: 6002;
    --enews-body-columns: 1fr;
    --enews-body-width: 100vw;
    --enews-body-width-max: 100vw;
    --enews-body-height: 100vh;
    --enews-body-height-max: 100vh;
    --enews-body-rows: minmax(3rem, auto) 1fr;
    --enews-aside-placement: start;
    --enews-aside-and-form-padding: 1.5rem 1rem 10rem 1rem;
    display: grid;
    place-items: start;
  }
  [enews-header] {
    background-image: var(--gradient-cta-primary-blue-to-green);
    background-size: 210% 210%;
  }
  [enews-form-input] {
    font-size: var(--font-size-body-small-fallback);
    font-size: var(--font-size-body-small);
  }
}
@media (min-width: 768px) {
  [modal~=enews] {
    --enews-stage-border-radius: var(--border-radius-medium);
    --enews-stage-z-index: 5002;
    --enews-body-columns: 0.8fr 1fr;
    --enews-body-width: fit-content;
    --enews-body-width-max: min(95vw, 1280px);
    --enews-body-height: fit-content;
    --enews-body-height-max: min(100vh, 100vh);
    --enews-aside-and-form-padding: clamp(0.75rem, 4vh, 5rem) clamp(0.5rem, 4vw, 5rem);
    --enews-aside-placement: start;
    --enews-aside-headline-sm: clamp(1.125rem, 2vw, 1.5rem);
    --enews-aside-headline-sm-fallback: 1.5rem;
    --enews-aside-headline-lg: clamp(1.5rem, 2.5vw, 2.125rem);
    --enews-aside-headline-lg-fallback: 2.125rem;
    --enews-aside-text: clamp(1rem, 1.5vmin, 1.125rem);
    --enews-aside-text-fallback: 1.125rem;
    --enews-aside-logos-display: grid;
    --enews-form-close-offset: 0.5rem;
    display: grid;
    place-items: center;
  }
}
@media (min-width: 768px) and (max-width: 889px) {
  [modal~=enews] {
    --enews-body-width-max: min(100vw, 1440px);
  }
}
@media (min-width: 890px) and (min-height: 685px) {
  [modal~=enews] {
    --enews-aside-placement: center;
  }
}
[enews-stage] {
  opacity: inherit;
  border-radius: var(--enews-stage-border-radius);
  overflow: hidden;
  z-index: var(--enews-stage-z-index);
  background-color: var(--color-bg-white);
}

[modal-toggle]:checked + [modal] [enews-stage] {
  pointer-events: all;
}

[enews-body] {
  display: grid;
  grid-template-columns: var(--enews-body-columns);
  grid-template-rows: var(--enews-body-rows, auto);
  width: var(--enews-body-width);
  max-width: var(--enews-body-width-max);
  height: var(--enews-body-height);
  max-height: var(--enews-body-height-max);
  line-height: var(--line-height-body);
}

[enews-header] {
  display: grid;
  width: 100%;
  height: 3rem;
  grid-template-columns: 1fr 3rem;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  font-weight: var(--font-weight-header);
  background-color: var(--color-cta-primary-bg);
  z-index: 6000;
}

[enews-header-title] {
  color: var(--color-bg-white);
  padding-left: 1rem;
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  font-family: var(--font-family-body);
}
[enews-header-title] a,
[enews-header-title] strong {
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  margin-top: none;
  margin-left: 0.25rem;
}

[enews-header-close] {
  width: 3rem;
  height: 3rem;
  background-image: url("/assets/images/icons/mobile-navbar-more-active.svg");
  background-size: 1rem 1rem;
  background-position: center center;
  background-repeat: no-repeat;
  border-left: solid 1px rgba(255, 255, 255, 0.4);
  cursor: pointer;
  z-index: 6001;
}

[enews-aside] {
  height: 100%;
  max-height: var(--enews-body-height-max);
  padding: var(--enews-aside-and-form-padding);
  display: grid;
  grid-template-columns: clamp(5rem, 9vw, 9rem) 1fr;
  grid-template-areas: "enews-aside-headlines 			enews-aside-headlines" "enews-aside-image-container 		enews-aside-content";
  place-content: var(--enews-aside-placement);
  -webkit-column-gap: min(1.75vw, 1.5rem);
     -moz-column-gap: min(1.75vw, 1.5rem);
          column-gap: min(1.75vw, 1.5rem);
  row-gap: 1.2rem;
  background-color: var(--color-bg-white);
  overflow-y: auto;
  overscroll-behavior: contain;
}

[enews-aside-headlines] {
  grid-area: enews-aside-headlines;
}

[enews-aside-headline] {
  font-weight: var(--font-weight-header);
  font-family: var(--font-family-header);
  color: var(--color-text-dark);
  line-height: var(--line-height-header);
}

[enews-aside-headline~=small] {
  grid-area: enews-aside-headline-small;
  justify-self: start;
  font-weight: 500;
  font-size: var(--enews-aside-headline-sm-fallback);
  font-size: var(--enews-aside-headline-sm);
}

[enews-aside-headline~=large] {
  grid-area: enews-aside-headline-large;
  justify-self: start;
  font-size: var(--enews-aside-headline-lg-fallback);
  font-size: var(--enews-aside-headline-lg);
}

[enews-aside-image-container] {
  grid-area: enews-aside-image-container;
  align-self: start;
}

[enews-aside-image] {
  width: 100%;
  height: auto;
}

.icon-enews {
  position: absolute;
  left: -1.9rem;
  top: 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 3px solid var(--color-bg-white);
  border-radius: var(--border-radius-small);
  display: flex;
  place-items: center;
}

.icon-enews::after {
  --badge-text: "eNews";
  content: var(--badge-text);
  color: var(--color-bg-white);
  font-weight: 800;
  text-align: center;
  background-color: var(--color-cta-primary-bg);
  border-radius: var(--border-radius-small);
  width: 100%;
  height: 100%;
  padding: 0.25rem 0.7rem;
  display: block;
}

@media (max-width: 1150px) {
  .icon-enews {
    top: unset;
    bottom: -0.8rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4vw;
  }
}
[enews-aside-content] {
  grid-area: enews-aside-content;
  display: grid;
  place-items: start;
  align-content: start;
  gap: 1.5rem;
}

[enews-aside-text] {
  font-size: var(--enews-aside-text-fallback);
  font-size: var(--enews-aside-text);
  line-height: var(--line-height-body);
}

[enews-aside-logos] {
  width: 100%;
  display: var(--enews-aside-logos-display);
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  align-items: center;
}

[enews-aside-logo~=nathab] {
  max-width: 60px;
  height: auto;
  justify-self: end;
}

[enews-aside-logo~=wwf] {
  max-width: 65px;
  height: auto;
  justify-self: start;
}

[enews-form] {
  display: grid;
  height: 100%;
  max-height: var(--enews-body-height-max);
  background-image: var(--gradient-silver);
  overflow-y: auto;
  overscroll-behavior: contain;
}

[enews-form] form {
  display: block;
}

[enews-form-required],
[enews-form-thankyou] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-content: var(--enews-aside-placement);
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
  height: 100%;
  padding: var(--enews-aside-and-form-padding);
}
[enews-form-required] a,
[enews-form-thankyou] a {
  color: var(--color-text-link-dark);
  font-weight: var(--font-weight-header);
}

[enews-form-headline] {
  position: relative;
  font-weight: var(--font-weight-header);
  font-size: var(--font-size-h4-fallback);
  font-size: var(--font-size-h4);
  font-family: var(--font-family-header);
  grid-column: auto/span 4;
}

[enews-form-headline-text] {
  position: relative;
  font-weight: 400;
  font-size: var(--font-size-h3-fallback);
  font-size: var(--font-size-h3);
  line-height: var(--line-height-header);
  font-family: var(--font-family-body);
  grid-column: auto/span 3;
}

[enews-form-thankyou-text~=thankyou] strong:first-child {
  display: block;
  font-size: var(--font-size-h4-fallback);
  font-size: var(--font-size-h4);
  font-family: var(--font-family-header);
}

[enews-form-close] {
  position: absolute;
  top: var(--enews-form-close-offset);
  right: var(--enews-form-close-offset);
  display: block;
  width: 3rem;
  height: 3rem;
  background-image: url("/assets/images/icons/close--hover.png"), url("/assets/images/icons/close.png");
  background-repeat: no-repeat;
  background-size: 0.75rem 0.75rem;
  background-position: center center;
  border-left: solid 1px transparent;
  border-radius: 100%;
  transition: all 0.3s ease-out;
  cursor: pointer;
  z-index: 6001;
}

[enews-form-close]:hover {
  background-image: url("/assets/images/icons/close.png");
  background-color: var(--color-bg-ocean);
  transition: all 0.1s;
}

[enews-form-field] {
  display: grid;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  row-gap: 0.5rem;
  align-content: start;
}

[enews-form-field~=start] {
  align-content: start;
}

[enews-form-field] * {
  min-width: 0;
  max-width: 100%;
}

[enews-form-field~="1/4"] {
  grid-column: auto/span 1;
}

[enews-form-field~="1/2"],
[enews-form-field~="50%"],
[enews-form-field~=half] {
  grid-column: auto/span 2;
}

[enews-form-field~="3/4"] {
  grid-column: auto/span 3;
}

[enews-form-field~="100%"] {
  grid-column: auto/span 4;
}

@media (max-width: 860px) {
  [enews-form-field~="1/4"],
  [enews-form-field~="1/2"],
  [enews-form-field~="50%"],
  [enews-form-field~=half],
  [enews-form-field~="3/4"] {
    grid-column: 1/-1;
  }
}
@media (max-width: 1560px) {
  [enews-form-field~="1/4"],
  [enews-form-field~="1/2"],
  [enews-form-field~="50%"],
  [enews-form-field~=half],
  [enews-form-field~="3/4"] {
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }
}
[enews-form-field~=checkbox] input:invalid {
  outline: 1px solid red;
}

[enews-form-field~=checkbox] {
  display: flex;
  justify-items: flex-start;
  align-items: center;
  line-height: var(--line-height-header);
}

[enews-form-field~=newsletter] {
  line-height: var(--line-height-header);
}

[enews-form-field~=radio] {
  display: grid;
  grid-template-columns: auto 1fr;
  place-items: center;
}

[enews-form-field-list~=checkbox] {
  display: grid;
  -webkit-column-gap: var(--gap);
     -moz-column-gap: var(--gap);
          column-gap: var(--gap);
}

[enews-form-field-list~=radio] {
  display: grid;
  -webkit-column-gap: var(--gap);
     -moz-column-gap: var(--gap);
          column-gap: var(--gap);
  place-items: start;
  place-content: center;
}

[enews-form-field-list~="2-column"] {
  grid-template-columns: repeat(auto-fill, minmax(345px, 1fr));
}

[enews-form-field-list~="4-column"] {
  grid-template-columns: repeat(4, 0.25fr);
  grid-auto-flow: row;
}

[enews-form-field-list~=radio][enews-form-field-list~="4-column"] {
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  [enews-form-field-list] {
    row-gap: 0.5rem;
  }
  [enews-form-field-list~="2-column"],
  [enews-form-field-list~="3-column"] {
    grid-template-columns: 1fr;
  }
  [enews-form-field-list~="4-column"] {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }
}
[enews-form-field-list~=checkbox] [enews-form-label~=checkbox],
[enews-form-field-list~=radio] [enews-form-label~=radio] {
  font-weight: 500;
}

@media (max-width: 767px) {
  [enews-form-field-list~=radio][enews-form-field-list~="4-column"] {
    flex-direction: column;
  }
}
[enews-form-label] {
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  font-weight: var(--font-weight-header);
  line-height: var(--line-height-1);
}

[enews-form-label~=optin] {
  font-size: var(--font-size-body-small-fallback);
  font-size: var(--font-size-body-small);
}

[enews-form-label~=optin] span::after {
  content: "|";
  padding: 0 0.25rem;
}

[enews-form-label~=required]::after {
  content: "Required";
  left: 0.5rem;
  font-size: var(--font-size-body-smallest-fallback);
  font-size: var(--font-size-body-smallest);
  color: var(--color-text-link-dark);
}

[enews-form-input] {
  border-radius: var(--border-radius-small);
}

[enews-form-input~=text],
[enews-form-input~=tel],
[enews-form-input~=date],
[enews-form-input~=email],
[enews-form-input~=select] {
  width: 100%;
  max-width: 100%;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  background-color: var(--color-bg-white);
}

[enews-form-input~=checkbox] {
  grid-row: 2;
  min-width: 24px;
  min-height: 24px;
  outline: none;
  border-radius: 4rem;
  border: solid 1px var(--color-bg-red);
  accent-color: var(--brand-ocean);
}

[enews-form-label~=checkbox] {
  cursor: pointer;
  border-bottom: 1px solid transparent;
}

[enews-form-field~=button] {
  display: grid;
  grid-template-columns: auto 1fr;
  place-items: start;
  align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

[enews-form-button] {
  display: grid;
  place-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: var(--button-or-input-max-height);
  font-weight: var(--font-weight-header);
  font-family: var(--font-family-body);
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  padding: var(--space-s) var(--space-m);
  color: var(--color-cta-primary-text);
  background-image: var(--gradient-cta-primary-blue-to-green);
  background-size: 210% 210%;
  letter-spacing: 0.5px;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  cursor: pointer;
  border-radius: var(--border-radius-small);
}

[enews-form-button]:hover {
  -webkit-animation: cta-primary-hover 250ms ease-out;
          animation: cta-primary-hover 250ms ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 1;
}

@keyframes progress {
  to {
    width: 100%;
  }
}
@keyframes progress {
  0% {
    width: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
[enews-form-button]:disabled,
[enews-form-button]:disabled:hover {
  color: transparent;
  background-color: var(--color-cta-primary-bg);
  border-radius: 0.5rem;
  overflow: hidden;
}

[enews-form-button]:disabled:after,
[enews-form-button]:disabled:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  opacity: 0;
  -webkit-animation-name: progress;
          animation-name: progress;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 3.125s;
          animation-duration: 3.125s;
  border-bottom: 10px solid var(--color-bg-white);
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0;
  z-index: 1;
}

[enews-form-button]:disabled:before,
[enews-form-button]:disabled:hover:before {
  content: "Sending ...";
  display: grid;
  place-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-weight: var(--font-weight-header);
  color: var(--color-bg-white);
  z-index: 20;
  opacity: 1;
}

[enews-form-link] {
  color: var(--color-text-link-dark);
  font-weight: var(--font-weight-header);
  cursor: pointer;
}

[enews-form-link]:hover {
  color: var(--color-text-link-dark-hover);
}

[enews-form-thankyou-text] {
  position: relative;
  font-weight: 400;
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  font-family: var(--font-family-body);
  grid-column: auto/span 3;
  display: grid;
  row-gap: 0.5rem;
}

[enews-form-thankyou-text] a {
  color: var(--color-text-link-dark);
  border-bottom: 1px solid transparent;
  transition: border-bottom 200ms ease-in-out;
  font-weight: var(--font-weight-header);
}

[enews-form-thankyou-text] a:hover {
  border-bottom: 1px solid var(--color-text-link-dark);
}

[enews-form-catalog] {
  float: left;
  max-width: 160px;
  height: auto;
  margin-right: 1.5rem;
}

a[enews-form-privacy] {
  transition: all 200ms ease-in-out;
  line-height: var(--line-height-header);
  font-weight: var(--font-weight-header);
  font-size: var(--font-size-body-small-fallback);
  font-size: var(--font-size-body-small);
  color: var(--color-text-link-dark);
  border-bottom: 1px solid transparent;
}

a[enews-form-privacy]:hover {
  border-bottom: 1px solid var(--color-text-link-dark);
}

@media (max-width: 767px) {
  [modal~=message] {
    --message-stage-border-radius: 0;
    --message-stage-z-index: 6002;
    --message-body-columns: 1fr;
    --message-body-width: 100vw;
    --message-body-width-max: 100vw;
    --message-body-height: 100vh;
    --message-body-height-max: 100vh;
    --message-body-rows: minmax(3rem, auto) 1fr;
    --message-aside-placement: start;
    --message-aside-and-form-padding: 1.5rem 1rem 10rem 1rem;
    display: grid;
    place-items: start;
  }
  [message-header] {
    background-image: var(--gradient-cta-primary-blue-to-green);
    background-size: 210% 210%;
  }
  [message-form-input] {
    font-size: var(--font-size-body-small-fallback);
    font-size: var(--font-size-body-small);
  }
}
@media (min-width: 768px) {
  [modal~=message] {
    --message-stage-border-radius: var(--border-radius-small);
    --message-stage-z-index: 5002;
    --message-body-columns: 0.8fr 1fr;
    --message-body-width: fit-content;
    --message-body-width-max: min(95vw, 1440px);
    --message-body-height: fit-content;
    --message-body-height-max: min(100vh, 1080px);
    --message-aside-and-form-padding: clamp(0.75rem, 4vh, 5rem) clamp(0.5rem, 4vw, 5rem);
    --message-aside-placement: center;
    --message-aside-headline-sm: clamp(1.125rem, 2vw, 1.5rem);
    --message-aside-headline-sm-fallback: 1.5rem;
    --message-aside-headline-lg: clamp(1.5rem, 2.5vw, 2.125rem);
    --message-aside-headline-lg-fallback: 2.125rem;
    --message-aside-text: clamp(1rem, 1.5vmin, 1.125rem);
    --message-aside-text-fallback: 1.125rem;
    --message-aside-logos-display: grid;
    --message-form-close-offset: 0.5rem;
    display: grid;
    place-items: center;
  }
}
@media (min-width: 768px) {
  [modal~=message] {
    --message-aside-placement: start;
    --message-body-height-max: min(100vh, 100vh);
  }
}
@media (min-width: 768px) and (max-width: 889px) {
  [modal~=message] {
    --message-body-width-max: min(100vw, 1440px);
  }
}
@media (min-width: 860px) and (min-height: 700px) {
  [modal~=message] {
    --message-aside-placement: center;
  }
}
[message-stage] {
  opacity: inherit;
  border-radius: var(--message-stage-border-radius);
  overflow: hidden;
  z-index: var(--message-stage-z-index);
  background-color: var(--color-bg-white);
}

[modal-toggle]:checked + [modal] [message-stage] {
  pointer-events: all;
}

[message-body] {
  display: grid;
  grid-template-columns: var(--message-body-columns);
  grid-template-rows: var(--message-body-rows, auto);
  width: var(--message-body-width);
  max-width: var(--message-body-width-max);
  height: var(--message-body-height);
  max-height: var(--message-body-height-max);
  line-height: var(--line-height-body);
}

[message-header] {
  display: grid;
  width: 100%;
  height: 3rem;
  grid-template-columns: 1fr 3rem;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  font-weight: var(--font-weight-header);
  background-color: var(--color-cta-primary-bg);
  z-index: 6000;
}

[message-header-title] {
  color: var(--color-bg-white);
  padding-left: 1rem;
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  font-family: var(--font-family-body);
}
[message-header-title] a,
[message-header-title] strong {
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  margin-top: none;
  margin-left: 0.25rem;
}

[message-header-close] {
  width: 3rem;
  height: 3rem;
  background-image: url("/assets/images/icons/mobile-navbar-more-active.svg");
  background-size: 1rem 1rem;
  background-position: center center;
  background-repeat: no-repeat;
  border-left: solid 1px rgba(255, 255, 255, 0.4);
  cursor: pointer;
  z-index: 6001;
}

[message-aside] {
  height: 100%;
  max-height: var(--message-body-height-max);
  padding: var(--message-aside-and-form-padding);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "message-aside-headlines" "message-aside-content";
  place-content: var(--message-aside-placement);
  -webkit-column-gap: 1.25vw;
     -moz-column-gap: 1.25vw;
          column-gap: 1.25vw;
  row-gap: 1.2rem;
  background-color: var(--color-bg-white);
  overflow-y: auto;
  overscroll-behavior: contain;
}

[message-aside-headlines] {
  grid-area: message-aside-headlines;
}

[message-aside-headline] {
  font-weight: var(--font-weight-header);
  font-family: var(--font-family-header);
  color: var(--color-text-dark);
  line-height: var(--line-height-header);
}

[message-aside-headline~=small] {
  grid-area: message-aside-headline-small;
  justify-self: start;
  font-weight: 500;
  font-size: var(--message-aside-headline-sm-fallback);
  font-size: var(--message-aside-headline-sm);
}

[message-aside-headline~=large] {
  grid-area: message-aside-headline-large;
  justify-self: start;
  font-size: var(--message-aside-headline-lg-fallback);
  font-size: var(--message-aside-headline-lg);
}

[message-aside-image-container] {
  grid-area: message-aside-image-container;
  align-self: start;
}

[message-aside-image] {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 7/9;
  border-radius: 6px;
}

@supports not (aspect-ratio: 7/9) {
  [message-aside-image] {
    position: relative;
    padding-top: 128.75%;
    height: 0;
  }
}
.icon-message {
  position: absolute;
  left: -1.9rem;
  top: 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 4px solid var(--color-bg-white);
  border-radius: var(--border-radius);
  display: flex;
  place-items: center;
}

.icon-message::after {
  --badge-text: "Message";
  content: var(--badge-text);
  color: var(--color-bg-white);
  font-weight: 800;
  text-align: center;
  background-color: var(--color-cta-primary-bg);
  border-radius: 3px;
  width: 100%;
  height: 100%;
  padding: 0.25rem 0.7rem;
  display: block;
}

@media (max-width: 1050px) {
  .icon-message {
    top: unset;
    bottom: -0.8rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4vw;
  }
}
[message-aside-content] {
  grid-area: message-aside-content;
  display: grid;
  place-items: start;
  align-content: start;
  gap: 1.5rem;
}

[message-aside-text] {
  font-size: var(--message-aside-text-fallback);
  font-size: var(--message-aside-text);
  line-height: var(--line-height-body);
}

[message-aside-logos] {
  width: 100%;
  display: var(--message-aside-logos-display);
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  align-items: center;
}

[message-aside-logo~=nathab] {
  max-width: 60px;
  height: auto;
  justify-self: end;
}

[message-aside-logo~=wwf] {
  max-width: 65px;
  height: auto;
  justify-self: start;
}

[message-form] {
  display: grid;
  height: 100%;
  max-height: var(--message-body-height-max);
  background-image: var(--gradient-silver);
  overflow-y: auto;
  overscroll-behavior: contain;
}

[message-form] form {
  display: block;
}

[message-form-required],
[message-form-thankyou] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-content: var(--message-aside-placement);
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
  height: 100%;
  padding: var(--message-aside-and-form-padding);
}
[message-form-required] a,
[message-form-thankyou] a {
  color: var(--color-text-link-dark);
  font-weight: var(--font-weight-header);
}

[message-form-headline] {
  position: relative;
  font-weight: var(--font-weight-header);
  font-size: var(--font-size-h3-fallback);
  font-size: var(--font-size-h3);
  font-family: var(--font-family-header);
  grid-column: auto/span 4;
}

[message-form-headline-text] {
  position: relative;
  font-weight: 400;
  font-size: var(--font-size-h3-fallback);
  font-size: var(--font-size-h3);
  line-height: var(--line-height-header);
  font-family: var(--font-family-body);
  grid-column: auto/span 3;
}

[message-form-thankyou-text~=thankyou] strong:first-child {
  display: block;
  font-size: var(--font-size-h4-fallback);
  font-size: var(--font-size-h4);
  font-family: var(--font-family-body);
}

[message-form-close] {
  position: absolute;
  top: var(--message-form-close-offset);
  right: var(--message-form-close-offset);
  display: block;
  width: 3rem;
  height: 3rem;
  background-image: url("/assets/images/icons/close--hover.png"), url("/assets/images/icons/close.png");
  background-repeat: no-repeat;
  background-size: 0.75rem 0.75rem;
  background-position: center center;
  border-left: solid 1px transparent;
  border-radius: 100%;
  transition: all 0.3s ease-out;
  cursor: pointer;
  z-index: 6001;
}

[message-form-close]:hover {
  background-image: url("/assets/images/icons/close.png");
  background-color: var(--color-bg-ocean);
  transition: all 0.1s;
}

[message-form-field] {
  display: grid;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  row-gap: 0.5rem;
  align-content: start;
}

[message-form-field~=start] {
  align-content: start;
}

[message-form-field] * {
  min-width: 0;
  max-width: 100%;
}

[message-form-field~="1/4"] {
  grid-column: auto/span 1;
}

[message-form-field~="1/2"],
[message-form-field~="50%"],
[message-form-field~=half] {
  grid-column: auto/span 2;
}

[message-form-field~="3/4"] {
  grid-column: auto/span 3;
}

[message-form-field~="100%"] {
  grid-column: auto/span 4;
}

@media (max-width: 860px) {
  [message-form-field~="1/4"],
  [message-form-field~="1/2"],
  [message-form-field~="50%"],
  [message-form-field~=half],
  [message-form-field~="3/4"] {
    grid-column: 1/-1;
  }
}
@media (max-width: 1560px) {
  [message-form-field~="1/4"],
  [message-form-field~="1/2"],
  [message-form-field~="50%"],
  [message-form-field~=half],
  [message-form-field~="3/4"] {
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }
}
[message-form-field~=checkbox] input:invalid {
  outline: 1px solid red;
}

[message-form-field~=checkbox] {
  display: flex;
  justify-items: flex-start;
  align-items: center;
  line-height: var(--line-height-header);
}

[message-form-field~=newsletter] {
  line-height: var(--line-height-header);
}

[message-form-field~=radio] {
  display: grid;
  grid-template-columns: auto 1fr;
  place-items: center;
}

[message-form-field-list~=checkbox] {
  display: grid;
  -webkit-column-gap: var(--gap);
     -moz-column-gap: var(--gap);
          column-gap: var(--gap);
}

[message-form-field-list~=radio] {
  display: grid;
  -webkit-column-gap: var(--gap);
     -moz-column-gap: var(--gap);
          column-gap: var(--gap);
  place-items: start;
  place-content: center;
}

[message-form-field-list~="2-column"] {
  grid-template-columns: repeat(auto-fill, minmax(345px, 1fr));
}

[message-form-field-list~="4-column"] {
  grid-template-columns: repeat(4, 0.25fr);
  grid-auto-flow: row;
}

[message-form-field-list~=radio][message-form-field-list~="4-column"] {
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  [message-form-field-list] {
    row-gap: 0.5rem;
  }
  [message-form-field-list~="2-column"],
  [message-form-field-list~="3-column"] {
    grid-template-columns: 1fr;
  }
  [message-form-field-list~="4-column"] {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }
}
[message-form-field-list~=checkbox] [message-form-label~=checkbox],
[message-form-field-list~=radio] [message-form-label~=radio] {
  font-weight: 500;
}

@media (max-width: 767px) {
  [message-form-field-list~=radio][message-form-field-list~="4-column"] {
    flex-direction: column;
  }
}
[message-form-label] {
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  font-weight: var(--font-weight-header);
  line-height: var(--line-height-1);
}

[message-form-label~=optin] {
  font-size: var(--font-size-body-small-fallback);
  font-size: var(--font-size-body-small);
}

[message-form-label~=optin] span::after {
  content: "|";
  padding: 0 0.25rem;
}

[message-form-label~=required]::after {
  content: "Required";
  left: 0.5rem;
  font-size: var(--font-size-body-smallest-fallback);
  font-size: var(--font-size-body-smallest);
  color: var(--color-text-link-dark);
}

[message-form-input] {
  border-radius: 8px;
}

[message-form-input~=text],
[message-form-input~=tel],
[message-form-input~=date],
[message-form-input~=email],
[message-form-input~=textarea],
[message-form-input~=select] {
  width: 100%;
  max-width: 100%;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  background-color: var(--color-bg-white);
}

[message-form-input~=textarea] {
  min-height: min(8.25rem, 15vh);
  line-height: var(--line-height-body);
}

[message-form-input~=checkbox] {
  grid-row: 2;
  min-width: 24px;
  min-height: 24px;
  outline: none;
  border-radius: 4rem;
  border: solid 1px var(--color-bg-red);
  accent-color: var(--brand-ocean);
}

[message-form-input~=radio] {
  grid-row: 2;
  width: 24px;
  height: 24px;
  outline: none;
  border-radius: 4rem;
  border: solid 1px var(--color-bg-red);
  accent-color: var(--brand-ocean);
}

[message-form-label~=checkbox] {
  cursor: pointer;
  border-bottom: 1px solid transparent;
}

[message-form-field~=button] {
  display: grid;
  grid-template-columns: auto 1fr;
  place-items: start;
  align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

[message-form-button] {
  display: grid;
  place-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: var(--button-or-input-max-height);
  font-weight: var(--font-weight-header);
  font-family: var(--font-family-body);
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  padding: var(--space-s) var(--space-m);
  color: var(--color-cta-primary-text);
  background-image: var(--gradient-cta-primary-blue-to-green);
  background-size: 210% 210%;
  letter-spacing: 0.5px;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  cursor: pointer;
  border-radius: var(--border-radius-small);
}

[message-form-button]:hover {
  -webkit-animation: cta-primary-hover 250ms ease-out;
          animation: cta-primary-hover 250ms ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 1;
}

@keyframes progress {
  to {
    width: 100%;
  }
}
@keyframes progress {
  0% {
    width: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
[message-form-button]:disabled,
[message-form-button]:disabled:hover {
  color: transparent;
  background-color: var(--color-cta-primary-bg);
  border-radius: 0.5rem;
  overflow: hidden;
}

[message-form-button]:disabled:after,
[message-form-button]:disabled:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  opacity: 0;
  -webkit-animation-name: progress;
          animation-name: progress;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 3.125s;
          animation-duration: 3.125s;
  border-bottom: 10px solid var(--color-bg-white);
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0;
  z-index: 1;
}

[message-form-button]:disabled:before,
[message-form-button]:disabled:hover:before {
  content: "Sending ...";
  display: grid;
  place-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-weight: var(--font-weight-header);
  color: var(--color-bg-white);
  z-index: 20;
  opacity: 1;
}

[message-form-link] {
  color: var(--color-text-link-dark);
  font-weight: var(--font-weight-header);
  cursor: pointer;
}

[message-form-link]:hover {
  color: var(--color-text-link-dark-hover);
}

[message-form-thankyou-text] {
  position: relative;
  font-weight: 400;
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  font-family: var(--font-family-body);
  grid-column: auto/span 3;
  display: grid;
  row-gap: 0.5rem;
}

[message-form-thankyou-text] a {
  color: var(--color-text-link-dark);
  border-bottom: 1px solid transparent;
  transition: border-bottom 200ms ease-in-out;
  font-weight: var(--font-weight-header);
}

[message-form-thankyou-text] a:hover {
  border-bottom: 1px solid var(--color-text-link-dark);
}

[message-form-catalog] {
  float: left;
  max-width: 160px;
  height: auto;
  margin-right: 1.5rem;
}

a[message-form-privacy] {
  transition: all 200ms ease-in-out;
  line-height: var(--line-height-header);
  font-weight: var(--font-weight-header);
  font-size: var(--font-size-body-small-fallback);
  font-size: var(--font-size-body-small);
  color: var(--color-text-link-dark);
  border-bottom: 1px solid transparent;
}

a[message-form-privacy]:hover {
  border-bottom: 1px solid var(--color-text-link-dark);
}

@media (max-width: 767px) {
  [modal~=refer] {
    --refer-stage-border-radius: 0;
    --refer-stage-z-index: 6002;
    --refer-body-columns: 1fr;
    --refer-body-width: 100vw;
    --refer-body-width-max: 100vw;
    --refer-body-height: 100vh;
    --refer-body-height-max: 100vh;
    --refer-body-rows: minmax(3rem, auto) 1fr;
    --refer-aside-placement: start;
    --refer-aside-and-form-padding: 1.5rem 1rem 10rem 1rem;
    display: grid;
    place-items: start;
  }
  [refer-header] {
    background-image: var(--gradient-cta-primary-blue-to-green);
    background-size: 210% 210%;
  }
  [refer-form-input] {
    font-size: var(--font-size-body-small-fallback);
    font-size: var(--font-size-body-small);
  }
}
@media (min-width: 768px) {
  [modal~=refer] {
    --refer-stage-border-radius: var(--border-radius-small);
    --refer-stage-z-index: 5002;
    --refer-body-columns: 0.5fr 1fr;
    --refer-body-width: fit-content;
    --refer-body-width-max: min(95vw, 1920px);
    --refer-body-height: fit-content;
    --refer-body-height-max: min(100vh, 1080px);
    --refer-aside-and-form-padding: clamp(0.75rem, 4vh, 5rem) clamp(0.5rem, 4vw, 5rem);
    --refer-aside-placement: center;
    --refer-aside-headline-sm: clamp(1.125rem, 2vw, 1.5rem);
    --refer-aside-headline-sm-fallback: 1.5rem;
    --refer-aside-headline-lg: clamp(1.5rem, 2.5vw, 2.125rem);
    --refer-aside-headline-lg-fallback: 2.125rem;
    --refer-aside-text: clamp(1rem, 1.5vmin, 1.125rem);
    --refer-aside-text-fallback: 1.125rem;
    --refer-aside-logos-display: grid;
    --refer-form-close-offset: 0.5rem;
    display: grid;
    place-items: center;
  }
}
@media (min-width: 768px) {
  [modal~=refer] {
    --refer-aside-placement: start;
    --refer-body-height-max: min(100vh, 100vh);
  }
}
@media (min-width: 768px) and (max-width: 889px) {
  [modal~=refer] {
    --refer-body-width-max: min(100vw, 1440px);
  }
}
@media (min-width: 860px) and (min-height: 700px) {
  [modal~=refer] {
    --refer-aside-placement: center;
  }
}
[refer-stage] {
  opacity: inherit;
  border-radius: var(--refer-stage-border-radius);
  overflow: hidden;
  z-index: var(--refer-stage-z-index);
  background-color: var(--color-bg-white);
}

[modal-toggle]:checked + [modal] [refer-stage] {
  pointer-events: all;
}

[refer-body] {
  display: grid;
  grid-template-columns: var(--refer-body-columns);
  grid-template-rows: var(--refer-body-rows, auto);
  width: var(--refer-body-width);
  max-width: var(--refer-body-width-max);
  height: var(--refer-body-height);
  max-height: var(--refer-body-height-max);
  line-height: var(--line-height-body);
}

[refer-header] {
  display: grid;
  width: 100%;
  height: 3rem;
  grid-template-columns: 1fr 3rem;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  font-weight: var(--font-weight-header);
  background-color: var(--color-cta-primary-bg);
  z-index: 6000;
}

[refer-header-title] {
  color: var(--color-bg-white);
  padding-left: 1rem;
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  font-family: var(--font-family-body);
}
[refer-header-title] a,
[refer-header-title] strong {
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  margin-top: none;
  margin-left: 0.25rem;
}

[refer-header-close] {
  width: 3rem;
  height: 3rem;
  background-image: url("/assets/images/icons/mobile-navbar-more-active.svg");
  background-size: 1rem 1rem;
  background-position: center center;
  background-repeat: no-repeat;
  border-left: solid 1px rgba(255, 255, 255, 0.4);
  cursor: pointer;
  z-index: 6001;
}

[refer-aside] {
  height: 100%;
  max-height: var(--refer-body-height-max);
  padding: var(--refer-aside-and-form-padding);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "refer-aside-headlines" "refer-aside-content";
  place-content: var(--refer-aside-placement);
  -webkit-column-gap: 1.25vw;
     -moz-column-gap: 1.25vw;
          column-gap: 1.25vw;
  row-gap: 1.2rem;
  background-color: var(--color-bg-white);
  overflow-y: auto;
  overscroll-behavior: contain;
}

[refer-aside-headlines] {
  grid-area: refer-aside-headlines;
}

[refer-aside-headline] {
  font-weight: var(--font-weight-header);
  font-family: var(--font-family-header);
  color: var(--color-text-dark);
  line-height: var(--line-height-header);
}

[refer-aside-headline~=small] {
  grid-area: refer-aside-headline-small;
  justify-self: start;
  font-weight: 500;
  font-size: var(--refer-aside-headline-sm-fallback);
  font-size: var(--refer-aside-headline-sm);
}

[refer-aside-headline~=large] {
  grid-area: refer-aside-headline-large;
  justify-self: start;
  font-size: var(--refer-aside-headline-lg-fallback);
  font-size: var(--refer-aside-headline-lg);
}

[refer-aside-image-container] {
  grid-area: refer-aside-image-container;
  align-self: start;
}

[refer-aside-image] {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 7/9;
  border-radius: 6px;
}

@supports not (aspect-ratio: 7/9) {
  [refer-aside-image] {
    position: relative;
    padding-top: 128.75%;
    height: 0;
  }
}
.icon-refer {
  position: absolute;
  left: -1.9rem;
  top: 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 4px solid var(--color-bg-white);
  border-radius: var(--border-radius);
  display: flex;
  place-items: center;
}

.icon-refer::after {
  --badge-text: "Refer Friend";
  content: var(--badge-text);
  color: var(--color-bg-white);
  font-weight: 800;
  text-align: center;
  background-color: var(--color-cta-primary-bg);
  border-radius: 3px;
  width: 100%;
  height: 100%;
  padding: 0.25rem 0.7rem;
  display: block;
}

@media (max-width: 1050px) {
  .icon-refer {
    top: unset;
    bottom: -0.8rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4vw;
  }
}
[refer-aside-content] {
  grid-area: refer-aside-content;
  display: grid;
  place-items: start;
  align-content: start;
  gap: 1.5rem;
}

[refer-aside-text] {
  font-size: var(--refer-aside-text-fallback);
  font-size: var(--refer-aside-text);
  line-height: var(--line-height-body);
}

[refer-aside-text] a {
  font-weight: var(--font-weight-header);
  color: var(--color-text-link-dark);
  border-bottom: 1px solid transparent;
}

[refer-aside-text] a:hover {
  border-bottom: 1px solid var(--color-text-link-dark);
}

[refer-aside-text] a[href^="tel:"] {
  white-space: nowrap;
}

[refer-aside-logos] {
  width: 100%;
  display: var(--refer-aside-logos-display);
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  align-items: center;
}

[refer-aside-logo~=nathab] {
  max-width: 60px;
  height: auto;
  justify-self: end;
}

[refer-aside-logo~=wwf] {
  max-width: 65px;
  height: auto;
  justify-self: start;
}

[refer-form] {
  display: grid;
  height: 100%;
  max-height: var(--refer-body-height-max);
  background-color: var(--color-bg-silver);
  overflow-y: auto;
  overscroll-behavior: contain;
}

[refer-form] form {
  display: block;
}

[refer-form-required],
[refer-form-thankyou] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-content: var(--refer-aside-placement);
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
  height: 100%;
  padding: var(--refer-aside-and-form-padding);
}
[refer-form-required] a,
[refer-form-thankyou] a {
  color: var(--color-text-dark);
  font-weight: 600;
}

[refer-form-headline] {
  position: relative;
  font-weight: var(--font-weight-header);
  font-size: var(--font-size-h3-fallback);
  font-size: var(--font-size-h3);
  font-family: var(--font-family-header);
  grid-column: 1/-1;
}

[refer-form-text] {
  position: relative;
  font-weight: 400;
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  font-family: var(--font-family-body);
  grid-column: auto/span 4;
}

[refer-form-text] a {
  font-weight: 600;
  color: var(--color-text-dark);
  border-bottom: 1px solid transparent;
}

[refer-form-text] a:hover {
  color: var(--color-text-dark);
  border-bottom: 1px solid var(--color-bg-red);
}

[refer-form-thankyou-text~=thankyou] strong:first-child {
  display: block;
  font-size: var(--font-size-h4-fallback);
  font-size: var(--font-size-h4);
  font-family: var(--font-family-body);
}

[refer-form-close] {
  position: absolute;
  top: var(--refer-form-close-offset);
  right: var(--refer-form-close-offset);
  display: block;
  width: 3rem;
  height: 3rem;
  background-image: url("/assets/images/icons/close--hover.png"), url("/assets/images/icons/close.png");
  background-repeat: no-repeat;
  background-size: 0.75rem 0.75rem;
  background-position: center center;
  border-left: solid 1px transparent;
  border-radius: 100%;
  transition: all 0.3s ease-out;
  cursor: pointer;
  z-index: 6001;
}

[refer-form-close]:hover {
  background-image: url("/assets/images/icons/close.png");
  background-color: var(--color-bg-ocean);
  transition: all 0.1s;
}

[refer-form-field] {
  display: grid;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  row-gap: 0.5rem;
  align-content: start;
}

[refer-form-field~=start] {
  align-content: start;
}

[refer-form-field] * {
  min-width: 0;
  max-width: 100%;
}

[refer-form-field~="1/4"] {
  grid-column: auto/span 1;
}

[refer-form-field~="1/2"],
[refer-form-field~="50%"],
[refer-form-field~=half] {
  grid-column: auto/span 2;
}

[refer-form-field~="3/4"] {
  grid-column: auto/span 3;
}

[refer-form-field~="100%"] {
  grid-column: auto/span 4;
}

@media (max-width: 1299px) {
  [refer-form-field~="1/4"],
  [refer-form-field~="1/2"],
  [refer-form-field~="50%"],
  [refer-form-field~=half],
  [refer-form-field~="3/4"] {
    grid-column: 1/-1;
  }
}
[refer-form-field~=checkbox] input:invalid {
  outline: 1px solid red;
}

[refer-form-field~=checkbox] {
  display: flex;
  justify-items: flex-start;
  align-items: center;
  line-height: var(--line-height-header);
  padding-top: 1.5rem;
}

[refer-form-field~=newsletter] {
  line-height: var(--line-height-header);
}

[refer-form-field~=radio] {
  display: grid;
  grid-template-columns: auto 1fr;
  place-items: center;
}

[refer-form-field-list~=checkbox] {
  display: grid;
  -webkit-column-gap: var(--gap);
     -moz-column-gap: var(--gap);
          column-gap: var(--gap);
}

[refer-form-field-list~=radio] {
  display: grid;
  -webkit-column-gap: var(--gap);
     -moz-column-gap: var(--gap);
          column-gap: var(--gap);
  place-items: start;
  place-content: center;
}

[refer-form-field-list~="2-column"] {
  grid-template-columns: repeat(auto-fill, minmax(345px, 1fr));
}

[refer-form-field-list~="4-column"] {
  grid-template-columns: repeat(4, 0.25fr);
  grid-auto-flow: row;
}

[refer-form-field-list~=radio][refer-form-field-list~="4-column"] {
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  [refer-form-field-list] {
    row-gap: 0.5rem;
  }
  [refer-form-field-list~="2-column"],
  [refer-form-field-list~="3-column"] {
    grid-template-columns: 1fr;
  }
  [refer-form-field-list~="4-column"] {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }
}
[refer-form-field-list~=checkbox] [refer-form-label~=checkbox],
[refer-form-field-list~=radio] [refer-form-label~=radio] {
  font-weight: 500;
}

@media (max-width: 767px) {
  [refer-form-field-list~=radio][refer-form-field-list~="4-column"] {
    flex-direction: column;
  }
}
[refer-form-label] {
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  font-weight: var(--font-weight-header);
  line-height: var(--line-height-1);
}

[refer-form-label~=optin] {
  font-size: var(--font-size-body-small-fallback);
  font-size: var(--font-size-body-small);
}

[refer-form-label~=optin] span::after {
  content: "|";
  padding: 0 0.25rem;
}

[refer-form-label~=required]::after {
  content: "Required";
  left: 0.5rem;
  font-size: var(--font-size-body-smallest-fallback);
  font-size: var(--font-size-body-smallest);
  color: var(--color-text-link-dark);
}

[refer-form-input] {
  border-radius: 8px;
}

[refer-form-input~=text],
[refer-form-input~=tel],
[refer-form-input~=date],
[refer-form-input~=email],
[refer-form-input~=textarea],
[refer-form-input~=select] {
  width: 100%;
  max-width: 100%;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  background-color: var(--color-bg-white);
}

[refer-form-input~=textarea] {
  min-height: min(8.25rem, 15vh);
  line-height: var(--line-height-body);
}

[refer-form-input~=checkbox] {
  grid-row: 2;
  min-width: 24px;
  min-height: 24px;
  outline: none;
  border-radius: 4rem;
  border: solid 1px var(--color-bg-red);
  accent-color: var(--brand-ocean);
}

[refer-form-input~=radio] {
  grid-row: 2;
  width: 24px;
  height: 24px;
  outline: none;
  border-radius: 4rem;
  border: solid 1px var(--color-bg-red);
  accent-color: var(--brand-ocean);
}

[refer-form-label~=checkbox] {
  cursor: pointer;
  border-bottom: 1px solid transparent;
}

[refer-form-field~=button] {
  display: grid;
  grid-template-columns: auto 1fr;
  place-items: start;
  align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

[refer-form-button] {
  display: grid;
  place-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: var(--button-or-input-max-height);
  font-weight: var(--font-weight-header);
  font-family: var(--font-family-body);
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  padding: var(--space-s) var(--space-m);
  color: var(--color-cta-primary-text);
  background-image: var(--gradient-cta-primary-blue-to-green);
  background-size: 210% 210%;
  letter-spacing: 0.5px;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  cursor: pointer;
  border-radius: var(--border-radius-small);
}

[refer-form-button]:hover {
  -webkit-animation: cta-primary-hover 250ms ease-out;
          animation: cta-primary-hover 250ms ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 1;
}

@keyframes progress {
  to {
    width: 100%;
  }
}
@keyframes progress {
  0% {
    width: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
[refer-form-button]:disabled,
[refer-form-button]:disabled:hover {
  color: transparent;
  background-color: var(--color-cta-primary-bg);
  border-radius: 0.5rem;
  overflow: hidden;
}

[refer-form-button]:disabled:after,
[refer-form-button]:disabled:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  opacity: 0;
  -webkit-animation-name: progress;
          animation-name: progress;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 3.125s;
          animation-duration: 3.125s;
  border-bottom: 10px solid var(--color-bg-white);
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0;
  z-index: 1;
}

[refer-form-button]:disabled:before,
[refer-form-button]:disabled:hover:before {
  content: "Sending ...";
  display: grid;
  place-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-weight: var(--font-weight-header);
  color: var(--color-bg-white);
  z-index: 20;
  opacity: 1;
}

[refer-form-link] {
  color: var(--color-text-dark);
  font-weight: var(--font-weight-header);
  cursor: pointer;
}

[refer-form-link]:hover {
  color: var(--color-text-link-dark-hover);
}

[refer-form-thankyou-text] {
  position: relative;
  font-weight: 400;
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  font-family: var(--font-family-body);
  grid-column: auto/span 3;
  display: grid;
  row-gap: 0.5rem;
}

[refer-form-thankyou-text] a {
  color: var(--color-text-link-dark);
  border-bottom: 1px solid transparent;
  transition: border-bottom 200ms ease-in-out;
  font-weight: var(--font-weight-header);
}

[refer-form-thankyou-text] a:hover {
  border-bottom: 1px solid var(--color-text-link-dark);
}

[refer-form-catalog] {
  float: left;
  max-width: 160px;
  height: auto;
  margin-right: 1.5rem;
}

a[refer-form-privacy] {
  transition: all 200ms ease-in-out;
  line-height: var(--line-height-header);
  font-weight: var(--font-weight-header);
  font-size: var(--font-size-body-small-fallback);
  font-size: var(--font-size-body-small);
  color: var(--color-text-link-dark);
  border-bottom: 1px solid transparent;
}

a[refer-form-privacy]:hover {
  border-bottom: 1px solid var(--color-text-link-dark);
}

.block-on-mobile {
  margin-top: 0.5rem;
  display: block;
}

.smaller {
  font-size: var(--font-size-body-small-fallback);
  font-size: var(--font-size-body-small);
}

@media (max-width: 767px) {
  [modal~=digital] {
    --digital-stage-border-radius: 0;
    --digital-stage-z-index: 6002;
    --digital-body-columns: 1fr;
    --digital-body-width: 100vw;
    --digital-body-width-max: 100vw;
    --digital-body-height: 100vh;
    --digital-body-height-max: 100vh;
    --digital-body-rows: minmax(3rem, auto) 1fr;
    --digital-aside-placement: start;
    --digital-aside-and-form-padding: 1.5rem 1rem 10rem 1rem;
    display: grid;
    place-items: start;
  }
  [digital-header] {
    background-image: var(--gradient-cta-primary-blue-to-green);
    background-size: 210% 210%;
  }
  [digital-form-input] {
    font-size: var(--font-size-body-small-fallback);
    font-size: var(--font-size-body-small);
  }
}
@media (min-width: 768px) {
  [modal~=digital] {
    --digital-stage-border-radius: var(--border-radius-small);
    --digital-stage-z-index: 5002;
    --digital-body-columns: 0.8fr 1fr;
    --digital-body-width: fit-content;
    --digital-body-width-max: min(95vw, 1440px);
    --digital-body-height: fit-content;
    --digital-body-height-max: min(100vh, 1080px);
    --digital-aside-and-form-padding: clamp(0.75rem, 4vh, 5rem) clamp(0.5rem, 4vw, 5rem);
    --digital-aside-placement: center;
    --digital-aside-headline-sm: clamp(1.125rem, 2vw, 1.5rem);
    --digital-aside-headline-sm-fallback: 1.5rem;
    --digital-aside-headline-lg: clamp(1.5rem, 2.5vw, 2.125rem);
    --digital-aside-headline-lg-fallback: 2.125rem;
    --digital-aside-text: clamp(1rem, 1.5vmin, 1.125rem);
    --digital-aside-text-fallback: 1.125rem;
    --digital-aside-logos-display: grid;
    --digital-form-close-offset: 0.5rem;
    display: grid;
    place-items: center;
  }
}
@media (min-width: 768px) {
  [modal~=digital] {
    --digital-aside-placement: start;
    --digital-body-height-max: min(100vh, 100vh);
  }
}
@media (min-width: 768px) and (max-width: 889px) {
  [modal~=digital] {
    --digital-body-width-max: min(100vw, 1440px);
  }
}
@media (min-width: 890px) and (min-height: 685px) {
  [modal~=digital] {
    --digital-aside-placement: center;
  }
}
[digital-stage] {
  opacity: inherit;
  border-radius: var(--digital-stage-border-radius);
  overflow: hidden;
  z-index: var(--digital-stage-z-index);
  background-color: var(--color-bg-white);
}

[modal-toggle]:checked + [modal] [digital-stage] {
  pointer-events: all;
}

[digital-body] {
  display: grid;
  grid-template-columns: var(--digital-body-columns);
  grid-template-rows: var(--digital-body-rows, auto);
  width: var(--digital-body-width);
  max-width: var(--digital-body-width-max);
  height: var(--digital-body-height);
  max-height: var(--digital-body-height-max);
  line-height: var(--line-height-body);
}

[digital-header] {
  display: grid;
  width: 100%;
  height: 3rem;
  grid-template-columns: 1fr 3rem;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  font-weight: var(--font-weight-header);
  background-color: var(--color-cta-primary-bg);
  z-index: 6000;
}

[digital-header-title] {
  color: var(--color-bg-white);
  padding-left: 1rem;
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  font-family: var(--font-family-body);
}
[digital-header-title] a,
[digital-header-title] strong {
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  margin-top: none;
  margin-left: 0.25rem;
}

[digital-header-close] {
  width: 3rem;
  height: 3rem;
  background-image: url("/assets/images/icons/mobile-navbar-more-active.svg");
  background-size: 1rem 1rem;
  background-position: center center;
  background-repeat: no-repeat;
  border-left: solid 1px rgba(255, 255, 255, 0.4);
  cursor: pointer;
  z-index: 6001;
}

[digital-aside] {
  height: 100%;
  max-height: var(--digital-body-height-max);
  padding: var(--digital-aside-and-form-padding);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "digital-aside-headlines" "digital-aside-content";
  place-content: var(--digital-aside-placement);
  -webkit-column-gap: 1.25vw;
     -moz-column-gap: 1.25vw;
          column-gap: 1.25vw;
  row-gap: 1.2rem;
  background-color: var(--color-bg-white);
  overflow-y: auto;
  overscroll-behavior: contain;
}

[digital-aside-headlines] {
  grid-area: digital-aside-headlines;
}

[digital-aside-headline] {
  font-weight: var(--font-weight-header);
  font-family: var(--font-family-header);
  color: var(--color-text-dark);
  line-height: var(--line-height-header);
}

[digital-aside-headline~=small] {
  grid-area: digital-aside-headline-small;
  justify-self: start;
  font-weight: 500;
  font-size: var(--digital-aside-headline-sm-fallback);
  font-size: var(--digital-aside-headline-sm);
}

[digital-aside-headline~=large] {
  grid-area: digital-aside-headline-large;
  justify-self: start;
  font-size: var(--digital-aside-headline-lg-fallback);
  font-size: var(--digital-aside-headline-lg);
}

[digital-aside-image-container] {
  grid-area: digital-aside-image-container;
  align-self: start;
}

[digital-aside-image] {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 7/9;
  border-radius: 6px;
}

@supports not (aspect-ratio: 7/9) {
  [digital-aside-image] {
    position: relative;
    padding-top: 128.75%;
    height: 0;
  }
}
.icon-digital {
  position: absolute;
  left: -1.9rem;
  top: 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 4px solid var(--color-bg-white);
  border-radius: var(--border-radius);
  display: flex;
  place-items: center;
}

.icon-digital::after {
  --badge-text: "Digital Catalog";
  content: var(--badge-text);
  color: var(--color-bg-white);
  font-weight: 800;
  text-align: center;
  background-color: var(--color-cta-primary-bg);
  border-radius: 3px;
  width: 100%;
  height: 100%;
  padding: 0.25rem 0.7rem;
  display: block;
}

@media (max-width: 1050px) {
  .icon-digital {
    top: unset;
    bottom: -0.8rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4vw;
  }
}
[digital-aside-content] {
  grid-area: digital-aside-content;
  display: grid;
  place-items: start;
  align-content: start;
  gap: 1.5rem;
}

[digital-aside-text] {
  font-size: var(--digital-aside-text-fallback);
  font-size: var(--digital-aside-text);
  line-height: var(--line-height-body);
}

[digital-aside-text] a {
  color: var(--color-text-link-dark);
  font-weight: var(--font-weight-header);
  border-bottom: 1px solid transparent;
  transition: border-bottom 200ms ease-in-out;
}

[digital-aside-text] a:hover {
  border-bottom: 1px solid var(--color-text-link-dark);
}

[digital-aside-logos] {
  width: 100%;
  display: var(--digital-aside-logos-display);
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  align-items: center;
}

[digital-aside-logo~=nathab] {
  max-width: 60px;
  height: auto;
  justify-self: end;
}

[digital-aside-logo~=wwf] {
  max-width: 65px;
  height: auto;
  justify-self: start;
}

[digital-form] {
  display: grid;
  height: 100%;
  max-height: var(--digital-body-height-max);
  background-image: var(--gradient-silver);
  overflow-y: auto;
  overscroll-behavior: contain;
}

[digital-form] form {
  display: block;
}

[digital-form-required],
[digital-form-thankyou] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-content: var(--digital-aside-placement);
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
  height: 100%;
  padding: var(--digital-aside-and-form-padding);
}
[digital-form-required] a,
[digital-form-thankyou] a {
  color: var(--color-text-link-dark);
  font-weight: var(--font-weight-header);
}

[digital-form-headline] {
  position: relative;
  font-weight: var(--font-weight-header);
  font-size: var(--font-size-h3-fallback);
  font-size: var(--font-size-h3);
  font-family: var(--font-family-header);
  grid-column: auto/span 4;
}

[digital-form-headline-text] {
  position: relative;
  font-weight: 400;
  font-size: var(--font-size-h3-fallback);
  font-size: var(--font-size-h3);
  line-height: var(--line-height-header);
  font-family: var(--font-family-body);
  grid-column: auto/span 3;
}

[digital-form-thankyou-text~=thankyou] strong:first-child {
  display: block;
  font-size: var(--font-size-h4-fallback);
  font-size: var(--font-size-h4);
  font-family: var(--font-family-body);
}

[digital-form-close] {
  position: absolute;
  top: var(--digital-form-close-offset);
  right: var(--digital-form-close-offset);
  display: block;
  width: 3rem;
  height: 3rem;
  background-image: url("/assets/images/icons/close--hover.png"), url("/assets/images/icons/close.png");
  background-repeat: no-repeat;
  background-size: 0.75rem 0.75rem;
  background-position: center center;
  border-left: solid 1px transparent;
  border-radius: 100%;
  transition: all 0.3s ease-out;
  cursor: pointer;
  z-index: 6001;
}

[digital-form-close]:hover {
  background-image: url("/assets/images/icons/close.png");
  background-color: var(--color-bg-ocean);
  transition: all 0.1s;
}

[digital-form-field] {
  display: grid;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  row-gap: 0.5rem;
  align-content: start;
}

[digital-form-field~=start] {
  align-content: start;
}

[digital-form-field] * {
  min-width: 0;
  max-width: 100%;
}

[digital-form-field~="1/4"] {
  grid-column: auto/span 1;
}

[digital-form-field~="1/2"],
[digital-form-field~="50%"],
[digital-form-field~=half] {
  grid-column: auto/span 2;
}

[digital-form-field~="3/4"] {
  grid-column: auto/span 3;
}

[digital-form-field~="100%"] {
  grid-column: auto/span 4;
}

@media (max-width: 860px) {
  [digital-form-field~="1/4"],
  [digital-form-field~="1/2"],
  [digital-form-field~="50%"],
  [digital-form-field~=half],
  [digital-form-field~="3/4"] {
    grid-column: 1/-1;
  }
}
@media (max-width: 1560px) {
  [digital-form-field~="1/4"],
  [digital-form-field~="1/2"],
  [digital-form-field~="50%"],
  [digital-form-field~=half],
  [digital-form-field~="3/4"] {
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }
}
[digital-form-field~=checkbox] input:invalid {
  outline: 1px solid red;
}

[digital-form-field~=checkbox] {
  display: flex;
  align-items: center;
  line-height: var(--line-height-header);
}

[digital-form-field~=newsletter] {
  line-height: var(--line-height-header);
}

[digital-form-field~=radio] {
  display: grid;
  grid-template-columns: auto 1fr;
  place-items: center;
}

[digital-form-field-list~=checkbox] {
  display: grid;
  -webkit-column-gap: var(--gap);
     -moz-column-gap: var(--gap);
          column-gap: var(--gap);
  row-gap: 0.75rem;
}

[digital-form-field-list~=radio] {
  display: grid;
  -webkit-column-gap: var(--gap);
     -moz-column-gap: var(--gap);
          column-gap: var(--gap);
  place-items: start;
  place-content: center;
}

[digital-form-field-list~="2-column"] {
  grid-template-columns: repeat(auto-fill, minmax(345px, 1fr));
}

[digital-form-field-list~="4-column"] {
  grid-template-columns: repeat(4, 0.25fr);
  grid-auto-flow: row;
}

[digital-form-field-list~=radio][digital-form-field-list~="4-column"] {
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  [digital-form-field-list] {
    row-gap: 0.5rem;
  }
  [digital-form-field-list~="2-column"],
  [digital-form-field-list~="3-column"] {
    grid-template-columns: 1fr;
  }
  [digital-form-field-list~="4-column"] {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }
}
[digital-form-field-list~=checkbox] [digital-form-label~=checkbox],
[digital-form-field-list~=radio] [digital-form-label~=radio] {
  font-weight: 500;
}

@media (max-width: 767px) {
  [digital-form-field-list~=radio][digital-form-field-list~="4-column"] {
    flex-direction: column;
  }
}
[digital-form-label] {
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  font-weight: var(--font-weight-header);
  line-height: var(--line-height-1);
}

[digital-form-label~=optin] {
  font-size: var(--font-size-body-small-fallback);
  font-size: var(--font-size-body-small);
}

[digital-form-label~=optin] span::after {
  content: "|";
  padding: 0 0.25rem;
}

[digital-form-label~=required]::after {
  content: "Required";
  left: 0.5rem;
  font-size: var(--font-size-body-smallest-fallback);
  font-size: var(--font-size-body-smallest);
  color: var(--color-text-link-dark);
}

[digital-form-input] {
  border-radius: 8px;
}

[digital-form-input~=text],
[digital-form-input~=tel],
[digital-form-input~=date],
[digital-form-input~=email],
[digital-form-input~=select] {
  width: 100%;
  max-width: 100%;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  background-color: var(--color-bg-white);
}

[digital-form-input~=checkbox] {
  grid-row: 2;
  min-width: 24px;
  min-height: 24px;
  outline: none;
  border-radius: 4rem;
  border: solid 1px var(--color-bg-red);
  accent-color: var(--brand-ocean);
}

[digital-form-input~=radio] {
  grid-row: 2;
  width: 24px;
  height: 24px;
  outline: none;
  border-radius: 4rem;
  border: solid 1px var(--color-bg-red);
  accent-color: var(--brand-ocean);
}

[digital-form-label~=checkbox] {
  cursor: pointer;
  border-bottom: 1px solid transparent;
}

[digital-form-field~=button] {
  display: grid;
  grid-template-columns: auto 1fr;
  place-items: start;
  align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

[digital-form-button] {
  display: grid;
  place-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: var(--button-or-input-max-height);
  font-weight: var(--font-weight-header);
  font-family: var(--font-family-body);
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  padding: var(--space-s) var(--space-m);
  color: var(--color-cta-primary-text);
  background-image: var(--gradient-cta-primary-blue-to-green);
  background-size: 210% 210%;
  letter-spacing: 0.5px;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  cursor: pointer;
  border-radius: var(--border-radius-small);
}

[digital-form-button]:hover {
  -webkit-animation: cta-primary-hover 250ms ease-out;
          animation: cta-primary-hover 250ms ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 1;
}

@keyframes progress {
  to {
    width: 100%;
  }
}
@keyframes progress {
  0% {
    width: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
[digital-form-button]:disabled,
[digital-form-button]:disabled:hover {
  color: transparent;
  background-color: var(--color-cta-primary-bg);
  border-radius: 0.5rem;
  overflow: hidden;
}

[digital-form-button]:disabled:after,
[digital-form-button]:disabled:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  opacity: 0;
  -webkit-animation-name: progress;
          animation-name: progress;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 3.125s;
          animation-duration: 3.125s;
  border-bottom: 10px solid var(--color-bg-white);
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0;
  z-index: 1;
}

[digital-form-button]:disabled:before,
[digital-form-button]:disabled:hover:before {
  content: "Sending ...";
  display: grid;
  place-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-weight: var(--font-weight-header);
  color: var(--color-bg-white);
  z-index: 20;
  opacity: 1;
}

[digital-form-link] {
  color: var(--color-text-link-dark);
  font-weight: var(--font-weight-header);
  cursor: pointer;
}

[digital-form-link]:hover {
  color: var(--color-text-link-dark-hover);
}

[digital-form-thankyou-text] {
  position: relative;
  font-weight: 400;
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  font-family: var(--font-family-body);
  grid-column: auto/span 3;
  display: grid;
  row-gap: 0.5rem;
}

[digital-form-thankyou-text] a {
  color: var(--color-text-link-dark);
  border-bottom: 1px solid transparent;
  transition: border-bottom 200ms ease-in-out;
  font-weight: var(--font-weight-header);
}

[digital-form-thankyou-text] a:hover {
  border-bottom: 1px solid var(--color-text-link-dark);
}

[digital-form-digital] {
  float: left;
  max-width: 160px;
  height: auto;
  margin-right: 1.5rem;
}

a[digital-form-privacy] {
  transition: all 200ms ease-in-out;
  line-height: var(--line-height-header);
  font-weight: var(--font-weight-header);
  font-size: var(--font-size-body-small-fallback);
  font-size: var(--font-size-body-small);
  color: var(--color-text-link-dark);
  border-bottom: 1px solid transparent;
}

a[digital-form-privacy]:hover {
  border-bottom: 1px solid var(--color-text-link-dark);
}

[youtube-modal] {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: visible;
  z-index: 99999;
  aspect-ratio: 16/9;
}

@media (orientation: portrait) {
  [youtube-modal] {
    width: min(80vw, 1920px);
  }
}
@media (orientation: landscape) {
  [youtube-modal] {
    height: min(55vh, 1080px);
  }
}
[youtube-modal][open] {
  display: block;
}

[youtube-modal]::-webkit-backdrop {
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
}

[youtube-modal]::backdrop {
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
}

[youtube-toggle]:checked + [youtube-modal] {
  pointer-events: all;
  opacity: 1;
}

[youtube-modal-iframe] {
  position: relative;
  display: block;
  aspect-ratio: 16/9;
}

@media (orientation: portrait) {
  [youtube-modal-iframe] {
    width: 100%;
  }
}
@media (orientation: landscape) {
  [youtube-modal-iframe] {
    height: 100%;
  }
}
[youtube-modal-close] {
  all: unset;
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  color: var(--brand-black);
  background-color: rgb(255, 255, 255);
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  z-index: 99999;
  cursor: pointer;
}

@media (max-width: 1024px) and (orientation: portrait) {
  [youtube-modal-close] {
    top: auto;
    bottom: -4rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}
[youtube-modal-close]:hover {
  background-color: var(--color-cta-primary-bg);
  color: var(--brand-white);
}

@supports not (aspect-ratio: 16/9) {
  [youtube-modal] {
    min-width: 80vw;
    max-width: 1920px;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
  dialog[open]::after {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    background-color: rgba(0, 0, 0, 0.85);
  }
  [youtube-modal-iframe] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
@media (min-width: 0) {
  [src$="/compress/"] {
    display: none;
  }
  .fix-static {
    position: static !important;
  }
  input[lightbox~=toggle] {
    position: fixed;
    left: -9999px;
  }
  [lightbox~=wrapper] {
    --min-width: 50vw;
    --max-width: 80vw;
    --max-height: 90vh;
    --padding: 2rem;
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5000;
    pointer-events: none;
  }
  [lightbox~=wrapper]:after {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  [lightbox~=stage] {
    min-width: var(--min-width);
    max-width: var(--max-width);
    max-height: var(--max-height);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(4rem, auto) minmax(auto, 1fr);
    grid-gap: 10px;
    background-color: var(--color-bg-white);
    outline: 1rem solid var(--color-bg-white);
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.9);
    z-index: 5000;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  input[lightbox~=toggle]:checked + [lightbox~=wrapper] {
    opacity: 1;
    transition: opacity;
    transition-duration: 0.25s;
    pointer-events: all;
  }
  input[lightbox~=toggle]:checked + [lightbox~=wrapper] [lightbox~=stage] {
    transition-delay: 0.35s;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  [lightbox~=overlay] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 4999;
    opacity: 0;
    transition: opacity 0.5s;
  }
  input[lightbox~=toggle]:checked + [lightbox~=wrapper] [lightbox~=overlay] {
    opacity: 1;
    transition-delay: 0.5s;
  }
  [lightbox~=close] {
    position: absolute;
    padding: 1rem;
    background-size: 0.75rem 0.75rem;
    top: 0.5rem;
    right: 0.5rem;
    color: rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    cursor: pointer;
    background-image: url("/assets/images/icons/close.png"), url("/assets/images/icons/close--hover.png");
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.25s ease-in-out;
    z-index: 5500;
  }
  [lightbox~=close]:hover {
    background-image: url("/assets/images/icons/close--hover.png");
    color: var(--color-text-dark);
    background-color: var(--color-bg-white);
  }
  [lightbox~=datalist] {
    color: var(--color-text-dark);
    background-color: var(--color-bg-white);
    padding: 1rem 0.75rem;
    border-radius: var(--border-radius);
  }
  [lightbox~=header] {
    display: flex;
    align-items: center;
    padding: var(--padding);
    font-size: var(--font-size-h3-fallback);
    font-size: var(--font-size-h3);
    font-weight: var(--font-weight-header);
    font-family: var(--font-family-header);
    color: var(--color-bg-white);
    background-image: var(--color-cta-primary-bg);
  }
  [lightbox~=header][lightbox~=wwf] {
    background-color: #050708;
  }
  [lightbox~=header] img {
    margin-right: 1rem;
  }
  [lightbox~=content],
  [lightbox~=thankyou] {
    overflow-y: auto;
    -webkit-overflow-scrolling: auto;
    padding: var(--padding);
    background-color: var(--color-bg-silver);
    line-height: var(--line-height-body);
  }
  [lightbox~=thankyou][lightbox~=mobile] {
    overflow-y: auto;
    height: 100vh;
    -webkit-overflow-scrolling: auto;
    padding: 1.75rem;
    background-color: var(--color-bg-silver);
    line-height: var(--line-height-body);
  }
  [lightbox~=thankyou] h2 {
    font-weight: var(--font-weight-header);
    font-size: var(--font-size-h3-fallback);
    font-size: var(--font-size-h3);
  }
  [lightbox~=thankyou] a {
    color: var(--color-text-link-dark);
    font-weight: var(--font-weight-header);
    border-bottom: 1px solid var(--color-bg-red);
  }
  [lightbox~=intro] {
    padding-bottom: 1rem;
  }
  [lightbox~=intro] img {
    max-width: 100%;
    padding-left: 1rem;
  }
  [lightbox~=intro] a {
    color: var(--color-text-link-dark);
    font-weight: var(--font-weight-header);
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.25s ease-in-out;
  }
  [lightbox~=intro] a:hover {
    color: var(--color-text-link-dark-hover);
    border-bottom: 1px solid var(--color-bg-red);
  }
  [lightbox~=form] {
    display: grid;
    grid-template-columns: 100%;
  }
  [lightbox~=options] {
    display: block;
    align-content: center;
    margin-top: 1rem;
  }
  [lightbox~=options-3] {
    display: grid;
    grid-template-columns: auto 1fr 1fr;
    align-items: center;
    margin-top: 1.25rem;
  }
  [lightbox~=checkbox] {
    display: block;
    width: 1.75rem;
    height: 1.75rem;
    margin: 0 0.5rem;
  }
  [lightbox~=catalog-cover] {
    grid-column: 2;
    grid-row: 1/3;
    max-width: 100%;
  }
  [lightbox~=label] {
    font-weight: var(--font-weight-header);
    padding-top: 1rem;
  }
  [lightbox~=special]:not(:first-of-type) {
    padding-top: 1.5rem;
  }
  [lightbox~=brown] {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    align-items: start;
    color: var(--color-text-dark);
    font-weight: var(--font-weight-header);
    margin-bottom: 0.75rem;
  }
  .brown {
    color: var(--color-text-dark);
    font-weight: var(--font-weight-header);
  }
  [lightbox~=field],
  [lightbox~=select] {
    color: var(--color-text-dark);
    background-color: var(--color-bg-white);
    padding: 1rem 0.75rem;
    border-radius: var(--border-radius);
  }
  [lightbox~=select] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url("/assets/images/icons/select-chevron.png");
    background-repeat: no-repeat;
    background-position: center right;
    border-right: 10px solid transparent;
  }
  [lightbox~=textarea] {
    font-weight: 400;
    color: var(--color-text-dark);
    background-color: var(--color-bg-white);
    width: 100%;
    padding: 1rem 0.75rem;
    border-radius: var(--border-radius);
  }
  [lightbox~=action] {
    justify-content: start;
    padding-bottom: 2rem;
    text-align: center;
  }
  [lightbox~=action] span a {
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.25s ease-in-out;
    font-weight: var(--font-weight-header);
  }
  [lightbox~=action] span a:hover {
    border-bottom: 1px solid var(--color-bg-red);
  }
  [lightbox~=button] {
    display: inline-block;
    width: 100%;
    color: var(--color-bg-white);
    background-color: var(--color-cta-primary-bg);
    border-radius: var(--border-radius);
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1rem 2rem;
    text-transform: uppercase;
    font-weight: var(--font-weight-header);
  }
  [lightbox~=button]:hover {
    background-color: var(--color-cta-primary-bg-hover);
  }
  [lightbox~=privacy] {
    display: inline;
    color: var(--color-text-dark);
    font-size: var(--font-size-body-fallback);
    font-size: var(--font-size-body);
    font-weight: bold;
    white-space: nowrap;
  }
  [lightbox~=content] a strong,
  [lightbox~=intro] a {
    color: var(--color-text-link-dark);
    font-weight: var(--font-weight-header);
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.25s ease-in-out;
  }
  [lightbox~=content] a strong:hover,
  [lightbox~=intro] a:hover {
    border-bottom: 1px solid var(--color-bg-red);
  }
  [lightbox~=wwf-logo-photo] {
    position: relative;
    min-width: calc(50px + 2rem);
    max-width: 100%;
    min-height: 100px;
    padding-bottom: 1rem;
    float: right;
    text-align: right;
  }
  img[lightbox~=wwf-logo] {
    position: absolute;
    max-width: 40px;
    height: auto;
    z-index: 10;
    top: 0.75rem;
    right: 0.75rem;
  }
  img[lightbox~=wwf-photo] {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
  }
  [lightbox~=options-2] {
    display: grid;
    grid-template-columns: 3rem 1fr;
    align-content: center;
    margin-top: 1.25rem;
  }
}
@media (min-width: 375px) {
  [lightbox~=options-3] {
    grid-template-columns: auto auto 1fr;
  }
}
@media (min-width: 768px) {
  [lightbox~=wrapper] {
    --min-width: 20vw;
    --max-width: 80vw;
    --max-height: 80vh;
    --padding: 2rem;
  }
  [lightbox~=options] {
    display: grid;
    grid-template-columns: 1fr 100px;
  }
  [lightbox~=button] {
    width: auto;
    margin-bottom: 0;
  }
  [lightbox~=checkbox] {
    display: block;
    width: 1.75rem;
    height: 1.75rem;
  }
  [lightbox~=brown] {
    margin-bottom: 0;
    margin-right: 1rem;
  }
  [lightbox~=action] {
    text-align: left;
  }
  [lightbox~=form] {
    padding-top: 1rem;
  }
  [lightbox~=wwf-logo-photo] {
    max-width: 66.67%;
    float: right;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }
  img[lightbox~=wwf-logo] {
    position: absolute;
    max-width: 50px;
  }
}
@media (min-width: 1024px) {
  [lightbox~=wrapper] {
    --min-width: 20vw;
    --max-width: 50vw;
    --max-height: 60vh;
    --padding: 2rem;
  }
  [lightbox~=wrapper][lightbox~=enews] {
    --min-width: 300px;
    --max-width: 600px;
    --max-height: 80vh;
    --padding: 2rem;
  }
}
@media (min-width: 1280px) {
  [lightbox~=wwf-logo-photo] {
    max-width: 50%;
  }
}
@media (min-width: 1920px) {
  [lightbox~=wwf-logo-photo] {
    min-width: calc(72px + 2rem);
  }
  img[lightbox~=wwf-logo] {
    max-width: 72px;
  }
}
[enews-inline] {
  display: grid;
  grid-template-columns: 100%;
  padding: var(--space-2xl) 1rem;
  background-color: var(--brand-tan);
}

[enews-inline-stage] {
  justify-self: center;
  max-width: min(100vw, 800px);
  display: grid;
  grid-template-columns: 1fr 0.5fr 0.25fr -webkit-max-content;
  grid-template-columns: 1fr 0.5fr 0.25fr max-content;
  grid-template-areas: "headline 	.....	......	......." "intro 		label	......	......." "intro 		input	button	privacy";
  -webkit-column-gap: var(--space-2xs);
     -moz-column-gap: var(--space-2xs);
          column-gap: var(--space-2xs);
  row-gap: var(--space-3xs);
  align-content: start;
  align-items: start;
  justify-content: start;
  font-family: var(--font-family-body);
}

[enews-inline-headline] {
  grid-area: headline;
  font-size: var(--font-size-h4-fallback);
  font-size: var(--font-size-h4);
  font-weight: var(--font-weight-header);
  line-height: var(--line-height-body);
}

[enews-inline-intro] {
  grid-area: intro;
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
}

[enews-inline-label] {
  grid-area: label;
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  font-weight: var(--font-weight-header);
  line-height: var(--line-height-1);
}

[enews-inline-input] {
  grid-area: input;
  width: 100%;
  height: 100%;
  max-height: var(--button-or-input-max-height);
  padding: var(--space-xs) var(--space-s);
  background-color: var(--color-bg-white);
  border-radius: var(--border-radius-small);
}

[enews-inline-button] {
  grid-area: button;
  display: grid;
  place-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: var(--button-or-input-max-height);
  font-weight: var(--font-weight-header);
  font-family: var(--font-family-body);
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  padding: var(--space-s) var(--space-m);
  color: var(--color-cta-primary-text);
  background-image: var(--gradient-cta-primary-blue-to-green);
  background-size: 210% 210%;
  letter-spacing: 0.5px;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  cursor: pointer;
  border-radius: var(--border-radius-small);
  width: 100%;
}

[enews-inline-button]:hover {
  -webkit-animation: cta-primary-hover 250ms ease-out;
          animation: cta-primary-hover 250ms ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 1;
}

a[enews-inline-privacy] {
  align-self: center;
  grid-area: privacy;
  display: grid;
  color: var(--color-text-link-dark);
  font-weight: var(--font-weight-header);
  font-size: var(--font-size-body-small-fallbacks);
  font-size: var(--font-size-body-small);
  border-bottom: 1px solid transparent;
  transition: border-bottom 200ms ease-in-out;
}

a[enews-inline-privacy]:hover {
  border-bottom: 1px solid var(--color-text-link-dark);
}

@media (max-width: 999px) {
  [enews-inline] {
    grid-template-columns: 100%;
    padding: var(--space-2xl) 0;
  }
  [enews-inline-stage] {
    justify-self: center;
    max-width: max(100px, 75vw);
    grid-template-columns: 100%;
    grid-template-areas: "headline" "intro" "label" "input" "button" "privacy";
    row-gap: var(--space-xs);
  }
  [enews-inline-headline] {
    font-size: var(--font-size-h2-fallback);
    font-size: var(--font-size-h2);
  }
  a[enews-inline-privacy] {
    justify-self: center;
  }
}
[magic] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  pointer-events: none;
  transition: height 250ms ease-in-out;
  z-index: 1999;
}

[magic].js-default-magic-position {
  height: 60%;
}

[magic-stage] {
  --magic-height: 4rem;
  position: -webkit-sticky;
  position: sticky;
  top: calc(100% - var(--magic-height) + 1px);
  display: grid;
  grid-template-columns: 3rem 80px auto auto 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  align-items: center;
  justify-content: start;
  width: 100%;
  height: var(--magic-height);
  color: var(--color-bg-white);
  background-image: var(--gradient-silver-reverse);
  pointer-events: all;
}

[magic-close] {
  display: grid;
  grid-template-columns: 100%;
  justify-items: end;
  border-radius: 50%;
  cursor: pointer;
}

[magic-close] svg {
  box-sizing: content-box;
  padding: 8px;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

[magic-close] path {
  stroke: var(--color-bg-black);
}

[magic-close]:hover svg {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

[magic-close] path {
  fill: var(--color-bg-black);
}

[magic-close]:hover path {
  fill: var(--brand-white);
}

[magic-image-catalog] {
  display: grid;
  height: var(--magic-height);
  overflow: visible;
  align-content: end;
}

[magic-image-catalog] img {
  width: 100%;
  height: auto;
}

[magic-button-catalog] {
  display: grid;
  place-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: var(--button-or-input-max-height);
  font-weight: var(--font-weight-header);
  font-family: var(--font-family-body);
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  padding: var(--space-s) var(--space-m);
  color: var(--color-cta-primary-text);
  background-image: var(--gradient-cta-primary-blue-to-green);
  background-size: 210% 210%;
  letter-spacing: 0.5px;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  cursor: pointer;
  border-radius: var(--border-radius-pill);
  border: 2px solid var(--color-bg-white);
}

[magic-button-catalog]:hover {
  -webkit-animation: cta-primary-hover 250ms ease-out;
          animation: cta-primary-hover 250ms ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 1;
}

[magic-button-catalog]::before {
  content: "Get the Catalog";
}

[magic-button-enews] {
  display: grid;
  place-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: var(--button-or-input-max-height);
  font-weight: var(--font-weight-header);
  font-family: var(--font-family-body);
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  padding: var(--space-s) var(--space-m);
  color: var(--color-cta-primary-text);
  background-image: var(--gradient-cta-primary-blue-to-green);
  background-size: 210% 210%;
  letter-spacing: 0.5px;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  cursor: pointer;
  border-radius: var(--border-radius-pill);
  border: 2px solid var(--color-bg-white);
}

[magic-button-enews]:hover {
  -webkit-animation: cta-primary-hover 250ms ease-out;
          animation: cta-primary-hover 250ms ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 1;
}

[magic-button-enews]::before {
  content: "Sign Up for Emails";
}

@media (max-width: 800px) {
  [magic-button-enews] {
    display: none;
  }
}
@media (max-width: 767px) {
  [magic-stage] {
    --magic-height: 4.5rem;
    top: calc(100% - var(--magic-height) - 4.5rem);
    grid-template-columns: 80px 1fr 3rem;
    grid-template-areas: "img catalog close";
  }
  [magic-image-catalog] {
    grid-area: img;
  }
  [magic-button-catalog] {
    grid-area: catalog;
    display: grid;
    place-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: var(--button-or-input-max-height);
    font-weight: var(--font-weight-header);
    font-family: var(--font-family-body);
    font-size: var(--font-size-body-fallback);
    font-size: var(--font-size-body);
    padding: var(--space-s) var(--space-m);
    color: var(--color-cta-primary-text);
    background-image: var(--gradient-cta-primary-blue-to-green);
    background-size: 210% 210%;
    letter-spacing: 0.5px;
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
    cursor: pointer;
    background-image: var(--gradient-cta-primary-green-to-blue);
    border-radius: var(--border-radius-pill);
    border: 2px solid var(--color-bg-white);
  }
  [magic-close] {
    grid-area: close;
  }
}
@media (max-width: 767px) {
  [magic] {
    height: 60%;
  }
}
@media (min-width: 768px) {
  [magic].js-reposition-magic {
    height: 100%;
  }
}
.js-enso-on {
  outline: hsl(50, 100%, 50%) solid 5px;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  min-height: 3rem;
  cursor: pointer;
}

.js-enso-on:hover {
  background-color: hsl(50, 100%, 50%);
  transition: all 0.2s ease-in-out;
}

.js-enso-on:hover * {
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}

.js-enso-on:hover img {
  opacity: 0.2;
  transition: all 0.2s ease-in-out;
}

/*# sourceMappingURL=global.css.map */