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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.one-half {
  width: 50%;
}

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

.one-quarter {
  width: 25%;
}

.three-quarters {
  width: 75%;
}

.two-fifths {
  width: 40%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex1 {
  flex: 1 0 auto;
}

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

/*-----------------------------------------------------------------------------------*/
/*  5.0 Typography
/*-----------------------------------------------------------------------------------*/
html {
  font-family: "inter", "Arial", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: #2B2B2B;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

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

[data-target] {
  cursor: pointer;
}

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

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

h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta {
  font-family: "inter", "Arial", sans-serif;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #2B2B2B;
}

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

h1, .alpha {
  font-size: 2.7rem;
  line-height: 1.2037;
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
}

h2, .beta {
  font-size: 2.4rem;
  line-height: 1.20833;
}

h3, .gamma {
  font-size: 1.6rem;
  line-height: 1.1875;
}

h4, .delta {
  font-size: 0.9rem;
  line-height: 1.22222;
}

h5, .epsilon {
  font-size: 0.8rem;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: normal;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.alignleft img {
  margin-left: 0;
}

.alignright img {
  margin-right: 0;
}

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

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

q {
  font-style: italic;
}

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

ul {
  padding-left: 1rem;
}

@font-face {
  font-family: 'inter';
  src: url("../fonts/inter-v20-latin-700.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'inter';
  src: url("../fonts/inter-v20-latin-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'inter';
  src: url("../fonts/inter-v20-latin-italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'inter';
  src: url("../fonts/inter-v20-latin-700italic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'inter';
  src: url("../fonts/inter-v20-latin-800italic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'inter';
  src: url("../fonts/inter-v20-latin-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'inter';
  src: url("../fonts/inter-v20-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'inter';
  src: url("../fonts/inter-v20-latin-900italic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/*-----------------------------------------------------------------------------------*/
/*  6.0 Elements
/*-----------------------------------------------------------------------------------*/
/*  6.1 Buttons */
.btn,
input[type="button"],
input[type="submit"],
.wpforms-submit-container button {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-weight: bold;
  cursor: pointer;
  border: none;
  margin: 0;
  line-height: 1.4;
  padding: 1.25rem 2rem 1.2rem;
  border-radius: 2.2rem;
  text-decoration: none !important;
  text-align: center;
  color: white;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.25s ease-out;
  min-width: 13rem;
  position: relative;
  background: rgba(222, 222, 222, 0.1);
  backdrop-filter: blur(12px);
}
.btn::before,
input[type="button"]::before,
input[type="submit"]::before,
.wpforms-submit-container button::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  border: 1px solid transparent;
  background: linear-gradient(rgba(250, 250, 250, 0.7), rgba(173, 216, 230, 0.2), rgba(173, 216, 230, 0.5)) border-box;
  mask: linear-gradient(black, black) border-box, linear-gradient(black, black) padding-box;
  mask-composite: subtract;
}
.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.wpforms-submit-container button:hover {
  color: #2B2B2B !important;
  background-color: #FFF;
}
.btn:active, .btn:focus,
input[type="button"]:active,
input[type="submit"]:active,
.wpforms-submit-container button:active,
input[type="button"]:focus,
input[type="submit"]:focus,
.wpforms-submit-container button:focus {
  outline: none;
}

a:hover span.btn {
  color: #2B2B2B !important;
  background-color: #FFF;
}

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

/*  6.2 Forms */
select,
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="number"],
textarea {
  font-size: 0.9rem;
  width: 100%;
  border: 1px solid #999999;
  padding: 0.4rem 1rem 0.35rem;
  background: #F6F6F6;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}

textarea {
  resize: vertical;
  height: 160px !important;
}

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

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

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

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

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

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

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

.wpforms-field-label-inline {
  font-size: 0.8rem;
  line-height: 1.125;
  position: relative;
  padding-left: 2.25rem;
  display: block;
}
.wpforms-field-label-inline::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  width: 1.5rem;
  background: #042265;
}
input[type="checkbox"]:checked + .wpforms-field-label-inline::before {
  content: '✓';
}

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

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

@media only screen and (min-width: 801px) {
  .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
  }
  .wpforms-field-container > div:not(.wpforms-one-half) {
    width: 100%;
  }
  .wpforms-field-container .wpforms-one-half {
    padding-left: 0.4rem;
    width: 50%;
  }
  .wpforms-field-container .wpforms-one-half.wpforms-first {
    padding-right: 0.4rem;
    padding-left: 0;
    width: 50%;
  }
  .wpforms-field-container .wpforms-one-half.wpforms-first.wpforms-field-select::before {
    right: 1.4rem;
  }
}
em.wpforms-error {
  font-style: normal;
  font-weight: bold;
  font-size: 0.8rem;
  color: #6f1723;
}

.wpforms-container .wpforms-field {
  padding: 0.7rem 0;
}

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

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

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

/*  6.3 Nav */
.header-nav {
  position: relative;
  z-index: 9;
  margin-left: auto;
}
.header-nav ul {
  display: flex;
  align-items: center;
}
.header-nav li {
  margin-left: 2rem;
}
.header-nav a {
  display: inline-block;
  font-size: 1rem;
  color: #FFF;
  font-weight: bold;
}
.header-nav .contact a {
  background: rgba(222, 222, 222, 0.1);
  backdrop-filter: blur(12px);
  padding: 1rem 1.5rem 0.95rem;
  border-radius: 2.2rem;
}
.header-nav .contact a::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  border: 1px solid transparent;
  background: linear-gradient(rgba(250, 250, 250, 0.7), rgba(173, 216, 230, 0.2), rgba(173, 216, 230, 0.5)) border-box;
  mask: linear-gradient(black, black) border-box, linear-gradient(black, black) padding-box;
  mask-composite: subtract;
}
.header-nav .contact a:hover {
  color: #2B2B2B !important;
  background-color: #FFF;
}

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

/*  6.4 Mobile Nav */
.nav-mobile {
  position: fixed;
  z-index: 4000;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}
@media only screen and (min-width: 1021px) {
  .nav-mobile {
    display: none !important;
  }
}

.nav-mobile__inner {
  background: transparent;
  position: relative;
  min-height: 100%;
  display: inline-block;
  width: 100%;
  padding-top: 4.5rem;
}
.nav-mobile__inner .padding-top {
  padding-top: calc(1rem + 16vh);
}
.nav-mobile__inner::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 1rem;
  right: 1rem;
  left: 1rem;
  height: 80vh;
  min-height: 28rem;
  background: rgba(222, 222, 222, 0.1);
  backdrop-filter: blur(12px);
  border-radius: 1.5rem;
  transition: all 0.5s ease-out;
}
.nav-mobile__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1rem;
  right: 1rem;
  left: 1rem;
  height: 80vh;
  min-height: 28rem;
  border-radius: 1.5rem;
  border: 1px solid transparent;
  background: linear-gradient(rgba(250, 250, 250, 0.7), rgba(173, 216, 230, 0.2), rgba(173, 216, 230, 0.5)) border-box;
  mask: linear-gradient(black, black) border-box, linear-gradient(black, black) padding-box;
  mask-composite: subtract;
  transition: all 0.5s ease-out;
}

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

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

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

.nav-mobile__inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-mobile__inner ul li {
  display: block;
}
.nav-mobile__inner ul a {
  font-size: 20px;
  text-align: center;
  display: block;
  padding: 0.75rem 1rem;
  font-weight: bold;
  color: #FFF;
}

/*

  Transitions

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

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

/*  6.5 Slider */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

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

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

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

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

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-disabled {
  opacity: 0.1;
  cursor: auto;
  pointer-events: none;
}

.slick-next,
.slick-prev {
  position: absolute;
  z-index: 99;
  bottom: 0;
  height: 2rem;
  width: 1.5rem;
  background: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  outline: none !important;
  margin-left: 0;
  font-size: 0;
  color: #FFF;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
}
.slick-next::before,
.slick-prev::before {
  font-family: 'icomoon';
  font-size: 2rem;
  color: #2B2B2B;
}

.slick-next {
  left: 0;
}

.slick-prev {
  right: 0;
}

.slick-dots {
  margin: 0 !important;
  width: 100% !important;
  margin: auto !important;
  position: absolute;
  z-index: 99;
  padding: 0 !important;
  text-align: left;
  z-index: 99;
  outline: none !important;
  text-align: center;
  bottom: -4rem;
}
.slick-dots li {
  display: inline-block;
  margin: 0 0.2rem 0;
}
.slick-dots button {
  background: #999999 !important;
  border: 0 !important;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 50%;
  text-indent: -9999px;
  outline: none !important;
  opacity: 1;
  transition: all 0.5s ease-out;
}
.slick-dots .slick-active button {
  background: #2B2B2B !important;
}

/*-----------------------------------------------------------------------------------*/
/*  7.0 Header
/*-----------------------------------------------------------------------------------*/
.site-header {
  position: absolute;
  z-index: 9999;
  padding-block: 2rem;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.25s ease-out;
}
.scrolled .site-header {
  padding-block: 1rem;
}
.nav-mobile-active .site-header {
  padding-bottom: 0;
}
body:not(.home) .site-header {
  filter: invert(1);
}

body:not(.home) main {
  padding-top: 10rem;
  padding-bottom: 3rem;
}

.site-branding {
  position: relative;
  width: 15rem;
  z-index: 9;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
}
.nav-mobile-active .site-branding {
  pointer-events: none;
  opacity: 0;
}
.site-branding span {
  display: inline-block;
  color: #FFF;
  transition: all 0.25s ease-out;
}
.site-branding img {
  width: 3rem;
  flex: 0 0 3rem;
  margin-inline: 0 1rem;
  transition: all 0.25s ease-out;
}

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

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

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

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

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

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

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

.spacing {
  padding-block: 2rem;
}

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

.relative {
  position: relative;
}

.padding {
  padding: 2rem;
}

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

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

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

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

.card {
  border-radius: 1.5rem;
  position: relative;
  padding: 2rem 1.25rem;
  height: 100%;
}
.card p {
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 0;
}
.card * {
  position: relative;
}
.card .icon {
  height: 16rem;
}
.card .icon img {
  width: 8rem;
}
.card .icon--0 {
  transform: scale(0.8);
}
.card .icon--2 {
  transform: scale(0.7);
}

.swiper .swiper-slide:not(.swiper-slide-active) {
  cursor: pointer;
}
.swiper .swiper-slide:not(.swiper-slide-active) .card::after,
.swiper .swiper-slide:not(.swiper-slide-active) .card::before {
  top: 29%;
  height: 38%;
  left: 20%;
  width: 60%;
}

.card::after {
  content: "";
  position: absolute;
  z-index: -2;
  background: rgba(222, 222, 222, 0.1);
  backdrop-filter: blur(12px);
  border-radius: 1.5rem;
  transition: all 0.5s ease-out;
}

.card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 1px solid transparent;
  background: linear-gradient(rgba(250, 250, 250, 0.7), rgba(173, 216, 230, 0.2), rgba(173, 216, 230, 0.5)) border-box;
  mask: linear-gradient(black, black) border-box, linear-gradient(black, black) padding-box;
  mask-composite: subtract;
  transition: all 0.5s ease-out;
}

.block--about .con {
  width: 15rem;
  margin-inline: auto;
}
.block--about .max {
  max-width: 24rem;
}
.block--about .relative {
  z-index: 2;
}

.content-area {
  position: relative;
  z-index: 1;
}

.site {
  overflow: hidden;
  overflow: clip;
  position: relative;
}

.block--header {
  min-height: 100vh;
  background: linear-gradient(45deg, #042265, purple, #0071D9);
  position: relative;
  z-index: 0;
  overflow: hidden;
  overflow: clip;
  padding-top: 22vh;
}
.block--header video {
  position: absolute;
  z-index: -1;
  object-fit: cover;
  left: -1.5rem;
  top: -1.5rem;
  width: calc(100% + 3rem);
  height: calc(100% + 3rem);
  filter: blur(1rem);
}
.block--header .relative {
  z-index: 9;
}
.block--header * {
  color: #FFF;
}
@media only screen and (min-width: 801px) {
  .block--header .inset {
    padding-left: 2rem;
    max-width: 50rem;
  }
}

.block--about {
  position: relative;
  z-index: 9;
}

.svg-1 {
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-52%);
  left: 20vw;
  width: auto;
  min-width: 86vw;
  height: 290%;
  pointer-events: none;
}

.svg-3 {
  position: absolute;
  z-index: 0;
  top: -250px;
  left: -4rem;
  width: calc(100vw + 15rem);
  height: 2700px;
  pointer-events: none;
}

.svg-2 {
  position: absolute;
  z-index: 0;
  bottom: 11rem;
  transform: translateX(-40%);
  left: 50%;
  width: 95vw;
  max-width: 1600px;
  height: auto;
  pointer-events: none;
}

.svg-4 {
  position: absolute;
  z-index: 0;
  bottom: 50rem;
  left: -5rem;
  width: calc(100vw + 10rem);
  height: auto;
  pointer-events: none;
}

.block--services {
  position: relative;
  background: linear-gradient(40deg, #042265, #2F009C);
  overflow: hidden;
  overflow: clip;
}
.block--services * {
  color: #FFF;
}
.block--services .relative {
  z-index: 9;
}
.block--services .swiper-slide {
  height: auto;
}
.block--services video {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  left: -1.5rem;
  top: -1.5rem;
  width: calc(100% + 3rem);
  height: calc(100% + 3rem);
  filter: blur(1rem);
}

.block--work {
  position: relative;
  z-index: 9;
  margin-bottom: 12rem;
}
.block--work .icon {
  width: 10.5rem;
}

.link--work {
  display: block;
  padding: 2rem;
  overflow: hidden;
  border-radius: 1.5rem;
  aspect-ratio: 71/40;
  background: #5E5E5E;
}
.link--work::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(94, 94, 94, 0.5), rgba(94, 94, 94, 0));
}
.link--work h3 {
  color: #FFF;
  position: relative;
  z-index: 9;
}
.link--work span {
  position: absolute;
  bottom: 2.25rem;
  right: 2.25rem;
}

/*-----------------------------------------------------------------------------------*/
/*  9.0 Footer
/*-----------------------------------------------------------------------------------*/
.site-footer {
  font-size: 0.8rem;
  background: linear-gradient(45deg, #042265, purple);
  background: linear-gradient(45deg, #042265, purple, #0071D9);
  background-size: 400% 400%;
  animation: colorMix 15s ease infinite;
}
.site-footer .site-info {
  padding-block: 7.5rem 4rem;
}
.site-footer .beta {
  margin-bottom: 4rem;
}
.site-footer p a {
  font-weight: 500;
}
.site-footer * {
  color: #FFF;
}
.site-footer a:not(.button):hover {
  color: #FFF;
  opacity: 0.8;
}

.footer-nav {
  margin-bottom: 1rem;
}

.logo--text {
  font-size: 1.6rem;
  line-height: 1;
  line-height: 1.1;
  font-weight: 900;
  font-style: italic;
}

@keyframes colorMix {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
    /* Move the background across the element */
  }
  100% {
    background-position: 0% 50%;
  }
}
/*-----------------------------------------------------------------------------------*/
/*  10.0 Media Queries
/*-----------------------------------------------------------------------------------*/
@media only screen and (min-width: 1601px) {
  .svg-1 {
    min-width: 88vw;
  }
}
@media only screen and (max-width: 1600px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 16px;
  }

  .site-footer {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .swiper {
    width: 75rem;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1020px) {
  .card p br {
    display: none;
  }

  .block--services h3 {
    min-height: 6.5rem;
  }
  .block--services .icon {
    height: 14rem;
    padding-bottom: 2rem;
  }

  .svg-2 {
    bottom: 24rem;
  }
}
@media only screen and (max-width: 800px) {
  .md--hidden {
    display: none !important;
  }

  .md--show {
    display: block !important;
  }

  .site-footer .site-info {
    padding-top: 20rem;
  }

  .svg-2 {
    width: 110vw;
    bottom: 40rem;
  }

  .swiper {
    width: 68rem;
  }

  .site-header {
    background: transparent !important;
    backdrop-filter: none !important;
  }
}
@media only screen and (max-width: 740px) {
  .block--work .one-half {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  h1, .alpha,
  h2, .beta {
    font-size: 36px;
  }

  h5, .epsilon {
    font-size: 16px;
  }

  .block--services h2 br {
    display: none;
  }

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

  .block--work {
    margin-bottom: 7rem;
  }
  .block--work .icon {
    margin-bottom: 2.75rem;
  }

  .site-header .container {
    padding-inline: 1rem;
  }
  .site-header .btn--toggle {
    margin-right: 1rem;
  }

  .scrolled .site-header {
    padding-block: 0.75rem;
  }

  .site-branding img {
    margin-right: 0.75rem;
  }

  .site-branding span {
    font-size: 32px;
  }

  .block--about .max {
    max-width: 18rem;
    margin-inline: auto;
    padding-top: 2rem;
  }

  .site-footer .sm-one-whole {
    padding-top: 1rem;
  }
  .site-footer .flex__item:nth-child(2) {
    margin-bottom: 0.5rem;
  }

  .block--header {
    padding-block: 110px 200px;
    min-height: auto;
  }

  .svg-4,
  .svg-3 {
    display: block !important;
  }

  .svg-2,
  .svg-1 {
    display: none !important;
  }

  .swiper {
    width: 60rem;
  }
  .swiper .icon {
    height: 10rem;
    padding-bottom: 2rem;
  }
  .swiper h3 {
    font-size: 1.5rem;
  }
  .swiper p {
    font-size: 1.1rem;
  }

  .swiper .swiper-slide:not(.swiper-slide-active) .card::after,
  .swiper .swiper-slide:not(.swiper-slide-active) .card::before {
    top: 29%;
    height: 38%;
    left: 0%;
    width: 100%;
  }
  .swiper .swiper-slide:not(.swiper-slide-active) .card {
    padding-bottom: 1rem;
  }
  .swiper .swiper-slide:not(.swiper-slide-active) .card h3, .swiper .swiper-slide:not(.swiper-slide-active) .card p {
    opacity: 0;
  }
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 18px;
  }

  .block--header,
  .block--about h2 {
    text-align: center;
  }

  .link--work {
    aspect-ratio: 29/48;
  }
  .link--work span {
    right: 50%;
    transform: translateX(50%);
    text-transform: uppercase;
  }

  .site-footer {
    font-size: 16px;
  }
  .site-footer .flex--bottom .flex__item {
    padding-left: 3rem;
  }

  .xs--hidden {
    display: none !important;
  }

  .xs--show {
    display: block !important;
  }

  .block--work {
    overflow: hidden;
    overflow: clip;
  }
  .block--work .xs--show {
    max-width: 310px;
    margin-inline: auto;
  }
  .block--work .slick-list {
    overflow: visible;
  }
  .block--work .slick-slide {
    padding-inline: 0.5rem;
  }

  .block--services .icon img {
    width: 8.5rem;
  }

  .block--services .icon + div {
    min-height: 7rem;
  }

  .swiper {
    width: 900px;
  }

  .svg-3 {
    width: calc(100vw + 14rem);
    left: -6rem;
  }
}
