/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/*-----------------------------------------------------------------------------------*/
/*      0.0 Reset
/*-----------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-----------------------------------------------------------------------------------*/
/*      1.0 Icomoon
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../icomoon/fonts/icomoon.eot?2pha8");
  src: url("../icomoon/fonts/icomoon.eot?2pha8#iefix") format("embedded-opentype"), url("../icomoon/fonts/icomoon.ttf?2pha8") format("truetype"), url("../icomoon/fonts/icomoon.woff?2pha8") format("woff"), url("../icomoon/fonts/icomoon.svg?2pha8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"], .icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-apple:before {
  content: "\e900";
}

.icon-close:before {
  content: "\e901";
}

.icon-exit:before {
  content: "\e902";
}

.icon-instagram:before {
  content: "\e903";
}

.icon-play:before {
  content: "\e904";
}

.icon-spotify:before {
  content: "\e905";
}

.icon-wave:before {
  content: "\e906";
}

/*-----------------------------------------------------------------------------------*/
/*      2.0 Helper
/*-----------------------------------------------------------------------------------*/
/* 2.1 FLOATS */
.float--right {
  float: right !important;
}

.float--left {
  float: left !important;
}

/* 2.2 CONTENT/BG COVER */
.bg--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img, .object-fit-con img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 2.3 VISIBILITY */
.hidden {
  display: none;
}

@media only screen and (max-width: 1020px) {
  .hidden--mobile {
    display: none;
  }
}

@media only screen and (min-width: 1021px) {
  .hidden--desktop {
    display: none;
  }
}

.sr-only,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* 2.4 CLEARFIX */
.wpforms-field-container::after, .clearfix::after, .cf::after {
  content: "";
  display: table;
  clear: both;
}

/*-----------------------------------------------------------------------------------*/
/*      3.0 Media
/*-----------------------------------------------------------------------------------*/
img, media {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

iframe {
  max-width: 100%;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

.iframe-wrap,
.img-wrap-inner {
  position: relative;
  z-index: 0;
  padding-bottom: 56.25%;
}
.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img {
  position: absolute;
}

/*-----------------------------------------------------------------------------------*/
/*  4.0 Grid System
/*-----------------------------------------------------------------------------------*/
/*  4.1 Width */
.one-whole {
  width: 100%;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

.one-quarter {
  width: 25%;
}

.three-quarters {
  width: 75%;
}

.two-fifths {
  width: 40%;
}

@media only screen and (max-width: 1400px) {
  .xl-one-whole {
    width: 100%;
  }

  .xl-one-half {
    width: 50%;
  }

  .xl-one-third {
    width: 33.333%;
  }

  .xl-two-thirds {
    width: 66.666%;
  }

  .xl-one-quarter {
    width: 25%;
  }

  .xl-three-quarters {
    width: 75%;
  }

  .xl-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 1200px) {
  .content-one-whole {
    width: 100%;
  }

  .content-one-half {
    width: 50%;
  }

  .content-one-third {
    width: 33.333%;
  }

  .content-two-thirds {
    width: 66.666%;
  }

  .content-one-quarter {
    width: 25%;
  }

  .content-three-quarters {
    width: 75%;
  }

  .content-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 1020px) {
  .lg-one-whole {
    width: 100%;
  }

  .lg-one-half {
    width: 50%;
  }

  .lg-one-third {
    width: 33.333%;
  }

  .lg-two-thirds {
    width: 66.666%;
  }

  .lg-one-quarter {
    width: 25%;
  }

  .lg-three-quarters {
    width: 75%;
  }

  .lg-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 800px) {
  .md-one-whole {
    width: 100%;
  }

  .md-one-half {
    width: 50%;
  }

  .md-one-third {
    width: 33.333%;
  }

  .md-two-thirds {
    width: 66.666%;
  }

  .md-one-quarter {
    width: 25%;
  }

  .md-three-quarters {
    width: 75%;
  }

  .md-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .sm-one-whole {
    width: 100%;
  }

  .sm-one-half {
    width: 50%;
  }

  .sm-one-third {
    width: 33.333%;
  }

  .sm-two-thirds {
    width: 66.666%;
  }

  .sm-one-quarter {
    width: 25%;
  }

  .sm-three-quarters {
    width: 75%;
  }

  .sm-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 480px) {
  .xs-one-whole {
    width: 100%;
  }

  .xs-one-half {
    width: 50%;
  }

  .xs-one-third {
    width: 33.333%;
  }

  .xs-two-thirds {
    width: 66.666%;
  }

  .xs-one-quarter {
    width: 25%;
  }

  .xs-three-quarters {
    width: 75%;
  }

  .xs-two-fifths {
    width: 40%;
  }
}
/*  4.2 Container */
.container {
  max-width: 75rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding-inline: 2.5rem;
}

.container--full {
  max-width: 100%;
}

.container--small {
  max-width: 65rem;
}

.container--tiny {
  max-width: 46.25rem;
}

.container--med {
  max-width: 68rem;
}

/*  4.4 Flexgrid */
.flexgrid, .flex {
  display: flex;
}

.flexgrid--gutter {
  margin-left: -2rem;
}
.flexgrid--gutter .flex__item {
  padding-left: 2rem;
}

.flexgrid--narrow {
  margin-left: -1rem;
}
.flexgrid--narrow .flex__item {
  padding-left: 1rem;
}

.flexgrid--wide {
  margin-left: -5rem;
}
.flexgrid--wide .flex__item {
  padding-left: 5rem;
}

.flexgrid--giant {
  margin-left: -8rem;
}
.flexgrid--giant .flex__item {
  padding-left: 8rem;
}

.flex--end {
  justify-content: flex-end;
}

.flex--middle {
  align-items: center;
}
.flex--middle p:last-child {
  margin-bottom: 0;
}

.flex--around {
  justify-content: space-around;
}

.flex--between {
  justify-content: space-between;
}

.flex--column {
  flex-direction: column;
}

.flex--center {
  justify-content: center;
}

.flex--bottom {
  align-items: flex-end;
}

.flex1 {
  flex: 1 0 auto;
}

.flex--wrap {
  flex-wrap: wrap;
}

/*-----------------------------------------------------------------------------------*/
/*  5.0 Typography
/*-----------------------------------------------------------------------------------*/
html {
  font-family: "archivo", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.375;
  color: #040183;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

*::selection {
  background: #040183;
  color: #FFFCEA;
}

[data-target] {
  cursor: pointer;
}

/*  5.1 Links */
a {
  text-decoration: none;
  color: #040183;
  transition: all 0.25s ease-out;
}
a:hover {
  color: #020150;
}
a:focus, a:active {
  outline: none;
}

a, i {
  -webkit-tap-highlight-color: transparent;
}

h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta {
  font-family: "archivo", "Arial", sans-serif;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.25rem;
  color: #040183;
}

/*  5.2 Headlines */
h1 a, h1 a:visited, .alpha a, .alpha a:visited,
h2 a,
h2 a:visited, .beta a, .beta a:visited,
h3 a,
h3 a:visited, .gamma a, .gamma a:visited,
h4 a,
h4 a:visited, .delta a, .delta a:visited,
h5 a,
h5 a:visited, .epsilon a, .epsilon a:visited,
h6 a,
h6 a:visited, .zeta a, .zeta a:visited {
  text-decoration: none;
}

h1, .alpha {
  font-size: 6.875rem;
  line-height: 1.01818;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

h2, .beta {
  font-size: 2.875rem;
  line-height: 1.04348;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

h3, .gamma {
  font-size: 1.8125rem;
  line-height: 1.13793;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}

h4, .delta {
  font-size: 1.375rem;
  line-height: 1.5;
  margin-bottom: 0;
}

h5, .epsilon {
  font-size: 1rem;
  line-height: 1.25;
}

h6, .zeta {
  font-size: 0.875rem;
  line-height: 1.21429;
}

p, blockquote,
pre, dl {
  margin: 0 0 1.25rem;
}
p a, blockquote a,
pre a, dl a {
  text-decoration: underline;
}

/*  5.3 Alignment */
.text--center,
.has-text-align-center {
  text-align: center;
}

.text--right,
.has-text-align-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.alignleft img {
  margin-left: 0;
}

.alignright img {
  margin-right: 0;
}

/*  5.4 Quotes */
blockquote {
  font-size: 1rem;
  line-height: 1.375;
  padding: 0 1.5em;
  font-style: italic;
}
blockquote cite {
  margin: 0;
  font-style: italic;
}

hr {
  border: none;
  border-top: 1px solid #A1A9AD;
  margin: 5rem 0;
}

q {
  font-style: italic;
}

pre {
  padding: 2.5rem;
  border-radius: 5px;
  border: 1px solid #999999;
}

ul {
  padding-left: 1rem;
}

@font-face {
  font-family: 'archivo';
  src: url("../fonts/archivo-black-v22-latin-regular.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'archivo';
  src: url("../fonts/archivo-v24-latin-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/*-----------------------------------------------------------------------------------*/
/*  6.0 Elements
/*-----------------------------------------------------------------------------------*/
/*  6.1 Buttons */
.btn, input[type="button"],
input[type="submit"],
.wpforms-submit-container button {
  font-size: 0.9375rem;
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-weight: 900;
  cursor: pointer;
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  line-height: 1.4;
  padding: 0.85rem 2rem 0.8rem;
  border-radius: 1.5rem;
  text-decoration: none !important;
  text-align: center;
  color: #040183;
  background-color: #DCFF4D;
  -webkit-tap-highlight-color: transparent;
  min-width: 11rem;
  position: relative;
}
.btn span, input[type="button"] span,
input[type="submit"] span,
.wpforms-submit-container button span {
  position: absolute;
  top: -0.75rem;
  right: 1.25rem;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 0.4rem 0.6rem 0.35rem;
  border-radius: 1rem;
  background: #FF3600;
  color: #FFFCEA !important;
}
.btn:hover, input[type="button"]:hover,
input[type="submit"]:hover,
.wpforms-submit-container button:hover {
  color: #040183;
  background-color: #FFFCEA;
}
.btn:active, input[type="button"]:active,
input[type="submit"]:active,
.wpforms-submit-container button:active, .btn:focus, input[type="button"]:focus,
input[type="submit"]:focus,
.wpforms-submit-container button:focus {
  outline: none;
}

.btn--small {
  padding-inline: 1.5rem;
  min-width: auto;
}

.btn--invert:hover {
  color: #DCFF4D;
  background-color: #040183;
}

.btn--red {
  background: #FF3600;
  color: #FFFCEA;
}
.btn--red:hover {
  color: #FFFCEA;
  background: #040183;
}

.btn--pink {
  background: #F3A3C6;
  color: #FFFCEA;
}
.btn--pink:hover {
  color: #FFFCEA;
  background: #FF3600;
}

.btn--light {
  background: #FFFCEA;
  color: #040183;
}
.btn--light:hover {
  background: #DCFF4D;
}

.btn--light-red {
  background: #FFFCEA;
  color: #FF3600;
  min-width: 12rem;
}
.btn--light-red:hover {
  background: #FFFCEA;
  color: #FF3600;
}

.btn--toggle {
  padding: 0;
  height: 44px;
  width: 44px;
  text-align: center;
  background: transparent;
  border-radius: 0%;
  border: 0;
  z-index: 10001;
  margin-left: auto;
}
.btn--toggle i {
  font-size: 2.1rem;
  color: #FFFCEA;
}
.btn--toggle span {
  font-size: 14px;
  color: #FF3600;
  text-align: center;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-top: 0.5rem;
}
.scrolled .btn--toggle span {
  color: #FFFCEA;
}
.page-template-page-red .btn--toggle span {
  color: #FFFCEA;
}
.nav-mobile-active .btn--toggle span {
  color: #FFFCEA;
}
.nav-mobile-active .btn--toggle i {
  display: none;
}
.nav-mobile-active .btn--toggle i.hidden {
  display: inline-block;
}

/*  6.2 Forms */
select,
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="number"],
textarea {
  font-size: 1rem;
  width: 100%;
  border: 1px solid rgba(4, 1, 131, 0.3);
  padding: 1.1rem 1rem 1rem;
  background: #FFFCEA;
  outline: none;
  border-radius: 0.6rem;
  box-shadow: none;
  color: #040183;
}

textarea {
  resize: vertical;
  height: 11rem;
}

input[type="text"]::-ms-clear {
  display: none;
}

input[type="button"],
input[type="submit"],
.wpforms-submit-container button {
  min-width: 15rem;
}

label {
  font-weight: 900;
  color: #FFFCEA;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-bottom: 0.5em;
}

.wpforms-submit-container {
  text-align: center;
  padding-top: 1.5rem;
}

form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.wpforms-field-checkbox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wpforms-field-checkbox input {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}

.wpforms-label-hide,
.wpforms-hidden {
  display: none !important;
}

.wpforms-field-label-inline {
  font-size: 1rem;
  line-height: 1.125;
  position: relative;
  padding-left: 2.25rem;
  display: block;
}
.wpforms-field-label-inline::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1.5rem;
  background: rgba(217, 220, 220, 0.4);
}
input[type="checkbox"]:checked + .wpforms-field-label-inline::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1.5rem;
  background: #040183;
  height: 0.7rem;
  width: 0.7rem;
  left: 0.4rem;
}

.wpforms-field-select {
  position: relative;
}
.wpforms-field-select::before {
  content: "\e905";
  font-family: 'icomoon';
  font-size: 0.8rem;
  color: #040183;
  position: absolute;
  right: 2.5rem;
  top: 54%;
  transform: translateY(-50%);
  pointer-events: none;
}
.wpforms-field-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select:invalid,
select.empty {
  color: rgba(153, 153, 153, 0.8);
}

@media only screen and (min-width: 801px) {
  .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
  }
  .wpforms-field-container > div:not(.wpforms-one-half) {
    width: 100%;
  }
  .wpforms-field-container .wpforms-one-half {
    padding-left: 0.4rem;
    width: 50%;
  }
  .wpforms-field-container .wpforms-one-half.wpforms-first {
    padding-right: 0.4rem;
    padding-left: 0;
    width: 50%;
  }
  .wpforms-field-container .wpforms-one-half.wpforms-first.wpforms-field-select::before {
    right: 1.4rem;
  }
}
.wpforms-container .wpforms-field {
  padding: 0.7rem 0;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
  opacity: 0.8;
}

::-moz-placeholder,
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
  opacity: 0.8;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
  opacity: 0.8;
}

/*  6.3 Nav */
.header-nav {
  position: relative;
  z-index: 9;
}
.header-nav li {
  float: left;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*  6.4 Mobile Nav */
.nav-mobile {
  position: fixed;
  z-index: 4000;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}

.nav-mobile__inner {
  background: #F3A3C6;
  min-height: 100%;
  display: inline-block;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='816.5' height='142.4' viewBox='0 0 816.5 142.4'%3E%3Cpath d='M0,545.243c2.165-.1,4.338.719,6.5-.07.222-.081.51.006.723-.086,4.409-1.9,9.093-1.132,13.667-1.449a82.275,82.275,0,0,0,10.121-1.079,38.522,38.522,0,0,0,7.576-2.626,7.505,7.505,0,0,0,2.511-2.241,7.361,7.361,0,0,1,5.522-2.685c.569-.036,1.14-.079,1.709-.063a14.74,14.74,0,0,0,10.061-3.715c1.816-1.5,3.79-2.826,5.552-4.387a12.824,12.824,0,0,0,2.528-3.168c1.335-2.314,2.415-4.771,3.737-7.093a116.734,116.734,0,0,0,9-19.091c1.853-5.283,3.88-10.511,6.039-15.678q3.05-7.3,6.559-14.412c2.259-4.592,4.763-9.064,7.188-13.572,2.2-4.081,4.4-8.155,6.658-12.2,2.962-5.322,5.6-10.847,9.778-15.407,2.777-3.032,5.8-5.734,9.759-7.112,6.552-2.279,12.786-2,18.4,2.533a73.912,73.912,0,0,1,7.208,6.018,44.624,44.624,0,0,1,10.131,17.01c1.122,3.366,2.734,6.566,4.038,9.876a58.952,58.952,0,0,1,3.72,13.285c.628,4.4,1.621,8.758,2.563,13.111.889,4.116,2.246,8.159,2.786,12.313a35.746,35.746,0,0,0,3.141,9.855c1.025,2.314,3.484,3.544,6.153,3.817,5.319.544,9.92-1.284,14.122-4.359,6.947-5.086,12.123-11.743,16.743-18.893,4.015-6.21,7.868-12.534,12.1-18.595a108.612,108.612,0,0,1,12.659-15.468A40.278,40.278,0,0,1,259.836,438.7a44.617,44.617,0,0,1,12.6-1.027,20.822,20.822,0,0,1,10.061,4.038c3.476,2.368,6.9,4.817,10.289,7.3a20.631,20.631,0,0,1,5.772,6.853,27.516,27.516,0,0,1,3.1,13.83c-.027,3.254-.155,6.509-.094,9.763a8.765,8.765,0,0,0,.78,3.238,16.867,16.867,0,0,0,7.151,8.094,13.41,13.41,0,0,0,5.569,1.484c5.913.4,10.95-1.872,15.442-5.569,6.012-4.95,10.941-10.876,15.691-17,5.982-7.709,11.844-15.534,18.774-22.451,5.5-5.49,11.427-10.432,18.78-13.32a31.166,31.166,0,0,1,12.906-2.167,17.214,17.214,0,0,1,12.152,6.007,55.838,55.838,0,0,1,9.513,14.085,16.294,16.294,0,0,1,.68,1.821,31.036,31.036,0,0,0,2.685,6.481,26.1,26.1,0,0,1,2.534,7.09c.953,3.771,1.423,7.671,2.5,11.4,1.547,5.354,4.514,9.587,10.5,10.66a15.6,15.6,0,0,0,9.074-1.106A31.019,31.019,0,0,0,455.573,482a156.512,156.512,0,0,0,15.547-17.839c6.8-8.828,13.239-17.945,20.913-26.08,5.9-6.254,12.2-11.958,19.913-15.943a14.891,14.891,0,0,1,10.38-1.539c2.53.556,5.15.718,7.666,1.322a16.365,16.365,0,0,1,10.217,6.872c1.173,1.748,2.659,3.287,3.82,5.042a53.215,53.215,0,0,1,4.2,7.1,27.687,27.687,0,0,1,1.6,6.1c.441,2.192.707,4.419,1.035,6.633a5.007,5.007,0,0,1,.068,1.209c-.64,6.52-1.087,13.055-1.512,19.593-.236,3.644-.559,7.284-.919,10.919-.206,2.072.659,3.818,1.518,5.555.631,1.276,1.954,1.469,3.184,1.316a25.593,25.593,0,0,0,8.433-2.081,59.349,59.349,0,0,0,14.428-10.351c3.541-3.363,7.021-6.79,10.522-10.193,8.285-8.055,16.461-16.222,24.885-24.126,4.931-4.628,10.638-8.311,16.325-11.966,1.438-.924,2.91-1.794,4.363-2.7,4.154-2.576,8.575-3.466,13.314-1.978,3.335,1.048,6.574,2.465,9.965,3.244,3.774.867,7.069,2.834,10.689,4,.618.2,1.217.479,1.848.621a10.386,10.386,0,0,1,7.614,6.59c1.534,3.753,3.04,7.538,4.214,11.412a92.019,92.019,0,0,1,1.987,9.5c.479,2.517.889,5.046,1.29,7.576.214,1.36.315,2.737.521,4.1.249,1.648.621,1.907,2.284,1.593a28.054,28.054,0,0,0,9.915-3.98c4.452-2.843,8.809-5.839,13.147-8.857,6.677-4.646,13.195-9.53,19.978-14.013a42.663,42.663,0,0,1,28.589-7,36.364,36.364,0,0,1,12.806,3.682c.507.255,1.019.509,1.545.72,4.037,1.617,7.005,4.525,9.578,7.906,1.574,2.07,3.208,4.1,4.642,6.265,2.677,4.04,5.2,8.178,7.842,12.244.837,1.287,1.837,2.469,2.753,3.707,1.883,2.542,3.759,5.091,5.709,7.731l1.964-.539c4.032,6.576,8.324,13.039,12.13,19.84l-1.862,1.693c.415,1.268.812,2.482,1.247,3.823-3.04,1.58-4.252,3.948-3.1,7.173-2.664.908-2.664.908-3.454,2.913a6.614,6.614,0,0,1-1.365-.219,2.158,2.158,0,0,0-2.907,1.054c-.739,1.32-1.843,1.373-3.126,1.244-.819-.084-1.655-.016-2.707-.016.517,1.263.9,2.206,1.265,3.091-2.037,2.217-2.541,2.281-4.844,1.019-1.052-.575-2.224-.929-3.3-1.465a28.818,28.818,0,0,1-3.184-1.8c-3.637-2.433-7.213-4.959-10.871-7.36a18.61,18.61,0,0,1-5.216-5.416c-3.7-5.551-7.416-11.093-10.863-16.8-2.436-4.03-4.341-8.376-6.679-12.469a18.047,18.047,0,0,0-5.695-6.581c-.273-.174-.506-.415-.786-.574-3.262-1.848-9.866.163-11.681,3.53a2.406,2.406,0,0,1-.783.865,3.3,3.3,0,0,0-1.663,2.725,4.291,4.291,0,0,1-1.9,2.869c-2.431,1.357-4.091,3.442-5.909,5.4-1.379,1.483-2.748,2.975-4.088,4.493a61.081,61.081,0,0,1-12.424,10.879c-2.306,1.5-4.392,3.343-6.595,5.008a55.358,55.358,0,0,1-10,5.535,27.444,27.444,0,0,1-13.787,2.295,37.784,37.784,0,0,1-13.624-3.4,38.893,38.893,0,0,0-5.942-2.141,31.115,31.115,0,0,1-16.808-11.878A65.173,65.173,0,0,1,636,487.272c-1.279-2.98-2.3-6.072-3.447-9.107-.225-.593-.54-1.152-.881-1.87a5.451,5.451,0,0,0-1.336.7c-2.35,2.352-4.6,4.8-7.005,7.1-2.452,2.346-4.452,5.156-7.465,6.947a19.884,19.884,0,0,0-3.159,3.021c-2.052,1.967-4.069,3.973-6.192,5.861-1.455,1.292-3.059,2.419-4.607,3.6-1.487,1.135-3.029,2.2-4.474,3.381a68.975,68.975,0,0,1-10.873,7.406c-2.349,1.265-4.509,2.888-6.888,4.086a46.649,46.649,0,0,1-12.388,4.341c-2.068.388-4.092,1-6.151,1.455a31.643,31.643,0,0,1-15.444-.474,109.3,109.3,0,0,1-11.343-3.672c-7.059-2.829-11.22-8.3-13.472-15.445-2.057-6.533-3.328-13.236-4.737-19.92a134.248,134.248,0,0,1-1.954-16.941c-.209-2.576-.759-5.127-1.2-7.682a8.127,8.127,0,0,0-.727-1.593,17.708,17.708,0,0,0-2.2,1.566c-2.664,2.623-5.316,5.264-7.9,7.963q-4.641,4.84-9.167,9.79c-3.349,3.656-6.641,7.367-9.961,11.05a111.759,111.759,0,0,1-20.151,17.255c-3.443,2.357-7.513,3.029-11.464,3.928-2.6.591-5.254.959-7.9,1.293a15.69,15.69,0,0,1-3.875-.014c-6.383-.788-12.886-1.319-17.872-6.131a36.579,36.579,0,0,1-8.134-12.06,113.254,113.254,0,0,1-6.554-20.646,44.273,44.273,0,0,0-6.654-16.133,14.733,14.733,0,0,0-5.509-5.051,9.986,9.986,0,0,0-6.891-.621,31.5,31.5,0,0,0-12.12,5.531,35.788,35.788,0,0,0-6.368,6.622,59.959,59.959,0,0,0-4.66,7.4c-.878,1.541-1.3,3.357-2.262,4.832-3.855,5.917-7.765,11.8-11.8,17.6-3.175,4.56-6.872,8.654-11.924,11.253-4.614,2.373-9.2,4.8-13.906,6.98a18.6,18.6,0,0,1-5.863,1.541,79.18,79.18,0,0,1-9.733.377c-7.5-.162-13.288-3.706-18.026-9.348-4.6-5.485-7.024-12.019-9.313-18.634-1.488-4.3-2.923-8.621-4.37-12.935a19.812,19.812,0,0,0-5.379-8.329,12.779,12.779,0,0,0-10.876-3.152,100.234,100.234,0,0,0-10.768,1.978,21.226,21.226,0,0,0-5.945,2.723A39.658,39.658,0,0,0,231.949,478c-3.764,6.167-7.3,12.47-11.017,18.671-1.293,2.157-2.816,4.175-4.232,6.259a32.547,32.547,0,0,1-2.045,3c-2.324,2.707-4.723,5.348-7.1,8.012-.377.423-.792.816-1.151,1.255-4.6,5.622-10.2,9.757-17.3,11.643a65.19,65.19,0,0,1-9.2,2.24c-6.741.761-12.019-1.85-16.376-7.177-3.924-4.8-6.27-10.231-8.14-15.959-2.04-6.251-4.016-12.531-5.783-18.864-1.789-6.411-3.271-12.908-4.923-19.358-1.247-4.878-2.507-9.755-3.842-14.612a26.954,26.954,0,0,0-4.607-8.812c-2.61-3.527-6.376-4.449-10.622-2.748a21.048,21.048,0,0,0-8.983,6.909,62.663,62.663,0,0,0-7.047,11.6,248.079,248.079,0,0,0-9.435,24.01,169.723,169.723,0,0,0-5.891,19.736c-1.38,6.348-3.106,12.627-4.893,18.875a52.319,52.319,0,0,1-3.387,8.822,17.1,17.1,0,0,1-11.767,9.422,5.99,5.99,0,0,1-4.26-.319,3.8,3.8,0,0,0-3.3-.1c-2.9,1.26-5.89,2.33-8.682,3.79a80.448,80.448,0,0,0-8.5,5.225,22.369,22.369,0,0,0-3.346,3.452,14.369,14.369,0,0,1-5.573,3.845,4.419,4.419,0,0,1-3.059-.146,10.87,10.87,0,0,0-7.074-.231,45.41,45.41,0,0,1-6.411,1.219c-1.835.308-3.679.563-5.522.823a4.1,4.1,0,0,1-1.455.081c-2.983-.71-5.8.057-8.559,1-2.82.967-5.655.117-8.472.331Z' transform='translate(0 -417)' fill='%23fffcea'/%3E%3C/svg%3E");
  background-position: center 107%;
  background-repeat: no-repeat;
  background-size: 50% auto;
}
.nav-mobile__inner .menu {
  margin-bottom: 0.5rem;
}
.nav-mobile__inner .menu a {
  font-size: 1.8125rem;
  display: block;
  padding: 0.4rem 1rem;
  color: #FFFCEA;
  text-align: center;
  text-transform: uppercase;
}
.nav-mobile__inner .menu a:hover {
  color: #FF3600;
}
.nav-mobile__inner .menu .current-menu-item a {
  color: #FF3600;
}

.nav-mobile-active,
.nav-mobile-active body {
  overflow: hidden;
}

.nav-mobile-transiting .nav-mobile, .nav-mobile-active .nav-mobile {
  height: 100%;
  -webkit-backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-mobile-active .nav-mobile {
  opacity: 1;
}

.nav-mobile__inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-mobile__inner ul li {
  display: block;
}

/*

  Transitions

  Transitions and animations
  
*/
.js-fade-in,
.js-load {
  transition: all 0.5s ease-out;
  opacity: 0;
}
.js-fade-in.js-in,
.js-load.js-in {
  opacity: 1;
}

.js-fade-up {
  transition: all 0.5s ease-out;
  transform: translateY(2.5rem);
  opacity: 0;
}
.js-fade-up.js-in {
  transform: translateY(0);
  opacity: 1;
}

/*-----------------------------------------------------------------------------------*/
/*  7.0 Header
/*-----------------------------------------------------------------------------------*/
.site-header {
  position: fixed;
  z-index: 9999;
  padding-block: 4.5rem 1.5rem;
  width: 100%;
  top: 0;
  transition: all 0.25s ease-out;
}
.scrolled .site-header {
  padding-top: 1.5rem;
  background: #FF3600;
}
.nav-mobile-active .site-header {
  background: transparent;
}

.wpml-m a {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.75rem 1rem 0.6rem;
  color: #FF3600;
  display: block;
  margin: 0.25rem;
  background: rgba(255, 252, 234, 0.25);
  text-transform: uppercase;
}

.wpml {
  position: relative;
  margin-left: auto;
  margin-right: 2rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 801px) {
  .wpml + .btn--toggle {
    margin-left: 0;
  }
}
.wpml .opener {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.75rem 1.5rem 0.6rem;
  color: #FFFCEA;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.wpml .opener:hover, .wpml .opener.js-open {
  background: rgba(255, 252, 234, 0.1);
}
.wpml .opener.js-open i {
  transform: rotate(180deg);
}
.wpml .selector {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
  display: none;
}
.wpml .selector a {
  font-weight: bold;
  color: #FF3600;
  display: block;
  padding: 0.75rem 0.75rem 0.6rem;
  text-align: center;
}
.wpml .selector a:hover {
  color: #040183;
}
.wpml .js-open + .selector {
  display: block;
}

.site-branding {
  position: relative;
  width: 17rem;
  z-index: 9;
}

/*-----------------------------------------------------------------------------------*/
/*  8.0 Sections
/*-----------------------------------------------------------------------------------*/
/* 8.1 Section Spacing */
html {
  background: #FFFCEA;
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

.margin-bottom {
  margin-bottom: 2.5rem;
}

.margin-top {
  margin-top: 2.5rem;
}

.margin-bottom--small {
  margin-bottom: 1.25rem;
}

.margin-bottom--big {
  margin-bottom: 5rem;
}

.margin-bottom--huge {
  margin-bottom: 7.5rem;
}

.spacing {
  padding-block: 2.5rem;
}

.spacing--big {
  padding-block: 5rem;
}

.relative {
  position: relative;
}

.padding {
  padding: 2.5rem;
}

.padding-top {
  padding-top: 2.5rem;
}

.padding-top--small {
  padding-top: 1.25rem;
}

.padding-bottom--small {
  padding-bottom: 1.25rem;
}

.object-fit-con {
  position: relative;
}
.object-fit-con img {
  position: absolute;
  object-fit: cover;
}

.logos--bar {
  background: #DCFF4D;
  text-transform: uppercase;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  width: 100vw;
}
.logos--bar .inner {
  white-space: nowrap;
  display: flex;
  position: relative;
  padding: 0.8rem 0;
}

.logos--bar-slide {
  animation: 30s slide infinite linear;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.block--header-home {
  background: #F3A3C6;
  padding-block: 4.5rem;
  position: relative;
  min-height: calc(100vh);
  overflow: hidden;
  isolation: isolate;
}
.block--header-home p, .block--header-home h1, .block--header-home h2, .block--header-home h3, .block--header-home h4, .block--header-home a:not(.btn):not(input[type="button"]) {
  color: #FFFCEA;
}
.block--header-home svg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -5%;
  right: -5%;
  width: 110%;
  display: block;
  height: auto;
}
.block--header-home .logo {
  width: 22.5rem;
}
.block--header-home + .block--header-home {
  background: linear-gradient(to bottom, #F3A3C6 70%, #FFFCEA);
}

.block--intro {
  padding-block: 4.5rem;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(to bottom, #F3A3C6, #FFFCEA);
}
.block--intro svg {
  position: relative;
  z-index: -1;
  bottom: 0;
  left: -5%;
  right: -5%;
  width: 110%;
  display: block;
  height: auto;
}
.block--intro .logo {
  width: 25rem;
}
.block--intro .we {
  width: 12.5rem;
  margin: 0 0 1rem 0;
}

.buttons a:first-child {
  margin-right: 1rem;
}

.block--shop-teaser {
  padding-block: 5rem;
}
.block--shop-teaser h2, .block--shop-teaser h3, .block--shop-teaser h4, .block--shop-teaser p, .block--shop-teaser p a {
  color: #FF3600;
}

.block--archive-teaser {
  padding-block: 7rem;
  background: linear-gradient(to bottom, #FFFCEA 0, #040183 17rem);
}
.block--archive-teaser .logos--bar {
  margin-bottom: 7rem;
}
.block--archive-teaser h2, .block--archive-teaser h3, .block--archive-teaser h4 {
  color: #DCFF4D;
}
.block--archive-teaser .graphic {
  width: 26.5rem;
}
.block--archive-teaser p, .block--archive-teaser p a {
  color: #FFFCEA;
}

.block--contact {
  padding-block: 10rem 9rem;
  background: linear-gradient(to bottom, #F3A3C6, #FF3600 80%);
}
.block--contact h1, .block--contact h2, .block--contact h3, .block--contact h4, .block--contact p, .block--contact p a {
  color: #FFFCEA;
}
.block--contact .logo {
  width: 14rem;
}

.page-template-page-red {
  background: #FF3600;
}
.page-template-page-red .block *:not(.btn):not(input[type="button"]) {
  color: #FFFCEA;
}

.page-template-page-blue {
  background: #040183;
}
.page-template-page-blue .block h1, .page-template-page-blue .block h2, .page-template-page-blue .block h3, .page-template-page-blue .block label {
  color: #FFFCEA;
}

.page-template-page-content {
  background: linear-gradient(to bottom, #F3A3C6, #FFFCEA);
}
.page-template-page-content .site-main {
  padding-top: 8rem;
}

.block--header-help {
  padding-block: 6rem 3rem;
}
.block--header-help h1 {
  font-size: 26rem;
  margin-bottom: 0;
  margin-left: -0.05em;
}

.block--intro-help .bigger {
  font-size: 1.8125rem;
  font-weight: bottom;
  text-transform: uppercase;
}

.bordered {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  max-width: 20rem;
  border-bottom: 2px solid rgba(255, 252, 234, 0.5);
}
.bordered p {
  font-size: 1.125rem;
}

.block--help .inner {
  border-top: 2px solid rgba(255, 252, 234, 0.5);
  padding-top: 1.75rem;
}
.block--help strong {
  font-size: 1.125rem;
  display: inline-block;
  margin-bottom: 0.25rem;
}
.block--help .btn, .block--help input[type="button"],
.block--help input[type="submit"],
.block--help .wpforms-submit-container button,
.wpforms-submit-container .block--help button {
  margin-bottom: 0.75rem;
}

.block--image img {
  border-radius: 0.6rem;
}

.block--text-cols h3 {
  margin-bottom: 4rem;
}
.block--text-cols * {
  color: #FF3600;
}

.block--support {
  overflow: hidden;
}
.block--support .container {
  padding-block: calc(5rem + 5vh);
}
.block--support *:not(.btn):not(input[type="button"]) {
  color: #FF3600;
}
.block--support .btn, .block--support input[type="button"],
.block--support input[type="submit"],
.block--support .wpforms-submit-container button,
.wpforms-submit-container .block--support button {
  margin-bottom: 0.75rem;
}
.block--support svg {
  position: relative;
  z-index: -1;
  bottom: 0;
  left: -5%;
  right: -5%;
  width: 110%;
  display: block;
  height: auto;
}
.block--support .tagline {
  margin-top: calc(5rem + 5vh);
  width: 20rem;
}

.block--fags {
  padding-block: 5rem;
}
.block--fags .max {
  max-width: 24rem;
  margin-inline: auto;
}
.block--fags * {
  color: #FF3600;
}

.accordion {
  border-bottom: 1px solid #FF3600;
}

.accordion__opener {
  position: relative;
  padding: 1rem 4rem 0.9rem 0;
  height: 5rem;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  font-weight: 900;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
  text-align: left;
  display: block;
  width: 100%;
  background: transparent;
  color: #FF3600;
  transition: all 0.25s ease-out;
}
.accordion__opener span {
  display: block;
  width: 100%;
}
.accordion__opener svg {
  position: absolute;
  display: inline-block;
  width: 1rem;
  height: auto;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
}
.accordion__opener.js-open svg {
  transform: translateY(-50%) rotate(180deg);
}

.accordion__content {
  padding: 0 0 0.5rem;
}

.block--collective {
  background: #FF3600;
  padding-block: calc(5rem + 5vh);
}
.block--collective *:not(.btn):not(input[type="button"]) {
  color: #FFFCEA;
}
.block--collective .btn, .block--collective input[type="button"],
.block--collective input[type="submit"],
.block--collective .wpforms-submit-container button,
.wpforms-submit-container .block--collective button {
  margin-bottom: 0.75rem;
}

.block--header-about {
  background: linear-gradient(to bottom, #F3A3C6, #FFFCEA);
  overflow: hidden;
  margin-bottom: 5rem;
}
.block--header-about .relative {
  min-height: 100vh;
  padding-block: 16rem 6rem;
}
.block--header-about .text {
  position: absolute;
  top: 9rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.block--header-about .container {
  position: relative;
  z-index: 9;
}
.block--header-about .logo {
  width: 16.5rem;
}
.block--header-about * {
  color: #FF3600;
}

.block--archive-teaser-text {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.block--archive-teaser-text .container .relative {
  padding-block: 12.5rem 19rem;
}
.block--archive-teaser-text .container .relative::before {
  content: '';
  position: absolute;
  z-index: 5;
  width: 100%;
  top: 0;
  left: 0;
  height: 15rem;
  background: linear-gradient(to bottom, #fffcea, rgba(255, 252, 234, 0));
}
.block--archive-teaser-text .z9 {
  position: relative;
  z-index: 9;
}
.block--archive-teaser-text .text {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.block--archive-teaser-text .we {
  width: 26.5rem;
}
.block--archive-teaser-text .btn, .block--archive-teaser-text input[type="button"],
.block--archive-teaser-text input[type="submit"],
.block--archive-teaser-text .wpforms-submit-container button,
.wpforms-submit-container .block--archive-teaser-text button {
  box-shadow: 0 23px 56px #F3A3C6;
}

.block--share {
  padding-top: calc(10rem + 5vh);
  overflow: hidden;
}
.block--share p, .block--share p a {
  color: #FFFCEA;
}
.block--share p a:hover {
  color: #FFFCEA;
}
.block--share svg {
  position: relative;
  bottom: 0;
  left: -5%;
  right: -5%;
  width: 110%;
  display: block;
  height: auto;
}

h2.with-number {
  display: inline-block;
}
h2.with-number span {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  margin-left: 1rem;
  padding: 0.4rem 0.6rem 0.35rem;
  border-radius: 1rem;
  background: #FF3600;
  color: #FFFCEA;
  vertical-align: middle;
  transform: translateY(-3px);
}

.archive-listing .item {
  background: #FFFCEA;
  padding: 1.5rem 1.5rem 1rem;
  border-radius: 0.6rem;
  margin-bottom: 2rem;
  overflow: hidden;
}
.archive-listing svg,
.archive-listing .svg {
  margin-bottom: 2rem;
  margin-inline: auto;
  display: block;
  height: 3rem;
  width: auto;
}

.overlay {
  position: fixed;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 24rem;
  max-width: 96%;
  padding: 2.5rem 1.5rem 1.5rem;
  background: #F3A3C6;
  border: 3px solid #FF3600;
  text-align: center;
}
.overlay h2 {
  margin-bottom: 0.65rem;
}
.overlay h2 + p {
  margin-bottom: 0.7rem;
}
.overlay p {
  margin-bottom: 1rem;
  line-height: 1.25;
}
.overlay p .btn, .overlay p input[type="button"],
.overlay p input[type="submit"],
.overlay p .wpforms-submit-container button,
.wpforms-submit-container .overlay p button {
  margin-top: 0.5rem;
}
.overlay h3 + p {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.overlay h3 + p::before {
  color: #FF3600;
  content: "\e906";
  font-family: 'icomoon';
  position: absolute;
  bottom: -2rem;
  left: 50%;
  font-size: 3rem;
  transform: translateX(-50%);
  clip-path: polygon(0 35%, 100% 35%, 100% 68%, 0 68%);
}
.overlay h3 {
  font-size: 1.4rem;
  text-shadow: -1px -1px 0 #FF3600, 2px 2px #FF3600, 2px -1px #FF3600, -1px 2px #FF3600;
  margin-bottom: 0.75rem;
}
.overlay strong {
  text-transform: uppercase;
}
.overlay *:not(.btn):not(input[type="button"]) {
  color: #FFFCEA;
}

/*-----------------------------------------------------------------------------------*/
/*  9.0 Footer
/*-----------------------------------------------------------------------------------*/
.exit-link {
  position: fixed;
  bottom: 0;
  right: calc(1rem + 4vw);
  background: #000;
  color: #FFFCEA;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px 25px 0 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 0.5rem 1.75rem 0.5rem 0.75rem;
  z-index: 999;
}
.exit-link:hover {
  color: #F3A3C6;
}
.exit-link svg {
  width: 1.5rem;
  height: auto;
  margin-right: 0.25rem;
}

.site-footer {
  background: #F3A3C6;
}
.site-footer .site-info {
  padding-block: 2.75rem;
}
.site-footer * {
  color: #FFFCEA;
}
.site-footer a:hover {
  color: #FFFCEA;
  opacity: 0.8;
}
.site-footer .logo {
  width: 14rem;
  margin-bottom: 1rem;
}

.social-nav a {
  color: #FFFCEA;
}
.social-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.social-nav li {
  margin-inline: 0.5rem;
}
.social-nav a {
  display: block;
  line-height: 1;
  color: #FFFCEA;
  font-size: 2.75rem;
}

.footer__bottom {
  background: #000;
  padding-block: 1.25rem 2rem;
}
.footer__bottom a {
  text-decoration: underline;
}

.footer-nav {
  text-transform: uppercase;
}
.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.footer-nav li {
  margin-inline: 2rem;
}
.footer-nav a {
  display: inline-block;
  padding: 0.5rem 0;
}

/*-----------------------------------------------------------------------------------*/
/*  10.0 Media Queries
/*-----------------------------------------------------------------------------------*/
@media only screen and (min-width: 1401px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1280px) {
  .block--header-help {
    padding-block: 6rem 2rem;
  }
  .block--header-help h1 {
    font-size: 32vw;
    margin-left: -2vw;
  }
}
@media only screen and (max-width: 1200px) {
  h1, .alpha {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .flexgrid--wide {
    margin-left: -2rem;
  }

  .flexgrid--wide .flex__item {
    padding-left: 2rem;
  }

  .block--intro-help .bigger {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1020px) {
  h1, .alpha {
    font-size: 4rem;
  }

  .container {
    padding-inline: 1.5rem;
  }

  .flexgrid--giant {
    margin-left: -4rem;
  }
  .flexgrid--giant .flex__item {
    padding-left: 4rem;
  }

  .block--archive-teaser-text .container .relative {
    padding-block: 6rem 12rem;
  }

  .block--header-about .relative {
    min-height: auto;
    padding-block: 16rem 3rem;
  }
}
@media only screen and (max-width: 800px) {
  .md-hidden {
    display: none !important;
  }

  .md-show {
    display: block !important;
  }
}
@media only screen and (max-width: 640px) {
  h1, .alpha {
    font-size: 3.5rem;
  }

  .margin-bottom--huge {
    margin-bottom: 5rem;
  }

  .nav-mobile__inner {
    background-position: center 110%;
    background-size: 200% auto;
  }

  .site-branding {
    width: 10rem;
  }

  .block--support svg,
  .block--intro svg {
    width: 300%;
    left: -100%;
  }

  .block--text-cols h3 {
    text-align: center;
    margin-bottom: 2rem;
  }
  .block--text-cols .flex__item:first-child {
    margin-bottom: 2rem;
  }

  .block--header-about .text {
    width: 180%;
    max-width: 180%;
  }

  .block--header-about .relative {
    min-height: auto;
    padding-block: 14rem 0;
  }

  .block--archive-teaser-text .text {
    width: 180%;
    max-width: 180%;
  }

  .block--archive-teaser-text .container .relative {
    padding-block: 4rem 10rem;
  }

  .block--archive-teaser-text .we {
    width: 17rem;
  }

  .block--header-home .logo {
    width: 16rem;
  }

  .block--header-home svg {
    width: 300%;
    max-width: 300%;
    bottom: -1rem;
  }
}
@media only screen and (max-width: 480px) {
  h2, .beta {
    font-size: 29px;
  }

  .site-footer img {
    margin-left: 0;
  }
  .site-footer .text--right {
    text-align: left !important;
    margin-bottom: 1.5rem;
    padding-top: 0.25rem;
  }

  .footer-nav ul {
    justify-content: left;
  }

  .footer-nav li {
    margin-inline: 0;
    width: 50%;
    text-align: left;
  }

  .footer__bottom {
    text-align: left !important;
  }
  .footer__bottom strong {
    display: block;
    overflow: hidden;
    height: 2px;
  }

  .block--collective .flex__item:last-child {
    padding-top: 3rem;
    text-align: center;
  }

  .block--intro {
    padding-bottom: 2rem;
  }
  .block--intro .logo {
    width: 20rem;
  }
  .block--intro .padding-top--small {
    text-align: center;
    padding-top: 3rem;
  }
  .block--intro .buttons {
    text-align: center;
  }
  .block--intro .buttons .btn, .block--intro .buttons input[type="button"],
  .block--intro .buttons input[type="submit"],
  .block--intro .buttons .wpforms-submit-container button,
  .wpforms-submit-container .block--intro .buttons button {
    margin-bottom: 0.75rem;
    min-width: 16rem;
    margin-right: auto;
  }
  .block--intro .we {
    margin: auto;
  }

  .block--support .flex__item:last-child .padding-top--small {
    padding-top: 3rem;
  }
  .block--support .flex__item:last-child div {
    text-align: center;
  }
  .block--support .tagline {
    margin-top: 5rem;
    max-width: 90%;
  }
  .block--support .container {
    padding-block: 5rem 6rem;
  }

  .accordion__opener {
    height: 4.25rem;
  }

  .block--fags .max * {
    text-align: left !important;
  }

  .block--archive-teaser .padding-top.margin-bottom {
    text-align: center;
  }
  .block--archive-teaser .graphic {
    width: 16.5rem;
  }

  .block--header-help {
    padding-block: 7rem 1rem;
  }
  .block--header-help h1 {
    font-size: 31vw;
  }
}
