/* Minification failed. Returning unminified contents.
(3,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(629,39): run-time error CSS1019: Unexpected token, found ' '
(629,39): run-time error CSS1019: Unexpected token, found ' '
(629,39): run-time error CSS1042: Expected function, found ' '
(629,39): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(630,38): run-time error CSS1019: Unexpected token, found ' '
(630,38): run-time error CSS1019: Unexpected token, found ' '
(630,38): run-time error CSS1042: Expected function, found ' '
(630,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(636,38): run-time error CSS1019: Unexpected token, found ' '
(636,38): run-time error CSS1019: Unexpected token, found ' '
(636,38): run-time error CSS1042: Expected function, found ' '
(636,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(637,41): run-time error CSS1019: Unexpected token, found ' '
(637,41): run-time error CSS1019: Unexpected token, found ' '
(637,41): run-time error CSS1042: Expected function, found ' '
(637,41): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(643,37): run-time error CSS1019: Unexpected token, found ' '
(643,37): run-time error CSS1019: Unexpected token, found ' '
(643,37): run-time error CSS1042: Expected function, found ' '
(643,37): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(644,38): run-time error CSS1019: Unexpected token, found ' '
(644,38): run-time error CSS1019: Unexpected token, found ' '
(644,38): run-time error CSS1042: Expected function, found ' '
(644,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(650,36): run-time error CSS1019: Unexpected token, found ' '
(650,36): run-time error CSS1019: Unexpected token, found ' '
(650,36): run-time error CSS1042: Expected function, found ' '
(650,36): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(651,38): run-time error CSS1019: Unexpected token, found ' '
(651,38): run-time error CSS1019: Unexpected token, found ' '
(651,38): run-time error CSS1042: Expected function, found ' '
(651,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(657,32): run-time error CSS1019: Unexpected token, found ' '
(657,32): run-time error CSS1019: Unexpected token, found ' '
(657,32): run-time error CSS1042: Expected function, found ' '
(657,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(658,38): run-time error CSS1019: Unexpected token, found ' '
(658,38): run-time error CSS1019: Unexpected token, found ' '
(658,38): run-time error CSS1042: Expected function, found ' '
(658,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(664,40): run-time error CSS1019: Unexpected token, found ' '
(664,40): run-time error CSS1019: Unexpected token, found ' '
(664,40): run-time error CSS1042: Expected function, found ' '
(664,40): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(665,41): run-time error CSS1019: Unexpected token, found ' '
(665,41): run-time error CSS1019: Unexpected token, found ' '
(665,41): run-time error CSS1042: Expected function, found ' '
(665,41): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(767,39): run-time error CSS1019: Unexpected token, found ' '
(767,39): run-time error CSS1019: Unexpected token, found ' '
(767,39): run-time error CSS1042: Expected function, found ' '
(767,39): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(2495,39): run-time error CSS1019: Unexpected token, found ' '
(2495,39): run-time error CSS1019: Unexpected token, found ' '
(2495,39): run-time error CSS1042: Expected function, found ' '
(2495,39): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(4223,26): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(4307,36): run-time error CSS1019: Unexpected token, found ' '
(4307,36): run-time error CSS1019: Unexpected token, found ' '
(4307,36): run-time error CSS1042: Expected function, found ' '
(4307,36): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(4308,39): run-time error CSS1019: Unexpected token, found ' '
(4308,39): run-time error CSS1019: Unexpected token, found ' '
(4308,39): run-time error CSS1042: Expected function, found ' '
(4308,39): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
@charset "UTF-8";
:root {
  --h1FontSize--sm: false;
  --h1FontSize: false;
}

/* endif */
/*!
* Datepicker v1.0.6
* https://fengyuanchen.github.io/datepicker
*
* Copyright 2014-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2019-01-19T09:15:45.725Z
*/
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
}

.datepicker-container::before,
.datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f;
}

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}

.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #39f;
}

.datepicker-top-left::after,
.datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f;
}

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
  border-top-color: #39f;
}

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}

.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
  content: " ";
  display: table;
}

.datepicker-panel > ul::after {
  clear: both;
}

.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}

.datepicker-panel > ul > li:hover {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.highlighted {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: rgb(204, 229, 255);
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #39f;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view=next] {
  font-size: 18px;
}

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}

.datepicker-panel > ul[data-view=years] > li,
.datepicker-panel > ul[data-view=months] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}

.datepicker-panel > ul[data-view=week] > li,
.datepicker-panel > ul[data-view=week] > li:hover {
  background-color: #fff;
  cursor: default;
}

.datepicker-hide {
  display: none;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  max-width: 100%;
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.header-1,
.header-2,
.header-3,
.header-4,
.header-5,
.header-6 {
  margin: 0;
  color: #313A44;
  letter-spacing: -0.05rem;
  text-transform: initial;
  font-family: "grenadine-mvb", sans-serif;
  font-weight: 500;
}

.header-1 {
  font-size: 28px;
  font-size: 60px;
  font-size: clamp(1.75rem, 1.205rem + 2.909vw, 3.75rem);
  line-height: clamp(2rem, 1.205rem + 2.909vw, 4.25rem);
}

.header-2 {
  font-size: 24px;
  font-size: 32px;
  font-size: clamp(1.5rem, 1.364rem + 0.727vw, 2rem);
  line-height: clamp(1.75rem, 1.364rem + 0.727vw, 2.5rem);
}

.header-3 {
  font-size: 21px;
  font-size: 24px;
  font-size: clamp(1.3125rem, 1rem + 5vw, 1.5rem);
  line-height: clamp(1.625rem, 1rem + 5vw, 1.875rem);
}

.header-4 {
  font-size: 18px;
  font-size: 21px;
  font-size: clamp(1.125rem, 1rem + 5vw, 1.3125rem);
  line-height: clamp(1.375rem, 1rem + 5vw, 1.75rem);
}

.header-5 {
  font-size: 16px;
  font-size: 19px;
  font-size: clamp(1rem, 1rem + 5vw, 1.1875rem);
  line-height: clamp(1.375rem, 1rem + 5vw, 1.625rem);
}

.header-6 {
  font-size: 14px;
  font-size: 18px;
  font-size: clamp(0.875rem, 0.841rem + 0.182vw, 1.125rem);
  line-height: clamp(1.25rem, 0.841rem + 0.182vw, 1.5rem);
}

.label {
  font-size: 16px;
  font-family: "filson-soft", sans-serif;
  line-height: 32px;
  color: #313A44;
  letter-spacing: 0;
  text-transform: initial;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .label {
    font-size: 18px;
  }
}

.eyebrow {
  font-size: 12px;
  font-family: "filson-soft", sans-serif;
  line-height: 12px;
  font-weight: 500;
  color: #B8F522;
  letter-spacing: 0;
  text-transform: initial;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .eyebrow {
    line-height: 24px;
    font-size: 24px;
  }
}

.large-text {
  font-size: 14px;
  font-family: "filson-soft", sans-serif;
  line-height: 22px;
  font-weight: 400;
  color: #313A44;
  letter-spacing: 0;
  text-transform: initial;
  margin: 0;
}
@media only screen and (min-width: 860px) {
  .large-text {
    line-height: 28px;
    font-size: 21px;
  }
}
.large-text a:not([class]) {
  color: #313A44;
  text-decoration: none;
  font-weight: 700;
}

a:not([class]) {
  color: #4C6117;
  text-decoration: none;
  font-weight: 400;
  text-underline-offset: 5px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #313A44;
}
a:not([class]):hover {
  color: #313A44;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  text-decoration-color: #4C6117;
}

p {
  margin: 0;
}
p:not(:last-of-type) {
  margin-bottom: 16px;
}
p:only-of-type {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

html {
  background-color: #ffffff;
  box-sizing: border-box;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  height: 100%;
}

body {
  background-color: #ffffff;
  box-sizing: border-box;
  font-family: "filson-soft", sans-serif;
  font-weight: 400;
  color: #313A44;
  min-height: 100%;
  font-size: clamp(0.75rem, 0.682rem + 0.364vw, 1rem);
  line-height: 1.75;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-ligatures: no-common-ligatures;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  scrollbar-gutter: stable;
}

.header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}
@media only screen and (min-width: 660px) {
  .header {
    padding: 16px 24px;
  }
}
@media only screen and (min-width: 1270px) {
  .header {
    padding: 40px 24px;
  }
}
.header__inner {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px 40px;
  position: relative;
  z-index: 1;
}
.header__brand {
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}
.header__brand a {
  width: 123px;
  height: 34px;
}
@media only screen and (min-width: 660px) {
  .header__brand a {
    width: 218px;
    height: 60px;
  }
}
.header__brand a svg {
  width: 123px;
  height: 34px;
  display: block;
  fill: #ffffff;
}
@media only screen and (min-width: 660px) {
  .header__brand a svg {
    width: 218px;
    height: 60px;
  }
}
.header__nav {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
}
@media only screen and (min-width: 660px) {
  .header__nav {
    gap: 16px;
  }
}
.header__nav ul {
  display: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 1270px) {
  .header__nav ul {
    display: flex;
  }
}
.header__nav ul li {
  list-style-type: none;
  position: relative;
  padding: 0;
  margin: 0;
}
.header__nav-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  gap: 10px;
  background-color: transparent;
  margin: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
.header__nav-item span {
  font-family: "filson-soft", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  pointer-events: none;
}
.header__nav-item svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: #B8F522;
  pointer-events: none;
}
.header__nav [data-hamburger-menu] {
  display: flex;
}
@media only screen and (min-width: 1270px) {
  .header__nav [data-hamburger-menu] {
    display: none;
  }
}

.handheld-navigation {
  background-color: #313A44;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 20;
  display: none;
}
.handheld-navigation[data-nav-mobile-state=open] {
  display: flex;
  flex-direction: column;
}
.handheld-navigation__header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px 0;
  position: relative;
  z-index: 1;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}
.handheld-navigation__header-brand {
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}
.handheld-navigation__header-brand a {
  width: 123px;
  height: 34px;
}
.handheld-navigation__header-brand a svg {
  width: 123px;
  height: 34px;
  display: block;
  fill: #ffffff;
}
.handheld-navigation__header-actions {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
}
.handheld-navigation__header-actions [data-hamburger-menu] {
  display: flex;
}
.handheld-navigation__item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  box-sizing: border-box;
  gap: 10px;
  background-color: transparent;
  margin: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
.handheld-navigation__item span {
  font-family: "filson-soft", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  pointer-events: none;
}
.handheld-navigation__item svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: #B8F522;
}
.handheld-navigation__links {
  overflow: auto;
  background: linear-gradient(#313A44 0%, #313A44) center top, linear-gradient(#313A44, #313A44) center bottom, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) center top, radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) center bottom;
  background-repeat: no-repeat;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  background-attachment: local, local, scroll, scroll;
  padding: 10px 0 0 0;
}
.handheld-navigation__links ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.handheld-navigation__links ul li {
  list-style-type: none;
  position: relative;
  padding: 0;
  margin: 0;
}
.handheld-navigation__sub-links {
  flex-direction: column;
  align-items: flex-start;
  display: none;
  padding: 0 20px;
}
.handheld-navigation__sub-links[data-nav-mobile-state=open] {
  display: flex;
}
.handheld-navigation__sub-links a {
  color: #B8F522;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 0px;
}
.handheld-navigation__sub-links a:hover {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  text-decoration-color: #ffffff;
}
.handheld-navigation__cta {
  padding: 20px;
}

.main-content__wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  width: auto;
}
.main-content__content {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}

.footer {
  position: relative;
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
  overflow: hidden;
}
.footer__clipped {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 768px;
  height: 100%;
  background-color: #313A44;
  clip-path: url(../scss/#footer-mobile);
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
}
@media only screen and (min-width: 768px) {
  .footer__clipped {
    clip-path: url(../scss/#footer);
    width: 2200px;
  }
}
.footer__inner {
  position: relative;
  z-index: 1;
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}
@media only screen and (min-width: 660px) {
  .footer__inner {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__inner {
    grid-template-columns: repeat(6, 1fr);
  }
}
.footer__info {
  grid-area: 1/1/2/3;
}
@media only screen and (min-width: 660px) {
  .footer__info {
    grid-area: 1/1/2/4;
  }
}
.footer__info p {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: #B8F522;
  margin-bottom: 24px;
}
@media only screen and (min-width: 660px) {
  .footer__info p {
    font-size: 18px;
    line-height: 18px;
  }
}
.footer__info a:not([class]) {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #ffffff;
  display: block;
  width: fit-content;
  margin-bottom: 20px;
}
@media only screen and (min-width: 660px) {
  .footer__info a:not([class]) {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
  }
}
.footer__info a:not([class]) span {
  color: #B8F522;
}
.footer__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px 32px;
  padding-top: 24px;
  margin-bottom: 32px;
}
.footer__buttons .button {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 560px) {
  .footer__buttons {
    flex-direction: row;
    margin-bottom: 96px;
  }
  .footer__buttons .button {
    width: auto;
  }
}
.footer__brand {
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}
.footer__brand a {
  width: 134px;
  height: 38px;
}
@media only screen and (min-width: 540px) {
  .footer__brand a {
    width: 218px;
    height: 60px;
  }
}
.footer__brand a svg {
  width: 150px;
  height: 42px;
  display: block;
  fill: #ffffff;
}
@media only screen and (min-width: 540px) {
  .footer__brand a svg {
    width: 218px;
    height: 60px;
  }
}
.footer__logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 60px;
  margin-bottom: 32px;
}
.footer__franchise {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
.footer__franchise p {
  margin-bottom: 0;
}
.footer__franchise .button {
  white-space: nowrap;
}
.footer__camps, .footer__programmes, .footer__about {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
}
.footer__camps span, .footer__programmes span, .footer__about span {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  padding: 12px 0px;
}
.footer__camps a, .footer__programmes a, .footer__about a {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #B8F522;
  padding: 12px 0px;
}
.footer__camps a:hover, .footer__programmes a:hover, .footer__about a:hover {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  text-decoration-color: #ffffff;
}
.footer__camps {
  grid-area: 2/1/4/2;
}
@media only screen and (min-width: 660px) {
  .footer__camps {
    grid-area: 2/1/3/2;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__camps {
    grid-area: 1/4/2/5;
  }
}
.footer__programes {
  grid-area: 2/2/3/3;
}
@media only screen and (min-width: 660px) {
  .footer__programes {
    grid-area: 2/2/3/3;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__programes {
    grid-area: 1/5/2/6;
  }
}
.footer__about {
  grid-area: 3/2/4/3;
}
@media only screen and (min-width: 660px) {
  .footer__about {
    grid-area: 2/3/3/4;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__about {
    grid-area: 1/6/2/7;
  }
}
.footer__base {
  position: relative;
  z-index: 1;
  max-width: 1480px;
  width: 100%;
  margin: 20px auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 830px) {
  .footer__base {
    flex-direction: row;
    align-items: center;
  }
}
.footer__base-signoff {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 24px;
}
@media only screen and (min-width: 660px) {
  .footer__base-signoff {
    gap: 0 40px;
  }
}
.footer__base-signoff span {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  padding: 16px 0;
}
.footer__base-signoff span a {
  padding: 0;
}
.footer__base-signoff a {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #B8F522;
  padding: 16px 0;
}
.footer__base-signoff a:hover {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  text-decoration-color: #ffffff;
}
.footer__base-social {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
}
@media only screen and (min-width: 830px) {
  .footer__base-social {
    justify-content: flex-end;
  }
}
.footer__base-social a {
  text-decoration: none;
}
.footer__base-social a svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: #B8F522;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -ms-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.footer__base-social a:hover svg {
  fill: #ffffff;
}
.footer__curve {
  display: block;
  z-index: 3;
  width: calc(100% + 48px);
  margin-lefT: -24px;
  fill: #ffffff;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 2px solid rgba(49, 58, 68, 0.1);
}
.accordion:first-child {
  border-top: 2px solid rgba(49, 58, 68, 0.1);
}
.accordion__wrapper {
  padding: 0 24px;
}
.accordion__header {
  cursor: pointer;
  list-style-type: none;
  padding: 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .accordion__header {
    padding: 30px 0;
  }
}
.accordion__header::-webkit-details-marker {
  display: none;
}
.accordion__header:after {
  content: "";
  height: 18px;
  width: 18px;
  min-width: 18px;
  cursor: pointer;
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' fill='%23313A44'%3E%3Crect width='24' height='2' x='15' y='2' fill='%23292E3E' rx='1' transform='rotate(90 15 2)'/%3E%3Crect width='24' height='2' x='2' y='13' fill='%23292E3E' rx='1'/%3E%3C/svg%3E");
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
[open] .accordion__header:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .accordion__header:after {
    height: 24px;
    width: 24px;
    min-width: 24px;
    background-size: 24px;
  }
}
.accordion__content {
  padding-bottom: 32px;
}

.button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  border: 0;
  width: fit-content;
  border-radius: 100px;
  font-weight: 700;
  font-family: "filson-soft", sans-serif;
  text-transform: initial;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  padding: 12px 18px;
  font-size: 12px;
  line-height: 12px;
}
@media only screen and (min-width: 768px) {
  .button {
    line-height: 18px;
    font-size: 16px;
    padding: 15px 24px;
  }
}
.button span {
  line-height: 18px;
  display: block;
}
.button svg {
  display: block;
  width: 18px;
  height: 18px;
}
.button__primary {
  color: #313A44;
  background-color: #B8F522;
  border: 0 solid #B8F522;
}
.button__primary svg {
  fill: #313A44;
}
.button__primary:not(:disabled):hover {
  color: #B8F522;
  background-color: #313A44;
  border: 0 solid #313A44;
}
.button__primary:not(:disabled):hover svg {
  fill: #B8F522;
}
.button__secondary {
  color: #B8F522;
  background-color: #313A44;
  border: 0 solid #313A44;
}
.button__secondary svg {
  fill: #B8F522;
}
.button__secondary:not(:disabled):hover {
  color: #313A44;
  background-color: #B8F522;
  border: 0 solid #B8F522;
}
.button__secondary:not(:disabled):hover svg {
  fill: #313A44;
}
.button__outline {
  color: #313A44;
  background-color: transparent;
  border: 2px solid #B8F522;
}
.button__outline svg {
  fill: #313A44;
}
.button__outline:not(:disabled):hover {
  color: #B8F522;
  background-color: #313A44;
  border: 2px solid #313A44;
}
.button__outline:not(:disabled):hover svg {
  fill: #B8F522;
}
.button__outline-secondary {
  color: #B8F522;
  background-color: transparent;
  border: 2px solid #B8F522;
}
.button__outline-secondary svg {
  fill: #B8F522;
}
.button__outline-secondary:not(:disabled):hover {
  color: #313A44;
  background-color: #B8F522;
  border: 2px solid #B8F522;
}
.button__outline-secondary:not(:disabled):hover svg {
  fill: #313A44;
}
.button__outline-tertiary {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #B8F522;
}
.button__outline-tertiary svg {
  fill: #ffffff;
}
.button__outline-tertiary:not(:disabled):hover {
  color: #B8F522;
  background-color: #313A44;
  border: 2px solid #313A44;
}
.button__outline-tertiary:not(:disabled):hover svg {
  fill: #B8F522;
}
.button__menu {
  padding: 0;
  color: #B8F522;
  background-color: transparent;
  border: none;
  width: 60px;
  height: 60px;
}
.button__menu svg {
  fill: #B8F522;
  width: 24px;
  height: 24px;
}
.button--wide {
  width: 100%;
}
.button--responsive {
  padding: 12px 18px;
  font-size: 12px;
  line-height: 12px;
}
@media only screen and (min-width: 768px) {
  .button--responsive {
    line-height: 18px;
    font-size: 16px;
    padding: 15px 24px;
  }
}
.button--sm {
  padding: 12px 18px;
  font-size: 12px;
  line-height: 12px;
}
.button__wrapper {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
  box-sizing: border-box;
}
.button__wrapper--no-padding {
  padding: 0;
}
.button__wrapper--center {
  justify-content: center;
}
.button__wrapper--column {
  flex-direction: column;
  align-items: center;
}
.button__wrapper--sm-gap {
  gap: 12px 16px;
}
.button[disabled=true] {
  cursor: default;
  opacity: 0.5;
}

.carousel {
  outline: none;
  width: 100%;
  margin: 0 auto;
}
.carousel__wrapper {
  padding: 0 24px;
  overflow: hidden;
}
.carousel[data-program-carousel] {
  max-width: 1482px;
}
.carousel[data-program-carousel] .carousel__item {
  width: 240px;
  margin-right: 16px;
}
@media only screen and (min-width: 500px) {
  .carousel[data-program-carousel] .carousel__item {
    width: 360px;
    margin-right: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .carousel[data-program-carousel] .carousel__item {
    width: 50%;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .carousel[data-program-carousel] .carousel__item {
    width: 40%;
  }
}
@media only screen and (min-width: 1200px) {
  .carousel[data-program-carousel] .carousel__item {
    width: 30%;
  }
}
.carousel[data-program-carousel] .carousel__item:nth-child(even) {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .carousel[data-program-carousel] .carousel__item:nth-child(even) {
    margin-top: 64px;
  }
}
.carousel[data-program-carousel] .flickity-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
  padding: 0;
  margin: 0;
  background-color: #B8F522;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 32px;
}
.carousel[data-program-carousel] .flickity-button[disabled] {
  cursor: initial;
  pointer-events: none;
  opacity: 0;
}
.carousel[data-program-carousel] .flickity-button svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: #313A44;
}
@media only screen and (min-width: 768px) {
  .carousel[data-program-carousel] .flickity-button svg {
    width: 64px;
    height: 64px;
  }
}
.carousel[data-program-carousel] .flickity-button.previous {
  left: 12px;
}
.carousel[data-program-carousel] .flickity-button.next {
  right: 12px;
}
.carousel[data-team-carousel] {
  max-width: 1200px;
}
.carousel[data-team-carousel] .carousel__item {
  width: 240px;
  margin-right: 16px;
  opacity: 0.4;
  display: flex;
  align-items: stretch;
  min-height: 100%;
}
.carousel[data-team-carousel] .carousel__item.is-selected {
  opacity: 1;
}
@media only screen and (min-width: 500px) {
  .carousel[data-team-carousel] .carousel__item {
    width: 360px;
    margin-right: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .carousel[data-team-carousel] .carousel__item {
    width: calc(50% - 30px);
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .carousel[data-team-carousel] .carousel__item {
    width: calc(33.33333% - 20px);
  }
}
.carousel[data-team-carousel] .carousel__item .team-card {
  height: auto;
  max-width: 100%;
}
.carousel[data-team-carousel] .carousel__item .team-card__content {
  filter: none;
}
.carousel[data-team-carousel] .flickity-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
  padding: 0;
  margin: 0;
  background-color: #B8F522;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 32px;
}
.carousel[data-team-carousel] .flickity-button[disabled] {
  cursor: initial;
  pointer-events: none;
  opacity: 0;
}
.carousel[data-team-carousel] .flickity-button svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: #313A44;
}
@media only screen and (min-width: 768px) {
  .carousel[data-team-carousel] .flickity-button svg {
    width: 64px;
    height: 64px;
  }
}
.carousel[data-team-carousel] .flickity-button.previous {
  left: 16px;
}
@media only screen and (min-width: 768px) {
  .carousel[data-team-carousel] .flickity-button.previous {
    left: -64px;
  }
}
.carousel[data-team-carousel] .flickity-button.next {
  right: 16px;
}
@media only screen and (min-width: 768px) {
  .carousel[data-team-carousel] .flickity-button.next {
    right: -64px;
  }
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.flickity-cell {
  position: absolute;
  left: 0;
}

.cookie-bar {
  display: none;
  position: fixed;
  bottom: 8px;
  right: 8px;
  z-index: 40;
  width: calc(100% - 16px);
  padding: 16px;
  box-sizing: border-box;
  background-color: #313A44;
  color: #ffffff;
  font-size: 14px;
  font-family: "filson-soft", sans-serif;
  text-align: left;
  border-radius: 4px;
}
@media only screen and (min-width: 500px) {
  .cookie-bar {
    max-width: 380px;
    padding: 24px;
    bottom: 24px;
    right: 24px;
    width: calc(100% - 48px);
  }
}
.cookie-bar.is-active {
  display: block;
}
.cookie-bar h2 {
  margin: 0;
}
.cookie-bar a {
  color: #ffffff;
  font-weight: 400;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
  opacity: 0.8;
}
.cookie-bar a:hover {
  opacity: 1;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cookie-bar .button {
  margin-top: 16px;
}

.cta-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  gap: 24px;
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
  background: #313A44;
  border-radius: 24px;
  box-sizing: border-box;
}
@media only screen and (min-width: 860px) {
  .cta-block {
    flex-direction: row;
    border-radius: 56px;
    padding: 24px 24px 24px 48px;
    gap: 50px;
  }
}
.cta-block__wrapper {
  padding: 0 24px;
}
.cta-block__text {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
}
.cta-block__text span {
  text-align: center;
  display: block;
  width: 100%;
}
.cta-block__text span:nth-child(1) {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .cta-block__text span:nth-child(1) {
    font-size: 21px;
    line-height: 21px;
  }
}
.cta-block__text span:nth-child(2) {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #B8F522;
}
@media only screen and (min-width: 768px) {
  .cta-block__text span:nth-child(2) {
    font-size: 16px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 860px) {
  .cta-block__text span {
    text-align: left;
  }
}
.cta-block__action {
  flex: 0 0 auto;
}

.dates-card {
  background-color: #ffffff;
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
  border-radius: 30px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.dates-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 12px;
}
.dates-card__content span:nth-child(1) {
  text-align: center;
}
.dates-card__content span:nth-child(2) {
  font-weight: 500;
  font-size: 18px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.05em;
  color: deep-blue-grey--color;
}
.dates-card__content span:nth-child(3) {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.02em;
  color: deep-blue-grey--color;
}
.dates-card__prices {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 32px;
}
.dates-card__prices div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 10px;
}
.dates-card__prices div span:nth-child(1) {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #9AC532;
}
.dates-card__prices div span:nth-child(2) {
  font-weight: 700;
  font-size: 28px;
  line-height: 24px;
  color: #313A44;
}
.dates-card .button {
  margin-top: 16px;
}

.dropdown {
  position: absolute;
  margin: 0 auto;
  width: 240px;
  left: 50%;
  border-radius: 10px;
  top: calc(100% + 16px);
  background-color: #313A44;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 2px 0px 25px -1px rgba(0, 0, 0, 0);
  z-index: -1;
  opacity: 0;
  visibility: none;
  transform: translateX(-50%) translateY(24px) scale(0.8);
  transition: 200ms ease;
  transform-origin: bottom;
  flex-direction: column;
  align-items: flex-start;
  pointer-events: none;
}
.dropdown:before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #313A44;
  position: absolute;
  top: -12px;
  left: 50%;
  border-radius: 4px 0 0 0;
  -webkit-transform: translatex(-50%) rotate(45deg);
  -moz-transform: translatex(-50%) rotate(45deg);
  -ms-transform: translatex(-50%) rotate(45deg);
  -o-transform: translatex(-50%) rotate(45deg);
  transform: translatex(-50%) rotate(45deg);
}
.dropdown.is-active {
  display: flex;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0px) rotateX(0);
  z-index: 1;
  box-shadow: 2px 0px 25px -1px rgba(0, 0, 0, 0.15);
  pointer-events: initial;
}
.dropdown a {
  color: #B8F522;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 0px;
}
.dropdown a:hover {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  text-decoration-color: #ffffff;
}
.dropdown--light {
  background-color: #ffffff;
}
.dropdown--light:before {
  background-color: #ffffff;
}

.form {
  max-width: 1138px;
  width: 100%;
  margin: 0 auto;
}
.form--thin {
  max-width: 400px;
  padding: 0 24px;
  box-sizing: border-box;
}
.form--padding {
  padding: 0 24px;
  box-sizing: border-box;
}
.form__wrapper {
  padding: 0 24px;
  background-image: linear-gradient(180deg, rgba(49, 58, 68, 0.05) 0%, rgba(49, 58, 68, 0) 100%);
}
.form__wrapper [data-form-global-message] {
  scroll-margin-top: 120px;
  width: 100%;
}
.form__wrapper [data-form-global-message]:not(:empty) {
  margin-bottom: 40px;
}
.form__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 30px;
}
@media only screen and (min-width: 768px) {
  .form__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form__grid--sm-gap {
  grid-row-gap: 10px;
}
.form__item {
  position: relative;
  padding: 24px 0 0 0;
}
.form__item--no-padding {
  padding: 0;
}
.form__item--flex-end {
  display: flex;
  justify-content: flex-end;
}
.form__item--full-width {
  grid-column: 1/2;
}
@media only screen and (min-width: 768px) {
  .form__item--full-width {
    grid-column: 1/3;
  }
}
.form__item--actions {
  display: flex;
  flex-direction: column;
  gap: 32px;
  grid-column: 1/2;
}
@media only screen and (min-width: 768px) {
  .form__item--actions {
    grid-column: 1/3;
    flex-direction: row;
    align-items: center;
  }
}
.form__item--actions .form__checkbox + label {
  flex: 1 1 0%;
}
.form__item--actions .form__smalltext {
  width: 285px;
}
.form__item--actions .button {
  width: fit-content;
}
.form__item--small-actions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  grid-column: 1/2;
}
@media only screen and (min-width: 500px) {
  .form__item--small-actions {
    flex-direction: row;
    align-items: center;
    grid-column: 1/3;
  }
}
.form__item--small-actions .form__smalltext {
  width: 285px;
}
.form__item--small-actions .button {
  width: fit-content;
}
.form__item--error .form__required {
  display: block;
}
.form__item--error .form__border {
  background-color: #ff5a6a;
  width: 100%;
}
.form__item--error-invalid .form__invalid {
  display: block;
}
.form__item--error-invalid .form__border {
  background-color: #ff5a6a;
  width: 100%;
  z-index: 2;
}
.form__item--error .form__checkbox + label span {
  border-color: #ff5a6a;
}
.form__item--error .form__radio-tabs + label {
  border-color: #ff5a6a;
}
.form__item--none-match .form__none-match {
  display: block;
}
.form__item--none-match .form__border {
  background-color: #ff5a6a;
  width: 100%;
}
.form__label {
  font-size: 16px;
  font-family: "filson-soft", sans-serif;
  line-height: 1.4;
  color: #313A44;
  letter-spacing: 0;
  text-transform: initial;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .form__label {
    font-size: 18px;
  }
}
.form__label a {
  color: #9AC532;
  text-decoration: none;
}
.form__input {
  padding: 0 0 0 0;
  border: 0;
  border-bottom: 2px solid #BBBBBB;
  border-radius: 0;
  background: transparent;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  -webkit-appearance: none;
  font-family: "filson-soft", sans-serif;
  font-size: 16px;
  color: #313A44;
  text-align: left;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form__input.placeholder {
  color: #313A44;
  font-size: 16px;
}
.form__input:-moz-placeholder {
  color: #313A44;
  font-size: 16px;
}
.form__input::-moz-placeholder {
  color: #313A44;
  font-size: 16px;
}
.form__input:-ms-input-placeholder {
  color: #313A44;
  font-size: 16px;
}
.form__input::-webkit-input-placeholder {
  color: #313A44;
  font-size: 16px;
}
.form__input:placeholder-shown:not(:focus) + .form__label {
  opacity: 0;
  transform: translateY(1rem);
}
.form__input:placeholder-shown:not(:focus) + .form__label + .form__optional {
  opacity: 0.4;
}
.form__input + .form__label {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.form__input:focus.placeholder {
  opacity: 0;
}
.form__input:focus:-moz-placeholder {
  opacity: 0;
}
.form__input:focus::-moz-placeholder {
  opacity: 0;
}
.form__input:focus:-ms-input-placeholder {
  opacity: 0;
}
.form__input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.form__input:focus + .form__label {
  color: #313A44;
}
.form__input:focus + .form__label + .form__optional {
  opacity: 0;
}
.form__input:focus + .form__label + .form__optional + .form__border {
  width: 100%;
}
.form__input:focus + .form__label + .form__border {
  width: 100%;
}
.form__textarea {
  display: block;
  padding: 10px 0;
  border: 0;
  border-bottom: 2px solid #BBBBBB;
  border-radius: 0;
  background: transparent;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  min-height: 48px;
  -webkit-appearance: none;
  font-family: "filson-soft", sans-serif;
  font-size: 16px;
  color: #313A44;
  line-height: 30px;
  text-align: left;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form__textarea.placeholder {
  color: #313A44;
  font-size: 16px;
}
.form__textarea:-moz-placeholder {
  color: #313A44;
  font-size: 16px;
}
.form__textarea::-moz-placeholder {
  color: #313A44;
  font-size: 16px;
}
.form__textarea:-ms-input-placeholder {
  color: #313A44;
  font-size: 16px;
}
.form__textarea::-webkit-input-placeholder {
  color: #313A44;
  font-size: 16px;
}
.form__textarea:placeholder-shown:not(:focus) + .form__label {
  opacity: 0;
  transform: translateY(1rem);
}
.form__textarea:placeholder-shown:not(:focus) + .form__label + .form__optional {
  opacity: 0.4;
}
.form__textarea + .form__label {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.form__textarea + .form__label + .form__optional {
  bottom: 25px;
}
.form__textarea + .form__label + .form__optional + .form__border {
  bottom: 11px;
}
.form__textarea:focus.placeholder {
  opacity: 0;
}
.form__textarea:focus:-moz-placeholder {
  opacity: 0;
}
.form__textarea:focus::-moz-placeholder {
  opacity: 0;
}
.form__textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.form__textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.form__textarea:focus + .form__label {
  color: #313A44;
}
.form__textarea:focus + .form__label + .form__optional {
  opacity: 0;
}
.form__textarea:focus + .form__label + .form__optional + .form__border {
  width: 100%;
}
.form__textarea:focus + .form__label + .form__border {
  width: 100%;
}
.form__select {
  border-radius: 4px;
  position: relative;
  height: 48px;
  background-color: transparent;
  display: block;
  width: 100%;
}
.form__select:after {
  content: "›";
  position: absolute;
  top: 0;
  right: 15px;
  height: 42px;
  width: 10px;
  font-size: 24px;
  line-height: 42px;
  cursor: pointer;
  z-index: 3;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  pointer-events: none;
}
.form__select select {
  border: none;
  box-shadow: none;
  height: 100%;
  width: 100%;
  cursor: pointer;
  outline: none;
  padding-right: 35px;
  background-color: transparent;
  position: relative;
  z-index: 2;
  border-bottom: 2px solid #BBBBBB;
  font-family: "filson-soft", sans-serif;
  font-size: 16px;
  color: #212121;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.form__select select::-ms-expand {
  display: none;
}
.form__checkbox {
  display: none;
}
.form__checkbox + label {
  font-size: clamp(0.75rem, 0.682rem + 0.364vw, 1rem);
  cursor: pointer;
  position: relative;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.form__checkbox + label.form__label--align-center {
  justify-content: center;
}
.form__checkbox + label span {
  display: block;
  max-width: 24px;
  min-width: 24px;
  width: 24px;
  max-height: 24px;
  min-height: 24px;
  height: 24px;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid #BBBBBB;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
.form__checkbox + label p {
  margin-top: 4px;
}
.form__checkbox:checked + label span {
  background-color: #313A44;
  border-color: #313A44;
}
.form__checkbox:checked + label span:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23ffffff'%3E%3Cpath d='M10.5 16.5l-4.3-4.3 1.4-1.4 2.9 2.8L16.1 8l1.4 1.4z'/%3E%3C/svg%3E");
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.form__checkbox-tabs {
  display: none;
}
.form__checkbox-tabs + label {
  padding: 0 22px;
  height: 44px;
  cursor: pointer;
  position: relative;
  font-family: "filson-soft", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  color: #313A44;
  background-color: #ffffff;
  border: 2px solid #313A44;
  border-radius: 100px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.form__checkbox-tabs + label:hover {
  background-color: #ffffff;
}
.form__checkbox-tabs:checked + label {
  color: #ffffff;
  background-color: #313A44;
  border-color: #313A44;
}
.form__checkbox-tabs-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 32px;
  margin: 16px 0 0 0;
}
.form__radio-tabs {
  display: none;
}
.form__radio-tabs + label {
  padding: 16px 24px;
  cursor: pointer;
  position: relative;
  font-family: "filson-soft", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #313A44;
  background-color: #ffffff;
  border: 2px solid #313A44;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.form__radio-tabs + label span {
  color: #313A44;
  font-weight: 400;
}
.form__radio-tabs + label:hover {
  background-color: #ffffff;
}
.form__radio-tabs:checked + label {
  color: #ffffff;
  background-color: #313A44;
  border-color: #313A44;
}
.form__radio-tabs:checked + label span {
  color: #B8F522;
}
.form__radio-tabs-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  gap: 24px 32px;
  margin: 16px 0 0 0;
}
.form__radio-tabs-items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.form__border {
  height: 2px;
  width: 0;
  background-color: #9AC532;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  position: absolute;
  bottom: 0;
  left: 0;
}
.form__required {
  line-height: 24px;
  font-size: 12px;
  font-family: "filson-soft", sans-serif;
  color: #ffffff;
  background-color: #ff5a6a;
  border-radius: 50px;
  position: absolute;
  bottom: 12px;
  right: 0;
  display: none;
  padding-left: 16px;
  padding-right: 16px;
}
.form__none-match {
  line-height: 24px;
  font-size: 12px;
  font-family: "filson-soft", sans-serif;
  color: #ffffff;
  background-color: #ff5a6a;
  border-radius: 50px;
  position: absolute;
  bottom: 12px;
  right: 0;
  display: none;
  padding-left: 16px;
  padding-right: 16px;
}
.form__invalid {
  line-height: 24px;
  font-size: 12px;
  font-family: "filson-soft", sans-serif;
  color: #ffffff;
  background-color: #ff5a6a;
  border-radius: 50px;
  position: absolute;
  bottom: 12px;
  right: 0;
  display: none;
  padding-left: 16px;
  padding-right: 16px;
}
.form__optional {
  position: absolute;
  bottom: 14px;
  right: 0;
  font-size: 12px;
  color: #313A44;
  opacity: 0.4;
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -ms-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  user-select: none;
}
.form__smalltext {
  font-size: 12px;
  line-height: 21px;
  color: #313A44;
}
.form__smalltext a {
  color: #9AC532;
  text-decoration: none;
}

.form-steps {
  display: flex;
  max-width: 1200px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.form-steps__item {
  padding: 0;
  position: relative;
  flex: 1 1 0%;
  text-align: center;
}
.form-steps__item-content {
  display: inline-block;
}
.form-steps__item-icon {
  background: #eceff1;
  color: #8191ab;
  display: block;
  border-radius: 100%;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin: 0 auto 10px auto;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  z-index: 2;
}
.form-steps__item-text {
  font-size: 13px;
  color: #8191ab;
  font-weight: 500;
  display: none;
}
@media only screen and (min-width: 768px) {
  .form-steps__item-text {
    display: initial;
  }
}
.form-steps__item-line {
  display: inline-block;
  height: 3px;
  width: 100%;
  background: #cfd8dc;
  float: left;
  position: absolute;
  left: -50%;
  top: 12px;
  z-index: 1;
}
.form-steps__item--active .form-steps__item-icon {
  background: #9AC532;
  color: #ffffff;
}
.form-steps__item--active .form-steps__item-text {
  color: #4f5e77;
}
.form-steps__item--active .form-steps__item-line {
  background: #9AC532;
}
.form-steps__item--completed .form-steps__item-text {
  color: #4f5e77;
}
.form-steps__item--completed .form-steps__item-icon {
  background: #9AC532;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDkuMTIgNyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTkuMTIgMS4wNkw4LjA2IDAgMy4xOCA0Ljg4IDEuMDYgMi43NiAwIDMuODIgMy4xOCA3bDUuOTQtNS45NHoiLz48L3N2Zz4=);
  color: transparent;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.form-steps__item--completed .form-steps__item-line {
  background: #9AC532;
}

.global-notification {
  background-color: #4C6117;
  padding: 8px 24px;
  color: #ffffff;
  display: flex;
  gap: 0 8px;
  justify-content: center;
  flex-wrap: wrap;
}
.global-notification p {
  font-size: 12;
  text-align: center;
}
.global-notification a {
  font-size: 12;
  color: #B8F522;
  font-weight: 400;
  opacity: 0.8;
  text-underline-offset: 5px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #B8F522;
}
.global-notification a:hover {
  color: #ffffff;
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  text-decoration-color: #ffffff;
}
.global-notification ~ .header {
  top: 44px;
}
.global-notification ~ .header ~ .handheld-navigation {
  top: 44px;
  height: calc(100vh - 44px);
}

.grid {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
@media only screen and (min-width: 768px) {
  .grid {
    gap: 64px;
  }
}
.grid__wrapper {
  padding: 0 24px;
}
.grid__item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .grid__item {
    width: calc(50% - 32px);
  }
}
@media only screen and (min-width: 1024px) {
  .grid__item {
    width: calc(33.33% - 42.6666666667px);
  }
}
.grid__item--full {
  grid-column: span 1;
}
@media only screen and (min-width: 768px) {
  .grid__item--full {
    grid-column: span 2;
  }
}
@media only screen and (min-width: 1024px) {
  .grid__item--full {
    grid-column: span 3;
  }
}
.grid--2-col {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 768px) {
  .grid--2-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid--2-col .grid__item {
  width: auto;
}
.grid--2-col .grid__item--full {
  grid-column: span 1;
}
@media only screen and (min-width: 768px) {
  .grid--2-col .grid__item--full {
    grid-column: span 2;
  }
}
.grid--align-bottom {
  align-items: end;
}
.grid--sm-gap {
  gap: 16px;
}

.grid-alt {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
@media only screen and (min-width: 768px) {
  .grid-alt {
    gap: 64px;
  }
}
.grid-alt__wrapper {
  padding: 0 24px;
}
.grid-alt--2-col .grid-alt__item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .grid-alt--2-col .grid-alt__item {
    width: calc(50% - 32px);
  }
}

.hero {
  position: relative;
  z-index: 4;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 180px 24px 72px 24px;
}
@media only screen and (min-width: 768px) {
  .hero {
    padding: 228px 24px 160px 24px;
  }
}
.hero:before {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: #4C6117;
}
.hero:after {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  z-index: 2;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(154, 197, 50, 0.5) 0%, rgba(154, 197, 50, 0) 100%);
}
.hero--sm {
  padding: 72px 24px 40px;
}
@media only screen and (min-width: 768px) {
  .hero--sm {
    padding: 140px 24px 60px;
  }
}
.hero--home, .hero--camp {
  padding: 114px 24px 42px 24px;
}
@media only screen and (min-width: 768px) {
  .hero--home, .hero--camp {
    min-height: 900px;
    min-height: 110vh;
    height: auto;
    padding: 216px 24px 220px 24px;
  }
}
.hero--home:before, .hero--camp:before {
  bottom: 0;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.4);
}
.hero--home:after, .hero--camp:after {
  bottom: 0;
}
.hero--image {
  min-height: 400px;
  justify-content: center;
  padding: 120px 24px;
}
@media only screen and (min-width: 768px) {
  .hero--image {
    min-height: 625px;
    justify-content: flex-start;
    padding: 216px 24px 220px 24px;
  }
}
.hero--image:before {
  bottom: 0;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.4);
}
.hero--image:after {
  bottom: 0;
}
.hero--text {
  min-height: 220px;
  padding: 114px 24px 72px 24px;
}
@media only screen and (min-width: 768px) {
  .hero--text {
    min-height: 453px;
    padding: 228px 24px 160px 24px;
  }
}
.hero__image {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.hero__image img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__inner {
  position: relative;
  z-index: 4;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.hero__inner .header-1 {
  color: #ffffff;
  max-width: 30ch;
  width: 100%;
}
.hero__inner p {
  max-width: 790px;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (min-width: 860px) {
  .hero__inner p {
    font-size: 21px;
    line-height: 32px;
  }
}
.hero__dropdown {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;
}
@media only screen and (min-width: 860px) {
  .hero__dropdown {
    flex-direction: row;
    max-width: 1200px;
    gap: 50px;
  }
}
.hero__dropdown-column {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .hero__dropdown-column {
    flex: 1 1 0%;
  }
}
.hero__dropdown button {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 20px;
  gap: 20px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  background: #FFFFFF;
  border-radius: 100px;
  border: none;
  outline: none;
}
@media only screen and (min-width: 768px) {
  .hero__dropdown button {
    padding: 21px 36px;
  }
}
.hero__dropdown button svg {
  display: block;
  width: 16px;
  height: 26px;
  pointer-events: none;
}
.hero__dropdown button svg:nth-child(1) {
  fill: #A8CB51;
}
.hero__dropdown button svg:nth-child(2) {
  fill: #313A44;
}
@media only screen and (min-width: 768px) {
  .hero__dropdown button svg {
    width: 24px;
    height: 24px;
  }
}
.hero__dropdown button span {
  flex: 1 1 0%;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #313A44;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .hero__dropdown button span {
    font-size: 18px;
    line-height: 21px;
  }
}
.hero__cta {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 14px 10px 24px;
  gap: 16px;
  max-width: 520px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  background: #313A44;
  border-radius: 100px;
}
@media only screen and (min-width: 860px) {
  .hero__cta {
    padding: 24px 24px 24px 48px;
    gap: 50px;
  }
}
.hero__cta--wide {
  max-width: 750px;
}
.hero__cta-text {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 4px;
}
@media only screen and (min-width: 860px) {
  .hero__cta-text {
    gap: 8px;
  }
}
.hero__cta-text span {
  text-align: left;
  display: block;
  width: 100%;
}
.hero__cta-text span:empty {
  display: none;
}
.hero__cta-text span:nth-child(1) {
  font-weight: 500;
  font-size: 8px;
  line-height: 8px;
  color: #B8F522;
}
@media only screen and (min-width: 860px) {
  .hero__cta-text span:nth-child(1) {
    font-size: 12px;
    line-height: 12px;
  }
}
.hero__cta-text span:nth-child(2) {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
}
@media only screen and (min-width: 860px) {
  .hero__cta-text span:nth-child(2) {
    font-size: 21px;
    line-height: 21px;
  }
}
.hero__cta-text span:nth-child(3) {
  font-weight: 500;
  font-size: 8px;
  line-height: 8px;
  color: #B8F522;
}
@media only screen and (min-width: 860px) {
  .hero__cta-text span:nth-child(3) {
    font-size: 16px;
    line-height: 16px;
  }
}
.hero__cta--action {
  flex: 0 0 auto;
}
.hero__nav {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 12px 6px 16px;
  gap: 14px;
  max-width: 100%;
  width: fit-content;
  margin: 0 auto;
  white-space: nowrap;
  background: #ffffff;
  border-radius: 100px;
  box-sizing: border-box;
  position: relative;
  user-select: none;
}
.hero__nav--fixed {
  position: fixed;
  max-width: calc(100% - 48px);
  top: 24px;
  left: 50%;
  z-index: 10;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
}
@media only screen and (min-width: 768px) {
  .hero__nav--fixed {
    top: 48px;
  }
}
.hero__nav-select {
  position: relative;
  display: block;
}
@media only screen and (min-width: 860px) {
  .hero__nav-select {
    display: none;
  }
}
.hero__nav-select-button {
  background-color: transparent;
  padding: 14px 12px;
  border-radius: 0;
}
.hero__nav-select-button span {
  pointer-events: none;
}
.hero__nav-select-button svg {
  pointer-events: none;
  fill: #313A44;
}
.hero__nav-select .dropdown {
  top: calc(100% + 32px);
}
.hero__nav-select .dropdown button:not([class]) {
  display: block;
}
.hero__nav button:not([class]) {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 12px;
  gap: 10px;
  background-color: transparent;
  border: 0;
  outline: none;
  margin: 0;
  cursor: pointer;
  font-family: "filson-soft", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #313A44;
  display: none;
}
@media only screen and (min-width: 860px) {
  .hero__nav button:not([class]) {
    display: block;
  }
}
.hero__nav button:not([class]).active {
  color: pink;
}
.hero__nav .slide1,
.hero__nav .slide2 {
  position: absolute;
  bottom: 10px;
  height: 4px;
  background-color: #B8F522;
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1.05);
  border-radius: 10px;
  display: none;
}
@media only screen and (min-width: 860px) {
  .hero__nav .slide1,
  .hero__nav .slide2 {
    display: inline-block;
  }
}
.hero__nav .slide1 {
  z-index: 2;
}
.hero__nav .slide2 {
  opacity: 0;
  z-index: 1;
}
.hero__curve {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 3;
  width: 100%;
  fill: #ffffff;
}

.image-block {
  width: 100%;
  height: 50vh;
  overflow: hidden;
  position: relative;
  clip-path: inset(1px 0 1px 0);
}
@media only screen and (min-width: 768px) {
  .image-block {
    height: 100vh;
  }
}
.image-block--footer {
  margin-bottom: -80px;
  height: 120vh;
}
.image-block img {
  height: 100%;
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  z-index: 0;
  object-fit: cover;
}
.image-block svg {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  fill: #ffffff;
}
.image-block svg:nth-of-type(1) {
  top: -1px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.image-block svg:nth-of-type(2) {
  bottom: -1px;
}

.image-scroll-gallery {
  white-space: nowrap;
  outline: none;
  will-change: transform;
  animation: marquee 32s linear infinite;
  animation-direction: alternate;
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.image-scroll-gallery__wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.image-scroll-gallery[data-scroll-direction=left-to-right] {
  margin-left: -calc(160px);
}
.image-scroll-gallery[data-scroll-direction=right-to-left] {
  margin-right: 160px;
  animation-direction: alternate-reverse;
}
.image-scroll-gallery__item {
  position: relative;
  min-width: 248px;
  width: 248px;
  height: 180px;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  border-radius: 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .image-scroll-gallery__item {
    min-width: 474px;
    width: 474px;
    height: 345px;
    border-radius: 30px;
    padding: 36px;
  }
}
.image-scroll-gallery__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(49, 58, 68, 0) 45.22%, rgba(49, 58, 68, 0.6) 91.01%);
}
.image-scroll-gallery__item p {
  position: relative;
  z-index: 2;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: flex-end;
  text-align: center;
  letter-spacing: -0.05em;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .image-scroll-gallery__item p {
    font-size: 24px;
    line-height: 24px;
  }
}
.image-scroll-gallery__item img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1) rotate(0deg);
  transition: transform 0.5s;
}
.image-scroll-gallery__item:hover img {
  transform: scale(1.1) rotate(3deg);
}

.image-text-block {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}
.image-text-block__wrapper {
  padding: 0 24px;
}
@media only screen and (min-width: 768px) {
  .image-text-block__wrapper {
    padding: 0 24px;
  }
}
@media only screen and (min-width: 768px) {
  .image-text-block {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
  }
}
.image-text-block__image {
  order: 1;
  position: relative;
  aspect-ratio: 288/200;
  border-radius: 30px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .image-text-block__image {
    grid-column: span 6;
    aspect-ratio: initial;
    order: 2;
  }
}
.image-text-block__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1) rotate(0deg);
  transition: transform 0.5s;
}
.image-text-block__image:hover img {
  transform: scale(1.1) rotate(3deg);
}
.image-text-block__text {
  order: 2;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .image-text-block__text {
    padding: 0 80px;
    order: 1;
  }
}
.image-text-block__text-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 768px) {
  .image-text-block__text-content {
    grid-column: 1/span 5;
  }
}
.image-text-block__text-content p {
  margin: 0;
}
.image-text-block__text-content ul {
  padding: 0 0 0 24px;
  margin: 0;
}
.image-text-block__text-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  margin-top: 28px;
}
@media only screen and (min-width: 768px) {
  .image-text-block__text-buttons {
    grid-column: span 5;
    gap: 8px 32px;
    margin-top: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .image-text-block__text {
    grid-column: span 6;
    padding: 64px 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
}
.image-text-block--alt .image-text-block__image {
  order: 1;
}
@media only screen and (min-width: 768px) {
  .image-text-block--alt .image-text-block__image {
    order: 1;
  }
}
.image-text-block--alt .image-text-block__text {
  order: 2;
}
@media only screen and (min-width: 768px) {
  .image-text-block--alt .image-text-block__text {
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .image-text-block--alt .image-text-block__text-content {
    grid-column: span 5;
    grid-column: 2/span 5;
  }
}
@media only screen and (min-width: 768px) {
  .image-text-block--alt .image-text-block__text-buttons {
    grid-column: 2/span 5;
  }
}

.image-gallery {
  width: 100%;
  position: relative;
  outline: none;
}
.image-gallery__wrapper {
  width: 100%;
  overflow: hidden;
}
.image-gallery__item {
  width: 100%;
  opacity: 0.4;
  margin-right: 32px;
  border-radius: 10px;
  overflow: hidden;
}
.image-gallery__item figcaption {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.image-gallery__item .image-block {
  aspect-ratio: 16/9;
  height: auto;
}
.image-gallery__item .image-block img {
  aspect-ratio: 16/9;
}
.image-gallery__item.is-selected {
  opacity: 1;
}
.image-gallery__item.is-selected figcaption {
  opacity: 1;
}
.image-gallery .flickity-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
  padding: 0;
  margin: 0;
  background-color: #B8F522;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 32px;
}
.image-gallery .flickity-button[disabled] {
  cursor: initial;
  pointer-events: none;
  opacity: 0;
}
.image-gallery .flickity-button svg {
  width: 32px;
  height: 32px;
  display: block;
  fill: #313A44;
}
@media only screen and (min-width: 768px) {
  .image-gallery .flickity-button svg {
    width: 64px;
    height: 64px;
  }
}
.image-gallery .flickity-button.previous {
  left: -16px;
}
@media only screen and (min-width: 768px) {
  .image-gallery .flickity-button.previous {
    left: -32px;
  }
}
.image-gallery .flickity-button.next {
  right: -16px;
}
@media only screen and (min-width: 768px) {
  .image-gallery .flickity-button.next {
    right: -32px;
  }
}

.image-overlay-cta {
  width: 100%;
  min-height: 90vh;
  padding: 0 24px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  clip-path: inset(0);
  margin-bottom: -80px;
  display: flex;
}
.image-overlay-cta:before {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: #313A44;
  opacity: 0.7;
}
.image-overlay-cta:after {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  z-index: 1;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(154, 197, 50, 0.5) 0%, rgba(154, 197, 50, 0) 100%);
}
.image-overlay-cta__content {
  position: relative;
  z-index: 2;
  max-width: 790px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 60px 0 120px 0;
}
.image-overlay-cta__content p {
  max-width: 720px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  margin: 16px 0 32px 0;
}
.image-overlay-cta img {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  object-fit: cover;
}
.image-overlay-cta svg {
  position: absolute;
  z-index: 3;
  left: 0;
  width: 100%;
  fill: #ffffff;
}
.image-overlay-cta svg:nth-of-type(1) {
  top: 0px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.map {
  aspect-ratio: 16/16;
}
@media only screen and (min-width: 500px) {
  .map {
    aspect-ratio: 16/11;
  }
}
@media only screen and (min-width: 768px) {
  .map {
    aspect-ratio: 16/9;
  }
}
@media only screen and (min-width: 900px) {
  .map {
    aspect-ratio: 16/7;
  }
}
.map__wrapper {
  position: relative;
}
.map__wrapper--footer {
  margin-bottom: -80px;
}
.map__button {
  position: absolute;
  bottom: 54px;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
}
.map__panel {
  box-sizing: border-box;
  border-radius: 20px;
  padding: 30px;
  width: 100%;
  pointer-events: initial;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  gap: 24px;
}
@media only screen and (min-width: 768px) {
  .map__panel {
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
    width: 340px;
  }
}
.map__panel-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 20px;
  height: 20px;
}
.map__panel-item span {
  font-size: 16px;
  line-height: 18px;
  color: #4C6117;
}
.map__panel-item span strong {
  font-weight: 600;
}
.map__panel-item svg {
  width: 30px;
  height: 30px;
  fill: #4C6117;
}
.map__panel-wrapper {
  max-width: 1368px;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .map__panel-wrapper {
    padding: 0 24px;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    justify-content: flex-end;
  }
}
.map__panel-header {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.map__panel-header-icon {
  width: 38px;
  height: 53px;
}
.map__panel-header-icon svg {
  display: block;
  width: 38px;
  height: 53px;
}
.map__panel-header-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px 0 0 0;
  gap: 8px;
}
.map__panel-header-content span:nth-child(1) {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.03em;
  color: #9AC532;
}
.map__panel-header-content span:nth-child(2) {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #313A44;
}
.map__panel .map__panel-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #313A44;
}
.map__panel .map__panel-address {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #9AC532;
}
.map__panel .map__panel-address span {
  font-weight: 500;
  color: #313A44;
}
.map__panel .map__panel-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
}
.map__panel .map__panel-tel {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #9AC532;
}
.map__panel .map__panel-tel a {
  font-weight: 700;
  color: #313A44;
  text-decoration: none;
}
.map__panel .map__panel-email {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #9AC532;
}
.map__panel .map__panel-email a {
  font-weight: 700;
  color: #313A44;
  text-decoration: none;
}
.map__panel p {
  margin-bottom: 0;
}
.map__panel-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.medal-tabs {
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 20px;
}
.medal-tabs__wrapper {
  padding: 44px 24px 0 24px;
}
@media only screen and (min-width: 700px) {
  .medal-tabs__wrapper {
    padding: 110px 24px 0 24px;
  }
}
.medal-tabs__toggles {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media only screen and (min-width: 700px) {
  .medal-tabs__toggles {
    gap: 60px;
  }
}
.medal-tabs__toggles h2 {
  display: none;
}
.medal-tabs__toggle {
  background-color: transparent;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  border: 0;
  padding: 0;
  margin-top: -44px;
  cursor: pointer;
}
@media only screen and (min-width: 700px) {
  .medal-tabs__toggle {
    margin-top: -110px;
  }
}
.medal-tabs__toggle-image {
  width: 60px;
  height: 60px;
  display: block;
}
@media only screen and (min-width: 700px) {
  .medal-tabs__toggle-image {
    width: 120px;
    height: 120px;
  }
}
.medal-tabs__toggle[data-tab-toggle-state=active] {
  background: #C2C2C2;
  border: 4px solid white;
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
  border-radius: 100%;
}
@media only screen and (min-width: 700px) {
  .medal-tabs__toggle[data-tab-toggle-state=active] {
    border: 10px solid white;
  }
}
.medal-tabs__toggle[data-tab-toggle-state=active] .medal-tabs__toggle-image {
  width: 80px;
  height: 80px;
}
@media only screen and (min-width: 700px) {
  .medal-tabs__toggle[data-tab-toggle-state=active] .medal-tabs__toggle-image {
    width: 200px;
    height: 200px;
  }
}
.medal-tabs__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 600px) {
  .medal-tabs__content {
    padding: 30px 40px 40px 40px;
    gap: 40px;
  }
}
.medal-tabs__content:not([data-tabs-item-state=active]) {
  display: none;
}
.medal-tabs__content ul {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 80px;
  grid-row-gap: 24px;
}
@media only screen and (min-width: 600px) {
  .medal-tabs__content ul {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .medal-tabs__content ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.medal-tabs__content ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #313A44;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
}
@media only screen and (min-width: 600px) {
  .medal-tabs__content ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
.medal-tabs__content ul li:before {
  content: "";
  min-width: 20px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%239AC532'%3E%3Cpath d='M22.82 12c0-1.04 1.41-2.25 1.15-3.21-.27-.99-2.1-1.33-2.6-2.2-.51-.88.11-2.64-.61-3.35-.71-.71-2.47-.1-3.35-.61-.87-.5-1.21-2.34-2.2-2.6-.96-.26-2.17 1.15-3.21 1.15S9.75-.23 8.79.03c-.99.27-1.33 2.1-2.2 2.6-.88.51-2.64-.11-3.35.61-.71.71-.1 2.47-.61 3.35-.5.87-2.33 1.21-2.6 2.2-.26.96 1.15 2.17 1.15 3.21S-.23 14.25.03 15.21c.27.99 2.1 1.33 2.6 2.2.51.88-.11 2.64.61 3.35.71.71 2.47.1 3.35.61.87.5 1.21 2.34 2.2 2.6.96.26 2.17-1.15 3.21-1.15s2.25 1.41 3.21 1.15c.99-.27 1.33-2.1 2.2-2.6.88-.51 2.64.11 3.35-.61.71-.71.1-2.47.61-3.35.5-.87 2.34-1.21 2.6-2.2.26-.96-1.15-2.17-1.15-3.21Zm-3.58-2.89-8.51 8.51a1.21 1.21 0 0 1-1.7 0l-4.26-4.26c-.47-.47-.47-1.23 0-1.71s1.24-.47 1.71 0l3.4 3.4 7.66-7.66c.47-.47 1.24-.47 1.71 0s.47 1.24 0 1.71Z'/%3E%3C/svg%3E");
}
@media only screen and (min-width: 600px) {
  .medal-tabs__content ul li:before {
    min-width: 24px;
    width: 24px;
    height: 24px;
  }
}

.message {
  min-width: 100%;
  padding: 16px 24px;
  margin: 8px 0;
  font-size: 14px;
  border-radius: 4px;
  box-sizing: border-box;
  scroll-margin-top: 48px;
}
.message__success {
  border: 1px solid #9AC532;
  background-color: #afd456;
  background-color: #9AC532;
  color: #ffffff;
}
.message__error {
  border: 1px solid #ff5a6a;
  background-color: #ff8d98;
  background-color: #ff5a6a;
  color: #ffffff;
}
.message__warning {
  border: 1px solid #f3c673;
  background-color: #f7d9a2;
  background-color: #f3c673;
  color: #ffffff;
}
.message__notice {
  border: 1px solid #a2d8f5;
  background-color: #d0ebfa;
  background-color: #a2d8f5;
  color: #ffffff;
}
.message strong {
  font-family: "filson-soft", sans-serif;
}
.message a {
  font-family: "filson-soft", sans-serif;
  color: #ffffff;
  text-decoration: underline;
}
.message ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.message ul li {
  padding: 0;
  margin: 0;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  background: rgba(0, 0, 0, 0.85);
  overflow-x: auto;
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.modal.js-active {
  display: block;
}
.modal__window {
  border-radius: 4px;
  cursor: default;
  position: relative;
  width: 100%;
}
.modal__window-wrapper {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: calc(100vh - 80px);
  margin: auto;
  max-width: 550px;
  padding: 40px 20px;
  display: flex;
  justify-content: center; /* horizontal center */
  align-items: center; /* vertical center */
}
.modal__close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
.modal__close svg {
  fill: #ffffff;
  padding: 8px;
}
.modal__header {
  background-color: #ffffff;
  padding: 16px 24px;
  border-radius: 4px 4px 0 0;
  font-weight: 600;
}
.modal__content {
  background-color: #ffffff;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
}
.modal__content > p {
  margin-bottom: 24px;
  margin-top: 0;
  color: #424242;
}
.modal__trigger {
  cursor: pointer;
}

.program-card {
  background-color: #313A44;
  border-radius: 30px;
  aspect-ratio: 474/560;
  overflow: hidden;
  position: relative;
}
.program-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(49, 58, 68, 0) 39.46%, #313A44 81.79%);
  transform: rotate(-180deg);
  z-index: 1;
}
.program-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.program-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.program-card__content {
  position: relative;
  z-index: 2;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .program-card__content {
    padding: 50px 40px;
  }
}
.program-card__content .header-2 {
  text-align: center;
  color: #B8F522;
  font-size: 21px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .program-card__content .header-2 {
    font-size: clamp(1.5rem, 1rem + 5vw, 2rem);
    line-height: clamp(1.75rem, 1rem + 5vw, 2.5rem);
  }
}
.program-card__content p {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .program-card__content p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.02em;
  }
}
.program-card .button {
  position: absolute;
  bottom: 24px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
}
@media only screen and (min-width: 768px) {
  .program-card .button {
    bottom: 50px;
  }
}
.program-card--alt:before {
  background-image: linear-gradient(180deg, rgba(154, 197, 50, 0) 50.18%, #9AC532 81.07%);
}
.program-card--alt .program-card__content .header-2 {
  color: #313A44;
}

.tabs {
  max-width: 1228px;
  width: 100%;
  margin: 0 auto;
  order: 2;
  margin-top: -26px;
  position: relative;
  z-index: 0;
}
.tabs__wrapper {
  padding: 0 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
}
.tabs__item {
  display: none;
}
.tabs__item[data-tabs-item-state=active] {
  display: block;
}
.tabs__toggle {
  position: relative;
  z-index: 1;
  order: 1;
  margin: 0 auto;
  width: fit-content;
  display: flex;
  background: #ffffff;
  border-radius: 100px;
  padding: 5px;
}
.tabs__toggle-scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  position: absolute;
  width: 100%;
  margin-left: -24px;
  padding-left: 24px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .tabs__toggle-scroll {
    width: calc(100% - 24px);
  }
}
@media only screen and (min-width: 1360px) {
  .tabs__toggle-scroll {
    width: calc(100% - 80px);
  }
}
.tabs__toggle-item {
  background-color: #ffffff;
  color: #313A44;
}
.tabs__toggle-item[data-tab-toggle-state=active] {
  background-color: #B8F522;
}

.table {
  max-width: 1024px;
  width: calc(100% - 48px);
  margin: 0 auto;
  display: block;
  border-collapse: collapse;
}
.table thead {
  display: none;
}
.table thead tr {
  display: block;
}
.table thead tr th {
  display: block;
  padding: 8px;
  text-align: left;
}
.table thead tr th h4 {
  margin: 0;
}
.table tbody {
  display: block;
}
.table tbody tr {
  display: block;
  border-top: 2px solid #F5F5F5;
}
.table tbody tr td {
  display: block;
  padding: 8px;
  text-align: left;
  position: relative;
}
.table tbody tr td:before {
  content: attr(data-label);
  display: block;
  box-sizing: border-box;
  padding: 8px 0;
  font-weight: bold;
}
.table tfoot {
  display: none;
}
.table tfoot tr {
  display: block;
  border-top: 2px solid #F5F5F5;
}
.table tfoot tr th {
  display: block;
  padding: 8px;
  text-align: left;
}
.table tfoot tr th h4 {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .table {
    display: table;
  }
  .table thead {
    display: table-header-group;
  }
  .table thead tr {
    display: table-row;
  }
  .table thead tr th {
    display: table-cell;
  }
  .table tbody {
    display: table-row-group;
  }
  .table tbody tr {
    display: table-row;
  }
  .table tbody tr td {
    display: table-cell;
    padding-left: 8px;
  }
  .table tbody tr td:before {
    display: none;
  }
  .table tfoot {
    display: table-footer-group;
  }
  .table tfoot tr {
    display: table-row;
  }
  .table tfoot tr th {
    display: table-cell;
  }
}

.content-table {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: auto;
}
.content-table thead tr th {
  padding: 8px;
  text-align: left;
}
.content-table thead tr th h4 {
  margin: 0;
}
.content-table tbody tr {
  border-top: 2px solid #F5F5F5;
}
.content-table tbody tr td {
  padding: 8px;
  text-align: left;
  position: relative;
}
.content-table tfoot tr {
  border-top: 2px solid #EEEEEE;
  background-color: #F5F5F5;
}
.content-table tfoot tr td {
  padding: 8px;
  text-align: center;
  font-size: 10px;
}

.team-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.team-card__image {
  display: block;
  width: 180px;
  height: 180px;
  background-color: #ffffff;
  background-image: linear-gradient(180deg, rgba(49, 58, 68, 0.05) 0%, rgba(49, 58, 68, 0) 100%);
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0px 40px 40px rgba(0, 0, 0, 0.15));
}
.team-card__image img {
  display: block;
  width: 180px;
  height: 180px;
  transform: scale(1) rotate(0deg);
  transition: transform 0.5s;
}
@media only screen and (min-width: 768px) {
  .team-card__image img {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .team-card__image {
    width: 250px;
    height: 250px;
  }
}
.team-card__content {
  flex: 1 1 0%;
  filter: drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.15));
  background-color: #313A44;
  padding: 122px 16px 102px 16px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -90px;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media only screen and (min-width: 500px) {
  .team-card__content {
    padding: 122px 24px 102px 24px;
  }
}
@media only screen and (min-width: 768px) {
  .team-card__content {
    padding: 157px 32px 102px 32px;
    margin-top: -125px;
    gap: 16px;
  }
}
.team-card__content p {
  margin: 0;
}
.team-card__content p:nth-child(1) {
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.05em;
  color: #B8F522;
}
@media only screen and (min-width: 768px) {
  .team-card__content p:nth-child(1) {
    font-size: 28px;
    line-height: 36px;
  }
}
.team-card__content p:nth-child(2) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 10px;
}
.team-card__content p:nth-child(2) svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: #B8F522;
}
.team-card__content p:nth-child(2) span {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.05em;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .team-card__content p:nth-child(2) span {
    font-size: 18px;
    line-height: 16px;
  }
}
.team-card__content p:nth-child(3) {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .team-card__content p:nth-child(3) {
    font-size: 16px;
    line-height: 28px;
  }
}
.team-card__content .button {
  position: absolute;
  bottom: 32px;
}
.team-card__email {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #B8F522;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
}
.team-card__email svg {
  width: 24px;
  height: 24px;
  fill: #B8F522;
}
.team-card__email a {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .team-card__email a {
    font-size: 16px;
    line-height: 24px;
  }
}
.team-card__email a:hover {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .team-card__email {
    font-size: 16px;
    line-height: 24px;
  }
}
.team-card__tel {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #B8F522;
  display: flex;
  align-items: center;
  gap: 8px;
}
.team-card__tel svg {
  width: 20px;
  height: 20px;
  fill: #B8F522;
}
.team-card__tel a {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .team-card__tel a {
    font-size: 21px;
    line-height: 24px;
  }
}
.team-card__tel a:hover {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .team-card__tel {
    font-size: 21px;
    line-height: 24px;
  }
}
.team-card:hover .team-card__image img {
  transform: scale(1.1) rotate(6deg);
}

.testimonial {
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.testimonial__wrapper {
  padding: 0 24px;
}
.testimonial blockquote {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #313A44;
  padding: 0;
  margin: 0;
}
.testimonial figcaption {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #313A44;
}

.text-block--center {
  padding: 0 24px;
}
.text-block--center .text-block__inner {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
.text-block--center .text-block__inner p {
  margin-bottom: 0;
}
.text-block--center .text-block__inner .form__item {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}
.text-block--default {
  padding: 0 24px;
}
.text-block--default .text-block__inner {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.text-block--default .text-block__inner p {
  margin-bottom: 0;
}

.timeline {
  position: relative;
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-sizing: border-box;
}
@media only screen and (min-width: 750px) {
  .timeline {
    max-width: 724px;
    width: 100%;
  }
}
.timeline::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  z-index: 0;
  width: 4px;
  height: calc(100% - 66px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #B8F522;
}
@media only screen and (min-width: 750px) {
  .timeline::after {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.timeline__item {
  display: grid;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 0 0 0 36px;
}
.timeline__item span {
  background-color: #313A44;
  width: calc(100% - 2px);
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 32px;
  gap: 4px;
  border-radius: 100px;
}
@media only screen and (min-width: 750px) {
  .timeline__item span {
    width: calc(50% - 2px - 32px);
  }
}
.timeline__item span time {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #B8F522;
}
.timeline__item span p {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
}
.timeline__item span::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #313A44;
  border: 3px solid #B8F522;
  box-sizing: border-box;
  border-radius: 100px;
}
.timeline__item span::after {
  content: "";
  width: 32px;
  height: 4px;
  background-color: #313A44;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.timeline__item:nth-child(odd) span::before {
  left: -40px;
}
.timeline__item:nth-child(odd) span::after {
  left: -32px;
}
.timeline__item:nth-child(even) span::before {
  left: -40px;
}
.timeline__item:nth-child(even) span::after {
  left: -32px;
}
@media only screen and (min-width: 750px) {
  .timeline__item {
    padding: 0;
  }
  .timeline__item:nth-child(odd) span::before {
    left: unset;
    right: -40px;
  }
  .timeline__item:nth-child(odd) span::after {
    left: unset;
    right: -32px;
  }
  .timeline__item:nth-child(even) {
    justify-items: end;
  }
}
.timeline__item--green span {
  background-color: #BCDC6C;
}
.timeline__item--green span::before {
  background-color: #BCDC6C;
}
.timeline__item--green span::after {
  background-color: #BCDC6C;
}
.timeline__item--green span time {
  color: #ffffff;
}
.timeline__item--green span p {
  color: #313A44;
}

.video-player {
  max-width: 1228px;
  width: 100%;
  margin: 0 auto;
}
.video-player__wrapper {
  padding: 0 24px;
}
.tabs__item .video-player__wrapper {
  padding: 0;
}
.video-player__video {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
}
.video-player__video iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
}
.video-player__video img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.youtube:hover {
  cursor: pointer;
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
}
.youtube:hover .play {
  background: red;
  opacity: 0.8;
}

.play {
  font-size: 1.1em; /* change this to change size */
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  background: #f00;
  opacity: 1;
  border-radius: 50%/10%;
  color: #FFFFFF;
  height: 3em;
  padding: 0;
  text-align: center;
  text-indent: 0.1em;
  transition: all 150ms ease-out;
  width: 4em;
}

.play::before {
  background: inherit;
  border-radius: 5%/50%;
  bottom: 9%;
  content: "";
  left: -5%;
  position: absolute;
  right: -5%;
  top: 9%;
}

.play::after {
  border-style: solid;
  border-width: 1em 0 1em 1.732em;
  border-color: transparent transparent transparent rgb(255, 255, 255);
  content: " ";
  font-size: 0.75em;
  height: 0;
  margin: -1em 0 0 -0.75em;
  top: 50%;
  position: absolute;
  width: 0;
}

.no-scroll {
  overflow-x: hidden;
  overflow-y: hidden;
}

.y-spacer__4px {
  height: 4px;
  display: block;
}

.y-spacer__0 {
  min-height: 0px;
  height: 0px;
  display: block;
}

.y-spacer__16 {
  min-height: 16px;
  height: 16px;
  display: block;
}

.y-spacer__32 {
  min-height: 32px;
  height: 32px;
  display: block;
}

.y-spacer__40 {
  min-height: 40px;
  height: 40px;
  display: block;
}

.y-spacer__64 {
  min-height: 64px;
  height: 64px;
  display: block;
}

.y-spacer__80 {
  min-height: 80px;
  height: 80px;
  display: block;
}

.y-spacer__96 {
  min-height: 96px;
  height: 96px;
  display: block;
}

.y-spacer__142 {
  min-height: 142px;
  height: 142px;
  display: block;
}

.y-spacer__192 {
  min-height: 192px;
  height: 192px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .sm-y-spacer__0 {
    min-height: 0px;
    height: 0px;
    display: block;
  }
  .sm-y-spacer__16 {
    min-height: 16px;
    height: 16px;
    display: block;
  }
  .sm-y-spacer__32 {
    min-height: 32px;
    height: 32px;
    display: block;
  }
  .sm-y-spacer__40 {
    min-height: 40px;
    height: 40px;
    display: block;
  }
  .sm-y-spacer__64 {
    min-height: 64px;
    height: 64px;
    display: block;
  }
  .sm-y-spacer__80 {
    min-height: 80px;
    height: 80px;
    display: block;
  }
  .sm-y-spacer__96 {
    min-height: 96px;
    height: 96px;
    display: block;
  }
  .sm-y-spacer__142 {
    min-height: 142px;
    height: 142px;
    display: block;
  }
  .sm-y-spacer__192 {
    min-height: 192px;
    height: 192px;
    display: block;
  }
}
.x-spacer__0 {
  min-width: 0px;
  width: 0px;
  display: inline-block;
}

.x-spacer__16 {
  min-width: 16px;
  width: 16px;
  display: inline-block;
}

.x-spacer__32 {
  min-width: 32px;
  width: 32px;
  display: inline-block;
}

.x-spacer__40 {
  min-width: 40px;
  width: 40px;
  display: inline-block;
}

.x-spacer__64 {
  min-width: 64px;
  width: 64px;
  display: inline-block;
}

.x-spacer__80 {
  min-width: 80px;
  width: 80px;
  display: inline-block;
}

.x-spacer__96 {
  min-width: 96px;
  width: 96px;
  display: inline-block;
}

.x-spacer__142 {
  min-width: 142px;
  width: 142px;
  display: inline-block;
}

.x-spacer__192 {
  min-width: 192px;
  width: 192px;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .sm-x-spacer__0 {
    min-width: 0px;
    width: 0px;
    display: inline-block;
  }
  .sm-x-spacer__16 {
    min-width: 16px;
    width: 16px;
    display: inline-block;
  }
  .sm-x-spacer__32 {
    min-width: 32px;
    width: 32px;
    display: inline-block;
  }
  .sm-x-spacer__40 {
    min-width: 40px;
    width: 40px;
    display: inline-block;
  }
  .sm-x-spacer__64 {
    min-width: 64px;
    width: 64px;
    display: inline-block;
  }
  .sm-x-spacer__80 {
    min-width: 80px;
    width: 80px;
    display: inline-block;
  }
  .sm-x-spacer__96 {
    min-width: 96px;
    width: 96px;
    display: inline-block;
  }
  .sm-x-spacer__142 {
    min-width: 142px;
    width: 142px;
    display: inline-block;
  }
  .sm-x-spacer__192 {
    min-width: 192px;
    width: 192px;
    display: inline-block;
  }
}
.is-hidden {
  display: none !important;
}

.is-hidden__xsm {
  display: block;
}
@media only screen and (min-width: 500px) {
  .is-hidden__xsm {
    display: none;
  }
}

.is-hidden__sm {
  display: block;
}
@media only screen and (min-width: 768px) {
  .is-hidden__sm {
    display: none;
  }
}

.is-hidden__md {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .is-hidden__md {
    display: none;
  }
}

.is-hidden__lg {
  display: block;
}
@media only screen and (min-width: 1280px) {
  .is-hidden__lg {
    display: none;
  }
}

.is-hidden__xlg {
  display: block;
}
@media only screen and (min-width: 1400px) {
  .is-hidden__xlg {
    display: none;
  }
}

.is-hidden__xsm-down {
  display: none;
}
@media only screen and (min-width: 500px) {
  .is-hidden__xsm-down {
    display: block;
  }
}

.is-hidden__xsm-down--inline {
  display: none;
}
@media only screen and (min-width: 500px) {
  .is-hidden__xsm-down--inline {
    display: inline-block;
  }
}

.is-hidden__sm-down {
  display: none;
}
@media only screen and (min-width: 768px) {
  .is-hidden__sm-down {
    display: block;
  }
}

.is-hidden__sm-down--inline {
  display: none;
}
@media only screen and (min-width: 768px) {
  .is-hidden__sm-down--inline {
    display: inline-block;
  }
}

.is-hidden__md-down {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .is-hidden__md-down {
    display: block;
  }
}

.is-hidden__md-down--inline {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .is-hidden__md-down--inline {
    display: inline-block;
  }
}

.is-hidden__lg-down {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .is-hidden__lg-down {
    display: block;
  }
}

.is-hidden__lg-down--inline {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .is-hidden__lg-down--inline {
    display: inline-block;
  }
}

.is-hidden__xlg-down {
  display: none;
}
@media only screen and (min-width: 1400px) {
  .is-hidden__xlg-down {
    display: block;
  }
}

.is-hidden__xlg-down--inline {
  display: none;
}
@media only screen and (min-width: 1400px) {
  .is-hidden__xlg-down--inline {
    display: inline-block;
  }
}

.is-hidden__xsm-up {
  display: none;
}
@media only screen and (max-width: 500px) {
  .is-hidden__xsm-up {
    display: block;
  }
}

.is-hidden__xsm-up--inline {
  display: none;
}
@media only screen and (max-width: 500px) {
  .is-hidden__xsm-up--inline {
    display: inline-block;
  }
}

.is-hidden__sm-up {
  display: none;
}
@media only screen and (max-width: 768px) {
  .is-hidden__sm-up {
    display: block;
  }
}

.is-hidden__sm-up--inline {
  display: none;
}
@media only screen and (max-width: 768px) {
  .is-hidden__sm-up--inline {
    display: inline-block;
  }
}

.is-hidden__md-up {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .is-hidden__md-up {
    display: block;
  }
}

.is-hidden__md-up--inline {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .is-hidden__md-up--inline {
    display: inline-block;
  }
}

.is-hidden__lg-up {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .is-hidden__lg-up {
    display: block;
  }
}

.is-hidden__lg-up--inline {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .is-hidden__lg-up--inline {
    display: inline-block;
  }
}

.is-hidden__xlg-up {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .is-hidden__xlg-up {
    display: block;
  }
}

.is-hidden__xlg-up--inline {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .is-hidden__xlg-up--inline {
    display: inline-block;
  }
}

.align--left {
  text-align: left;
}

.align--center {
  text-align: center;
}

.align--right {
  text-align: right;
}

@media only screen and (min-width: 500px) {
  .xsm-align--left {
    text-align: left;
  }
}

@media only screen and (min-width: 500px) {
  .xsm-align--center {
    text-align: center;
  }
}

@media only screen and (min-width: 500px) {
  .xsm-align--right {
    text-align: right;
  }
}

@media only screen and (min-width: 768px) {
  .sm-align--left {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .sm-align--center {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .sm-align--right {
    text-align: right;
  }
}

@media only screen and (min-width: 1024px) {
  .md-align--left {
    text-align: left;
  }
}

@media only screen and (min-width: 1024px) {
  .md-align--center {
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) {
  .md-align--right {
    text-align: right;
  }
}

@media only screen and (min-width: 1280px) {
  .lg-align--left {
    text-align: left;
  }
}

@media only screen and (min-width: 1280px) {
  .lg-align--center {
    text-align: center;
  }
}

@media only screen and (min-width: 1280px) {
  .lg-align--right {
    text-align: right;
  }
}

@media only screen and (min-width: 1400px) {
  .xlg-align--left {
    text-align: left;
  }
}

@media only screen and (min-width: 1400px) {
  .xlg-align--center {
    text-align: center;
  }
}

@media only screen and (min-width: 1400px) {
  .xlg-align--right {
    text-align: right;
  }
}

.divider {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
  height: 0;
  border-top: 1px solid #ccc;
}

.color--white {
  color: #ffffff;
}
.color--deep-green {
  color: #4C6117;
}
.color--mid-green {
  color: #9AC532;
}
.color--light-green {
  color: #BCDC6C;
}
.color--zest-green {
  color: #B8F522;
}

.overflow--hidden {
  overflow: hidden;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.styleguide {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  outline: none;
  position: relative;
}
.styleguide__wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 0 24px;
}
.styleguide__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.styleguide__title {
  width: 100%;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .styleguide__title {
    width: 20%;
    margin-bottom: 0;
  }
}
.styleguide__title p {
  max-width: 450px;
  width: 100%;
  margin-top: 16px;
}
.styleguide__text {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .styleguide__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    width: auto;
  }
}
.styleguide__color {
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: block;
  margin-bottom: 24px;
}
.styleguide__color-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}
.styleguide__color-item {
  text-align: center;
}

[data-scroll-to-id] {
  scroll-margin-top: 120px;
}

.skipLink {
  padding: 8px 16px;
  position: absolute;
  top: -50px;
  left: 0px;
  color: #ffffff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-bottom-right-radius: 0;
  background-color: #313A44;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100;
}
.skipLink:focus {
  position: absolute;
  left: 10px;
  top: 10px;
  outline-offset: 4px;
  outline-color: #313A44;
  -webkit-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in;
}

.grecaptcha-badge {
  display: none !important;
}

.ts-widget div.ts-widgetBody {
  padding: 8px 16px !important;
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
}
.ts-widget div.ts-widgetBody .ts-widgetScore {
  font-family: "filson-soft", sans-serif !important;
  font-weight: 500 !important;
  font-size: 24px !important;
  line-height: 24px !important;
}
.ts-widget div.ts-widgetBody .ts-widgetScore .ts-widgetScoreBig {
  font-family: "filson-soft", sans-serif !important;
  font-weight: 500 !important;
  font-size: 24px !important;
  line-height: 24px !important;
}
.ts-widget div.ts-widgetBody .ts-widgetLinkReviewer {
  font-family: "filson-soft", sans-serif !important;
  font-weight: 500 !important;
  font-size: 9px !important;
  line-height: 9px !important;
  color: #313A44 !important;
  margin-top: 8px !important;
}

[ts-reviewsliderwidget] {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
[ts-reviewsliderwidget] .ts-responsive-slides + div:not([class]) {
  display: none !important;
}

[ts-reviewlistwidget] {
  padding: 0 24px !important;
}
[ts-reviewlistwidget] .ts-reviewList {
  display: flex !important;
  gap: 60px !important;
  flex-direction: column !important;
  align-items: center !important;
}
[ts-reviewlistwidget] .ts-reviewlist-logo {
  display: none !important;
}
[ts-reviewlistwidget] .ts-reviewContainer {
  max-width: 730px !important;
  width: 100% !important;
  margin: 0 auto !important;
  text-align: center !important;
  gap: 32px !important;
  flex-direction: column !important;
  align-items: center !important;
}
[ts-reviewlistwidget] .ts-reviewContainer .ts-reviewLogo img {
  margin-left: 20px !important;
  width: 110px !important;
  height: auto !important;
  display: block !important;
}
[ts-reviewlistwidget] .ts-reviewContainer .ts-reviewTitle {
  display: block !important;
  margin-bottom: 20px !important;
}
[ts-reviewlistwidget] .ts-reviewContainer .ts-reviewTitle a {
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 18px !important;
  color: #313A44 !important;
  text-transform: initial !important;
}
[ts-reviewlistwidget] .ts-reviewContainer .ts-reviewText {
  margin-top: 20px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 28px !important;
  color: #313A44 !important;
}
[ts-reviewlistwidget] #tsLoadMore {
  color: #313A44 !important;
  background-color: #B8F522 !important;
  border: 0 solid #B8F522 !important;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  padding: 12px 18px !important;
  font-size: 12px !important;
  line-height: 12px !important;
  font-weight: 700 !important;
  font-family: "filson-soft", sans-serif !important;
  text-transform: initial !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  border-radius: 100px !important;
}
@media only screen and (min-width: 768px) {
  [ts-reviewlistwidget] #tsLoadMore {
    line-height: 18px !important;
    font-size: 16px !important;
    padding: 15px 24px !important;
  }
}
[ts-reviewlistwidget] #tsLoadMore:not(:disabled):hover {
  color: #B8F522 !important;
  background: #313A44 !important;
  background-color: #313A44 !important;
  border: 0 solid #313A44 !important;
}

.cheat-code {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #c8102e;
  top: 0;
  z-index: 999;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overscroll-behavior-y: contain;
  padding: 24px;
  box-sizing: border-box;
}
.cheat-code[data-active-state=active] {
  display: flex;
}
.cheat-code svg {
  max-width: 200px;
  width: 100%;
  fill: #ffffff;
}

