/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*=======================================================
External
=======================================================*/
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

/*=======================================================
Utils
=======================================================*/
.visually-hidden {
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
}

.reset-list, .page-header .page-header__nav ul {
  margin: 0;
  padding: 0;
}
.reset-list li, .page-header .page-header__nav ul li {
  list-style: none;
  display: inline-block;
}

.reset-all, .browser-notice button, .tabs .tabs__control, .page-header .page-header__nav-toggle, .button {
  all: unset;
  display: revert;
}

.ml-auto {
  margin-left: auto;
}

.disable-user-select, picture {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}

/*=======================================================
Image lazyloading
=======================================================*/
img.lazyload:not([src]) {
  visibility: hidden;
}

/*=======================================================
Global Variables
=======================================================*/
:root {
  --color-primary: #d89653;
  --color-primary-hover: #c2782c;
  --color-secondary: #eaeaea;
  --body-color: #282828;
  --font-size-base: 16px;
  --font-family-fallback: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-primary: "gibson", var(--font-family-fallback);
  --font-family-secondary: "vistaslabot", var(--font-family-fallback);
  --page-width: 1700px;
  --page-header-height: 60px;
  --page-header-height-small: 60px;
  --section-divider-width: 1700;
  --section-divider-height: 100;
  --section-divider-ratio: calc(100% * var(--section-divider-height) / var(--section-divider-width));
  --content-padding: 1rem;
  --content-max-width: 1280px;
}

/*=======================================================
Medium Viewport
=======================================================*/
@media screen and (min-width: 768px) {
  :root {
    --font-size-base: 18px;
    --page-header-height: 80px;
    --page-header-height-small: 60px;
    --content-padding: 2rem;
  }
}
/*=======================================================
Large Viewport
=======================================================*/
@media screen and (min-width: 1200px) {
  :root {
    --page-header-height: 100px;
    --page-header-height-small: 70px;
  }
}
/*=======================================================
Base
=======================================================*/
/* vistaslabot-bold */
@font-face {
  font-family: "vistaslabot";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../../dist/assets/fonts/vistaslab/vistaslabot-bold-webfont.woff2") format("woff2"), url("../../dist/assets/fonts/vistaslab/vistaslabot-bold-webfont.woff") format("woff");
}
/* gibson light */
@font-face {
  font-family: "gibson";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../../dist/assets/fonts/gibson/gibson-light-webfont.woff2") format("woff2"), url("../../dist/assets/fonts/gibson/gibson-light-webfont.woff") format("woff");
}
/* gibson regular */
@font-face {
  font-family: "gibson";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../../dist/assets/fonts/gibson/gibson-regular-webfont.woff2") format("woff2"), url("../../dist/assets/fonts/gibson/gibson-regular-webfont.woff") format("woff");
}
/* gibson semibold */
@font-face {
  font-family: "gibson";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../../dist/assets/fonts/gibson/gibson-semibold-webfont.woff2") format("woff2"), url("../../dist/assets/fonts/gibson/gibson-semibold-webfont.woff") format("woff");
}
/* gibson bold */
@font-face {
  font-family: "gibson";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../../dist/assets/fonts/gibson/gibson-bold-webfont.woff2") format("woff2"), url("../../dist/assets/fonts/gibson/gibson-bold-webfont.woff") format("woff");
}
html {
  scroll-behavior: smooth;
}

/*=======================================================
Layout
=======================================================*/
.wrapper {
  max-width: var(--page-width);
  margin: 0 auto;
}

/*=======================================================
General Typography
=======================================================*/
body,
html {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-base);
  font-weight: 300;
  line-height: 1.5;
  color: var(--body-color);
}

p {
  margin-top: 0;
  margin-bottom: 0.6rem;
}
p:last-child {
  margin-bottom: 0;
}

b,
strong {
  font-weight: 600;
}

/*=======================================================
Headlines
=======================================================*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-secondary);
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.6rem;
  line-height: 1.1;
}

.h1,
h1 {
  font-size: 2rem;
}

.h2,
h2 {
  font-size: 1.8rem;
}

.h3,
h3 {
  font-size: 1.6rem;
}

.h4,
h4 {
  font-size: 1.4rem;
}

.h5,
h5 {
  font-size: 1.2rem;
}

.h6,
h6 {
  font-size: 1rem;
}

/*=======================================================
Link style
=======================================================*/
.content a:not(.button, .textlink) {
  color: var(--color-primary);
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease-in-out;
}
.content a:not(.button, .textlink):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-primary);
  visibility: hidden;
  transform: scaleX(0);
  transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.content a:not(.button, .textlink):focus, .content a:not(.button, .textlink):hover {
  color: var(--color-primary);
}
.content a:not(.button, .textlink):focus:after, .content a:not(.button, .textlink):hover:after {
  visibility: visible;
  transform: scaleX(1);
  background-color: var(--color-primary);
}

/*=======================================================
Textlink style
=======================================================*/
a.textlink {
  color: #fff;
  font-family: var(--font-family-secondary);
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
a.textlink:after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.3rem;
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' id='svg-east' enable-background='new 0 0 24 24' height='24px' viewBox='0 0 24 24' width='24px' fill='%23fff'><rect fill='none' height='24' width='24' /><path d='M15,5l-1.41,1.41L18.17,11H2V13h16.17l-4.59,4.59L15,19l7-7L15,5z' /></svg>");
}

.button {
  --btn-padding-v: 0.5rem;
  --btn-padding-h: 1.5rem;
  display: inline-block;
  padding: var(--btn-padding-v) var(--btn-padding-h);
  color: #fff;
  background-color: transparent;
  font-family: var(--font-family-secondary);
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s ease-out;
}
@media screen and (min-width: 576px) {
  .button {
    --btn-padding-v: 0.6rem;
    --btn-padding-h: 1.8rem;
  }
}
.button span {
  color: #fff;
}
.button:not(.button--outline) {
  box-shadow: 0 1.25rem 1.25rem -1rem rgba(0, 0, 0, 0.5);
}
.button--outline {
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
  padding: calc(var(--btn-padding-v) - 2px) calc(var(--btn-padding-h) - 2px);
  transition: color 0.3s ease-out, border-color 0.3s ease-out;
}
.button--outline:hover {
  color: #fff;
  border-color: var(--color-primary-hover);
}
.button--small {
  --btn-padding-v: 0.3rem;
  --btn-padding-h: 0.8rem;
}
@media screen and (min-width: 576px) {
  .button--small {
    --btn-padding-v: 0.4rem;
    --btn-padding-h: 1.2rem;
  }
}

html:not(.safari) .button {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
html:not(.safari) .button::after, html:not(.safari) .button::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
html:not(.safari) .button::before {
  z-index: -2;
  background-color: var(--color-primary);
}
html:not(.safari) .button::after {
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  background-color: var(--color-primary-hover);
  transition: transform 0.3s ease-out;
}
html:not(.safari) .button:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
html:not(.safari) .button--outline::before {
  background-color: #fff;
}

html.safari .button {
  background-color: var(--color-primary);
  transition: background-color 0.3s ease-out;
}
html.safari .button:hover {
  background-color: var(--color-primary-hover);
}
html.safari .button--outline {
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  background-color: transparent;
}

/*=======================================================
Layout
=======================================================*/
body {
  padding-top: var(--page-header-height);
}

.page-header {
  z-index: 1000;
  position: fixed;
  top: 0;
  width: 100%;
  height: var(--page-header-height);
  background-color: #fff;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  transition: height 0.2s ease-out;
  /*=======================================================
  Small Viewport Only
  =======================================================*/
  /*=======================================================
  Large Viewport
  =======================================================*/
}
.page-header.page-header--small {
  --page-header-height: var(--page-header-height-small);
}
.page-header .pager-header__inner {
  width: calc(100% - 1.5rem);
  height: var(--page-header-height);
  max-width: calc(var(--page-width) - 1.5rem);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  background-color: #fff;
  transition: height 0.2s ease-out;
}
.page-header .page-header__logo {
  line-height: 0;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.page-header .page-header__logo img {
  display: inline-block;
  max-width: 100%;
  height: calc(var(--page-header-height) - 1.5rem);
  transition: height 0.2s ease-out;
}
.page-header .page-header__nav ul {
  display: flex;
  flex-direction: column;
}
.page-header .page-header__nav ul li {
  margin: 0.5rem 0;
}
.page-header .page-header__nav ul li a {
  font-family: var(--font-family-primary);
  color: var(--body-color);
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
}
.page-header .page-header__nav ul li a:hover {
  color: var(--color-primary);
}
.page-header .page-header__action {
  cursor: pointer;
  width: var(--page-header-height);
  height: var(--page-header-height);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--color-primary);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  text-align: center;
  line-height: 1;
  transition: height 0.2s ease-out;
}
.page-header .page-header__action svg {
  width: calc(var(--page-header-height) * 0.4);
  height: calc(var(--page-header-height) * 0.4);
  margin: 0.2rem;
}
@media screen and (min-width: 1200px) {
  .page-header .page-header__action {
    line-height: 1.5;
  }
}
.page-header .page-header__nav-toggle {
  color: #fff;
  background-color: var(--color-primary);
}
.page-header .page-header__nav-toggle .icon--close {
  display: none;
}
@media screen and (max-width: 1199.98px) {
  .page-header .pager-header__inner {
    padding-right: 0;
    width: calc(100% - 0.75rem);
  }
  .page-header .page-header__nav {
    z-index: -1;
    position: absolute;
    top: var(--page-header-height);
    left: 0;
    right: 0;
    width: calc(100% - 1.5rem);
    height: auto;
    background-color: #fff;
    padding: 1rem 0.75rem;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out, top 0.2s ease-out;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  }
  .page-header .page-header__action:not(.page-header__nav-toggle) {
    width: calc(var(--page-header-height) * 1.25);
  }
  .page-header.page-header--open .page-header__nav {
    transform: translateY(0);
  }
  .page-header.page-header--open .page-header__nav-toggle .icon--menu {
    display: none;
  }
  .page-header.page-header--open .page-header__nav-toggle .icon--close {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .page-header .page-header__nav ul {
    flex-direction: row;
  }
  .page-header .page-header__nav ul li {
    margin: 0.5rem;
  }
  .page-header .page-header__nav-toggle {
    display: none;
  }
  .page-header .page-header__action {
    height: unset;
  }
  .page-header .page-header__action svg {
    width: 24px;
  }
  .page-header .page-header__action.page-header__action--shop {
    order: 1;
    flex-direction: row;
    width: auto;
    font-size: 1rem;
    font-family: var(--font-family-secondary);
    border: 2px solid var(--color-primary);
    padding: 0.3rem 0.6rem;
    margin-left: 0.5rem;
    transition: color 0.3s ease-in-out;
    background-color: transparent;
  }
  .page-header .page-header__action.page-header__action--shop span {
    order: 1;
    margin-right: 0.3rem;
  }
  .page-header .page-header__action.page-header__action--shop svg {
    order: 2;
    height: auto;
  }
  .page-header .page-header__action.page-header__action--home {
    width: auto;
    margin-right: 0.3rem;
    color: var(--body-color);
    transition: color 0.3s ease-in-out;
  }
  .page-header .page-header__action.page-header__action--home span {
    display: none;
  }
  .page-header .page-header__action.page-header__action--home svg {
    height: auto;
  }
  .page-header .page-header__action.page-header__action--home:hover {
    color: var(--color-primary);
  }
}

html:not(.safari) .page-header__action.page-header__action--shop {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
html:not(.safari) .page-header__action.page-header__action--shop::after, html:not(.safari) .page-header__action.page-header__action--shop::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
html:not(.safari) .page-header__action.page-header__action--shop::before {
  z-index: -2;
  background-color: #fff;
}
html:not(.safari) .page-header__action.page-header__action--shop::after {
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  background-color: var(--color-primary-hover);
  transition: transform 0.3s ease-out;
}
html:not(.safari) .page-header__action.page-header__action--shop:hover {
  color: #fff;
  border-color: var(--color-primary-hover);
}
html:not(.safari) .page-header__action.page-header__action--shop:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

html.safari .page-header__action.page-header__action--shop {
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
html.safari .page-header__action.page-header__action--shop:hover {
  color: #fff;
  border-color: var(--color-primary-hover);
  background-color: var(--color-primary-hover);
}

.page-footer {
  color: #fff;
  background-color: var(--color-primary);
  margin-top: -1.3rem;
}
@media screen and (min-width: 768px) {
  .page-footer {
    margin-top: -1.5rem;
  }
}
.page-footer .page-footer__inner {
  padding: 4rem 1rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page-footer .footer__column {
  flex: 1 1 0;
  text-align: center;
  margin: 2rem;
}
.page-footer .footer__column figure {
  margin: 0 0 1rem;
}
.page-footer .footer__column figure img {
  border-radius: 100%;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-footer .page-footer__inner {
    flex-direction: row;
    justify-content: space-around;
  }
  .page-footer .footer__column {
    max-width: 320px;
  }
}

section {
  display: flex;
  flex-direction: column;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
section.section--right .button__wrapper,
section.section--right .section__stage {
  text-align: right;
}
section.section--right .section__stage .stage__content > div {
  margin-left: auto;
}
section.section--right .section__stage .stage__content > div:after {
  /* transform: translate(0%, -50%); */
}
section.section--right .section__stage .stage__content > div h2:after {
  margin-left: auto;
}
section .section__inner .section__stage {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--color-secondary);
  padding-top: calc(2em + 100px);
}
section .section__inner .section__stage .divider {
  color: var(--color-secondary) !important;
}
section .section__inner .section__image img {
  display: block;
  max-width: 100%;
}
section .section__details {
  background: var(--color-secondary);
}
section .section__details .details__content {
  padding-top: 2rem;
  padding-bottom: min(var(--section-divider-ratio) + 4rem, var(--section-divider-height) * 1px + 4rem);
}
@media screen and (min-width: 576px) {
  section .section__details .details__content {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  section .section__details .details__content {
    padding-top: 4rem;
  }
}
section .details__content,
section .stage__content {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--content-padding) * 2);
  max-width: var(--content-max-width);
  padding-left: var(--content-padding);
  padding-right: var(--content-padding);
}
section .button__wrapper {
  width: 100%;
  z-index: 20;
  position: absolute;
  bottom: min(2vw, 40px);
  max-width: calc(var(--content-max-width) + 2 * var(--content-padding));
  left: 50%;
  transform: translateX(-50%);
}
section .button__wrapper .button {
  margin-left: var(--content-padding);
  margin-right: var(--content-padding);
}
/*section .stage__content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}*/
section .stage__content > div {
  position: relative;
  max-width: 55%;
}

.stage__content > div * {
  color: black !important;
}

@media screen and (min-width: 768px) {
  section .stage__content > div {
    max-width: 33%;
  }
}
section .stage__content > div:after {
  width: 150%;
  padding-top: 150%;
  content: "";
  display: block;
  background: black;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0) 66%);
  position: absolute;
  top: 50%;
  transform: translate(-25%, -50%);
  z-index: -1;
}
section .stage__content h2 {
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1.8rem;
  position: relative;
}
@media screen and (min-width: 576px) {
  section .stage__content h2 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  section .stage__content h2 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 992px) {
  section .stage__content h2 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1200px) {
  section .stage__content h2 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1400px) {
  section .stage__content h2 {
    font-size: 4.6rem;
  }
}
section .stage__content h2:after {
  content: "";
  display: block;
  width: 0;
  height: 0.3rem;
  background-color: #000;
  margin-top: 0.4rem;
  margin-bottom: 0.6rem;
  transition: width 0.2s ease-out;
  transition-delay: 0.3s;
}
@media screen and (min-width: 768px) {
  section .stage__content h2:after {
    height: 0.4rem;
    margin-top: 0.4rem;
    margin-bottom: 0.8rem;
  }
}
@media screen and (min-width: 1200px) {
  section .stage__content h2:after {
    height: 0.6rem;
    margin-top: 0.4rem;
    margin-bottom: 1rem;
  }
}
section .stage__content h2.animation--triggered:after {
  width: 3rem;
}
@media screen and (min-width: 768px) {
  section .stage__content h2.animation--triggered:after {
    width: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  section .stage__content h2.animation--triggered:after {
    width: 5rem;
  }
}
section .stage__content p {
  color: #fff;
  line-height: 1.2;
}
@media screen and (min-width: 576px) {
  section .stage__content p {
    font-size: 1.2rem;
  }
}
section#ostern .stage__content > div {
  max-width: 75%;
}
@media screen and (min-width: 420px) {
  section#ostern .stage__content > div {
    max-width: 60%;
  }
}
@media screen and (min-width: 992px) {
  section#ostern .stage__content > div {
    max-width: 50%;
  }
}
@media screen and (min-width: 1400px) {
  section#ostern .stage__content > div {
    max-width: 55%;
  }
}

.with-divider, .hero .section__inner, section.section--left .section__inner, section.section--left .section__stage, section.section--right .section__inner, section.section--right .section__stage {
  position: relative;
}
.with-divider--invert .divider, .hero .section__inner .divider, section.section--left .section__inner .divider, section.section--left .section__stage .divider, section.section--right .section__inner .divider, section.section--right .section__stage .divider {
  color: #fff;
}
.with-divider--invert .divider--bottom, .hero .section__inner .divider--bottom, section.section--left .section__inner .divider--bottom, section.section--left .section__stage .divider--bottom, section.section--right .section__inner .divider--bottom, section.section--right .section__stage .divider--bottom {
  transform: scaleY(-1);
}
.with-divider--flipX .divider, .hero .section__inner .divider, section.section--right .section__inner .divider, section.section--right .section__stage .divider {
  transform: scaleX(-1);
}
.with-divider--flipX .divider--bottom, .hero .section__inner .divider--bottom, section.section--right .section__inner .divider--bottom, section.section--right .section__stage .divider--bottom {
  transform: scale(-1);
}
.with-divider .divider, .hero .section__inner .divider, section.section--left .section__inner .divider, section.section--left .section__stage .divider, section.section--right .section__inner .divider, section.section--right .section__stage .divider {
  position: absolute;
  left: -2px;
  right: -2px;
  height: auto;
  width: calc(100% + 4px);
  z-index: 10;
}
.with-divider .divider--top, .hero .section__inner .divider--top, section.section--left .section__inner .divider--top, section.section--left .section__stage .divider--top, section.section--right .section__inner .divider--top, section.section--right .section__stage .divider--top {
  top: -1px;
}
.with-divider .divider--bottom, .hero .section__inner .divider--bottom, section.section--left .section__inner .divider--bottom, section.section--left .section__stage .divider--bottom, section.section--right .section__inner .divider--bottom, section.section--right .section__stage .divider--bottom {
  bottom: -1px;
}

/*=======================================================
Components
=======================================================*/
.icon {
  background-color: #fff;
  border-radius: 100%;
  line-height: 0;
}
.icon svg {
  color: var(--color-primary);
  width: 1.6rem;
  height: 1.6rem;
  margin: 0.5rem;
  z-index: 1;
  transition: color 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .icon.icon--large svg {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0.6rem;
  }
}
.icon:hover svg {
  color: var(--color-primary-hover);
}

.collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.collapse.open {
  max-height: var(--collapse-height, 2000px);
  transition: max-height 0.3s ease-in;
}
.collapse .collapse__control {
  display: inline-flex;
}
.collapse .collapse__control .control__label--less,
.collapse .collapse__control .icon--remove {
  display: none;
}
.collapse .collapse__control[aria-expanded=true] .control__label--more,
.collapse .collapse__control[aria-expanded=true] .icon--add {
  display: none;
}
.collapse .collapse__control[aria-expanded=true] .control__label--less,
.collapse .collapse__control[aria-expanded=true] .icon--remove {
  display: inline;
}
.collapse .collapse__control svg {
  width: 1.4em;
  height: 1.4rem;
  margin-left: 0.5rem;
  margin-right: -0.75rem;
}

/*=======================================================
Functionality
=======================================================*/
.tabs .tabs__panel.tabs__panel--hidden {
  display: none;
}

/*=======================================================
Tab Slider
=======================================================*/
.slider--tabs {
  position: relative;
}
.slider--tabs > .swiper {
  width: 100%;
  height: 100%;
}
.slider--tabs > .swiper .swiper-slide {
  width: auto;
  height: auto;
  flex: 1;
}

/*=======================================================
Styling
=======================================================*/
.tabs .tabs__controls {
  display: flex;
  font-family: var(--font-family-secondary);
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .tabs .tabs__controls {
    font-size: 1.3rem;
  }
}
.tabs .tabs__controls span {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  display: block;
  font-family: var(--font-family-primary);
  font-weight: 300;
}
.tabs .tabs__control {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  flex: 1;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 1.25rem 1rem;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  background-color: var(--color-primary);
  transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
}
.tabs .tabs__control:hover {
  background-color: var(--color-primary-hover);
}
.tabs .tabs__control:before {
  z-index: -1;
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  left: -1px;
  width: calc(100% + 2px);
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  transition: opacity 0.2s ease-out;
}
.tabs .tabs__control[aria-selected=true] {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.tabs .tabs__control[aria-selected=true]:before {
  opacity: 1;
}

/*=======================================================
Custom Backgrounds
=======================================================*/
.tabs {
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
}

#amot__details .tabs {
  background-image: url("../../dist/assets/products/amot/stage/tab.jpg");
}

#cocoa__details .tabs {
  background-image: url("../../dist/assets/products/cocoa/stage/tab.jpg");
}

#edeltafeln__details .tabs {
  background-image: url("../../dist/assets/products/edeltafeln/stage/tab.jpg");
}

#ursprung__details .tabs {
  background-image: url("../../dist/assets/products/ursprung/stage/tab.jpg");
}

#saisonal__details .tabs {
  background-image: url("../../dist/assets/products/saisonal/erdbeere/stage/tab.jpg");
}
#saisonal__details .tabs[data-active-panel="1"] {
  background-image: url("../../dist/assets/products/saisonal/kuerbis/stage/tab.jpg");
}
#saisonal__details .tabs[data-active-panel="2"] {
  background-image: url("../../dist/assets/products/saisonal/winter/stage/tab.jpg");
}

#pralinen__details .tabs {
  background-image: url("../../dist/assets/products/pralinen/stage/tab.jpg");
}

#blaetter__details .tabs {
  background-image: url("../../dist/assets/products/blaetter/stage/tab.jpg");
}

#ostern__details .tabs {
  background-image: url("../../dist/assets/products/ostern/stage/tab.jpg");
}

.slider .swiper {
  width: 100%;
  height: 100%;
}
.slider .swiper .swiper-slide {
  height: auto;
}
.slider .swiper .swiper-slide img {
  display: block;
  max-width: 100%;
  height: auto;
}
.slider .slider__controls {
  z-index: 10;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  flex-direction: column;
  margin: -0.25rem;
}
@media screen and (min-width: 576px) {
  .slider .slider__controls {
    display: flex;
  }
}
.slider .slider__control {
  cursor: pointer;
  margin: 0.25rem;
}
.slider .slider__control.slider__control--prev svg {
  transform: rotate(180deg);
}
.slider .slider__control.control--disabled {
  cursor: default;
  pointer-events: none;
}
.slider .slider__control.control--disabled svg {
  opacity: 0.25;
}
.slider .slider__control.control--locked {
  display: none;
}
.slider .slider__pagination {
  z-index: 10;
  position: absolute;
  display: flex;
  margin: -0.125rem;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.375rem;
  border-radius: 1.5rem;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
}
.slider .slider__pagination .pagination__bullet {
  margin: 0.125rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: #fff;
}
.slider .slider__pagination .pagination__bullet.pagination__bullet--active {
  background-color: var(--color-primary);
}
.slider .slider__pagination.pagination--locked {
  display: none;
}

.hero {
  padding: 0;
  margin-bottom: 1.5rem;
  position: relative;
}
.hero .swiper {
  position: inherit;
}
.hero .slider__pagination {
  bottom: min(2vw, 40px);
}
.hero .hero__content {
  padding: var(--content-padding);
}
.hero .hero__content {
  position: absolute;
  right: 4rem;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #fff;
  max-width: 620px;
  right: 3.6rem;
}
.hero .hero__content .button {
  pointer-events: all;
}
.hero .hero__content h1,
.hero .hero__content .h1 {
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .hero .hero__content h1,
.hero .hero__content .h1 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .hero .hero__content h1,
.hero .hero__content .h1 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 992px) {
  .hero .hero__content h1,
.hero .hero__content .h1 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero .hero__content h1,
.hero .hero__content .h1 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .hero .hero__content h1,
.hero .hero__content .h1 {
    font-size: 4.2rem;
  }
}
.hero .hero__content h1 span,
.hero .hero__content .h1 span {
  display: block;
  width: 3rem;
  height: 0.3rem;
  background-color: #fff;
  margin-top: 0.4rem;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  .hero .hero__content h1 span,
.hero .hero__content .h1 span {
    height: 0.4rem;
    width: 3rem;
    margin-bottom: 0.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero .hero__content h1 span,
.hero .hero__content .h1 span {
    height: 0.6rem;
    width: 5rem;
    margin-bottom: 1rem;
  }
}
.hero .hero__content p {
  font-size: 1.2rem;
}
.hero .hero__content:after {
  width: 150%;
  padding-top: 150%;
  content: "";
  display: block;
  background: black;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0) 66%);
  position: absolute;
  top: 50%;
  transform: translate(-25%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .hero .hero__content {
    right: 4rem;
  }
}
@media screen and (min-width: 1400px) {
  .hero .hero__content {
    max-width: 730px;
  }
}

.slider--product .slider__item {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  height: calc(100% - 4.5rem);
  padding: 2rem 1rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .slider--product .slider__item {
    max-width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .slider--product .slider__item {
    max-width: 320px;
    height: calc(100% - 6rem);
    padding: 3.5rem 1rem 2.5rem;
  }
}

.back-to-top {
  --dimension: 2.6rem;
  position: relative;
  height: var(--dimension);
}
@media screen and (min-width: 768px) {
  .back-to-top {
    --dimension: 3rem;
  }
}
.back-to-top .back-to-top__wrapper {
  position: absolute;
  bottom: 0;
  height: var(--offset);
  width: var(--dimension);
  pointer-events: none;
}
.back-to-top .back-to-top__area {
  display: block;
  height: calc(var(--offset) - var(--dimension));
  width: var(--dimension);
  pointer-events: none;
}
.back-to-top .back-to-top__trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  z-index: 900;
  width: var(--dimension);
  height: var(--dimension);
  position: -webkit-sticky;
  position: sticky;
  bottom: 1rem;
  pointer-events: none;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.back-to-top .back-to-top__trigger svg {
  color: var(--color-primary);
  width: 60%;
  height: 60%;
  margin: 20%;
  transform: rotate(-90deg);
  transition: color 0.2s ease-out;
}
.back-to-top .back-to-top__trigger::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scaleY(0);
  transform-origin: top;
  background-color: var(--color-primary);
  transition: transform 0.3s ease-out;
}
.back-to-top .back-to-top__trigger--visible {
  opacity: 1;
  pointer-events: all;
}
.back-to-top .back-to-top__trigger:hover svg {
  color: #fff;
}
.back-to-top .back-to-top__trigger:hover::after {
  transform: scaleY(1);
  transform-origin: bottom;
}
.back-to-top--left .back-to-top__wrapper {
  left: 0.5rem;
}
.back-to-top--right .back-to-top__wrapper {
  right: 0.5rem;
}
.back-to-top--center .back-to-top__wrapper {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.card {
  perspective: 2000px;
  background-color: transparent;
  position: relative;
  width: 100%;
  height: 100%;
}
.card .card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.5s;
  transform-style: preserve-3d;
}
.card:after {
  content: "";
  display: block;
  padding-top: 150%;
}
.card .card__back,
.card .card__front {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateX(0deg);
}
.card .card__back {
  transform: rotateY(180deg);
  margin: var(--content-padding);
  height: calc(100% - var(--content-padding) * 2);
  width: calc(100% - var(--content-padding) * 2);
}
.card .card__back .card__back-content {
  overflow-y: auto;
  text-align: left;
  background-color: #fff;
  padding: var(--content-padding);
  height: calc(100% - var(--content-padding) * 2);
  width: calc(100% - var(--content-padding) * 2);
}
@media screen and (min-width: 768px) {
  .card .card__back .card__back-content {
    padding: calc(var(--content-padding) / 2);
    height: calc(100% - var(--content-padding));
    width: calc(100% - var(--content-padding));
  }
}
.card .card__back:after, .card .card__back:before {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: repeat-x;
  background-position: center;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' xml:space='preserve'><path d='M12 8V0h-1.6c0 2.4-2 4.4-4.4 4.4-2.4 0-4.4-2-4.4-4.4H0v8h12z' fill='%23fff'/></svg>");
}
.card .card__back:before {
  top: -0.5rem;
}
.card .card__back:after {
  transform: scaleY(-1);
  bottom: -0.5rem;
}
.card[data-flipped=true] .card__inner {
  transform: rotateY(180deg);
}
.card[data-flipped=true] .card__back-content {
  overscroll-behavior-y: contain;
}
.card[data-flipped=true] .card__icon--info {
  display: none;
}
.card .card__icon--close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  cursor: pointer;
}
.card .card__icon--info {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.card .card__icon--info.top--5 {
  top: 5%;
}
.card .card__icon--info.top--10 {
  top: 10%;
}
.card .card__icon--info.top--15 {
  top: 15%;
}
.card .card__icon--info.top--20 {
  top: 20%;
}
.card .card__icon--info.top--25 {
  top: 25%;
}
.card .card__icon--info.top--30 {
  top: 30%;
}
.card .card__icon--info.top--35 {
  top: 35%;
}
.card .card__icon--info.top--40 {
  top: 40%;
}
.card .card__icon--info.top--45 {
  top: 45%;
}
.card .card__icon--info.top--50 {
  top: 50%;
}
.card .card__icon--info.top--55 {
  top: 55%;
}
.card .card__icon--info.right--5 {
  right: 5%;
}
.card .card__icon--info.right--10 {
  right: 10%;
}
.card .card__icon--info.right--15 {
  right: 15%;
}
.card .card__icon--info.right--20 {
  right: 20%;
}
.card .card__icon--info.right--25 {
  right: 25%;
}
.card .card__icon--info.right--30 {
  right: 30%;
}
.card .card__icon--info.right--35 {
  right: 35%;
}
.card .card__icon--info.right--40 {
  right: 40%;
}
.card .card__icon--info.bottom--15 {
  bottom: 15%;
  top: unset;
}

.external-link-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: unset;
}
.external-link-overlay[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  z-index: 2000;
  transition: visibility 0s, opacity 0.2s cubic-bezier(0, 0, 0, 1);
}
.external-link-overlay[aria-hidden=false] .external-link-overlay__content {
  opacity: 1;
  transition: opacity 0.1s cubic-bezier(0, 0, 0, 1);
  transition-delay: 0.1s;
}
.external-link-overlay .external-link-overlay__content {
  opacity: 0;
  position: relative;
  margin: 1rem;
  padding: 2rem;
  background-color: #fff;
  max-width: 480px;
  transition: unset;
}
.external-link-overlay .external-link-overlay__actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
}
.external-link-overlay .external-link-overlay__actions > *:not(:last-child) {
  margin-right: 1rem;
}

.browser-notice {
  padding: 1rem;
  line-height: 1.3;
  font-weight: 400;
  font-size: 0.8rem;
  text-align: center;
  background-color: #ff8c00;
}
.browser-notice p {
  margin-bottom: 0.25rem;
}
.browser-notice button {
  cursor: pointer;
  text-decoration: underline;
  text-transform: uppercase;
}
@media screen and (min-width: 576px) {
  .browser-notice {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 992px) {
  .browser-notice {
    font-size: 1rem;
  }
}
