@charset "UTF-8";
/*! 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?z2pha8");
  src: url("../icomoon/fonts/icomoon.eot?z2pha8#iefix") format("embedded-opentype"), url("../icomoon/fonts/icomoon.ttf?z2pha8") format("truetype"), url("../icomoon/fonts/icomoon.woff?z2pha8") format("woff"), url("../icomoon/fonts/icomoon.svg?z2pha8#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-close:before {
  content: "\e900";
}

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

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

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

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

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

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

.icon-globe:before {
  content: "\e907";
}

.icon-hat:before {
  content: "\e908";
}

.icon-location:before {
  content: "\e909";
}

.icon-mag-glas:before {
  content: "\e90a";
}

.icon-mail:before {
  content: "\e90b";
}

.icon-paper:before {
  content: "\e90c";
}

.icon-pen:before {
  content: "\e90d";
}

.icon-person:before {
  content: "\e90e";
}

.icon-target:before {
  content: "\e90f";
}

/*-----------------------------------------------------------------------------------*/
/*      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, .nav-mobile::before, .object-fit-con img, .object-fit-con .span, div.calendar svg, .popup {
  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 {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* 2.4 CLEARFIX */
.container::after, .grid::after, nav ul::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%;
}

.three-fifths {
  width: 60%;
}

@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%;
  }

  .xl-three-fifths {
    width: 60%;
  }
}
@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%;
  }

  .content-three-fifths {
    width: 60%;
  }
}
@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%;
  }

  .lg-three-fifths {
    width: 60%;
  }
}
@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%;
  }

  .md-three-fifths {
    width: 60%;
  }
}
@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%;
  }

  .sm-three-fifths {
    width: 60%;
  }
}
@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%;
  }

  .xs-three-fifths {
    width: 60%;
  }
}
/*  4.2 Container */
.container {
  max-width: 60rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.container--small {
  max-width: 50rem !important;
}

.container--tiny {
  max-width: 27rem !important;
}

/*  4.3 Grid */
.grid {
  margin-left: -3.13043rem;
  list-style: none;
  margin-bottom: 0;
}

.grid__item {
  float: left;
  padding-left: 3.13043rem;
}

.grid--narrow {
  margin-left: -1.56522rem;
}
.grid--narrow > .grid__item {
  padding-left: 1.56522rem;
}

.grid--full {
  margin-left: 0;
}
.grid--full > .grid__item {
  padding-left: 0;
}

.grid--tight {
  margin-left: 0;
}
.grid--tight > .grid__item {
  padding-left: 0;
}

.grid--wide {
  margin-left: -4.69565rem;
}
.grid--wide > .grid__item {
  padding-left: 4.69565rem;
}

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

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

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

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

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

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

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

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

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

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

.flex1 {
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}

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

/*-----------------------------------------------------------------------------------*/
/*  5.0 Typography
/*-----------------------------------------------------------------------------------*/
html {
  font-family: "AktivGroteskCorp", "Arial", sans-serif;
  font-size: 23px;
  line-height: 1.43478;
  color: #000;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

*::selection {
  background: #005288;
  color: white;
}

[data-target] {
  cursor: pointer;
}

/*  5.1 Links */
a {
  text-decoration: none;
  color: #005288;
}
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: "AktivGroteskCorp", "Arial", sans-serif;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #005288;
}

span.text {
  font-family: "AktivGroteskCorp", "Arial", sans-serif;
  font-weight: bold;
}

span.headline {
  font-family: "AktivGroteskCorp", "AktivGroteskCorp", "Arial", sans-serif;
  font-weight: bold;
}

/*  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: 3.47826rem;
  line-height: 1.075;
  margin-bottom: 1.2rem;
  letter-spacing: -0.05em;
}

h2, .beta {
  font-size: 1.73913rem;
  line-height: 1.25;
}

h3, .gamma {
  font-size: 0.86957rem;
  line-height: 1;
  text-transform: uppercase;
}

h4, .delta {
  font-size: 0.86957rem;
  line-height: 1;
}

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

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

p, blockquote,
pre, dl {
  margin: 0 0 1rem;
}

/*  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.43478;
  padding: 0 1.5em;
  font-style: italic;
}
blockquote cite {
  margin: 0;
  font-style: italic;
}

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

q {
  font-style: italic;
}

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

ul {
  padding-left: 1rem;
}

@font-face {
  font-family: 'AktivGroteskCorp';
  src: url("../fonts/AktivGroteskCorp-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AktivGroteskCorp';
  src: url("../fonts/AktivGroteskCorp-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AktivGroteskCorp';
  src: url("../fonts/AktivGroteskCorp-Regular.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AktivGroteskCorp';
  src: url("../fonts/AktivGroteskCorp-Medium.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'fredericka';
  src: url("../fonts/fredericka-the-great-v15-latin-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*-----------------------------------------------------------------------------------*/
/*  6.0 Elements
/*-----------------------------------------------------------------------------------*/
/*  6.1 Buttons */
.btn, input[type="button"],
input[type="submit"],
.wpforms-submit {
  font-size: 0.86957rem;
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-weight: 500;
  cursor: pointer;
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4;
  padding: 0.7rem 1.5rem 0.65rem;
  border-radius: 1.5rem;
  text-decoration: none !important;
  text-align: center;
  color: white;
  min-width: 12rem;
  background-color: #005288;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.25s ease-out;
  height: auto;
}
.btn:hover, input[type="button"]:hover,
input[type="submit"]:hover,
.wpforms-submit:hover {
  color: white;
  background-color: #005288;
}
.btn:active, .btn:focus, input[type="button"]:active,
input[type="submit"]:active,
.wpforms-submit:active, input[type="button"]:focus,
input[type="submit"]:focus,
.wpforms-submit:focus {
  outline: none;
}

.btn--dark {
  background: #000;
  color: var(--color-bg);
}
.btn--dark:hover {
  background: #000;
  color: var(--color-bg);
  opacity: 0.8;
}

.btn--white {
  background: #FFF;
  color: #179FD5;
}
.btn--white:hover {
  background: #FFF;
  color: #005288;
}

.btn--ghost {
  border: 2px solid #000;
  background: transparent;
  color: #000;
  padding: 0.65rem 1.5rem 0.6rem;
}
.btn--ghost:hover {
  background: #179FD5;
  border-color: #179FD5;
  color: #FFF;
}

.btn--toggle {
  padding: 0 0.5em;
  height: 42px;
  width: 46px;
  text-align: center;
  background: transparent;
  border-radius: 0%;
  border: 0;
  z-index: 10001;
}
.btn--toggle .icon-bar {
  display: block;
  background: var(--color-nav);
  position: relative;
  width: 28px;
  height: 2px;
  margin: 5px auto;
  transition: transform 0.25s ease-out;
}
.nav-mobile-active .btn--toggle {
  background: transparent;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(3) {
  opacity: 0;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(4) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -7px;
}

/*  6.2 Forms */
select,
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="number"],
textarea {
  font-size: 1rem !important;
  width: 100%;
  border: 0 !important;
  border-bottom: 2px solid #14271A !important;
  padding: 0.5rem 0.8rem 0.5rem !important;
  background: transparent !important;
  outline: none;
  max-width: 100% !important;
  height: auto !important;
  border-radius: 0 !important;
  box-shadow: none;
  font-weight: normal;
  color: #000;
}

textarea {
  resize: vertical;
  height: 160px !important;
  background: rgba(0, 82, 136, 0.1) !important;
}

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

input[type="button"],
input[type="submit"],
.wpforms-submit {
  background: #E4181F;
}
input[type="button"]:hover,
input[type="submit"]:hover,
.wpforms-submit:hover {
  background: #179FD5;
}

label {
  font-weight: normal !important;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-bottom: 0.75em;
}

.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-list-item {
  margin-left: 0;
}

.wpforms-field-checkbox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

label {
  font-weight: normal !important;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-bottom: 0.5em;
}

div.wpforms-container-full .wpforms-form input[type="checkbox"] {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}
div.wpforms-container-full .wpforms-form label.wpforms-field-label-inline {
  font-size: 0.86957rem;
  line-height: 1.1;
  position: relative;
  padding-left: 2.25rem !important;
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
div.wpforms-container-full .wpforms-form label.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: #EEEEEE;
}
div.wpforms-container-full .wpforms-form input[type="checkbox"]:checked + label.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: #005288;
  height: 0.7rem;
  width: 0.7rem;
  left: 0.4rem;
}

.radio-button input[type="radio"] {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}
.radio-button label {
  position: relative;
  padding-block: 0.25rem;
  display: inline-block;
  padding-left: 1.5rem;
}
.radio-button label::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1rem;
  width: 1rem;
  border: 2px solid #000;
  background: transparent;
}
.radio-button input[type="radio"]:checked + label {
  color: #179FD5;
}
.radio-button input[type="radio"]:checked + label::before {
  background: #179FD5;
}

.wpforms-field-select {
  position: relative;
}
.wpforms-field-select::before {
  content: "\e905";
  font-family: 'icomoon';
  font-size: 0.8rem;
  color: #005288;
  position: absolute;
  right: 2rem;
  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);
}

.wpforms-container .wpforms-field {
  padding: 0.7rem 0;
}
.wpforms-container .wpforms-field a {
  text-decoration: underline;
  color: #000;
}

@media only screen and (min-width: 481px) {
  .wpforms-field-container {
    padding-inline: 1rem;
  }

  .wpforms-field.wpforms-field-textarea {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .wpforms-submit-container {
    padding-inline: 1rem;
  }
}
.wpforms-submit-container {
  text-align: right;
}

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

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

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

.popup ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0.7;
}
.popup ::-moz-placeholder,
.popup input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.7;
}
.popup :-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.7;
}

/*  6.3 Nav */
.header-nav {
  position: relative;
  z-index: 9;
}
.header-nav li {
  float: left;
  margin-left: 2rem;
}
.header-nav a {
  font-size: 0.69565rem;
  display: block;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #FFF;
  padding: 0.5rem 0 0.45rem;
}

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;
  background: #FFF;
}
.nav-mobile::before {
  content: '';
  position: absolute;
  opacity: 0.9;
}

.nav-mobile__inner {
  min-height: 100%;
  width: 100%;
  padding-top: 6rem;
  position: relative;
  z-index: 9;
}
.nav-mobile__inner > div {
  width: 100%;
}
.nav-mobile__inner .top {
  height: 8.5rem;
  width: auto;
  display: block;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

.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;
}
.nav-mobile__inner ul a {
  font-size: 2.25rem;
  display: block;
  color: var(--color-nav);
  display: block;
  text-align: center;
  padding: 0.75rem 1rem;
}

/*

  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(2rem);
  opacity: 0;
}
.js-fade-up.js-in {
  transform: translateY(0);
  opacity: 1;
}

/*-----------------------------------------------------------------------------------*/
/*  7.0 Header
/*-----------------------------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: linear-gradient(to bottom, black, transparent);
}
.site-header .flex {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

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

.site-header__toggle {
  display: none;
}
@media only screen and (max-width: 1020px) {
  .site-header__toggle {
    display: inline-block;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  8.0 Sections
/*-----------------------------------------------------------------------------------*/
/* 8.1 Section Spacing */
html {
  background: #FFF;
  scroll-behavior: smooth;
}

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

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

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

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

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

.spacing {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.spacing--big {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.relative {
  position: relative;
}

.z9 {
  z-index: 9;
}

.padding {
  padding: 2rem;
}

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

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

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

.bg-fixed {
  display: none;
}

.countdown-box .tree {
  stroke: var(--color-text);
}
.countdown-box .tree {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1rem;
  margin-left: -0.5rem;
  height: auto;
}

.block--cal {
  position: relative;
  background: #C1E0F7;
  isolation: isolate;
	min-height: 22rem;
	padding-top:4rem;
}
.block--cal .bg-cal {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
}

.object-fit-con {
  position: relative;
}
.object-fit-con img, .object-fit-con .span {
  position: absolute;
  z-index: 9;
  object-fit: cover;
}

.block--header {
  background: #EEEEEE;
  padding-top: 10rem;
  padding-bottom: 9rem;
  overflow: hidden;
}
.block--header .top {
  height: 8.5rem;
  width: auto;
  display: block;
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
.block--header .tree {
  height: 2.5rem;
  width: auto;
  display: block;
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.block--header .tree path {
  stroke: #000;
}
.block--header .right,
.block--header .left {
  position: absolute;
  width: 17.5rem;
  height: auto;
  display: block;
  right: 0;
  transform: translate3d(38%, -50%, 0);
  top: 50%;
}
.block--header .right path,
.block--header .left path {
  fill: #005288;
}
.block--header .right .light,
.block--header .left .light {
  fill: #F9F9F9;
}
.block--header .left {
  right: auto;
  left: 0;
  transform: translate3d(-38%, -50%, 0);
}

.block--header-split {
  background: #C1E0F7;
  overflow: hidden;
  position: relative;
}
.block--header-split .object-fit-con {
  height: 33vw;
  z-index: 2;
  background: #C1E0F7;
}
.block--header-split * {
  color: #005288;
}
.block--header-split svg {
  position: absolute;
  z-index: 8;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.block--header-split .relative {
  z-index: 9;
}
.block--header-split p {
  font-size: 1.08696rem;
  line-height: 1.52;
  font-weight: 600;
}

div.calendar {
  border-top: 2px solid #FFF;
}
div.calendar a, div.calendar span {
  position: relative;
  font-size: 4.75rem;
  font-family: 'fredericka';
  width: 16.6666%;
  text-align: center;
  display: block;
  padding-top: calc(1rem + 5vw);
  padding-bottom: calc(1rem + 5vw);
  color: #FFF;
  background: #179FD5;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
div.calendar a.text, div.calendar span.text {
  font-family: "AktivGroteskCorp", "Arial", sans-serif;
  font-weight: normal;
}
div.calendar:not(.complex) > *:nth-child(6n+6) {
  border-right: 0;
}
div.calendar a.past,
div.calendar span.past {
  background: #179FD5;
  color: #005288;
}
div.calendar svg {
  position: absolute;
  opacity: 0;
  transition: all 0.25s ease-out;
  filter: invert(1);
}
div.calendar a:hover {
  color: #FFF;
  background: #C1E0F7;
}
div.calendar a:hover svg {
  opacity: 1;
}
div.calendar a:not(.past) {
  color: #FFF;
}

@media only screen and (min-width: 481px) {
  div.calendar.complex {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    border-left: 2px solid #FFF;
    border-top: 2px solid #FFF;
  }
  div.calendar.complex a, div.calendar.complex span {
    width: auto;
    padding-top: 1.25rem;
    padding-bottom: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
  }
  div.calendar.complex a:nth-child(1), div.calendar.complex span:nth-child(1) {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
  }
  div.calendar.complex a:nth-child(2), div.calendar.complex span:nth-child(2) {
    grid-column: 2 / span 2;
    grid-row: 1 / span 1;
  }
  div.calendar.complex a:nth-child(3), div.calendar.complex span:nth-child(3) {
    grid-column: 4 / span 1;
    grid-row: 1 / span 2;
  }
  div.calendar.complex a:nth-child(4), div.calendar.complex span:nth-child(4) {
    grid-column: 5 / span 1;
    grid-row: 1 / span 1;
  }
  div.calendar.complex a:nth-child(5), div.calendar.complex span:nth-child(5) {
    grid-column: 6 / span 1;
    grid-row: 1 / span 1;
  }
  div.calendar.complex a:nth-child(6), div.calendar.complex span:nth-child(6) {
    grid-row: 2 / span 2;
  }
  div.calendar.complex a:nth-child(7), div.calendar.complex span:nth-child(7) {
    grid-column: 2 / span 1;
    grid-row: 2 / span 1;
  }
  div.calendar.complex a:nth-child(8), div.calendar.complex span:nth-child(8) {
    grid-column: 3 / span 1;
    grid-row: 2 / span 1;
  }
  div.calendar.complex a:nth-child(8), div.calendar.complex span:nth-child(8) {
    grid-column: 5 / span 1;
    grid-row: 2 / span 1;
  }
  div.calendar.complex a:nth-child(10), div.calendar.complex span:nth-child(10) {
    grid-row: 2 / span 2;
  }
  div.calendar.complex a:nth-child(11), div.calendar.complex span:nth-child(11) {
    grid-column: 2 / span 1;
    grid-row: 3 / span 1;
  }
  div.calendar.complex a:nth-child(12), div.calendar.complex span:nth-child(12) {
    grid-column: 3 / span 1;
    grid-row: 3 / span 1;
  }
  div.calendar.complex a:nth-child(13), div.calendar.complex span:nth-child(13) {
    grid-column: 4 / span 2;
    grid-row: 3 / span 1;
  }
  div.calendar.complex a:nth-child(14), div.calendar.complex span:nth-child(14) {
    grid-column: 1 / span 1;
    grid-row: 4 / span 1;
  }
  div.calendar.complex a:nth-child(15), div.calendar.complex span:nth-child(15) {
    grid-column: 2 / span 2;
    grid-row: 4 / span 2;
  }
  div.calendar.complex a:nth-child(16), div.calendar.complex span:nth-child(16) {
    grid-column: 4 / span 1;
    grid-row: 4 / span 1;
  }
  div.calendar.complex a:nth-child(17), div.calendar.complex span:nth-child(17) {
    grid-column: 5 / span 1;
    grid-row: 4 / span 2;
  }
  div.calendar.complex a:nth-child(18), div.calendar.complex span:nth-child(18) {
    grid-column: 6 / span 1;
    grid-row: 4 / span 1;
  }
  div.calendar.complex a:nth-child(19), div.calendar.complex span:nth-child(19) {
    grid-column: 1 / span 1;
    grid-row: 5 / span 1;
  }
  div.calendar.complex a:nth-child(20), div.calendar.complex span:nth-child(20) {
    grid-column: 4 / span 1;
    grid-row: 5 / span 2;
  }
  div.calendar.complex a:nth-child(21), div.calendar.complex span:nth-child(21) {
    grid-column: 6 / span 1;
    grid-row: 5 / span 2;
  }
  div.calendar.complex a:nth-child(22), div.calendar.complex span:nth-child(22) {
    grid-column: 1 / span 2;
    grid-row: 6 / span 1;
  }
  div.calendar.complex a:nth-child(23), div.calendar.complex span:nth-child(23) {
    grid-column: 3 / span 1;
    grid-row: 6 / span 1;
  }
  div.calendar.complex a:nth-child(24), div.calendar.complex span:nth-child(24) {
    grid-column: 5 / span 1;
    grid-row: 6 / span 1;
  }
}
figcaption {
  font-size: 0.75rem;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.25rem 0.5rem 0.15rem;
  background: rgba(255, 255, 255, 0.6);
}

.block--image-text-icons .list__item {
  margin-bottom: 1.6rem;
  line-height: 1.25;
}
.block--image-text-icons .list__item img {
  width: 4rem;
  margin-right: 0.75rem;
  margin-left: 0;
}
.block--image-text-icons .list__item p {
  max-width: 10rem;
  margin-bottom: 0;
}

.block--steps span.headline {
  font-size: 5.75rem;
  line-height: 0.75;
  font-weight: 300;
  font-family: "AktivGroteskCorp", "AktivGroteskCorp", "Arial", sans-serif;
  color: #179FD5;
  display: inline-block;
  margin-right: 0.5rem;
}
.block--steps span.text {
  font-family: "AktivGroteskCorp", "Arial", sans-serif;
  font-weight: normal;
}
.block--steps p {
  font-weight: 500;
  margin-bottom: 0;
}

.block--list .flex__item {
  margin-bottom: 3rem;
}
.block--list svg {
  display: block;
  width: 2.75rem;
  height: auto;
  margin-right: 1rem;
}
.block--list path {
  fill: #005288;
}
.block--list p {
  font-size: 1.30435rem;
  line-height: 1.16667;
  font-weight: bold;
}

.block--contact .object-fit-con,
.block--win .object-fit-con {
  background: #179FD5;
}
.block--contact .overlay,
.block--win .overlay {
  margin-top: 3rem;
  margin-bottom: 3rem;
  background: #F9F9F9;
  position: relative;
  z-index: 9;
  padding-left: 1rem;
  padding-right: 1rem;
}
.block--contact h2,
.block--win h2 {
  font-size: 3.13043rem;
  letter-spacing: -0.02em;
  color: #FFF;
  margin-bottom: 0.6rem;
}
.block--contact h2 + p,
.block--win h2 + p {
  margin-bottom: 1.5rem;
}

.block--text:first-child {
  margin-top: 6rem;
}

.block--contact .overlay {
  background: transparent;
}
.block--contact p {
  color: #FFF;
}

.popup {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.25s ease-out;
  height: 0;
  pointer-events: none;
  opacity: 0;
}
.js-popup .popup.js-active {
  opacity: 1;
  height: 100%;
  pointer-events: auto;
}
.popup .overlay {
  padding-top: 4.8rem;
  padding-bottom: 4rem;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.popup__inner {
  background: #FFF;
  padding: 4rem;
  max-width: 53rem;
  margin: auto;
}
.popup__inner h2 {
  font-size: 3.21739rem;
  text-align: center;
  color: #179FD5;
}
.popup__inner p {
  text--center: center;
}
.popup__inner h3.beta {
  color: #005288;
  text-transform: none;
}
.popup__inner .msg {
  font-weight: bold;
  font-size: 1.73913rem;
  line-height: 1.15;
  color: #005288;
}
.popup__inner .msg strong {
  text-transform: uppercase;
  color: #179FD5;
}
.popup__inner .show-answer .answer {
        pointer-events:none;
      }
.popup__inner .show-answer .answer label {
  color: #E4181F !important;
}
.popup__inner .show-answer .answer .c + label {
  color: #005288 !important;
}
.popup__inner .show-answer .answer .c + label::after {
  content: '✓';
  font-weight: bold;
  font-size: 1.5rem;
  color: #179FD5;
  left: 0.2rem;
  position: absolute;
  bottom: calc(100% - 0.25rem);
  line-height: 1;
}

.voucher {
  font-size: 0.8rem;
  background: #FFF;
  text-align: center;
  font-weight: bold;
  width: 12.5rem;
  padding: 0.7rem 0.7rem 0.6rem;
  letter-spacing: 0.1em;
  color: #005288;
  margin-left: auto;
  margin-right: auto;
}

.link {
  text-decoration: underline;
  color: #000;
}

.block--win .overlay {
  background: #005288;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.block--win .overlay p, .block--win .overlay p a, .block--win .overlay h3, .block--win .overlay h4, .block--win .overlay h5 {
  color: #179FD5;
}
.block--win .overlay p a {
  text-decoration: underline;
}
.block--win h2 {
  font-size: 2.4rem;
  color: #179FD5;
}

a.close {
  position: absolute;
  top: 0.6rem;
  right: 0.75rem;
  color: #000;
  padding: inline-block;
  padding: 0.25rem;
  z-index: 9999;
  font-size: 0.75rem;
}
a.close svg {
  display: inline-block;
  margin-left: 0.25rem;
  width: 0.75rem;
  height: auto;
}
a.close svg * {
  fill: #000;
}

/*-----------------------------------------------------------------------------------*/
/*  9.0 Footer
/*-----------------------------------------------------------------------------------*/
.site-footer {
  padding-top: 4rem;
  padding-bottom: 1rem;
}
.site-footer bold, .site-footer strong, .site-footer li a {
  font-weight: 600;
}
.site-footer p, .site-footer a {
  font-size: 0.78261rem;
  color: #000;
}

/*-----------------------------------------------------------------------------------*/
/*  10.0 Media Queries
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 1800px) {
  html {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1600px) {
  html {
    font-size: 20px;
  }

  .header-nav a {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1300px) {
  html {
    font-size: 16px;
  }

  .site-footer p,
  .site-footer a {
    font-size: 0.9375rem;
  }
}

  .popup__inner {
    max-height: 94vh;
    overflow: auto;
  }

@media only screen and (max-width: 1024px) {
  div.calendar a,
  div.calendar span {
    font-size: 5rem;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  div.calendar svg {
    opacity: 1;
  }
}
@media only screen and (max-width: 1020px) {
  h4, .delta {
    font-size: 1rem;
  }

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

  .block--header .left {
    top: 66%;
    transform: translate3d(-50%, 0, 0);
    max-width: 50vw;
  }

  .block--header .right {
    transform: translate3d(47%, 0, 0);
    top: 0.5rem;
    max-width: 50vw;
  }

  .block--header-split .inner {
    width: 100%;
    text-align: center;
    padding-bottom: 3rem;
    padding-top: 6.5rem;
  }

  .block--header-split .flake {
    left: auto;
    right: 0;
    bottom: calc(100% + 1rem);
  }

  .block--header-split .top {
    right: auto;
    left: 2rem;
  }

  .block--header-split .tree {
    display: none;
  }

  .block--header-split .flake-cut {
    bottom: 100%;
    max-width: 40vw;
    left: 0;
  }
}
@media only screen and (max-width: 800px) {
  .block--list p {
    font-size: 1.2rem;
  }

  div.calendar a,
  div.calendar span {
    font-size: 4rem;
  }

  .md-margin-bottom {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .hidden--sm {
    display: none;
  }

  h1, .alpha {
    font-size: 3rem;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .site-footer {
    background: #EEEEEE;
    padding-top: 3.5rem;
    border-top: 5px solid #005288;
    padding-bottom: 1.5rem;
  }

  div.calendar a,
  div.calendar span {
    font-size: 3.5rem;
  }

  div.steps {
    max-width: 17rem;
    margin-left: auto;
    margin-right: auto;
  }

  .block--steps h5 {
    text-align: center;
  }
  .block--steps .flex__item {
    margin-bottom: 2rem;
  }

  .popup__inner {
    padding: 2rem 1.5rem;
  }

  .popup__inner h2 {
    font-size: 2.5rem;
    margin-bottom: 0.25rem;
  }

  .popup__inner h3.beta,
  .popup__inner .msg {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 480px) {
  h1, .alpha {
    font-size: 2.25rem;
  }

  input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="number"],
  textarea {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .block--contact .container,
  .block--win .remove-padding-m {
    padding-left: 0;
    padding-right: 0;
  }

  .block--contact .one-whole .container,
  .block--win .one-whole .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .block--contact h2 {
    margin-bottom: 0.75rem;
	  font-size: 2.5rem;
  }

  .block--contact .overlay {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .block--text p {
    text-align: left !important;
  }

  div.calendar a,
  div.calendar span {
    font-size: 4rem;
    width: 33.33%;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  div.calendar > :nth-child(3n+3) {
    border-right: 0;
  }

  .block--image-text-icons .list__item p {
    max-width: none;
  }

  .block--header-split .object-fit-con {
    height: 44vw;
  }

  div.calendar {
    border-top: 0;
  }

  .popup__inner {
    padding: 2rem 1.25rem;
  }
}
@media only screen and (max-width: 400px) {
  .wpforms-field {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .block--list p {
    font-size: 1rem;
  }
}
