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

html {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

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

body *,
body *:before,
body *:after {
  -moz-box-sizing: border-box;
       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 {
  --white: rgb(255, 255, 255);
  --white--faint: rgba(255, 255, 255, 0.18);
  --white--transparent: rgba(255, 255, 255, 0.7);
  --black: rgb(0, 0, 0);
  --black--transparent: rgba(0, 0, 0, 0.2);
  --brand-color-brown: #ac6302;
  --brand-color-brown--gradient-end: #864d01;
  --brand-color-brown--dark: #8a4f01;
  --brand-color-brown--hover: #bb5f02;
  --brand-color-brown--faint: #cca669;
  --brand-color-orange: #fa6220;
  --brand-color-orange--hover: #e64500;
  --brand-color-gray--dark: rgb(51, 51, 51);
  --brand-color-gray--dark--transparent: rgba(51, 51, 51, 0.2);
  --brand-color-gray: #999;
  --brand-color-gray--light: #d5d5d5;
  --brand-color-gray--faint: #f0f0f0;
  --brand-color-blue--dark: #0c2c56;
  --brand-color-blue--faint: #445167;
  --brand-color-tan: #e1dccb;
  --brand-color-tan--dark: #d6d1bd;
  --brand-color-tan--transparent: rgba(225, 220, 203, 0.8);
  --border: 1px solid rgba(0, 0, 0, 0.1);
  --brand-gradient-blue--dark: linear-gradient(to right, rgba(12, 44, 86, 1) 0%, rgba(18, 78, 157, 1) 100%);
  --brand-gradient-brown: linear-gradient(to right, var(--brand-color-brown), var(--brand-color-brown--gradient-end));
  --brand-font-header: "proxima-nova-condensed";
  --brand-font-body: "proxima-nova";
  --border-radius: 6px;
  --border-radius-6: 6px;
  --border-radius-8: 8px;
  --border-radius--button: 6px;
  --border-radius--rounded: 12rem;
  --line-height-body: 1.6;
  --line-height-header: 1.3;
  --line-height-1: 1;
  --line-height-2: 2;
  --font-size-body-fallback: 1rem;
  --font-size-body: clamp(1rem, 0.94vw, 1.125rem);
  --font-size-body-small-fallback: 0.9rem;
  --font-size-body-small: clamp(0.9rem, 0.84vw, 1rem);
  --font-size-body-smallest-fallback: 0.75rem;
  --font-size-body-smallest: clamp(0.75rem, 0.76vw, 0.9rem);
  --font-size-h1-fallback: 2rem;
  --font-size-h1: clamp(2rem, 2.22vw, 3rem);
  --font-size-h2-fallback: 1.75rem;
  --font-size-h2: clamp(1.75rem, 2vw, 2rem);
  --font-size-h3-fallback: 1.5rem;
  --font-size-h3: clamp(1.5rem, 1.44vw, 1.75rem);
  --font-size-h4-fallback: 1.25rem;
  --font-size-h4: clamp(1.25rem, 1.22vw, 1.5rem);
  --font-size-h5-fallback: 1.125rem;
  --font-size-h5: clamp(1.125rem, 1.06vw, 1.25rem);
  --font-size-h6-fallback: 1rem;
  --font-size-h6: clamp(1rem, 0.89vw, 1.125rem);
  --font-size-hero-name-fallback: 1.75rem;
  --font-size-hero-name: clamp(1.75rem, 2vw, 2rem);
}
@media only screen and (min-width: 768px) {
  :root [hero~=name] {
    --font-size-hero-name-fallback: 2.5rem;
    --font-size-hero-name: clamp(2.5rem, 3vw, 4rem);
  }
}
@media only screen and (min-width: 1024px) {
  :root [hero~=name] {
    --font-size-hero-name-fallback: 3rem;
    --font-size-hero-name: clamp(3rem, 2.5vw, 5.5rem);
  }
}

html {
  font-size: 16px;
}

@media (max-width: 767px) {
  html {
    font-size: 17px;
  }
}
body {
  font-family: var(--brand-font-body);
  color: var(--brand-color-gray--dark);
  background-color: var(--white);
  overflow-x: hidden;
}

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

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

strong {
  font-weight: 700;
}

:hover {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

[bodybox~=wrapper] {
  position: relative;
}

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 only screen and (min-width: 0) {
  .padTop {
    padding-top: 10rem;
  }
}
@media only screen and (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(--brand-color-brown);
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
}

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

@media (max-width: 767px) {
  [logos] {
    position: absolute;
    top: 1rem;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: 4.5rem 4.5rem;
    grid-gap: 0.5rem;
    -webkit-box-pack: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
            align-items: center;
    z-index: 980;
  }
  [logo] img {
    width: 100%;
    height: auto;
    max-width: 4.5rem;
    opacity: 1;
  }
  [logo~=wwf] img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
  }
}
[logos-name] {
  display: none;
}

@media only screen and (min-width: 768px) {
  [logos] {
    grid-area: site-logos;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, auto));
    gap: 0.5rem;
    height: 5.5rem;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    -webkit-box-pack: start;
       -moz-box-pack: start;
            justify-content: start;
    -webkit-box-align: center;
       -moz-box-align: center;
            align-items: center;
    z-index: 1100;
  }
  [logos]::before {
    content: "";
    position: absolute;
    top: 0;
    right: 2rem;
    width: 9999px;
    height: 5.5rem;
    background-color: var(--white);
    box-shadow: 3px -6px 6px rgba(0, 0, 0, 0.2);
    -webkit-transform: skew(30deg);
       -moz-transform: skew(30deg);
            transform: skew(30deg);
  }
  [logo~=nha] {
    padding-left: 0.25rem;
  }
  [logo] img,
[logo] svg {
    width: 100%;
    height: auto;
    max-width: 4.5rem;
    opacity: 1;
  }
  [logo~=wwf] img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
  }
}
@media (min-width: 1200px) {
  [logos]::before {
    content: "";
    right: 0;
  }
  [logos-name] {
    display: block;
    font-family: var(--brand-font-header);
    font-weight: bold;
    color: var(--brand-color-gray--dark);
    font-size: var(--font-size-h3-fallback);
    font-size: var(--font-size-h3);
    word-wrap: none;
    white-space: nowrap;
    padding: 0 2rem 1.7rem 0.75rem;
  }
  [logos-name]:hover {
    color: var(--brand-color-brown);
  }
}
@media (max-width: 767px) {
  [masthead-stage] {
    width: 100vw;
    max-width: 2200px;
    display: grid;
    grid-template-areas: "site-logos";
    grid-template-columns: minmax(auto, 190px);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
@media (min-width: 768px) {
  [masthead] {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: grid;
    place-content: center;
    height: 6rem;
    background-image: var(--brand-gradient-blue--dark);
    border-bottom: 8px solid var(--brand-color-gray--faint);
    z-index: 5000;
  }
  [masthead]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.5rem;
    background-color: var(--white);
  }
  [masthead-stage] {
    width: 100vw;
    max-width: 2200px;
    display: grid;
    grid-template-areas: "site-logos 	site-tertiary" "site-logos 	site-nav";
    grid-template-columns: minmax(auto, 190px) 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
@media (min-width: 1200px) {
  [masthead-stage] {
    grid-template-columns: minmax(auto, auto) 1fr;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}
@media (min-width: 1500px) {
  [masthead-stage] {
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }
}
@media (max-width: 767px) {
  [nav-site--desktop] {
    display: none;
  }
}
@media (min-width: 768px) {
  [nav-site--desktop] {
    grid-area: site-nav;
    display: grid;
    grid-template-columns: 1fr;
    justify-self: end;
    -webkit-box-pack: end;
       -moz-box-pack: end;
            justify-content: end;
    height: 3rem;
    font-size: clamp(0.95rem, 1vw - 0.25rem, 1.125rem);
    font-weight: 700;
    font-family: var(--brand-font-header);
    color: var(--white);
    width: 100%;
  }
  [nav-site-links--desktop] {
    display: grid;
    grid-auto-flow: column;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
       -moz-box-align: stretch;
            align-items: stretch;
    width: 100%;
  }
  [nav-site-link--desktop] {
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    place-items: center;
    white-space: nowrap;
    padding-top: 2px;
    cursor: pointer;
  }
  [nav-site-link--desktop].active:not([nav-site-link--desktop~=catalog])::before {
    content: "";
    position: absolute;
    top: 99%;
    left: 50%;
    width: 2rem;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 13px solid #0f3c78;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  [nav-site-link--desktop]:hover:not([nav-site-link--desktop~=catalog]) {
    color: var(--brand-color-gray--light);
  }
  [nav-site-link--desktop~=why] span::after {
    content: "Nat Hab?";
    margin-left: 0.75ch;
  }
  [nav-site-link--desktop~=catalog] {
    padding: 0 clamp(1.5rem, 3vw, 2.5rem);
    background-color: var(--brand-color-orange);
  }
  [nav-site-link--desktop~=catalog]::before {
    content: "Request";
    margin-right: 0.75ch;
  }
}
@media (min-width: 1440px) {
  [nav-site-link--desktop~=trips] span:before {
    content: "Our";
    margin-right: 0.75ch;
  }
  [nav-site-link--desktop~=guides] span:after {
    content: "& Staff";
    margin-left: 0.75ch;
  }
  [nav-site-link--desktop~=why] span:after {
    content: "Travel With Us?";
    margin-left: 0.75ch;
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(300%);
            transform: translateY(300%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(300%);
         transform: translateY(300%);
  }
  100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(300%);
       -moz-transform: translateY(300%);
            transform: translateY(300%);
  }
  100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}
[nav-site--mobile] {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 5rem;
  line-height: var(--line-height-1);
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  font-weight: 700;
  font-family: var(--brand-font-body);
  color: var(--brand-color-gray--dark);
  background-color: var(--brand-color-tan--dark);
  -webkit-animation-duration: 0.55s;
     -moz-animation-duration: 0.55s;
          animation-duration: 0.55s;
  -webkit-animation-timing-function: ease-out;
     -moz-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.75s;
     -moz-animation-delay: 0.75s;
          animation-delay: 0.75s;
  -webkit-animation-name: slideUp;
     -moz-animation-name: slideUp;
          animation-name: slideUp;
  -webkit-animation-fill-mode: backwards;
     -moz-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  z-index: 3001;
}

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

[nav-site-link--mobile] {
  display: grid;
  grid-template-rows: 1fr 1fr;
  place-content: center;
  height: 5rem;
  color: var(--brand-color-brown);
}

[nav-site-link--mobile]::before {
  content: "";
  margin-top: 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
}

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

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

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

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

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

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

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

[nav-site-link--mobile~=call]::before {
  background-size: 24px;
  background-image: url("/templates/-all/icons/mobile-navbar-call.svg");
}

[nav-site-link--mobile~=more]::before {
  background-size: 23px;
  background-image: url("/templates/-all/icons/mobile-navbar-more.svg"), url("/templates/-all/icons/mobile-navbar-more-active.svg");
  background-position: center, right -200px bottom -200px;
}

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

[nav-site-link--mobile~=book] {
  display: none;
  height: 6rem;
  margin-top: -0.5rem;
  color: var(--white);
  background-color: var(--brand-color-orange);
}

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

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

[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;
  color: var(--brand-color-gray--dark);
  box-shadow: inset 4px 0 8px -4px #4d4d4d, inset -4px 0 8px -4px #4d4d4d;
  background-color: var(--brand-color-gray--light);
}

[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;
}

@media only screen and (max-width: 767px) {
  [name~=modal-toggle] {
    position: fixed;
    left: -9999px;
    top: -9999px;
  }
}
@media (max-width: 767px) {
  [nav-tertiary--desktop] {
    display: none;
  }
}
@media (min-width: 768px) {
  [nav-tertiary--desktop] {
    grid-area: site-tertiary;
    display: grid;
    grid-template-columns: auto;
    -webkit-box-pack: end;
       -moz-box-pack: end;
            justify-content: end;
    height: 2.5rem;
    font-size: clamp(0.85rem, 1vw, 0.95rem);
    font-weight: 600;
    font-family: var(--brand-font-body);
    color: var(--brand-color-brown);
    width: 100%;
    padding-right: 1rem;
  }
  [nav-tertiary-links--desktop] {
    display: grid;
    grid-auto-flow: column;
    -webkit-box-pack: end;
       -moz-box-pack: end;
            justify-content: end;
    -webkit-box-align: stretch;
       -moz-box-align: stretch;
            align-items: stretch;
    grid-gap: 0.8rem;
  }
  [nav-tertiary-link--desktop] {
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    place-items: center;
    white-space: nowrap;
    cursor: pointer;
  }
  [nav-tertiary-link--desktop]:hover {
    color: var(--brand-color-gray--dark);
  }
  [nav-tertiary-link--desktop~=phone] {
    color: var(--brand-color-gray--dark);
    font-weight: 700;
  }
  [nav-tertiary-link--desktop~=phone] strong {
    margin-right: 0.25rem;
    font-size: inherit;
  }
  [nav-tertiary-link--desktop~=daily] {
    display: none;
  }
  .icon-user {
    margin-left: -0.2rem;
    margin-right: 0.25rem;
    width: 1.5em;
    height: 1.5em;
    fill: none;
    border: 2px solid var(--brand-color-brown);
    border-radius: 50%;
    padding: 1px;
  }
  .icon-user-path-head,
.icon-user-path-body {
    stroke: var(--brand-color-brown);
    stroke-width: 3px;
  }
  .icon-user-path-head {
    stroke-miterlimit: 10;
  }
  .icon-user-path-body {
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .user-login-link:hover .icon-user-path-head,
.user-login-link:hover .icon-user-path-body {
    stroke: var(--brand-color-gray--dark);
  }
  .user-login-link:hover .icon-user {
    border-color: var(--brand-color-gray--dark);
  }
}
@media (min-width: 1280px) {
  [nav-tertiary-links--desktop] {
    grid-gap: 1.3rem;
  }
  [nav-tertiary-link--desktop~=daily] {
    display: -webkit-box;
    display: -moz-box;
    display: flex;
  }
}
@media (min-width: 1400px) {
  [nav-tertiary-links--desktop] {
    grid-gap: 1.5rem;
  }
  [nav-tertiary-link--desktop~=covid]::after {
    content: "-19";
  }
  [nav-tertiary-link--desktop~=resources]::before {
    content: "Traveler";
    margin-right: 0.25rem;
  }
}
@media (max-width: 767px) {
  [banner~=wrapper] {
    position: fixed;
    bottom: 5rem;
    display: grid;
    grid-template-columns: 3fr 1fr;
    width: 100%;
    height: 3rem;
    justify-items: end;
    -webkit-box-align: center;
       -moz-box-align: center;
            align-items: center;
    align-content: center;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
    color: var(--white);
    font-weight: 700;
    font-size: var(--font-size-h5-fallback);
    font-size: var(--font-size-h5);
    font-family: var(--brand-font-body);
    background: var(--brand-gradient-blue--dark);
    -webkit-animation-duration: 0.35s;
       -moz-animation-duration: 0.35s;
            animation-duration: 0.35s;
    -webkit-animation-timing-function: ease-out;
       -moz-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: 1.5s;
       -moz-animation-delay: 1.5s;
            animation-delay: 1.5s;
    -webkit-animation-name: slideUp;
       -moz-animation-name: slideUp;
            animation-name: slideUp;
    -webkit-animation-fill-mode: backwards;
       -moz-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 only screen and (min-width: 0) {
  [awards~=wrapper] {
    padding: 4rem 1rem;
    background-color: var(--white);
    text-align: center;
  }
  [awards~=stage] {
    display: grid;
    grid-template-areas: "header" "awards" "more";
    grid-row-gap: 1rem;
    -webkit-box-align: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
            justify-content: center;
  }
  [awards~=header] {
    grid-area: header;
    font-size: var(--font-size-h2-fallback);
    font-size: var(--font-size-h2);
    font-family: var(--brand-font-body);
    font-weight: 700;
    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: 700;
  }
  [award~=img] {
    max-width: 60%;
  }
  [awards~=more] {
    grid-area: more;
    color: var(--brand-color-brown);
    font-weight: 700;
  }
  [awards~=more] a {
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.25s ease-in-out;
    -moz-transition: border-bottom 0.25s ease-in-out;
    transition: border-bottom 0.25s ease-in-out;
  }
  [awards~=more] a:hover {
    border-bottom: 1px solid var(--brand-color-brown);
  }
}
@media only screen and (min-width: 768px) {
  [awards~=awards] {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 2rem 0;
  }
}
@media only screen and (min-width: 1024px) {
  [awards~=awards] {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-pack: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
            align-items: center;
    padding: 2rem 20%;
  }
}
@media only screen and (min-width: 0) {
  [footer~=wrapper] {
    background-color: var(--brand-color-blue--dark);
  }
  [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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
            justify-content: center;
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    padding: 4rem 2rem 2rem 2rem;
    color: var(--white);
  }
  [links~=header] {
    font-weight: 700;
    font-family: var(--brand-font-body);
    font-size: var(--font-size-h3-fallback);
    font-size: var(--font-size-h3);
    margin-bottom: 1rem;
  }
  [links~=nav] li {
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
            align-items: center;
    font-family: var(--brand-font-body);
    line-height: var(--line-height-body);
    padding: 0.5rem 0;
  }
  [links~=nav] a {
    color: white;
  }
  [footer~=social] {
    padding: 2rem 0;
  }
  [social~=links] {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-column-gap: 1rem;
    -webkit-box-pack: center;
       -moz-box-pack: center;
            justify-content: center;
  }
  [social~=link] {
    border-radius: 100%;
    background-color: var(--white--transparent);
    width: 2rem;
    height: 2rem;
  }
  [social~=link] a {
    color: transparent;
  }
  [footer~=contact] {
    display: grid;
    grid-template-columns: auto;
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    -webkit-box-pack: center;
       -moz-box-pack: center;
            justify-content: center;
    padding: 2rem 0;
    color: var(--white);
  }
  [contact~=phone] {
    text-align: center;
  }
  [phone~=number] {
    font-size: var(--font-size-h2-fallback);
    font-size: var(--font-size-h2);
    font-family: var(--brand-font-header);
    font-weight: 700;
  }
  [phone~=description] {
    font-family: var(--brand-font-body);
    font-size: var(--font-size-body-fallback);
    font-size: var(--font-size-body);
    margin-top: 1rem;
  }
  [contact~=address] {
    text-align: center;
  }
  [footer~=copyright] {
    width: 100%;
    padding: 1rem;
    line-height: var(--line-height-body);
    color: var(--white);
    background-color: var(--brand-color-blue--dark);
    text-align: center;
  }
  [footer~=copyright] a {
    color: var(--white);
    border-bottom: 1px solid var(--brand-color-blue--dark);
  }
  [footer~=copyright] a:hover {
    border-bottom: 1px solid var(--white);
  }
}
@media only screen and (min-width: 768px) {
  [footer~=wrapper] {
    background-color: var(--brand-color-blue--dark);
    padding-bottom: 2rem;
  }
  [footer~=links] {
    grid-template-columns: repeat(2, auto);
    grid-column-gap: 6rem;
    grid-row-gap: 4rem;
    padding: 4rem;
  }
  [links~=nav] li {
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
            align-items: center;
    font-family: var(--brand-font-body);
    line-height: var(--line-height-body);
    padding: 0.5rem 0;
  }
  [footer~=contact] {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 2rem;
    -webkit-box-pack: center;
       -moz-box-pack: center;
            justify-content: center;
    padding: 2rem 0;
    color: var(--white);
  }
  [contact~=address] {
    grid-column: 1/span 2;
  }
  [footer~=copyright] {
    padding-bottom: 1.5rem;
  }
}
@media only screen and (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(--white);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
@media only screen and (min-width: 1280px) {
  [footer~=links] {
    grid-column-gap: 10rem;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-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);
  }
}
@-moz-keyframes scaleIn {
  0% {
    -moz-transform: scale(0);
         transform: scale(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(300%);
       -moz-transform: translateY(300%);
            transform: translateY(300%);
  }
  100% {
    -webkit-transform: translateY(0);
       -moz-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;
       -moz-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-delay: 100ms;
       -moz-animation-delay: 100ms;
            animation-delay: 100ms;
    -webkit-animation-duration: 250ms;
       -moz-animation-duration: 250ms;
            animation-duration: 250ms;
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
       -moz-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
       -moz-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;
     -moz-animation-name: scaleIn;
          animation-name: scaleIn;
  -webkit-animation-delay: 100ms;
     -moz-animation-delay: 100ms;
          animation-delay: 100ms;
  -webkit-animation-duration: 550ms;
     -moz-animation-duration: 550ms;
          animation-duration: 550ms;
  -webkit-animation-timing-function: ease-out;
     -moz-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
     -moz-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;
       -moz-animation-name: slideUp;
            animation-name: slideUp;
    -webkit-animation-duration: 0.65s;
       -moz-animation-duration: 0.65s;
            animation-duration: 0.65s;
    -webkit-animation-timing-function: ease-out;
       -moz-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: backwards;
       -moz-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
  }
}
[modal-stage~=generic] {
  opacity: inherit;
  position: fixed;
  margin: auto;
  top: -9999px;
  bottom: 0;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: min(80vw, 1080px);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(3rem, auto) minmax(auto, 1fr);
  border-radius: 0.75rem;
  overflow: hidden;
  z-index: 6002;
}

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

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

h2,
h3,
h4,
h5,
h6 {
  font-family: var(--brand-font-body);
  font-weight: 700;
}

h2 {
  font-size: var(--font-size-h2-fallback);
  font-size: var(--font-size-h2);
}

h3 {
  font-size: var(--font-size-h3-fallback);
  font-size: var(--font-size-h3);
}

h4 {
  font-size: var(--font-size-h4-fallback);
  font-size: var(--font-size-h4);
}

h5 {
  font-size: var(--font-size-h5-fallback);
  font-size: var(--font-size-h5);
}

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;
    min-height: 100%;
    height: -moz-calc(100% - 5rem);
    height: calc(100% - 5rem);
    max-height: 100vh;
    border-radius: 0;
  }
  [modal-stage~=show] {
    min-width: 100vw;
  }
}
[modal-generic-header] {
  display: grid;
  grid-template-columns: 2rem 1fr 2rem;
  grid-template-rows: 4rem;
  place-items: center left;
  border-radius: 0.75rem 0.75rem 0 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(--white);
  letter-spacing: 0.5px;
  font-weight: 700;
  font-family: var(--brand-font-header);
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
}

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

[modal-generic-header~=blue] {
  background: var(--brand-gradient-blue--dark);
}

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

[modal-generic-header~=wwf] {
  background-color: #050708;
}

[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("/templates/-all/icons/close.png"), url("/templates/-all/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("/templates/-all/icons/close--hover.png");
  color: var(--brand-color-gray--dark);
  background-color: var(--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("/templates/-all/icons/close.png");
    background-color: transparent;
  }
}
[modal-generic-body] {
  display: grid;
  grid-template-columns: minmax(50%, 1fr) 1fr;
  grid-template-areas: "content figure";
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: min(80vh, 1080px);
  border-radius: 0 0 0.75rem 0.75rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background-color: var(--white);
}

[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";
  }
}
[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%;
}

[figure-logo~=blue],
[figure-logo~=brown] {
  display: none;
}

[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;
}

[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-color-gray--faint);
  z-index: 5;
}

[figure-caption] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  font-weight: 600;
  text-align: right;
  background-color: var(--brand-color-tan);
  z-index: 6;
}

[modal-generic-content] {
  grid-area: content;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: var(--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: 700;
  color: var(--brand-color-brown);
  -webkit-transition: border 0.5s ease-in-out;
  -moz-transition: border 0.5s ease-in-out;
  transition: border 0.5s ease-in-out;
  border-bottom: 1px transparent var(--brand-color-brown--hover);
}
[modal-generic-content] a:hover {
  color: var(--brand-color-brown--hover);
  border-bottom: 1px solid var(--brand-color-brown--hover);
}
[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(/templates/-all/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(--brand-font-header);
  font-size: var(--font-size-h5-fallback);
  font-size: var(--font-size-h5);
  font-weight: 700;
}
[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: 700;
}
[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;
  }
}
@media (min-width: 768px) {
  [modal~=catalog] {
    --catalog-stage-border-radius: 0.75rem;
    --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(--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;
  -webkit-box-align: center;
     -moz-box-align: center;
          align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  font-weight: 700;
  background: var(--brand-gradient-blue--dark);
  z-index: 6000;
}

[catalog-header-title] {
  color: var(--white);
  padding-left: 1rem;
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  font-family: var(--brand-font-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("/templates/-all/icons/close.png");
  background-repeat: no-repeat;
  background-size: 0.75rem 0.75rem;
  background-position: center center;
  border-left: solid 1px var(--white--faint);
  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(--white);
  overflow-y: auto;
  overscroll-behavior: contain;
}

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

[catalog-aside-headline] {
  font-weight: 700;
  font-family: var(--brand-font-header);
  color: var(--brand-color-gray--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(--white);
  border-radius: var(--border-radius);
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  place-items: center;
}

.icon-catalog::after {
  --badge-text: "catalog";
  content: var(--badge-text);
  color: var(--white);
  font-weight: 800;
  text-align: center;
  background-color: var(--brand-color-orange);
  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;
  -webkit-box-align: center;
     -moz-box-align: center;
          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-color: var(--brand-color-tan);
  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(--brand-color-brown);
  font-weight: 600;
}

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

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

[catalog-form-headline] {
  position: relative;
  font-weight: 700;
  font-size: var(--font-size-h3-fallback);
  font-size: var(--font-size-h3);
  font-family: var(--brand-font-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(--brand-font-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-h3-fallback);
  font-size: var(--font-size-h3);
  font-family: var(--brand-font-header);
}

[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("/templates/-all/icons/close--hover.png"), url("/templates/-all/icons/close.png");
  background-repeat: no-repeat;
  background-size: 0.75rem 0.75rem;
  background-position: center center;
  border-left: solid 1px var(--white--faint);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  z-index: 6001;
}

[catalog-form-close]:hover {
  background-image: url("/templates/-all/icons/close.png");
  background-color: var(--brand-color-brown);
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  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: 1rem;
  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: -webkit-box;
  display: -moz-box;
  display: flex;
  justify-items: start;
  -webkit-box-align: center;
     -moz-box-align: center;
          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: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
     -moz-box-pack: start;
          justify-content: 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: 700;
  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~=optin] span::after {
  content: "|";
  padding: 0 0.25rem;
}

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

[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(--white);
}

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

[catalog-form-input~=radio] {
  width: 24px;
  height: 24px;
  outline: none;
  border-radius: 4rem;
  border: solid 1px var(--brand-color-brown);
  accent-color: var(--brand-color-brown);
}

[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;
  -webkit-box-align: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

[catalog-form-button] {
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 1rem 1.5rem;
  color: var(--white);
  font-weight: 700;
  border-radius: 0.5rem;
  background-color: var(--brand-color-orange);
  overflow: hidden;
}

[catalog-form-button]:hover {
  background-color: var(--brand-color-orange--hover);
}

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

@-moz-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(--brand-color-orange);
  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;
     -moz-animation-name: progress;
          animation-name: progress;
  -webkit-animation-timing-function: ease-out;
     -moz-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 3.125s;
     -moz-animation-duration: 3.125s;
          animation-duration: 3.125s;
  border-bottom: 10px solid var(--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: 700;
  color: var(--white);
  z-index: 20;
  opacity: 1;
}

[catalog-form-link] {
  color: var(--brand-color-brown);
  font-weight: 700;
  cursor: pointer;
}

[catalog-form-link]:hover {
  color: var(--brand-color-brown--hover);
}

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

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

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

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

@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: -moz-calc(100% - 5rem);
    height: calc(100% - 5rem);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 3rem 1fr;
    background-color: var(--brand-color-tan);
    opacity: inherit;
    z-index: 6002;
  }
  [our-trips-header] {
    display: grid;
    grid-template-columns: 1fr 3rem;
    -webkit-box-align: center;
       -moz-box-align: center;
            align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    font-weight: 700;
    background: var(--brand-gradient-blue--dark);
    z-index: 6000;
  }
  [our-trips-header-title] {
    color: var(--white);
    padding-left: 1rem;
    font-size: var(--font-size-body-fallback);
    font-size: var(--font-size-body);
    font-family: var(--brand-font-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("/templates/-all/icons/close.png");
    background-repeat: no-repeat;
    background-size: 0.75rem 0.75rem;
    background-position: center center;
    border-left: solid 1px var(--white--faint);
    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: 700;
    text-shadow: 1.75px 1.75px 0 var(--brand-color-gray--dark);
  }
}
@media (min-width: 768px) {
  [more-stage] {
    display: none;
  }
}
@media (max-width: 767px) {
  [more-stage] {
    position: fixed;
    top: 0;
    width: 100%;
    height: -moz-calc(100% - 5rem);
    height: calc(100% - 5rem);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 3rem 1fr;
    background-color: var(--white);
    opacity: inherit;
    z-index: 6002;
  }
  [more-header] {
    display: grid;
    grid-template-columns: 1fr 3rem;
    -webkit-box-align: center;
       -moz-box-align: center;
            align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    font-weight: 700;
    background: var(--brand-gradient-blue--dark);
    z-index: 6000;
  }
  [more-title] {
    color: var(--white);
    padding-left: 1rem;
    font-size: var(--font-size-body-fallback);
    font-size: var(--font-size-body);
    font-family: var(--brand-font-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("/templates/-all/icons/close.png");
    background-repeat: no-repeat;
    background-size: 0.75rem 0.75rem;
    background-position: center center;
    border-left: solid 1px var(--white--faint);
    cursor: pointer;
  }
  [more-body] {
    display: grid;
    grid-template-rows: 1fr 5rem;
    height: 100%;
    overflow: hidden;
  }
  [more-nav~=nav] {
    display: grid;
    overflow-y: auto;
    overscroll-behavior: contain;
    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: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
            align-items: center;
    height: 100%;
    padding-left: 1rem;
    color: var(--brand-color-brown);
    font-weight: 700;
    font-family: var(--brand-font-header);
    font-size: var(--font-size-h2-fallback);
    font-size: var(--font-size-h2);
    text-transform: capitalize;
  }
  [more-nav~=item].active {
    border-left: 1rem solid var(--brand-color-orange);
  }
  [more-nav=footer] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    padding: 1rem;
  }
  [more-nav=button] {
    padding: 1rem 0.5rem;
    color: white;
    font-size: var(--font-size-body-fallback);
    font-size: var(--font-size-body);
    font-weight: 700;
    text-align: center;
    border-radius: 8px;
    background-color: var(--brand-color-orange);
  }
}
@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: -moz-calc(100% - 3rem) !important;
    height: calc(100% - 3rem) !important;
    position: fixed !important;
  }
  [contact-stage] {
    position: fixed;
    top: 0;
    width: 100%;
    height: -moz-calc(100% - 5rem);
    height: calc(100% - 5rem);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 3rem 1fr;
    background-color: var(--white);
    opacity: inherit;
    z-index: 6002;
  }
  [contact-header] {
    display: grid;
    grid-template-columns: 1fr 3rem;
    -webkit-box-align: center;
       -moz-box-align: center;
            align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    font-weight: 700;
    background: var(--brand-gradient-blue--dark);
    z-index: 6000;
  }
  [contact-title] {
    color: var(--white);
    padding-left: 1rem;
    font-size: var(--font-size-body-fallback);
    font-size: var(--font-size-body);
    font-family: var(--brand-font-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("/templates/-all/icons/close.png");
    background-repeat: no-repeat;
    background-size: 0.75rem 0.75rem;
    background-position: center center;
    border-left: solid 1px var(--white--faint);
    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;
    background-image: url("/templates/-all/icons/chevron-right--updated.png");
    background-repeat: no-repeat;
    background-position: left 0;
    padding: 0 0 0 1.5rem;
  }
  [contact-buttons] {
    display: grid;
    grid-template-columns: 100%;
    row-gap: 1rem;
    align-content: end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
            justify-content: center;
    color: black;
    padding: 1rem 0;
    background-color: var(--white);
  }
  [contact-button~=call],
[contact-button~=message],
[contact-button~=chat] {
    display: grid;
    grid-template-columns: 100%;
    place-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    width: 100%;
    height: 4rem;
    background-color: var(--brand-color-orange);
    border-radius: var(--border-radius-8);
    color: var(--white);
    font-weight: 700;
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    pointer-events: none;
  }
  [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("/templates/-all/icons/icon-phone.svg");
  }
  [contact-button~=message] [contact-button~=text]::before {
    background-image: url("/templates/-all/icons/icon-envelope.svg");
  }
  [contact-button~=chat] [contact-button~=text]::before {
    background-image: url("/templates/-all/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 {
  border-radius: 10px !important;
  max-height: 80vh !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;
  -webkit-transition: all 200ms ease-in-out !important;
  -moz-transition: all 200ms ease-in-out !important;
  transition: all 200ms ease-in-out !important;
  color: var(--brand-color-brown) !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(--brand-color-brown--hover) !important;
  border-bottom: 1px solid var(--brand-color-brown--hover) !important;
}

#olark-container .olark-gdpr-consent-message a:visited,
#olark-container .olark-survey-form-input-wrap a:visited {
  color: var(--brand-color-brown) !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#olark-container {
    top: 3rem !important;
    height: -moz-calc(100% - 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~=chat] {
    position: fixed;
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-align: center;
       -moz-box-align: center;
            align-items: center;
    justify-items: start;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    bottom: 1rem;
    right: 1rem;
    color: var(--white);
    white-space: nowrap;
    padding: 0 1.5rem;
    height: 4rem;
    border-radius: var(--border-radius--rounded);
    font-weight: 700;
    font-family: var(--brand-font-body);
    font-size: var(--font-size-h5-fallback);
    font-size: var(--font-size-h5);
    z-index: 2000;
    text-align: left;
    cursor: pointer;
    border: 0.25rem solid var(--white);
    background-color: var(--brand-color-orange);
    overflow: hidden;
    z-index: 4900;
  }
  [olark~=chat]:hover {
    background-color: var(--brand-color-orange--hover);
  }
  [olark~=close] {
    width: 4rem;
    grid-template-columns: 100%;
    place-items: center;
    z-index: 5500;
  }
  [chat-icon] {
    width: 30px;
    height: auto;
    margin-left: 0.25rem;
  }
}
@media (min-width: 1025px) {
  [chat-text]::before {
    content: "Questions? ";
  }
}
.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;
  }
}
@media (min-width: 768px) {
  [modal~=catalog] {
    --catalog-stage-border-radius: 0.75rem;
    --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(--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;
  -webkit-box-align: center;
     -moz-box-align: center;
          align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  font-weight: 700;
  background: var(--brand-gradient-blue--dark);
  z-index: 6000;
}

[catalog-header-title] {
  color: var(--white);
  padding-left: 1rem;
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  font-family: var(--brand-font-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("/templates/-all/icons/close.png");
  background-repeat: no-repeat;
  background-size: 0.75rem 0.75rem;
  background-position: center center;
  border-left: solid 1px var(--white--faint);
  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(--white);
  overflow-y: auto;
  overscroll-behavior: contain;
}

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

[catalog-aside-headline] {
  font-weight: 700;
  font-family: var(--brand-font-header);
  color: var(--brand-color-gray--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(--white);
  border-radius: var(--border-radius);
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  place-items: center;
}

.icon-catalog::after {
  --badge-text: "catalog";
  content: var(--badge-text);
  color: var(--white);
  font-weight: 800;
  text-align: center;
  background-color: var(--brand-color-orange);
  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;
  -webkit-box-align: center;
     -moz-box-align: center;
          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-color: var(--brand-color-tan);
  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(--brand-color-brown);
  font-weight: 600;
}

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

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

[catalog-form-headline] {
  position: relative;
  font-weight: 700;
  font-size: var(--font-size-h3-fallback);
  font-size: var(--font-size-h3);
  font-family: var(--brand-font-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(--brand-font-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-h3-fallback);
  font-size: var(--font-size-h3);
  font-family: var(--brand-font-header);
}

[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("/templates/-all/icons/close--hover.png"), url("/templates/-all/icons/close.png");
  background-repeat: no-repeat;
  background-size: 0.75rem 0.75rem;
  background-position: center center;
  border-left: solid 1px var(--white--faint);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  z-index: 6001;
}

[catalog-form-close]:hover {
  background-image: url("/templates/-all/icons/close.png");
  background-color: var(--brand-color-brown);
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  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: 1rem;
  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: -webkit-box;
  display: -moz-box;
  display: flex;
  justify-items: start;
  -webkit-box-align: center;
     -moz-box-align: center;
          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: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
     -moz-box-pack: start;
          justify-content: 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: 700;
  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~=optin] span::after {
  content: "|";
  padding: 0 0.25rem;
}

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

[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(--white);
}

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

[catalog-form-input~=radio] {
  width: 24px;
  height: 24px;
  outline: none;
  border-radius: 4rem;
  border: solid 1px var(--brand-color-brown);
  accent-color: var(--brand-color-brown);
}

[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;
  -webkit-box-align: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

[catalog-form-button] {
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 1rem 1.5rem;
  color: var(--white);
  font-weight: 700;
  border-radius: 0.5rem;
  background-color: var(--brand-color-orange);
  overflow: hidden;
}

[catalog-form-button]:hover {
  background-color: var(--brand-color-orange--hover);
}

@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(--brand-color-orange);
  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;
     -moz-animation-name: progress;
          animation-name: progress;
  -webkit-animation-timing-function: ease-out;
     -moz-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 3.125s;
     -moz-animation-duration: 3.125s;
          animation-duration: 3.125s;
  border-bottom: 10px solid var(--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: 700;
  color: var(--white);
  z-index: 20;
  opacity: 1;
}

[catalog-form-link] {
  color: var(--brand-color-brown);
  font-weight: 700;
  cursor: pointer;
}

[catalog-form-link]:hover {
  color: var(--brand-color-brown--hover);
}

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

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

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

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

@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;
  }
}
@media (min-width: 768px) {
  [modal~=enews] {
    --enews-stage-border-radius: 0.75rem;
    --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, 1080px);
    --enews-aside-and-form-padding: clamp(0.75rem, 4vh, 5rem) clamp(0.5rem, 4vw, 5rem);
    --enews-aside-placement: center;
    --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) {
  [modal~=enews] {
    --enews-aside-placement: start;
    --enews-body-height-max: min(100vh, 100vh);
  }
}
@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(--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;
  -webkit-box-align: center;
     -moz-box-align: center;
          align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  font-weight: 700;
  background: var(--brand-gradient-blue--dark);
  z-index: 6000;
}

[enews-header-title] {
  color: var(--white);
  padding-left: 1rem;
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  font-family: var(--brand-font-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("/templates/-all/icons/close.png");
  background-repeat: no-repeat;
  background-size: 0.75rem 0.75rem;
  background-position: center center;
  border-left: solid 1px var(--white--faint);
  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(--white);
  overflow-y: auto;
  overscroll-behavior: contain;
}

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

[enews-aside-headline] {
  font-weight: 700;
  font-family: var(--brand-font-header);
  color: var(--brand-color-gray--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: 4px solid var(--white);
  border-radius: var(--border-radius);
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  place-items: center;
}

.icon-enews::after {
  --badge-text: "eNews";
  content: var(--badge-text);
  color: var(--white);
  font-weight: 800;
  text-align: center;
  background-color: var(--brand-color-orange);
  border-radius: 3px;
  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;
  -webkit-box-align: center;
     -moz-box-align: center;
          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-color: var(--brand-color-tan);
  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(--brand-color-brown);
  font-weight: 600;
}

[enews-form-headline] {
  position: relative;
  font-weight: 700;
  font-size: var(--font-size-h3-fallback);
  font-size: var(--font-size-h3);
  font-family: var(--brand-font-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(--brand-font-body);
  grid-column: auto/span 3;
}

[enews-form-thankyou-text~=thankyou] strong:first-child {
  display: block;
  font-size: var(--font-size-h3-fallback);
  font-size: var(--font-size-h3);
  font-family: var(--brand-font-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("/templates/-all/icons/close--hover.png"), url("/templates/-all/icons/close.png");
  background-repeat: no-repeat;
  background-size: 0.75rem 0.75rem;
  background-position: center center;
  border-left: solid 1px var(--white--faint);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  z-index: 6001;
}

[enews-form-close]:hover {
  background-image: url("/templates/-all/icons/close.png");
  background-color: var(--brand-color-brown);
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  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: -webkit-box;
  display: -moz-box;
  display: flex;
  justify-items: start;
  -webkit-box-align: center;
     -moz-box-align: center;
          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: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
     -moz-box-pack: start;
          justify-content: 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"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
[enews-form-label] {
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  font-weight: 700;
  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";
  margin-left: 0.5rem;
  font-size: var(--font-size-body-smallest-fallback);
  font-size: var(--font-size-body-smallest);
  color: var(--brand-color-brown);
}

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

[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(--white);
}

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

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

[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;
  -webkit-box-align: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

[enews-form-button] {
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 1rem 1.5rem;
  color: var(--white);
  font-weight: 700;
  border-radius: 0.5rem;
  background-color: var(--brand-color-orange);
  overflow: hidden;
}

[enews-form-button]:hover {
  background-color: var(--brand-color-orange--hover);
}

@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(--brand-color-orange);
  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;
     -moz-animation-name: progress;
          animation-name: progress;
  -webkit-animation-timing-function: ease-out;
     -moz-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 3.125s;
     -moz-animation-duration: 3.125s;
          animation-duration: 3.125s;
  border-bottom: 10px solid var(--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: 700;
  color: var(--white);
  z-index: 20;
  opacity: 1;
}

[enews-form-link] {
  color: var(--brand-color-brown);
  font-weight: 700;
  cursor: pointer;
}

[enews-form-link]:hover {
  color: var(--brand-color-brown--hover);
}

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

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

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

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

@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;
  }
}
@media (min-width: 768px) {
  [modal~=message] {
    --message-stage-border-radius: 0.75rem;
    --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(--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;
  -webkit-box-align: center;
     -moz-box-align: center;
          align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  font-weight: 700;
  background: var(--brand-gradient-blue--dark);
  z-index: 6000;
}

[message-header-title] {
  color: var(--white);
  padding-left: 1rem;
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  font-family: var(--brand-font-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("/templates/-all/icons/close.png");
  background-repeat: no-repeat;
  background-size: 0.75rem 0.75rem;
  background-position: center center;
  border-left: solid 1px var(--white--faint);
  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(--white);
  overflow-y: auto;
  overscroll-behavior: contain;
}

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

[message-aside-headline] {
  font-weight: 700;
  font-family: var(--brand-font-header);
  color: var(--brand-color-gray--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(--white);
  border-radius: var(--border-radius);
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  place-items: center;
}

.icon-message::after {
  --badge-text: "Message";
  content: var(--badge-text);
  color: var(--white);
  font-weight: 800;
  text-align: center;
  background-color: var(--brand-color-orange);
  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;
  -webkit-box-align: center;
     -moz-box-align: center;
          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-color: var(--brand-color-tan);
  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(--brand-color-brown);
  font-weight: 600;
}

[message-form-headline] {
  position: relative;
  font-weight: 700;
  font-size: var(--font-size-h3-fallback);
  font-size: var(--font-size-h3);
  font-family: var(--brand-font-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(--brand-font-body);
  grid-column: auto/span 3;
}

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

[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("/templates/-all/icons/close--hover.png"), url("/templates/-all/icons/close.png");
  background-repeat: no-repeat;
  background-size: 0.75rem 0.75rem;
  background-position: center center;
  border-left: solid 1px var(--white--faint);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  z-index: 6001;
}

[message-form-close]:hover {
  background-image: url("/templates/-all/icons/close.png");
  background-color: var(--brand-color-brown);
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  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: -webkit-box;
  display: -moz-box;
  display: flex;
  justify-items: start;
  -webkit-box-align: center;
     -moz-box-align: center;
          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: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
     -moz-box-pack: start;
          justify-content: 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"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
[message-form-label] {
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  font-weight: 700;
  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";
  margin-left: 0.5rem;
  font-size: var(--font-size-body-smallest-fallback);
  font-size: var(--font-size-body-smallest);
  color: var(--brand-color-brown);
}

[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(--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(--brand-color-brown);
  accent-color: var(--brand-color-brown);
}

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

[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;
  -webkit-box-align: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

[message-form-button] {
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 1rem 1.5rem;
  color: var(--white);
  font-weight: 700;
  border-radius: 0.5rem;
  background-color: var(--brand-color-orange);
  overflow: hidden;
}

[message-form-button]:hover {
  background-color: var(--brand-color-orange--hover);
}

@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(--brand-color-orange);
  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;
     -moz-animation-name: progress;
          animation-name: progress;
  -webkit-animation-timing-function: ease-out;
     -moz-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 3.125s;
     -moz-animation-duration: 3.125s;
          animation-duration: 3.125s;
  border-bottom: 10px solid var(--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: 700;
  color: var(--white);
  z-index: 20;
  opacity: 1;
}

[message-form-link] {
  color: var(--brand-color-brown);
  font-weight: 700;
  cursor: pointer;
}

[message-form-link]:hover {
  color: var(--brand-color-brown--hover);
}

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

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

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

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

@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;
  }
}
@media (min-width: 768px) {
  [modal~=refer] {
    --refer-stage-border-radius: 0.75rem;
    --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(--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;
  -webkit-box-align: center;
     -moz-box-align: center;
          align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  font-weight: 700;
  background: var(--brand-gradient-blue--dark);
  z-index: 6000;
}

[refer-header-title] {
  color: var(--white);
  padding-left: 1rem;
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  font-family: var(--brand-font-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("/templates/-all/icons/close.png");
  background-repeat: no-repeat;
  background-size: 0.75rem 0.75rem;
  background-position: center center;
  border-left: solid 1px var(--white--faint);
  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(--white);
  overflow-y: auto;
  overscroll-behavior: contain;
}

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

[refer-aside-headline] {
  font-weight: 700;
  font-family: var(--brand-font-header);
  color: var(--brand-color-gray--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(--white);
  border-radius: var(--border-radius);
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  place-items: center;
}

.icon-refer::after {
  --badge-text: "Refer Friend";
  content: var(--badge-text);
  color: var(--white);
  font-weight: 800;
  text-align: center;
  background-color: var(--brand-color-orange);
  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: 600;
  color: var(--brand-color-brown);
  border-bottom: 1px solid transparent;
}

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

[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;
  -webkit-box-align: center;
     -moz-box-align: center;
          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(--brand-color-tan);
  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(--brand-color-brown);
  font-weight: 600;
}

[refer-form-headline] {
  position: relative;
  font-weight: 700;
  font-size: var(--font-size-h3-fallback);
  font-size: var(--font-size-h3);
  font-family: var(--brand-font-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(--brand-font-body);
  grid-column: auto/span 4;
}

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

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

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

[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("/templates/-all/icons/close--hover.png"), url("/templates/-all/icons/close.png");
  background-repeat: no-repeat;
  background-size: 0.75rem 0.75rem;
  background-position: center center;
  border-left: solid 1px var(--white--faint);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  z-index: 6001;
}

[refer-form-close]:hover {
  background-image: url("/templates/-all/icons/close.png");
  background-color: var(--brand-color-brown);
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  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: -webkit-box;
  display: -moz-box;
  display: flex;
  justify-items: start;
  -webkit-box-align: center;
     -moz-box-align: center;
          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: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
     -moz-box-pack: start;
          justify-content: 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"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
[refer-form-label] {
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  font-weight: 700;
  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";
  margin-left: 0.5rem;
  font-size: var(--font-size-body-smallest-fallback);
  font-size: var(--font-size-body-smallest);
  color: var(--brand-color-brown);
}

[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(--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(--brand-color-brown);
  accent-color: var(--brand-color-brown);
}

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

[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;
  -webkit-box-align: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

[refer-form-button] {
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 1rem 1.5rem;
  color: var(--white);
  font-weight: 700;
  border-radius: 0.5rem;
  background-color: var(--brand-color-orange);
  overflow: hidden;
}

[refer-form-button]:hover {
  background-color: var(--brand-color-orange--hover);
}

@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(--brand-color-orange);
  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;
     -moz-animation-name: progress;
          animation-name: progress;
  -webkit-animation-timing-function: ease-out;
     -moz-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 3.125s;
     -moz-animation-duration: 3.125s;
          animation-duration: 3.125s;
  border-bottom: 10px solid var(--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: 700;
  color: var(--white);
  z-index: 20;
  opacity: 1;
}

[refer-form-link] {
  color: var(--brand-color-brown);
  font-weight: 700;
  cursor: pointer;
}

[refer-form-link]:hover {
  color: var(--brand-color-brown--hover);
}

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

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

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

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

.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;
  }
}
@media (min-width: 768px) {
  [modal~=digital] {
    --digital-stage-border-radius: 0.75rem;
    --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(--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;
  -webkit-box-align: center;
     -moz-box-align: center;
          align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  font-weight: 700;
  background: var(--brand-gradient-blue--dark);
  z-index: 6000;
}

[digital-header-title] {
  color: var(--white);
  padding-left: 1rem;
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  font-family: var(--brand-font-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("/templates/-all/icons/close.png");
  background-repeat: no-repeat;
  background-size: 0.75rem 0.75rem;
  background-position: center center;
  border-left: solid 1px var(--white--faint);
  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(--white);
  overflow-y: auto;
  overscroll-behavior: contain;
}

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

[digital-aside-headline] {
  font-weight: 700;
  font-family: var(--brand-font-header);
  color: var(--brand-color-gray--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(--white);
  border-radius: var(--border-radius);
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  place-items: center;
}

.icon-digital::after {
  --badge-text: "Digital Catalog";
  content: var(--badge-text);
  color: var(--white);
  font-weight: 800;
  text-align: center;
  background-color: var(--brand-color-orange);
  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-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;
  -webkit-box-align: center;
     -moz-box-align: center;
          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-color: var(--brand-color-tan);
  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(--brand-color-brown);
  font-weight: 600;
}

[digital-form-headline] {
  position: relative;
  font-weight: 700;
  font-size: var(--font-size-h3-fallback);
  font-size: var(--font-size-h3);
  font-family: var(--brand-font-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(--brand-font-body);
  grid-column: auto/span 3;
}

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

[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("/templates/-all/icons/close--hover.png"), url("/templates/-all/icons/close.png");
  background-repeat: no-repeat;
  background-size: 0.75rem 0.75rem;
  background-position: center center;
  border-left: solid 1px var(--white--faint);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  z-index: 6001;
}

[digital-form-close]:hover {
  background-image: url("/templates/-all/icons/close.png");
  background-color: var(--brand-color-brown);
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  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.75rem;
  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: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
          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: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
     -moz-box-pack: start;
          justify-content: 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"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
[digital-form-label] {
  font-size: var(--font-size-body-fallback);
  font-size: var(--font-size-body);
  font-weight: 700;
  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";
  margin-left: 0.5rem;
  font-size: var(--font-size-body-smallest-fallback);
  font-size: var(--font-size-body-smallest);
  color: var(--brand-color-brown);
}

[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(--white);
}

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

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

[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;
  -webkit-box-align: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

[digital-form-button] {
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 1rem 1.5rem;
  color: var(--white);
  font-weight: 700;
  border-radius: 0.5rem;
  background-color: var(--brand-color-orange);
  overflow: hidden;
}

[digital-form-button]:hover {
  background-color: var(--brand-color-orange--hover);
}

@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(--brand-color-orange);
  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;
     -moz-animation-name: progress;
          animation-name: progress;
  -webkit-animation-timing-function: ease-out;
     -moz-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 3.125s;
     -moz-animation-duration: 3.125s;
          animation-duration: 3.125s;
  border-bottom: 10px solid var(--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: 700;
  color: var(--white);
  z-index: 20;
  opacity: 1;
}

[digital-form-link] {
  color: var(--brand-color-brown);
  font-weight: 700;
  cursor: pointer;
}

[digital-form-link]:hover {
  color: var(--brand-color-brown--hover);
}

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

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

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

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

@media only screen and (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: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: 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(--white);
    outline: 1rem solid var(--white);
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.9);
    z-index: 5000;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
            transform: scale(0);
  }
  input[lightbox~=toggle]:checked + [lightbox~=wrapper] {
    opacity: 1;
    -webkit-transition: opacity;
    -moz-transition: opacity;
    transition: opacity;
    -webkit-transition-duration: 0.25s;
       -moz-transition-duration: 0.25s;
            transition-duration: 0.25s;
    pointer-events: all;
  }
  input[lightbox~=toggle]:checked + [lightbox~=wrapper] [lightbox~=stage] {
    -webkit-transition-delay: 0.35s;
       -moz-transition-delay: 0.35s;
            transition-delay: 0.35s;
    -webkit-transition-duration: 0.5s;
       -moz-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
       -moz-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transform: scale(1);
       -moz-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;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  input[lightbox~=toggle]:checked + [lightbox~=wrapper] [lightbox~=overlay] {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
       -moz-transition-delay: 0.5s;
            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("/templates/-all/icons/close.png"), url("/templates/-all/icons/close--hover.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 5500;
  }
  [lightbox~=close]:hover {
    background-image: url("/templates/-all/icons/close--hover.png");
    color: var(--brand-color-gray--dark);
    background-color: var(--white);
  }
  [lightbox~=datalist] {
    color: var(--brand-color-gray--dark);
    background-color: var(--white);
    padding: 1rem 0.75rem;
    border-radius: var(--border-radius);
  }
  [lightbox~=header] {
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
            align-items: center;
    padding: var(--padding);
    font-size: var(--font-size-h3-fallback);
    font-size: var(--font-size-h3);
    font-weight: 700;
    font-family: var(--brand-font-header);
    color: var(--white);
    background-color: var(--brand-color-brown);
  }
  [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(--brand-color-tan);
    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(--brand-color-tan);
    line-height: var(--line-height-body);
  }
  [lightbox~=thankyou] h2 {
    font-weight: 700;
    font-size: var(--font-size-h3-fallback);
    font-size: var(--font-size-h3);
  }
  [lightbox~=thankyou] a {
    color: var(--brand-color-brown);
    border-bottom: 1px solid var(--brand-color-brown);
  }
  [lightbox~=intro] {
    padding-bottom: 1rem;
  }
  [lightbox~=intro] img {
    max-width: 100%;
    padding-left: 1rem;
  }
  [lightbox~=intro] a {
    color: var(--brand-color-brown);
    font-weight: 600;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.25s ease-in-out;
    -moz-transition: border-bottom 0.25s ease-in-out;
    transition: border-bottom 0.25s ease-in-out;
  }
  [lightbox~=intro] a:hover {
    color: var(--brand-color-brown--hover);
    border-bottom: 1px solid var(--brand-color-brown);
  }
  [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;
    -webkit-box-align: center;
       -moz-box-align: center;
            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: 700;
    padding-top: 1rem;
  }
  [lightbox~=special]:not(:first-of-type) {
    padding-top: 1.5rem;
  }
  [lightbox~=brown] {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    -webkit-box-align: start;
       -moz-box-align: start;
            align-items: start;
    color: var(--brand-color-brown);
    font-weight: 700;
    margin-bottom: 0.75rem;
  }
  .brown {
    color: var(--brand-color-brown);
    font-weight: 700;
  }
  [lightbox~=field],
[lightbox~=select] {
    color: var(--brand-color-gray--dark);
    background-color: var(--white);
    padding: 1rem 0.75rem;
    border-radius: var(--border-radius);
  }
  [lightbox~=select] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url("/templates/-all/icons/select-chevron.png");
    background-repeat: no-repeat;
    background-position: center right;
    border-right: 10px solid transparent;
  }
  [lightbox~=field]::-webkit-input-placeholder {
    color: var(--brand-color-gray);
  }
  [lightbox~=field]::-moz-placeholder {
    color: var(--brand-color-gray);
  }
  [lightbox~=field]::placeholder {
    color: var(--brand-color-gray);
  }
  [lightbox~=field]:focus::-webkit-input-placeholder {
    color: transparent;
  }
  [lightbox~=field]:focus::-moz-placeholder {
    color: transparent;
  }
  [lightbox~=field]:focus::placeholder {
    color: transparent;
  }
  [lightbox~=textarea] {
    font-weight: 400;
    color: var(--brand-color-gray--dark);
    background-color: var(--white);
    width: 100%;
    padding: 1rem 0.75rem;
    border-radius: var(--border-radius);
  }
  [lightbox~=action] {
    -webkit-box-pack: start;
       -moz-box-pack: start;
            justify-content: start;
    padding-bottom: 2rem;
    text-align: center;
  }
  [lightbox~=action] span a {
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.25s ease-in-out;
    -moz-transition: border-bottom 0.25s ease-in-out;
    transition: border-bottom 0.25s ease-in-out;
    font-weight: 600;
  }
  [lightbox~=action] span a:hover {
    border-bottom: 1px solid var(--brand-color-brown);
  }
  [lightbox~=button] {
    display: inline-block;
    width: 100%;
    color: var(--white);
    background-color: var(--brand-color-orange);
    border-radius: var(--border-radius);
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1rem 2rem;
    text-transform: uppercase;
    font-weight: 700;
  }
  [lightbox~=button]:hover {
    background-color: var(--brand-color-orange--hover);
  }
  [lightbox~=privacy] {
    display: inline;
    color: var(--brand-color-brown);
    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(--brand-color-brown);
    font-weight: 600;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.25s ease-in-out;
    -moz-transition: border-bottom 0.25s ease-in-out;
    transition: border-bottom 0.25s ease-in-out;
  }
  [lightbox~=content] a strong:hover,
[lightbox~=intro] a:hover {
    border-bottom: 1px solid var(--brand-color-brown);
  }
  [lightbox~=wwf-logo-photo] {
    position: relative;
    min-width: -moz-calc(50px + 2rem);
    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 only screen and (min-width: 375px) {
  [lightbox~=options-3] {
    grid-template-columns: auto auto 1fr;
  }
}
@media only screen and (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 only screen and (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 only screen and (min-width: 1280px) {
  [lightbox~=wwf-logo-photo] {
    max-width: 50%;
  }
}
@media only screen and (min-width: 1920px) {
  [lightbox~=wwf-logo-photo] {
    min-width: -moz-calc(72px + 2rem);
    min-width: calc(72px + 2rem);
  }
  img[lightbox~=wwf-logo] {
    max-width: 72px;
  }
}
@media only screen and (min-width: 0) {
  [enews~=wrapper] {
    display: grid;
    justify-items: center;
    padding: 4rem 2rem;
    color: var(--white);
    background-color: var(--brand-color-blue--dark);
    font-family: var(--brand-font-body);
    line-height: var(--line-height-body);
  }
  [enews~=stage] {
    width: 100%;
  }
  [enews~=header] {
    font-family: var(--brand-font-body);
    font-size: var(--font-size-h2-fallback);
    font-size: var(--font-size-h2);
    font-weight: 700;
  }
  [enews~=form] {
    display: grid;
    grid-template-areas: "label" "email" "button" "privacy";
    grid-column-gap: 0.5rem;
    grid-row-gap: 1rem;
    -webkit-box-align: center;
       -moz-box-align: center;
            align-items: center;
    margin-top: 1.5rem;
  }
  [enews~=label] {
    grid-area: label;
    font-weight: 700;
  }
  [enews~=email] {
    grid-area: email;
    color: var(--brand-color-gray--dark);
    background-color: var(--white);
    padding: 1rem 0.75rem;
    border-radius: var(--border-radius);
  }
  [enews~=email]::-webkit-input-placeholder {
    color: var(--brand-color-gray--dark);
  }
  [enews~=email]::-moz-placeholder {
    color: var(--brand-color-gray--dark);
  }
  [enews~=email]::placeholder {
    color: var(--brand-color-gray--dark);
  }
  [enews~=email]:focus::-webkit-input-placeholder {
    color: transparent;
  }
  [enews~=email]:focus::-moz-placeholder {
    color: transparent;
  }
  [enews~=email]:focus::placeholder {
    color: transparent;
  }
  [enews~=button] {
    grid-area: button;
    color: var(--white);
    background-color: var(--brand-color-orange);
    border-radius: var(--border-radius);
    padding: 1rem 0.75rem;
    text-align: center;
    font-weight: 700;
  }
  [enews~=privacy] {
    grid-area: privacy;
    font-size: var(--font-size-body-smallest-fallback);
    font-size: var(--font-size-body-smallest);
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  [enews~=stage] {
    width: 100%;
  }
  [enews~=header] {
    font-size: var(--font-size-h4-fallback);
    font-size: var(--font-size-h4);
  }
  [enews~=body] {
    display: grid;
    grid-template-columns: 45% 55%;
    grid-column-gap: 1rem;
    -webkit-box-align: start;
       -moz-box-align: start;
            align-items: flex-start;
  }
  [enews~=form] {
    display: grid;
    grid-template-areas: "label label label" "email button privacy";
    grid-column-gap: 0.25rem;
    grid-row-gap: 0;
    -webkit-box-align: center;
       -moz-box-align: center;
            align-items: center;
    justify-self: start;
    margin-top: 0;
  }
  [enews~=privacy] {
    grid-area: privacy;
    font-size: var(--font-size-body-smallest-fallbacks);
    font-size: var(--font-size-body-smallest);
    padding: 0;
    margin-top: 0;
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  [enews~=wrapper] {
    padding: 4rem 30%;
  }
  [enews~=body] {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 1rem;
    -webkit-box-align: start;
       -moz-box-align: start;
            align-items: flex-start;
  }
  [enews~=form] {
    grid-column-gap: 1rem;
  }
  [enews~=privacy] {
    font-size: var(--font-size-body-smallest-fallbacks);
    font-size: var(--font-size-body-smallest);
    text-align: left;
    margin-left: 0;
  }
  [enews~=privacy] a {
    display: inline-block;
    width: auto;
    height: 100%;
    border-bottom: 1px solid var(--brand-color-blue--dark);
  }
  [enews~=privacy]:hover a {
    border-bottom: 1px solid var(--white);
  }
}
:root {
  --magic-height: 5.8rem;
}

body {
  padding-bottom: var(--magic-height);
}

@media (min-width: 1025px) {
  [magic~=chat] {
    position: fixed;
    display: grid;
    grid-template-columns: 30% 1fr;
    -webkit-box-align: center;
       -moz-box-align: center;
            align-items: center;
    justify-items: start;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    bottom: 1rem;
    right: 1rem;
    color: var(--white);
    width: 14rem;
    height: 4rem;
    background-color: var(--brand-color-orange);
    border-radius: var(--border-radius--rounded);
    font-weight: 700;
    font-family: var(--brand-font-body);
    font-size: var(--font-size-h5-fallback);
    font-size: var(--font-size-h5);
    z-index: 2000;
    text-align: left;
    cursor: pointer;
    outline: 1px solid var(--white);
  }
  [magic~=chat]:hover {
    background-color: var(--brand-color-orange--hover);
  }
  [magic~=chat]::before {
    content: "";
    justify-self: end;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("/templates/-all/icons/icon-chat.svg");
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: right center;
  }
  [magic~=close] {
    width: 4rem;
    grid-template-columns: 100%;
    place-items: center;
  }
  [magic~=close]::before {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  [magic] img {
    vertical-align: bottom;
  }
  [magic~=wrapper] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    pointer-events: none;
    z-index: 1999;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    vertical-align: baseline;
  }
  [magic~=stage] {
    position: -webkit-sticky;
    position: sticky;
    top: -moz-calc(100% - var(--magic-height) - 5rem);
    top: calc(100% - var(--magic-height) - 5rem);
    display: grid;
    grid-template-columns: 115px 1fr 4rem;
    -webkit-box-pack: center;
       -moz-box-pack: center;
            justify-content: center;
    width: 100%;
    height: var(--magic-height);
    color: var(--white);
    background: var(--brand-gradient-blue--dark);
    max-height: var(--magic-height);
    pointer-events: all;
    grid-template-areas: "img button close";
  }
  [magic~=catalog] {
    width: 115px;
    max-width: 6.5rem;
    position: relative;
    top: -15px;
    grid-area: img;
  }
  [magic~=catalog] img {
    max-width: 100%;
    height: auto;
  }
  [magic~=cta] {
    align-self: center;
    margin-left: 0.5rem;
    position: relative;
    top: -7px;
    overflow: hidden;
    max-height: 3rem;
  }
  [magic~=button] {
    grid-area: button;
    width: 100%;
    padding: 1rem 1rem;
    color: var(--brand-color-orange);
    font-weight: 700;
    font-size: var(--font-size-body-fallback);
    font-size: var(--font-size-body);
    text-align: center;
    border-radius: var(--border-radius--button);
    background-color: var(--white);
    display: block;
    cursor: pointer;
  }
  [magic=close] {
    grid-area: close;
    height: 4rem;
    width: 4rem;
    right: 0;
  }
  [magic-close=button] {
    height: 1rem;
    width: 1rem;
    background-image: url(/templates/-all/icons/close.png), url(/templates/-all/icons/close--hover.png);
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    top: 25%;
    left: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  [magic] img {
    vertical-align: bottom;
  }
  [magic~=wrapper] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    pointer-events: none;
    z-index: 1999;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    vertical-align: baseline;
  }
  [magic~=stage] {
    position: -webkit-sticky;
    position: sticky;
    top: -moz-calc(100% - var(--magic-height));
    top: calc(100% - var(--magic-height));
    display: grid;
    grid-template-columns: 4rem 115px 10rem 11.5rem 1fr 3rem;
    -webkit-box-pack: center;
       -moz-box-pack: center;
            justify-content: center;
    width: 100%;
    height: var(--magic-height);
    color: var(--white);
    background: none;
    background-color: var(--brand-color-orange);
    max-height: var(--magic-height);
    pointer-events: all;
    grid-template-areas: " close img button button";
  }
  [magic~=catalog] {
    width: 115px;
    max-width: 6.5rem;
    position: relative;
    top: -19.5px;
    grid-area: img;
  }
  [magic~=catalog] img {
    max-width: 100%;
    height: auto;
  }
  [magic~=catalog] a {
    position: relative;
    bottom: -3.5px;
  }
  [magic~=button] {
    width: 100%;
    padding: 1rem 0;
    color: var(--brand-color-orange);
    font-weight: 700;
    font-family: var(--brand-font-body);
    font-size: var(--font-size-body-fallback);
    font-size: var(--font-size-body);
    text-align: center;
    border-radius: var(--border-radius--button);
    background-color: var(--white);
    display: block;
    cursor: pointer;
    grid-area: button;
    position: relative;
  }
  [magic=close] {
    height: 3rem;
    width: 3rem;
    left: 0;
    grid-area: close;
  }
  [magic-close=button] {
    height: 1rem;
    width: 1rem;
    background-image: url(/templates/-all/icons/close.png), url(/templates/-all/icons/close--hover.png);
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    top: 25%;
    left: 50%;
  }
  [magic~=cta] {
    margin-left: 0.5rem;
    position: relative;
    top: 22.5%;
    overflow: hidden;
    max-height: 3rem;
  }
  [magic~=email] {
    margin-left: 1rem;
  }
  [magic~=text] {
    text-align: right;
    margin: 0 1rem;
    grid-area: text;
    align-self: center;
    -webkit-transform: translateY(-0.5rem);
       -moz-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
    font-size: var(--font-size-body-smallest-fallback);
    font-size: var(--font-size-body-smallest);
    line-height: var(--line-height-1);
  }
  [magic~=wwf] {
    grid-area: wwf;
    align-self: center;
  }
  [magic~=wwf] a {
    display: block;
    max-width: 90%;
    height: auto;
  }
  [magic~=wwf] img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  [magic] img {
    vertical-align: bottom;
  }
  [magic~=wrapper] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    pointer-events: none;
    z-index: 1999;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    vertical-align: baseline;
  }
  [magic~=stage] {
    position: -webkit-sticky;
    position: sticky;
    top: -moz-calc(100% - var(--magic-height));
    top: calc(100% - var(--magic-height));
    display: grid;
    grid-template-columns: 4rem 115px 10rem 11.5rem 1fr 4rem;
    -webkit-box-pack: center;
       -moz-box-pack: center;
            justify-content: center;
    width: 100%;
    height: var(--magic-height);
    color: var(--white);
    background: none;
    background-color: var(--brand-color-orange);
    max-height: var(--magic-height);
    pointer-events: all;
    grid-template-areas: "close img button button text wwf";
  }
  [magic~=button] {
    width: 100%;
    padding: 1rem 0;
    color: var(--brand-color-orange);
    font-weight: 700;
    font-family: var(--brand-font-body);
    font-size: var(--font-size-body-fallback);
    font-size: var(--font-size-body);
    text-align: center;
    border-radius: var(--border-radius--button);
    background-color: var(--white);
    display: block;
    cursor: pointer;
    grid-area: button;
    position: relative;
  }
  [magic~=button]:hover {
    color: var(--brand-color-gray--dark);
  }
  [magic~=catalog] {
    width: 115px;
    max-width: 6.5rem;
    position: relative;
    top: -19.5px;
    grid-area: img;
  }
  [magic~=catalog] img {
    max-width: 100%;
    height: auto;
  }
  [magic~=catalog] a {
    position: relative;
    bottom: -3.5px;
  }
  [magic~=cta] {
    margin-left: 0.5rem;
    position: relative;
    top: 22.5%;
    overflow: hidden;
    max-height: 3rem;
  }
  [magic~=email] {
    margin-left: 1rem;
  }
  [magic~=text] {
    text-align: right;
    margin: 0 1rem;
    grid-area: text;
    align-self: center;
    -webkit-transform: translateY(-0.5rem);
       -moz-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  [magic~=wwf] {
    grid-area: wwf;
    align-self: center;
    -webkit-transform: translateY(-0.5rem);
       -moz-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  [magic~=wwf] a {
    display: block;
    max-width: 70%;
    height: auto;
  }
  [magic~=wwf] img {
    max-width: 100%;
    height: auto;
  }
  [magic=close] {
    height: 3rem;
    width: 3rem;
    left: 0;
    grid-area: close;
  }
  [magic-close=button] {
    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("/templates/-all/icons/close.png"), url("/templates/-all/icons/close--hover.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 5500;
  }
  [magic-close=button]:hover {
    background-image: url("/templates/-all/icons/close--hover.png");
    color: var(--brand-color-gray--dark);
    background-color: var(--white);
  }
}
[enso].js-enso-on:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
          justify-content: center;
  border: orange solid 5px;
  border-radius: 8px;
  z-index: 1;
  cursor: pointer;
  color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

[enso].js-enso-on:hover:after {
  background-color: #00ceff;
  background-color: orange;
  opacity: 0.6;
  color: black;
}

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