@charset "UTF-8";
/**
 * settings
 */
/**
 * Global variables, functions and mixins
 */
/**
 * Typography
 */
/* body font size */
/* type scale */
/**
 * Colors
 */
/**
 * Radius
 */
/**
 * Shadow
 */
/**
 * Spacing
 */
/**
 * Grid
 */
/**
 * Transition time
 */
/**
 * Breakpoints
 */
/**
* Styles for the toastCountdown
*/
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes FadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes FadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FlipVertical {
  0% {
    opacity: 0;
    transform: translateZ(0) rotateY(0);
  }
  100% {
    opacity: 1;
    transform: translateZ(160px) rotateY(180deg);
  }
}
@keyframes FlipVerticalHalf {
  0% {
    opacity: 0;
    transform: translateZ(-45px) rotateY(-45deg);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) rotateY(0);
  }
}
@keyframes ZoomIn {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes PopIn {
  0% {
    opacity: 0;
    transform: scale(0.5) translateY(30px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes BlurIn {
  0% {
    opacity: 0;
    filter: blur(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}
@keyframes Wiggle {
  0%, 100% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(3deg);
  }
  75% {
    transform: rotate(-3deg);
  }
}
@keyframes SlideFade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
  100% {
    stroke-dasharray: 100 100;
  }
}
@keyframes clickScale {
  0% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes gradientShift {
  0% {
    background-position: bottom;
  }
  100% {
    background-position: top;
  }
}
@keyframes saturateShift {
  0% {
    filter: saturate(1);
  }
  50% {
    filter: saturate(1.5);
  }
  100% {
    filter: saturate(0.75);
  }
}
@keyframes joyJump {
  0% {
    transform: translateY(0) scaleX(1) scaleY(1);
  }
  15% {
    transform: translateY(0) scaleX(1.04) scaleY(0.96);
  }
  35% {
    transform: translateY(-16px) scaleX(0.98) scaleY(1.02);
  }
  55% {
    transform: translateY(0) scaleX(1.03) scaleY(0.97);
  }
  100% {
    transform: translateY(0) scaleX(1) scaleY(1);
  }
}
@keyframes underlineBounce {
  0% {
    transform: scaleX(0);
  }
  45% {
    transform: scaleX(1.12);
  }
  65% {
    transform: scaleX(0.96);
  }
  78% {
    transform: scaleX(1.05);
  }
  88% {
    transform: scaleX(0.99);
  }
  94% {
    transform: scaleX(1.02);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes flutterSnap {
  0% {
    transform: rotate(0deg) scale(1);
  }
  10% {
    transform: rotate(5deg) scale(1.05);
  }
  20% {
    transform: rotate(-5deg) scale(1.05);
  }
  30% {
    transform: rotate(3deg) scale(1.08);
  }
  40% {
    transform: rotate(-3deg) scale(1.08);
  }
  50% {
    transform: rotate(2deg) scale(1.1);
  }
  60% {
    transform: rotate(-2deg) scale(1.1);
  }
  70% {
    transform: rotate(1deg) scale(1.05);
  }
  80% {
    transform: rotate(-1deg) scale(1.02);
  }
  90% {
    transform: rotate(0.5deg) scale(1.01);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
@keyframes paddles {
  0% {
    box-shadow: -31.25px -10px, 31.25px 10px;
  }
  50% {
    box-shadow: -31.25px 8px, 31.25px -10px;
  }
  100% {
    box-shadow: -31.25px -10px, 31.25px 10px;
  }
}
@keyframes ballBounce {
  0% {
    transform: translateX(-25px) scale(1, 1.2);
  }
  25% {
    transform: scale(1.2, 1);
  }
  50% {
    transform: translateX(18.75px) scale(1, 1.2);
  }
  75% {
    transform: scale(1.2, 1);
  }
  100% {
    transform: translateX(-25px);
  }
}
@keyframes revealUp {
  to {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
}
@keyframes clipIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes afterWave {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.5;
  }
  5% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }
  95% {
    transform: translate(-50%, -50%) scale(1.25);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
[data-animation] {
  opacity: 0;
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0.45, 0.1, 0.45, 1.3);
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
[data-animation].in-view {
  animation-name: FadeIn;
}

[data-animation-duration="1"] {
  animation-duration: 0.1s;
}

[data-animation-duration="2"] {
  animation-duration: 0.2s;
}

[data-animation-duration="3"] {
  animation-duration: 0.3s;
}

[data-animation-duration="4"] {
  animation-duration: 0.4s;
}

[data-animation-duration="5"] {
  animation-duration: 0.5s;
}

[data-animation-duration="6"] {
  animation-duration: 0.6s;
}

[data-animation-duration="7"] {
  animation-duration: 0.7s;
}

[data-animation-duration="8"] {
  animation-duration: 0.8s;
}

[data-animation-duration="9"] {
  animation-duration: 0.9s;
}

[data-animation-duration="10"] {
  animation-duration: 1s;
}

[data-animation-duration="11"] {
  animation-duration: 1.1s;
}

[data-animation-duration="12"] {
  animation-duration: 1.2s;
}

[data-animation-duration="13"] {
  animation-duration: 1.3s;
}

[data-animation-duration="14"] {
  animation-duration: 1.4s;
}

[data-animation-duration="15"] {
  animation-duration: 1.5s;
}

[data-animation-duration="16"] {
  animation-duration: 1.6s;
}

[data-animation-duration="17"] {
  animation-duration: 1.7s;
}

[data-animation-duration="18"] {
  animation-duration: 1.8s;
}

[data-animation-duration="19"] {
  animation-duration: 1.9s;
}

[data-animation-duration="20"] {
  animation-duration: 2s;
}

[data-animation-delay="1"] {
  animation-delay: 0.1s;
}

[data-animation-delay="2"] {
  animation-delay: 0.2s;
}

[data-animation-delay="3"] {
  animation-delay: 0.3s;
}

[data-animation-delay="4"] {
  animation-delay: 0.4s;
}

[data-animation-delay="5"] {
  animation-delay: 0.5s;
}

[data-animation-delay="6"] {
  animation-delay: 0.6s;
}

[data-animation-delay="7"] {
  animation-delay: 0.7s;
}

[data-animation-delay="8"] {
  animation-delay: 0.8s;
}

[data-animation-delay="9"] {
  animation-delay: 0.9s;
}

[data-animation-delay="10"] {
  animation-delay: 1s;
}

[data-animation-delay="11"] {
  animation-delay: 1.1s;
}

[data-animation-delay="12"] {
  animation-delay: 1.2s;
}

[data-animation-delay="13"] {
  animation-delay: 1.3s;
}

[data-animation-delay="14"] {
  animation-delay: 1.4s;
}

[data-animation-delay="15"] {
  animation-delay: 1.5s;
}

[data-animation-delay="16"] {
  animation-delay: 1.6s;
}

[data-animation-delay="17"] {
  animation-delay: 1.7s;
}

[data-animation-delay="18"] {
  animation-delay: 1.8s;
}

[data-animation-delay="19"] {
  animation-delay: 1.9s;
}

[data-animation-delay="20"] {
  animation-delay: 2s;
}

[data-animation-iteration=infinite] {
  animation-iteration-count: infinite;
}

[data-animation-iteration="2"] {
  animation-iteration-count: 2;
}

[data-animation-iteration="3"] {
  animation-iteration-count: 3;
}

.in-view[data-animation=fade], .in-view[data-animation=fade-in] {
  animation-name: FadeIn;
}
.in-view[data-animation=fade-up] {
  animation-name: FadeInUp;
}
.in-view[data-animation=fade-down] {
  animation-name: FadeInDown;
}
.in-view[data-animation=fade-left] {
  animation-name: FadeInLeft;
}
.in-view[data-animation=fade-right] {
  animation-name: FadeInRight;
}
.in-view[data-animation=flip-vertical] {
  animation-name: FlipVertical;
}
.in-view[data-animation=flip-vertical-half] {
  animation-name: FlipVerticalHalf;
}
.in-view[data-animation=zoom-in] {
  animation-name: ZoomIn;
}
.in-view[data-animation=pop-in] {
  animation-name: PopIn;
}
.in-view[data-animation=blur-in] {
  animation-name: BlurIn;
}
.in-view[data-animation=wiggle] {
  animation-name: Wiggle;
}
.in-view[data-animation=slide-fade] {
  animation-name: SlideFade;
}
.in-view[data-animation=progress] {
  animation-name: progress;
  animation-timing-function: linear;
}
.in-view[data-animation=click-scale] {
  animation-name: clickScale;
}
.in-view[data-animation=gradient-shift] {
  animation-name: gradientShift;
  background-size: 100% 200%;
  animation-timing-function: linear;
}
.in-view[data-animation=saturate-shift] {
  animation-name: saturateShift;
  animation-timing-function: ease-in-out;
}
.in-view[data-animation=joy-jump] {
  animation-name: joyJump;
}
.in-view[data-animation=underline-bounce] {
  animation-name: underlineBounce;
}
.in-view[data-animation=flutter-snap] {
  animation-name: flutterSnap;
}
.in-view[data-animation=paddles] {
  animation-name: paddles;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.in-view[data-animation=ball-bounce] {
  animation-name: ballBounce;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.in-view[data-animation=reveal-up] {
  filter: blur(6px);
  transform: translateY(20px);
  animation-name: revealUp;
}
.in-view[data-animation=clip-in] {
  overflow: hidden;
}
.in-view[data-animation=clip-in] * {
  opacity: 0;
  transform: translateY(120%);
  display: inline-block;
  animation-name: clipIn;
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0.45, 0.1, 0.45, 1.3);
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@media (prefers-reduced-motion: reduce) {
  [data-animation] {
    opacity: 1 !important;
    animation: none !important;
  }
}
/**
 * Function to create an optimized svg url
 * https://codepen.io/tigt/post/optimizing-svgs-in-data-uris
 */
/**
 * Helper function to replace characters in a string
 */
/**
 * Helper function to replace characters in a string
 */
/**
 * Function used to round width to a number with 2 decimal places
 */
/**
 * Global variables, functions and mixins
 */
/**
 * Simple truncation mixin to cut off text using an ellipsis after a certain width
 */
/**
 * Background svg mixin
 * https://codepen.io/tigt/post/optimizing-svgs-in-data-uris
 */
/**
 * Clearfix mixin
 */
/**
 * Media query mixin
 */
/**
 * Global variables, functions and mixins
 */
.youtube__wrapper {
  max-width: 514px;
  position: relative;
  padding-bottom: min(289px, 56.25%);
  margin: 1rem 0;
}
.youtube__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.info-only {
  opacity: 0;
  position: absolute;
  z-index: -9;
}

.u-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 41, 43, 0.5);
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  z-index: -10;
  transition: 0.3s;
  pointer-events: none;
}
.u-backdrop.active {
  opacity: 1;
  z-index: 20;
  visibility: visible;
}

.grecaptcha-badge {
  visibility: hidden;
}

/**
 * Global variables, functions and mixins
 */
/**
  * resets
  */
/**
 * Resets for a clean start
 */
/*
     Sanitize CSS
     https://github.com/csstools/sanitize.css
     Version 13.0.0 - 14 Sept 2021
*/
/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  background-repeat: no-repeat; /* 2 */
}

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
  * 1. Use the default cursor in all browsers (opinionated).
  * 2. Change the line height in all browsers (opinionated).
  * 3. Breaks words to prevent overflow in all browsers (opinionated).
  * 4. Use a 4-space tab width in all browsers (opinionated).
  * 5. Remove the grey highlight on links in iOS (opinionated).
  * 6. Prevent adjustments of font size after orientation changes in iOS.
  */
:where(:root) {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  overflow-wrap: break-word; /* 3 */
  -moz-tab-size: 4; /* 4 */
  -o-tab-size: 4;
  tab-size: 4; /* 4 */
  -webkit-tap-highlight-color: transparent; /* 5 */
  -webkit-text-size-adjust: 100%; /* 6 */
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%; /* 6 */
}

/* Sections
  * ========================================================================== */
/**
  * Remove the margin in all browsers (opinionated).
  */
:where(body) {
  margin: 0;
}

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Edge, Firefox, and Safari.
  */
:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
  * ========================================================================== */
/**
  * Remove the margin on nested lists in Chrome, Edge, and Safari.
  */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
  * 1. Correct the inheritance of border color in Firefox.
  * 2. Add the correct box sizing in Firefox.
  */
:where(hr) {
  color: inherit; /* 1 */
  height: 0; /* 2 */
}

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
  * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
  */
:where(nav li)::before {
  content: "​";
  float: left;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  * 3. Prevent overflow of the container in all browsers (opinionated).
  */
:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
}

/* Text-level semantics
  * ========================================================================== */
/**
  * Add the correct text decoration in Safari.
  */
:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
:where(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.
  */
:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
  * Add the correct font size in all browsers.
  */
:where(small) {
  font-size: 80%;
}

/* Embedded content
  * ========================================================================== */
/*
  * Change the alignment on media elements in all browsers (opinionated).
  */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
  * Remove the border on iframes in all browsers (opinionated).
  */
:where(iframe) {
  border-style: none;
}

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
  * ========================================================================== */
/**
  * 1. Collapse border spacing in all browsers (opinionated).
  * 2. Correct table border color in Chrome, Edge, and Safari.
  * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
  */
:where(table) {
  border-collapse: collapse; /* 1 */
  border-color: currentColor; /* 2 */
  text-indent: 0; /* 3 */
}

/* Forms
  * ========================================================================== */
/**
  * Remove the margin on controls in Safari.
  */
:where(button, input, select) {
  margin: 0;
}

/**
  * Correct the inability to style buttons in iOS and Safari.
  */
:where(button, [type=button i], [type=reset i], [type=submit i]) {
  -webkit-appearance: button;
}

/**
  * Change the inconsistent appearance in all browsers (opinionated).
  */
:where(fieldset) {
  border: 1px solid #a0a0a0;
}

/**
  * Add the correct vertical alignment in Chrome, Edge, and Firefox.
  */
:where(progress) {
  vertical-align: baseline;
}

/**
  * 1. Remove the margin in Firefox and Safari.
  * 3. Change the resize direction in all browsers (opinionated).
  */
:where(textarea) {
  margin: 0; /* 1 */
  resize: vertical; /* 3 */
}

/**
  * 1. Correct the odd appearance in Chrome, Edge, and Safari.
  * 2. Correct the outline style in Safari.
  */
:where([type=search i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
  * Remove the inner padding in Chrome, Edge, and Safari on macOS.
  */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * 1. Correct the inability to style upload buttons 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 styles in Safari.
  */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
  * Add the correct display in Safari.
  */
:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
  * ========================================================================== */
/**
  * Change the cursor on busy elements in all browsers (opinionated).
  */
:where([aria-busy=true i]) {
  cursor: progress;
}

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
:where([aria-disabled=true i], [disabled]) {
  cursor: not-allowed;
}

/*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
:where([aria-hidden=false i][hidden]) {
  display: initial;
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
 * Use the default user interface font in all browsers (opinionated).
 */
html {
  font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/**
 * Use the default monospace user interface font in all browsers (opinionated).
 */
code,
kbd,
samp,
pre {
  font-family: ui-monospace, "Menlo", "Consolas", "Roboto Mono", "Ubuntu Monospace", "Noto Mono", "Oxygen Mono", "Liberation Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */
:where(button, input, select, textarea) {
  background-color: transparent; /* 1 */
  border: 1px solid WindowFrame; /* 1 */
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  letter-spacing: inherit; /* 2 */
  padding: 0.25em 0.375em; /* 1 */
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E") no-repeat right center/1em;
  border-radius: 0;
  padding-right: 1em;
}

/**
 * Don't show the arrow for multiple choice selects
 */
:where(select[multiple]) {
  background-image: none;
}

/**
 * Remove the border and padding in all browsers (opinionated).
 */
:where([type=color i], [type=range i]) {
  border-width: 0;
  padding: 0;
}

/**
  * base
  */
/**
 * Styling for bare HTML elements and attribute selectors, no classes!
 */
/**
 * Basic button reset
 */
button {
  border: none;
  cursor: pointer;
  background: none;
  font: inherit;
  color: inherit;
}

/**
 * @font-face rules
 */
@font-face {
  font-family: "InterVariable";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/static/fonts/inter-variable.woff2") format("woff2");
}
/**
 * settings
 */
/**
 * Default form styles
 */
legend {
  padding: 0;
  font-style: normal;
}

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  color: inherit;
}

input {
  font-family: "InterVariable";
}

address {
  font-style: normal;
}

blockquote {
  margin: 0;
}

/**
 * settings
 */
/**
 * @font-face icons
 */
@font-face {
  font-family: "Icomoon";
  src: url("/static/fonts/icomoon.woff2?45wgfl") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.icon-pencil:before {
  content: "\e910";
}

.icon-calendar:before {
  content: "\e911";
}

.icon-chevron-down:before {
  content: "\e912";
}

.icon-clock:before {
  content: "\e913";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-search:before {
  content: "\e986";
}

.icon-checkmark:before {
  content: "\ea10";
}

.icon-share:before {
  content: "\ea82";
}

.icon-facebook:before {
  content: "\ea90";
}

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

.icon-whatsapp:before {
  content: "\ea93";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-file-pdf:before {
  content: "\eadf";
}

.icon-file-word:before {
  content: "\eae1";
}

.icon-file-excel:before {
  content: "\eae2";
}

.icon-download:before {
  content: "\e914";
}

/**
 * Default image styles
 */
img {
  display: block;
  max-width: 100%;
  height: auto;
  aspect-ratio: auto;
}

/**
 * Default link styles
 */
a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

/**
 * Default list styles
 */
ul,
ol,
dl,
menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/**
 * settings
 */
/**
 * Default page styles
 */
html {
  position: relative;
  height: auto;
  background-color: #fff;
  color: #30292b;
  font-family: "InterVariable";
  font-size: 1rem;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  min-height: 100%;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  html [data-animation] {
    animation: none !important;
  }
}

body {
  height: auto;
  line-height: 1.5em;
  position: relative;
  min-height: 100%;
}

*::-moz-selection {
  color: #30292b;
  background: #009fe3;
}

*::selection {
  color: #30292b;
  background: #009fe3;
}

*:focus {
  outline: none;
}

/**
 * settings
 */
/**
 * Default table styles
 */
.table {
  width: 100%;
  border-collapse: collapse;
}
.table th,
.table td {
  padding: 0.75rem;
  text-align: left;
  vertical-align: top;
  word-break: break-word;
}
.table tr:nth-child(even) {
  background-color: #f5f5f5;
}

/**
 * settings
 */
/**
 * Default header styles
 */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h1,
h2 {
  text-wrap: balance;
}

h1 {
  word-break: break-word;
  font: 600 clamp(50px, 6vw, 88px)/1.1em "InterVariable";
  letter-spacing: -1.7px;
}
h1.o-long-text {
  font-size: clamp(1.5rem, 3vw, 3rem);
}

h2 {
  font: 600 clamp(2rem, 3.5vw, 48px)/1.22em "InterVariable";
  letter-spacing: -1px;
}

h3 {
  font: 600 clamp(1.5rem, 2.5vw, 36px)/1.25em "InterVariable";
  letter-spacing: -0.72px;
}

h4 {
  font: 700 1rem/1.5em "InterVariable";
}

p,
a {
  font: 400 1rem/1.5em "InterVariable";
}

strong {
  font-weight: 700;
}

/**
  * vendors
  */
/**
 * Vendor stylesheets
 */
/**
 * settings
 */
.m-toast {
  font-family: "InterVariable", system-ui, sans-serif;
  font-weight: 600;
  color: white;
  background: black;
  border: 1px solid white;
  max-inline-size: min(300px, 90vw);
  padding: 0.5rem 2rem 0.5rem 1rem;
  margin-top: 0.5rem;
  border-radius: 5px;
  font-size: 1rem;
  will-change: transform;
  animation: toastFadeIn 0.3s ease, toastSlideIn 0.3s ease, toastFadeOut 0.3s ease 7s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  display: flex;
  align-items: center;
  pointer-events: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 768px) {
  .m-toast {
    min-width: 375px;
  }
}
.m-toast span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  background: white;
  border-radius: 50%;
  color: #00aa9e;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
}
.m-toast.success {
  color: #fff;
  background: #00aa9e;
  border-color: #fff;
  padding: 1rem;
}
.m-toast.success p {
  margin: 0;
}
.m-toast.error {
  color: white;
  background: #eb3636;
  border-color: white;
  padding: 1rem;
}
.m-toast.error span {
  color: #eb3636;
}
.m-toast.error p {
  margin: 0;
}
.m-toast.pointer {
  cursor: pointer;
  transition: 0.25s;
  pointer-events: all;
}
.m-toast.pointer:hover {
  background-color: rgb(0, 119, 110.6);
}
.m-toast__group {
  position: fixed;
  left: 0;
  bottom: 20px;
  z-index: 9999;
  display: inline-flex;
  align-items: flex-end;
  flex-direction: column;
  width: 100vw;
}
@media (min-width: 576px) {
  .m-toast__group {
    left: auto;
    right: 25px;
    bottom: 25px;
    width: auto;
  }
}
.m-toast__progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  transform-origin: left;
  background-color: #e33030;
  transform: scaleX(var(--toast-progress-start));
  animation: toastCountdown var(--toast-progress-duration) linear forwards;
}
.m-toast.has-progress {
  padding-bottom: 12px !important;
  overflow: hidden;
}
.m-toast__close {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  background: none;
  border: none;
  color: inherit;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 2px;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition: opacity 0.2s ease;
  pointer-events: all;
}
.m-toast__close:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}
.m-toast__close:focus {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 1px;
}

@keyframes toastCountdown {
  from {
    transform: scaleX(var(--toast-progress-start));
  }
  to {
    transform: scaleX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .m-toast__progress {
    animation: none;
  }
}
@keyframes toastFadeIn {
  from {
    opacity: 0;
  }
}
@keyframes toastFadeOut {
  to {
    opacity: 0;
  }
}
@keyframes toastSlideIn {
  from {
    transform: translateY(10px);
  }
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list {
  display: flex;
  height: 100%;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide img {
  aspect-ratio: auto;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide--rtl {
  direction: rtl;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized {
  visibility: visible;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: flex;
}
.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide__progress__bar {
  width: 0;
}
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
  padding-left: 0 !important;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__toggle__pause {
  display: none;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*
  Simple Lightbox
  https://github.com/andreknieriem/simplelightbox
  Version 2.14.3 - 03/04/2024
*/
body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  color: #000;
  font-size: 1rem;
}
.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-download a {
  color: #fff;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: transform ease 200ms;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/**
  * objects
  */
/**
 * Non-cosmetic structural design patters, things like grid, containers, lists
 * Think of it like the skeleton of the layout, with no visual styling applied
 * Prefix with object namespace: o-
 */
/**
 * settings
 */
/**
 * Default layout containers
 */
.o-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.o-container {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  max-width: calc(1440px + 2 * 1rem);
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .o-container {
    max-width: calc(1440px + 2 * 1.25rem);
    padding: 0 1.25rem;
  }
}
.o-container--no-padding {
  padding: 0;
}
.o-container--txt {
  max-width: calc(992px + 2 * 1rem);
}
@media (min-width: 768px) {
  .o-container--txt {
    max-width: calc(992px + 2 * 1.25rem);
  }
}
.o-container--wide-right {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .o-container--wide-right {
    padding-left: 1.25rem;
  }
}
@media (min-width: 1480px) {
  .o-container--wide-right {
    max-width: calc(50% + 720px + 1.25rem);
    margin-left: calc(50% - 720px - 1.25rem);
  }
}

/**
  * components
  */
/**
 * Cosmetic elements, chunks of UI
 * Think of it like the skin on top of the skeleton, so anything with colours, borders, backgrounds etc
 * Prefix with component namespace: c-
 */
/**
 * settings
 */
.c-banner {
  min-height: min(40vh, 420px);
  max-height: 60vh;
  position: relative;
}
.c-banner::before {
  content: "";
  background-image: url("/static/img/dot-grid-big.png");
  background-size: cover;
  width: max(100%, 100vw);
  height: 700px;
  position: absolute;
  inset: 1rem 0;
  top: -70px;
  z-index: -1;
  max-width: 100vw;
  overflow: hidden;
}
.c-banner__img {
  position: absolute;
  inset: 0;
}
.c-banner__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-banner__inner {
  padding-top: clamp(2rem, 8vw, 120px);
  padding-bottom: clamp(2rem, 8vw, 120px);
}
.c-banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}
.c-banner__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
  min-height: min(40vh, 420px);
}
@media (min-width: 768px) {
  .c-banner__content {
    padding-bottom: 1.5rem;
  }
}
.c-banner__content .o-text-breadcrumb {
  margin-bottom: clamp(0.75rem, 1.5vw, 1.25rem);
}
.c-banner__description {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .c-banner__description {
    margin-top: 0;
    padding-bottom: 0.5rem;
  }
}
.c-banner__description p {
  font-size: 1.25rem;
  color: #fffbf7;
}

/**
 * settings
 */
.c-btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: 0.2s;
  font: 600 1rem/1em "InterVariable";
  padding: clamp(1rem, 1.25vw, 1.25rem) clamp(1.25rem, 1.75vw, 1.75rem);
}
.c-btn__primary {
  color: #fff;
  background-color: #9e77ed;
  border-radius: 8px;
  border: 1px solid rgba(158, 119, 237, 0.25);
  box-shadow: inset 1px 0 0 0 rgb(174.0616883117, 141.5194805195, 239.9805194805), inset -1px 0 0 0 rgb(174.0616883117, 141.5194805195, 239.9805194805), inset 0 1px 0 0 rgb(174.0616883117, 141.5194805195, 239.9805194805), inset 0 -1px 0 0 rgb(174.0616883117, 141.5194805195, 239.9805194805);
}
.c-btn__primary:hover {
  box-shadow: none;
  border-color: #fff;
  transform: translateY(-3px);
  background-color: rgb(125.8766233766, 73.961038961, 231.038961039);
}
.c-btn__blue {
  color: #fff;
  background-color: #163167;
  border-radius: 8px;
  border: 1px solid rgba(22, 49, 103, 0.25);
  box-shadow: inset 1px 0 0 0 rgb(26.488, 58.996, 124.012), inset -1px 0 0 0 rgb(26.488, 58.996, 124.012), inset 0 1px 0 0 rgb(26.488, 58.996, 124.012), inset 0 -1px 0 0 rgb(26.488, 58.996, 124.012);
}
.c-btn__blue:hover {
  box-shadow: none;
  border-color: #fff;
  transform: translateY(-3px);
  background-color: rgb(13.024, 29.008, 60.976);
}

/**
 * settings
 */
.c-card__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media screen and (min-width: calc(32px + 310px)) {
  .c-card__list {
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  }
}
.c-card__item {
  overflow: hidden;
  position: relative;
  max-width: 475px;
  color: #fff;
}
.c-card__item:hover .c-card__overlay {
  left: 0;
}
.c-card__img {
  overflow: hidden;
}
.c-card__overlay {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  z-index: 2;
  transition: 0.2s;
}
.c-card__action {
  font-size: clamp(2rem, 5vw, 2.25rem);
}
.c-card__action::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 200%;
}

/**
 * settings
 */
@media (max-width: calc(768px - 1px)) {
  .c-contact__top {
    margin-bottom: 1.25rem;
  }
  .c-contact__top .c-footer__social {
    margin-left: auto;
    margin-right: calc(-1 * clamp(1rem, 1.5vw, 1.25rem));
  }
}

/**
 * settings
 */
.c-event {
  min-height: min(50vh, 515px);
}
.c-event__video {
  inset: 0;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}
.c-event__video::after {
  inset: 0;
  z-index: 2;
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(48, 41, 43, 0) 0%, rgba(22, 49, 103, 0.9) 100%);
}
.c-event__video video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}
.c-event__content {
  z-index: 3;
  position: relative;
}
@media (min-width: 960px) {
  .c-event__content {
    display: grid;
    -moz-column-gap: 50px;
    column-gap: 50px;
    align-items: end;
    grid-template-columns: 1fr 1fr;
  }
}
.c-event__badge {
  border-radius: 2px;
  color: #009fe3;
  display: inline-block;
  font-weight: 600;
  background-color: #ccecf9;
  padding: 0.5rem clamp(0.75rem, 1vw, 1rem);
  font-size: clamp(1rem - 1px, 1vw, 1rem);
}
.c-event__description {
  font-size: calc(1rem + 2px);
}

/**
 * settings
 */
.c-audience {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
@media (min-width: 768px) {
  .c-audience {
    padding-top: clamp(50px, 5vw, 80px) !important;
  }
}
.c-audience::before {
  content: "";
  inset: 0;
  z-index: -1;
  overflow: hidden;
  max-width: 100vw;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #fff);
}
.c-audience__picture {
  position: relative;
  min-height: min(60vh, 500px);
  overflow: hidden;
  z-index: 9;
  display: block;
}
.c-audience__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
}
.c-audience__text {
  margin: auto;
  max-width: 1050px;
  color: #535862;
  font: 500 clamp(1.25rem, 2vw, 2rem - 2px)/1.25em "InterVariable" !important;
}

/**
 * settings
 */
.c-features {
  z-index: 3;
  margin-bottom: clamp(60px, 7vw, 120px) !important;
}
.c-features::before {
  content: "";
  background-image: url("/static/img/dot-grid.svg");
  width: 1912px;
  height: 1429px;
  position: absolute;
  inset: 1rem 0;
  z-index: -1;
  opacity: 0.25;
}
.c-features__title {
  margin: 0 auto;
  text-align: center;
  letter-spacing: -0.72px;
  font: 600 clamp(1.5rem, 2.5vw, 36px)/1.25em "InterVariable";
}
.c-features__list {
  margin: clamp(2rem, 4vw, 64px) 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: calc(32px + 260px)) {
  .c-features__list {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
}
@media (min-width: 768px) {
  .c-features__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) and (min-width: calc(32px + 325px)) {
  .c-features__list {
    grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
  }
}
@media (min-width: 1200px) {
  .c-features__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1200px) and (min-width: calc(32px + 230px)) {
  .c-features__list {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  }
}
@media (min-width: 1440px) {
  .c-features__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
@media screen and (min-width: 1440px) and (min-width: calc(32px + 250px)) {
  .c-features__list {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
.c-features__item {
  color: #fff;
}
.c-features__top {
  display: grid;
  align-items: center;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  margin-bottom: clamp(1rem, 1.5vw, 1.5rem);
  grid-template-columns: 50px 1fr;
}
.c-features__top i {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #009fe3;
  font-size: calc(1rem + 2px);
  background-color: #163167;
}
@media (min-width: 768px) {
  .c-features__top i {
    width: 48px;
    height: 48px;
  }
}
.c-features__label {
  font-size: 1.25rem;
}
.c-features__desc {
  font-weight: 500;
}
.c-features__specs-images {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 2.25rem;
  column-gap: 2.25rem;
  row-gap: 1.75rem;
  margin: clamp(2rem, 4vw, 64px) 0;
}
@media (min-width: 576px) {
  .c-features__specs-images {
    grid-template-columns: 1fr 1fr;
  }
}
.c-features__picture {
  overflow: hidden;
  display: block;
  border-radius: 8px;
  max-height: 300px;
}
@media (min-width: 768px) {
  .c-features__picture {
    max-height: min(25vw, 370px);
  }
}
.c-features__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/**
 * settings
 */
.c-form {
  scroll-margin-top: clamp(50px, 5vw, 100px);
}
.c-form__list {
  display: flex;
  flex-wrap: wrap;
  transition: 0.2s;
}
.c-form__item {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  line-height: 1.5em;
  position: relative;
  margin: clamp(0.75rem, 1.5vw, 1rem) 0;
}
@media (min-width: 768px) {
  .c-form__item--33 {
    max-width: 30%;
    margin-right: 5%;
  }
  .c-form__item--40 {
    max-width: 37%;
    margin-right: 6%;
  }
  .c-form__item--50 {
    max-width: 47%;
    margin-right: 6%;
  }
  .c-form__item--60 {
    max-width: 57%;
    margin-right: 6%;
  }
}
.c-form__item label {
  font: 600 1.25rem/1.5em "InterVariable";
  color: #000;
  margin-bottom: calc(0.75rem - 2px);
}
.c-form__item input:not([type=date]),
.c-form__item textarea {
  border: 1px solid transparent;
  padding: 1rem;
  color: #30292b;
  font-family: "InterVariable";
  transition: 0.2s;
  background: #fff3e6;
}
.c-form__item input::-moz-placeholder, .c-form__item textarea::-moz-placeholder {
  color: #717680;
}
.c-form__item input::placeholder,
.c-form__item textarea::placeholder {
  color: #717680;
}
.c-form__item input:focus,
.c-form__item input:hover,
.c-form__item textarea:focus,
.c-form__item textarea:hover {
  border-color: #009fe3;
}
.c-form .error,
.c-form .c-form-error {
  top: calc(100% + 3px);
  color: #e33030;
  position: absolute;
  left: 0;
  bottom: 0;
  font: 400 0.75rem/1rem "InterVariable";
}
.c-form .has-error {
  border-color: #e33030;
}
.c-form .is-valid {
  border-color: #4ed900 !important;
}
.c-form__date {
  background: #fff3e6;
  border-radius: 0px;
  height: 60px;
  padding: 0.75rem 1rem;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  position: relative;
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.2s;
  outline: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 100 100'%3E%3Cpath fill='%23353535' d='M76.07 47.82h-8.7a4.342 4.342 0 0 0-4.34 4.34v8.7a4.345 4.345 0 0 0 4.34 4.35h8.7a4.353 4.353 0 0 0 4.35-4.35v-8.7a4.351 4.351 0 0 0-4.35-4.34zm0 13.04h-8.7v-8.7h8.7zM54.33 47.82h-8.7a4.349 4.349 0 0 0-4.34 4.34v8.7a4.351 4.351 0 0 0 4.34 4.35h8.7a4.353 4.353 0 0 0 4.35-4.35v-8.7a4.351 4.351 0 0 0-4.35-4.34zm0 13.04h-8.7v-8.7h8.7zM32.59 47.82H23.9a4.351 4.351 0 0 0-4.35 4.34v8.7a4.353 4.353 0 0 0 4.35 4.35h8.69a4.353 4.353 0 0 0 4.35-4.35v-8.7a4.351 4.351 0 0 0-4.35-4.34zm0 13.04H23.9v-8.7h8.69z'/%3E%3Cpath fill='%23353535' d='M73.91 0H26.09A26.115 26.115 0 0 0 0 26.09v47.82A26.115 26.115 0 0 0 26.09 100h47.82A26.14 26.14 0 0 0 100 73.91V26.09A26.14 26.14 0 0 0 73.91 0zM91.3 73.91A17.434 17.434 0 0 1 73.91 91.3H26.09A17.408 17.408 0 0 1 8.7 73.91V41h82.6zm0-41.61H8.7v-6.21A17.383 17.383 0 0 1 26.09 8.7h47.82A17.408 17.408 0 0 1 91.3 26.09z'/%3E%3C/svg%3E");
}
.c-form__date::-webkit-inner-spin-button, .c-form__date::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.c-form__date::-webkit-inner-spin-button:hover, .c-form__date::-webkit-calendar-picker-indicator:hover {
  cursor: pointer;
}
.c-form__select {
  background: #fff3e6;
  border-radius: 0px;
  height: 60px;
  padding: 0.75rem 1rem;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  position: relative;
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.2s;
  outline: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath fill='%23000' d='M0.292893 0.292893C0.653377 -0.0675907 1.22061 -0.0953203 1.6129 0.209705L1.70711 0.292893L7 5.585L12.2929 0.292893C12.6534 -0.0675907 13.2206 -0.0953203 13.6129 0.209705L13.7071 0.292893C14.0676 0.653377 14.0953 1.22061 13.7903 1.6129L13.7071 1.70711L7.70711 7.70711C7.34662 8.06759 6.77939 8.09532 6.3871 7.7903L6.29289 7.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z'/%3E%3C/svg%3E");
}
.c-form__checkbox {
  margin: 1rem 0;
  position: relative;
  width: auto;
  border-radius: 4px;
}
.c-form__checkbox label {
  font: 500 1rem/25px "InterVariable";
  cursor: pointer;
  padding-left: 40px;
  transition: 0.2s;
  margin-bottom: 0;
  outline: 0;
}
.c-form__checkbox label::before {
  content: "✓";
  position: absolute;
  font-size: 20px;
  top: 0;
  left: 0;
  color: #009fe3;
  font-weight: 700;
  transform: scale(0.5) translate(6px, 0px);
  opacity: 0;
  transition: 0.2s;
  transform-style: preserve-3d;
  will-change: transform;
}
.c-form__checkbox label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #009fe3;
}
.c-form__checkbox label:hover::before {
  opacity: 0.25;
  transform: scale(1) translate(4px, 0px);
}
.c-form__checkbox input {
  position: absolute;
  opacity: 0;
}
.c-form__checkbox input:checked + label::before {
  opacity: 1;
  transform: scale(1) translate(4px, 0px);
  color: #fff;
  z-index: 1;
}
.c-form__checkbox input:checked + label::after {
  animation: clickScale 0.2s ease;
  background: #009fe3;
}
.c-form__checkbox input.has-error + label::after {
  border-color: #e33030;
}
.c-form__radio {
  margin: 0.25rem 0;
  position: relative;
}
.c-form__radio label {
  font: 500 1rem/1.75rem "InterVariable";
  cursor: pointer;
  padding-left: 40px;
  transition: 0.2s;
  margin-bottom: 0;
}
.c-form__radio label::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 13px;
  height: 13px;
  color: #009fe3;
  font-weight: 700;
  transform: scale(0);
  opacity: 0;
  border-radius: 50%;
  background: #009fe3;
  transition: 0.2s;
}
.c-form__radio label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  height: 25px;
  width: 25px;
  border: 1px solid #009fe3;
  border-radius: 50%;
}
.c-form__radio label:hover {
  color: #009fe3;
}
.c-form__radio label:hover::before {
  opacity: 0.25;
  transform: scale(1);
}
.c-form__radio input {
  position: absolute;
  opacity: 0;
}
.c-form__radio input:checked + label::before {
  opacity: 1;
  transform: scale(1);
}
.c-form__radio input:checked + label::after {
  animation: clickScale 0.2s ease;
}
.c-form__pass {
  position: relative;
}
.c-form__pass input {
  width: 100%;
}
.c-form__pass i {
  position: absolute;
  right: min(20px, 5%);
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  padding: 4px;
}
.c-form__pass i:hover {
  color: #2b75ec;
}
.c-form__pass .icon-eye-blocked {
  display: none;
}
.c-form__pass.is-visible .icon-eye-blocked {
  display: block;
}
.c-form__pass.is-visible .icon-eye {
  display: none;
}
.c-form--dashboard .c-form__item {
  margin-bottom: 1.5rem;
}
.c-form--dashboard .c-form__item label {
  font-weight: 500;
  line-height: 1.5rem;
}
.c-form button:focus,
.c-form a:focus,
.c-form input:focus {
  outline: 1px solid #009fe3;
  outline-offset: 3px;
  border-radius: 1px;
}

/**
 * settings
 */
.c-footer {
  background-color: #f5f5f5;
  padding: clamp(2rem, 7vw, 128px) 0 1rem;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  margin-top: clamp(50px, 10vw, 128px);
}
@media (min-width: 960px) {
  .c-footer__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    align-items: end;
  }
}
@media (max-width: calc(960px - 1px)) {
  .c-footer__brand {
    margin-bottom: 1.5rem;
  }
}
.c-footer__logo {
  display: inline-block;
  transition: 0.2s;
  margin-bottom: 0.5rem;
}
.c-footer__logo:hover {
  opacity: 0.8;
}
.c-footer__logo img {
  max-height: min(25vw, 133px);
  -o-object-fit: contain;
  object-fit: contain;
}
.c-footer__contact {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media (min-width: 768px) {
  .c-footer__contact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    margin-left: auto;
  }
}
.c-footer__contact-item-title {
  color: #005f88;
  margin-bottom: 0.5rem;
  font: 700 1rem/1.5em "InterVariable";
}
.c-footer__contact-item a {
  color: #535862;
  transition: 0.2s;
  font-weight: 500;
}
.c-footer__contact-item a:hover {
  color: #009fe3;
}
.c-footer__navigation {
  margin: clamp(2.25rem, 4vw, 60px) 0;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  border-radius: 1.25rem;
  background: #fff;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .c-footer__navigation {
    gap: 1.25rem;
  }
}
@media (min-width: 960px) {
  .c-footer__navigation {
    justify-content: space-between;
  }
}
.c-footer__nav-item {
  padding: clamp(0.5rem, 1.25vw, 1.25rem) clamp(1.25rem, 2.5vw, 2.25rem);
  font-weight: 600;
  color: #163167;
  transition: 0.2s;
  position: relative;
}
.c-footer__nav-item::before {
  content: "";
  left: 10px;
  bottom: 0;
  height: 1px;
  width: calc(100% - 20px);
  position: absolute;
  transform: scaleX(0);
  transition: 0.2s;
  transform-origin: center;
  background: #009fe3;
}
.c-footer__nav-item:hover {
  color: #009fe3;
  transform: translateY(-3px);
}
.c-footer__nav-item:hover::before {
  transform: scaleX(1);
}
.c-footer__bottom {
  margin: clamp(2rem, 4vw, 60px) 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 960px) {
  .c-footer__bottom {
    display: grid;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
}
.c-footer__company {
  display: inline-grid;
  align-items: center;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  grid-template-columns: 190px 1fr;
}
@media (max-width: calc(960px - 1px)) {
  .c-footer__company {
    margin-bottom: 1.5rem;
  }
}
.c-footer__company a {
  transition: 0.2s;
}
.c-footer__company a:hover {
  opacity: 0.75;
}
.c-footer__company p {
  font-weight: 500;
  font-size: calc(1rem - 2px);
}
.c-footer__partners {
  display: inline-block;
}
@media (min-width: 960px) {
  .c-footer__partners {
    margin-left: auto;
  }
}
.c-footer__partners a {
  transition: 0.2s;
}
.c-footer__partners a:hover {
  opacity: 0.75;
}
.c-footer__end {
  border-top: 1px solid rgba(156, 156, 156, 0.5);
}
@media (min-width: 960px) {
  .c-footer__end {
    display: flex;
    align-items: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    justify-content: space-between;
  }
}
.c-footer__privacy {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem 0;
  justify-content: space-between;
}
.c-footer__privacy li:not(:last-child) {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-footer__privacy li:not(:last-child)::after {
  content: "";
  border-radius: 50%;
  background-color: #535862;
  width: 4px;
  height: 4px;
  margin: 0 0.25rem;
}
.c-footer__privacy a,
.c-footer__privacy button {
  padding: 0.5rem;
  font-weight: 500;
  color: #717680;
  font-size: calc(1rem - 2px);
  transition: 0.2s;
  color: #717680;
}
.c-footer__privacy a:hover,
.c-footer__privacy button:hover {
  color: #009fe3;
}
.c-footer__brainlane {
  margin-left: 0.5rem;
}
@media (min-width: 960px) {
  .c-footer__brainlane {
    margin-left: auto;
  }
}
.c-footer__brainlane p,
.c-footer__brainlane a {
  color: #717680;
  font-size: calc(1rem - 2px);
}
.c-footer__brainlane a {
  transition: 0.2s;
}
.c-footer__brainlane a:hover {
  color: #005f88;
}

/**
 * settings
 */
.c-full-bg {
  position: relative;
  overflow: hidden;
  z-index: 3;
  min-height: min(80vh, 1000px);
}
.c-full-bg__picture {
  position: absolute;
  inset: 0;
}
.c-full-bg__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-full-bg__overlay {
  position: absolute;
  inset: 0;
}
.c-full-bg__title {
  color: #fff;
  font: 500 clamp(1.25rem, 2vw, 2rem - 2px)/1.25em "InterVariable";
}

/**
 * settings
 */
.c-header {
  top: clamp(1.25rem, 1.5vw, 1.5rem);
  z-index: 99;
  position: sticky;
  transition: 0.5s ease-in-out;
}
.c-header::before {
  content: "";
  position: fixed;
  top: -30px;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100vh + 150px);
  max-width: 100vw;
  overflow: hidden;
  transition: 0.2s;
  transform-origin: calc(100vw - 20px) 40px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
@supports (backdrop-filter: none) {
  .c-header::before {
    background-color: rgba(48, 41, 43, 0.3);
    backdrop-filter: blur(10px);
  }
}
.c-header__container {
  display: grid;
  grid-template-columns: min(161px, 40vw) 1fr;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: clamp(0.5rem, 1.25vw, 1.25rem) clamp(0.5rem, 2.5vw, 36px);
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 235px 66px 0 rgba(48, 41, 43, 0), 0 150px 60px 0 rgba(48, 41, 43, 0.01), 0 85px 51px 0 rgba(48, 41, 43, 0.05), 0 38px 38px 0 rgba(48, 41, 43, 0.09), 0 9px 21px 0 rgba(48, 41, 43, 0.1);
}
.c-header__logo {
  transition: 0.2s;
  width: min(161px, 40vw);
}
.c-header__logo:hover {
  transform: translateY(-3px);
  opacity: 0.8;
}

.c-nav {
  width: 100%;
}
@media (max-width: calc(960px - 1px)) {
  .c-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 1rem;
    margin-top: 92px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-20px);
    transition: 0.2s;
    background: #fff;
    min-width: min(300px, 90vw);
    max-width: calc(100vw - 2rem);
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 0;
    z-index: 99;
  }
}
@media (min-width: 960px) {
  .c-nav {
    display: flex;
    justify-content: flex-end;
  }
}
.c-nav__menu {
  display: flex;
  flex-direction: column;
}
@media (max-width: calc(960px - 1px)) {
  .c-nav__menu {
    padding: 1rem;
  }
}
@media (min-width: 960px) {
  .c-nav__menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: calc(100% - 100px);
    width: 100%;
  }
}
.c-nav__item {
  display: flex;
  position: relative;
  z-index: 51;
  transition: 0.2s;
}
.c-nav__item::before {
  display: none;
}
.c-nav__item a {
  padding: clamp(0.5rem, 1vw, 0.75rem);
  transition: 0.2s;
  font: 600 1rem/1.5em "InterVariable";
  color: #163167;
  position: relative;
}
.c-nav__item a::before {
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  position: absolute;
  transform: scaleX(0);
  transition: 0.2s;
  transform-origin: center;
  background: #009fe3;
}
.c-nav__item a:hover {
  color: #009fe3;
  transform: translateY(-3px);
}
.c-nav__item a:hover::before {
  transform: scaleX(1);
}
.c-nav__item.active > a {
  color: #009fe3;
}
.c-nav__lang-current {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.c-nav__lang-current .icon-chevron-down {
  display: none;
}
@media (min-width: 960px) {
  .c-nav__lang-current {
    flex-direction: column;
  }
  .c-nav__lang-current .icon-chevron-down {
    transition: 0.2s;
    display: block;
  }
  .c-nav__lang-current .icon-chevron-down.rotated {
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 1041px) {
  .c-nav__lang-current:hover .c-nav__lang-dropdown {
    display: block;
  }
}
@media screen and (min-width: 1041px) {
  .c-nav__lang-current:hover .icon-chevron-down {
    transform: rotate(180deg);
  }
}
.c-nav__lang-dropdown {
  display: flex;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
@media (min-width: 960px) {
  .c-nav__lang-dropdown {
    margin-top: 1rem;
    flex-direction: column;
    display: none;
    background-color: #fff;
    font-size: 1rem;
    left: 50%;
    position: absolute;
    font-style: normal;
    top: 100%;
    transform: translateX(-50%);
    width: 50px;
    margin-top: 0;
    border-radius: 8px;
    box-shadow: 0 100px 40px 0 rgba(48, 41, 43, 0), 0 70px 30px 0 rgba(48, 41, 43, 0.01), 0 40px 20px 0 rgba(48, 41, 43, 0.04), 0 18px 14px 0 rgba(48, 41, 43, 0.07), 0 4px 8px 0 rgba(48, 41, 43, 0.08);
  }
}
.c-nav__lang-dropdown li a {
  display: flex;
  width: 100%;
}
@media (max-width: calc(960px - 1px)) {
  .c-nav__lang-title {
    color: #009fe3 !important;
  }
}

.c-hamburger {
  margin-left: auto;
  position: relative;
  height: 60px;
  width: 60px;
  padding: 0.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: transform 0.3s;
  z-index: 99;
}
@media (min-width: 960px) {
  .c-hamburger {
    display: none;
  }
}
.c-hamburger span.for-open,
.c-hamburger span.for-close {
  color: #535862;
  margin-bottom: 0.25rem;
  font: 600 0.75rem/1em "InterVariable";
}
.c-hamburger span.for-close {
  display: none;
}
.c-hamburger--bars {
  margin-top: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-hamburger .bar {
  position: absolute;
  display: block;
  width: 36px;
  height: 2px;
  background: #009fe3;
  transition: 0.2s;
  opacity: 1;
  z-index: 9;
  left: 12px;
}
.c-hamburger .bar1 {
  top: 16px;
}
.c-hamburger .bar2 {
  top: 24px;
}
.c-hamburger .bar3 {
  top: 32px;
}

[data-menu_state=is-open] {
  overflow: hidden;
  max-width: 100vw;
}
[data-menu_state=is-open] .c-hamburger span.for-close {
  display: block;
}
[data-menu_state=is-open] .c-hamburger span.for-open {
  display: none;
}
[data-menu_state=is-open] .c-hamburger .bar1 {
  transform: translateY(8px) rotate(45deg);
}
[data-menu_state=is-open] .c-hamburger .bar2 {
  background: transparent;
}
[data-menu_state=is-open] .c-hamburger .bar3 {
  transform: translateY(-9px) rotate(-45deg);
}
[data-menu_state=is-open] .c-header::before {
  opacity: 1;
  visibility: visible;
}
[data-menu_state=is-open] .c-nav {
  z-index: 99;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: 0.3s ease-in-out;
  pointer-events: all;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 235px 66px 0 rgba(48, 41, 43, 0), 0 150px 60px 0 rgba(48, 41, 43, 0.01), 0 85px 51px 0 rgba(48, 41, 43, 0.05), 0 38px 38px 0 rgba(48, 41, 43, 0.09), 0 9px 21px 0 rgba(48, 41, 43, 0.1);
  left: 1rem;
  min-height: min(330px, 100vh - 120px);
}

body[data-scroll_direction=down] .c-header {
  transform: translateY(-150px);
}

body[data-scroll_direction=up] .c-header {
  position: sticky;
  transform: translateY(0);
}

/**
 * settings
 */
.c-headset-features {
  position: relative;
  z-index: 3;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 960px) {
  .c-headset-features {
    margin-top: -150px;
  }
}
.c-headset-features__container {
  display: grid;
  gap: clamp(50px, 6vw, 80px);
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 768px) {
  .c-headset-features__container {
    grid-template-columns: 1fr 1.2fr;
  }
}
.c-headset-features__card-list {
  display: flex;
  flex-direction: column;
  row-gap: clamp(1.5rem, 2.5vw, 2.25rem);
  align-items: center;
}
.c-headset-features__card-list li.c-page__card-item {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: min(80vw, 340px);
  height: min(80vw, 340px);
  z-index: 5;
}
.c-headset-features__content-list {
  display: flex;
  flex-direction: column;
  row-gap: clamp(36px, 6vw, 60px);
}
.c-headset-features__content-list .c-features__top {
  margin-bottom: 1rem;
}
.c-headset-features__content-list .c-features__top i {
  background-color: #e9effd;
}
.c-headset-features__title {
  color: #353535;
  font: 600 clamp(1.25rem, 1.5vw, 1.5rem)/1.25em "InterVariable";
}
.c-headset-features__desc {
  color: #535862;
}
@media (min-width: 768px) {
  .c-headset-features__desc {
    padding-left: calc(50px + 1rem);
  }
}

/**
 * settings
 */
.c-hero {
  position: relative;
  z-index: 3;
  padding-top: clamp(65px, 8.5vw, 140px);
  margin-bottom: 50px;
}
.c-hero::before {
  content: "";
  background-image: url("/static/img/dot-grid-big.png");
  background-size: cover;
  width: max(100%, 100vw);
  height: 1400px;
  position: absolute;
  inset: 1rem 0;
  top: -70px;
  z-index: -1;
  max-width: 100vw;
  overflow: hidden;
}
.c-hero h1 {
  color: #163167;
  text-align: center;
}
.c-hero__picture {
  display: block;
  max-width: 930px;
  z-index: 5;
  margin: -20px auto 0;
}
@media (min-width: 960px) {
  .c-hero__picture {
    margin: -75px auto 0;
  }
}
.c-hero__content {
  display: grid;
  row-gap: 1.5rem;
}
@media (min-width: 768px) {
  .c-hero__content {
    max-width: 1200px;
    margin: -2rem auto;
    grid-template-columns: 4fr 5fr;
    -moz-column-gap: 120px;
    column-gap: 120px;
  }
}
.c-hero__title {
  font: 600 clamp(1.5rem, 2.5vw, 36px)/1.25em "InterVariable";
  letter-spacing: -0.72px;
}
.c-hero__desc p {
  color: #535862;
  font-size: 1.25rem;
}

/**
 * settings
 */
/**
 * settings
 */
.c-industry {
  position: relative;
  padding-top: clamp(2rem, 6vw, 80px);
  padding-bottom: clamp(2rem, 6vw, 80px);
  z-index: 3;
}
.c-industry__title {
  color: #535862;
}
.c-industry__content {
  display: flex;
  overflow: hidden;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: min(65vh, 700px);
  padding: 2rem 1.25rem;
  border-radius: 16px;
}
@media (min-width: 1024px) {
  .c-industry__content {
    padding: clamp(3rem, 4vw, 4.5rem);
    min-height: min(75vh, 800px);
  }
}
.c-industry__picture {
  position: absolute;
  inset: 0;
}
.c-industry__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-industry__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(48, 41, 43, 0) 42.69%, rgba(48, 41, 43, 0.6) 100%);
  z-index: 2;
}
.c-industry__features {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-industry__features {
    flex-direction: row;
    gap: 3rem;
  }
}
.c-industry__features-items {
  position: relative;
  z-index: 3;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .c-industry__features-items {
    max-width: 580px;
    width: 100%;
  }
}
.c-industry__features-items li {
  color: #fff;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font: 600 1.25rem/1.25em "InterVariable";
}

/**
 * settings
 */
.c-news__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: calc(32px + 290px)) {
  .c-news__list {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  }
}
@media (min-width: 576px) {
  .c-news__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media screen and (min-width: 576px) and (min-width: calc(32px + 240px)) {
  .c-news__list {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}
@media (min-width: 960px) {
  .c-news__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 960px) and (min-width: calc(32px + 354px)) {
  .c-news__list {
    grid-template-columns: repeat(auto-fill, minmax(354px, 1fr));
  }
}
.c-news__list li {
  animation: FadeInUp 0.25s linear forwards;
  opacity: 0;
}
.c-news__list li:nth-child(1) {
  animation-delay: 0.05s;
}
.c-news__list li:nth-child(2) {
  animation-delay: 0.1s;
}
.c-news__list li:nth-child(3) {
  animation-delay: 0.15s;
}
.c-news__list li:nth-child(4) {
  animation-delay: 0.2s;
}
.c-news__list li:nth-child(5) {
  animation-delay: 0.25s;
}
.c-news__list li:nth-child(6) {
  animation-delay: 0.3s;
}
.c-news__list li:nth-child(7) {
  animation-delay: 0.35s;
}
.c-news__list li:nth-child(8) {
  animation-delay: 0.4s;
}
.c-news__list li:nth-child(9) {
  animation-delay: 0.45s;
}
.c-news__list li:nth-child(10) {
  animation-delay: 0.5s;
}
.c-news__list li:nth-child(11) {
  animation-delay: 0.55s;
}
.c-news__list li:nth-child(12) {
  animation-delay: 0.6s;
}
.c-news__list li:nth-child(13) {
  animation-delay: 0.65s;
}
.c-news__list li:nth-child(14) {
  animation-delay: 0.7s;
}
.c-news__list li:nth-child(15) {
  animation-delay: 0.75s;
}
.c-news__list li:nth-child(16) {
  animation-delay: 0.8s;
}
.c-news__gallery {
  max-width: 708px;
}

.c-news-item {
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  transition: 0.2s;
  position: relative;
  cursor: pointer;
  padding: 1.5rem 1.5rem 2.75rem 1.5rem;
}
.c-news-item__img {
  height: 266px;
  min-height: 266px;
  max-height: 266px;
  overflow: hidden;
}
.c-news-item__img img {
  transition: transform 0.3s;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-news-item__info {
  z-index: 1;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-news-item__info time {
  margin-bottom: 1rem;
}
.c-news-item h3 {
  font: 600 1.5rem/120% "InterVariable";
  max-width: 376px;
  margin-bottom: 1.5rem;
}
.c-news-item p {
  font: 400 1rem/150% "InterVariable";
  color: #f5f5f5;
}
.c-news-item a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

.c-news-block {
  display: grid;
  grid-template-columns: 586px 708px;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: calc(960px - 1px)) {
  .c-news-block__intro {
    margin-bottom: 1.5rem;
  }
}

/**
 * settings
 */
.c-newsletter__form input,
.c-newsletter__form select {
  background-color: #fff;
}

/**
 * settings
 */
.c-page__section {
  overflow: hidden;
  position: relative;
  margin: 2rem 0;
  padding: 2rem 1.25rem;
  border-radius: 16px;
}
@media (min-width: 1024px) {
  .c-page__section {
    padding: clamp(80px, 8vw, 130px) clamp(60px, 7vw, 120px);
  }
}
.c-page__spacing {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .c-page__spacing {
    padding-top: clamp(75px, 8vw, 120px);
    padding-bottom: clamp(75px, 8vw, 120px);
  }
}
.c-page__spacing-top {
  padding-top: 2rem;
}
@media (min-width: 1024px) {
  .c-page__spacing-top {
    padding-top: clamp(75px, 8vw, 120px);
  }
}
.c-page__spacing-bottom {
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .c-page__spacing-bottom {
    padding-bottom: clamp(75px, 8vw, 120px);
  }
}
.c-page__container {
  position: relative;
}
.c-page__container::before {
  content: "";
  inset: 0;
  z-index: -1;
  overflow: hidden;
  max-width: 100vw;
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 400px;
  background: linear-gradient(to bottom, transparent, #fff);
}
.c-page__card-item {
  box-shadow: 0 235px 66px 0 rgba(48, 41, 43, 0), 0 150px 60px 0 rgba(48, 41, 43, 0.01), 0 85px 51px 0 rgba(48, 41, 43, 0.05), 0 38px 38px 0 rgba(48, 41, 43, 0.09), 0 9px 21px 0 rgba(48, 41, 43, 0.1);
  transition: 0.2s;
  background: #fff;
  padding: 1.5rem 0.75rem;
  border-radius: 16px;
}
.c-page__card-item:hover {
  box-shadow: 0 100px 40px 0 rgba(48, 41, 43, 0), 0 70px 30px 0 rgba(48, 41, 43, 0.01), 0 40px 20px 0 rgba(48, 41, 43, 0.04), 0 18px 14px 0 rgba(48, 41, 43, 0.07), 0 4px 8px 0 rgba(48, 41, 43, 0.08);
  transform: translateY(-3px);
}
.c-page__card-picture {
  overflow: hidden;
  margin: 0;
  height: 250px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.c-page__card-image {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  margin: auto;
  max-height: 175px;
}
.c-page__card-image.is-max-less {
  max-height: 125px;
}
.c-page__card-image.is-max-more {
  max-height: 225px;
}
.c-page__card-info {
  padding: 0.5rem 1rem 1.5rem;
}
.c-page__card-name {
  color: #535862;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

/**
 * settings
 */
.c-showcase {
  position: relative;
  padding: clamp(2rem, 6vw, 80px) 0;
  z-index: 3;
}
.c-showcase::before {
  inset: 0;
  content: "";
  z-index: -1;
  position: absolute;
  background: url("/static/img/sound-waves.svg") center/750% no-repeat;
}
@media (min-width: 960px) {
  .c-showcase::before {
    background-size: contain;
  }
}
.c-showcase__tagline {
  text-align: center;
  color: #535862;
  margin-bottom: 1rem;
  font: 600 clamp(1.25rem, 2vw, 1.75rem + 2px)/1.25em "InterVariable";
}
.c-showcase__title {
  text-align: center;
  color: #535862;
}
.c-showcase__list {
  max-width: 600px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
}
@media screen and (min-width: calc(32px + 340px)) {
  .c-showcase__list {
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  }
}
.c-showcase__list {
  margin: clamp(2rem, 4vw, 64px) auto;
}
@media (min-width: 960px) {
  .c-showcase__list {
    max-width: 1440px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
@media screen and (min-width: 960px) and (min-width: calc(32px + 215px)) {
  .c-showcase__list {
    grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
  }
}
@media screen and (min-width: 1192px) {
  .c-showcase__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
@media screen and (min-width: 1192px) and (min-width: calc(32px + 273px)) {
  .c-showcase__list {
    grid-template-columns: repeat(auto-fill, minmax(273px, 1fr));
  }
}
.c-showcase__disclaimer {
  text-align: center;
  color: #535862;
  font-size: calc(1rem - 2px);
}

/**
 * settings
 */
.o-padding-section {
  padding-top: clamp(50px, 7vw, 128px);
  padding-bottom: clamp(50px, 7vw, 128px);
}

.o-padding-sm {
  padding-top: clamp(2rem, 3.5vw, 4rem);
  padding-bottom: clamp(2rem, 3.5vw, 4rem);
}

.o-padding-sm-all {
  padding: clamp(2rem, 3.5vw, 4rem);
}

.o-padding-sm-top {
  padding-top: clamp(2rem, 3.5vw, 4rem);
}

@media (max-width: calc(960px - 1px)) {
  .o-padding-sm-top-lg {
    padding-top: clamp(2rem, 3.5vw, 4rem);
  }
}

@media (min-width: 768px) {
  .o-padding-section\@md {
    padding-top: clamp(50px, 7vw, 120px);
    padding-bottom: clamp(50px, 7vw, 120px);
  }
  .o-padding-sm\@md {
    padding-top: clamp(2rem, 3.5vw, 4rem);
    padding-bottom: clamp(2rem, 3.5vw, 4rem);
  }
  .o-padding-sm-all\@md {
    padding: clamp(2rem, 3.5vw, 4rem);
  }
}
@media (min-width: 960px) {
  .o-padding-section\@lg {
    padding-top: clamp(50px, 7vw, 120px);
    padding-bottom: clamp(50px, 7vw, 120px);
  }
  .o-padding-sm\@lg {
    padding-top: clamp(2rem, 3.5vw, 4rem);
    padding-bottom: clamp(2rem, 3.5vw, 4rem);
  }
  .o-padding-sm-all\@lg {
    padding: clamp(2rem, 3.5vw, 4rem);
  }
}
.o-text-breadcrumb {
  font: 700 clamp(0.875rem, 2vw, 1.75rem)/150% "InterVariable";
  letter-spacing: 0.36px;
  color: #f5f5f5;
  position: relative;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 42px */
  letter-spacing: 0.56px;
  text-transform: uppercase;
  display: inline-flex;
  gap: 15px;
}
.o-text-breadcrumb i {
  color: #009fe3;
}
.o-text-breadcrumb i:before {
  font-size: 10px;
}
.o-text-breadcrumb:after {
  content: "";
  height: 4px;
  width: 80%;
  position: absolute;
  left: 0;
  bottom: -14px;
  background-color: #eef611;
}
.o-text-breadcrumb--small:after {
  width: 25%;
}

.o-grid--1-1 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .o-grid--1-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: min(7vw, 120px);
  }
}

.o-footer-padding {
  padding-bottom: clamp(100px, 15vw, 250px) !important;
}

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

.o-text-date {
  color: #f5f5f5;
  font: 500 clamp(0.75rem, 1.5vw, 1.25rem)/1em "InterVariable";
  margin-bottom: 1rem;
  background: #f5f5f5;
  padding: 8px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.o-buttons {
  display: flex;
  width: 100%;
  gap: 1rem;
}
@media (max-width: 768px) {
  .o-buttons {
    flex-direction: column;
  }
}

/**
 * settings
 */
.social-share {
  display: flex;
  align-items: center;
}
.social-share p {
  display: inline-flex;
  margin: 0 0.5rem 0 0;
}
.social-share__list {
  display: flex;
  align-items: center;
}
.social-share a {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  font-size: 1.25rem;
  margin-right: 1.5rem;
  transition: 0.2s;
}
.social-share a:hover {
  background: #009fe3;
  color: #fff;
}

/**
 * settings
 */
.c-spinner {
  width: 24px;
  height: 24px;
  border: 4px solid;
  border-color: #fcd9b1 transparent;
  position: absolute;
  left: calc(50% - 12px);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  opacity: 0;
  z-index: 9;
  animation: Rotation 1s linear infinite;
}

@keyframes Rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
form[data-state=form-submitting] {
  pointer-events: none;
}
form[data-state=form-submitting] button[type=submit] {
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
form[data-state=form-submitting] button[type=submit] .c-spinner {
  opacity: 1;
}

button[data-state=is-fetching-data] {
  pointer-events: none;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
button[data-state=is-fetching-data] .c-spinner {
  opacity: 1;
}

/**
 * settings
 */
.c-txt h2,
.c-txt h3,
.c-txt p,
.c-txt img {
  margin-bottom: 1rem;
}
.c-txt h2 {
  font: 600 clamp(1.5rem, 2vw, 1.75rem)/1.4em "InterVariable";
}
.c-txt h3 {
  font: 400 clamp(1.25rem, 1.75vw, 1.5rem)/1.4em "InterVariable";
}
.c-txt p {
  font: 400 1.25rem/1.5em "InterVariable";
}
.c-txt p strong {
  color: #2b75ec;
}
.c-txt p:empty {
  min-height: 0.5rem !important;
}
.c-txt p + p {
  margin-top: -0.25rem;
}
.c-txt p + h2,
.c-txt p + h3,
.c-txt ul + h2,
.c-txt ol + h2,
.c-txt ul + h3,
.c-txt ol + h3,
.c-txt figure + h2,
.c-txt figure h3 {
  margin-top: clamp(1.5rem, 3vw, 3rem);
}
.c-txt a {
  display: inline-flex;
  cursor: pointer;
  font: inherit;
  position: relative;
  transition: 0.2s;
  font: 500 1.25rem/1.5em "InterVariable";
}
.c-txt a::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #30292b;
  transition: 0.2s;
}
.c-txt a:hover {
  color: #009fe3;
}
.c-txt a:hover::after {
  background-color: #009fe3;
}
.c-txt ul,
.c-txt ol {
  margin: 1.25rem 0;
  counter-reset: item;
}
.c-txt ul li,
.c-txt ol li {
  position: relative;
  padding-left: clamp(1.75rem, 2.25vw, 2rem);
  color: #30292b;
  font: 400 1.25rem/1.5em "InterVariable";
  margin-bottom: 1rem;
  margin-left: 1rem;
}
.c-txt ul li::before,
.c-txt ol li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background: radial-gradient(circle, #009fe3 0%, #009fe3 50%, rgba(0, 159, 227, 0.3) 50%, rgba(0, 159, 227, 0.3) 100%);
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.c-txt ul ul,
.c-txt ul ol,
.c-txt ol ul,
.c-txt ol ol {
  margin: 0;
}
.c-txt ul ul li,
.c-txt ul ol li,
.c-txt ol ul li,
.c-txt ol ol li {
  padding-left: 1.25rem;
  list-style-type: none;
}
.c-txt ul ul li::before,
.c-txt ol ul li::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #009fe3;
}
.c-txt ul ol li::before,
.c-txt ol ol li::before {
  content: counter(item, lower-alpha);
}
.c-txt ol li {
  counter-increment: item;
}
.c-txt ol li::before {
  content: counter(item);
  background: none;
  top: 0;
  left: 0;
  color: #009fe3;
  font-family: "InterVariable";
  font-weight: 600;
}
.c-txt table {
  border: none;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 4px;
  font: 400 1.25rem/1.5em "InterVariable";
}
@media (max-width: 768px) {
  .c-txt table {
    overflow-x: auto;
    display: block;
    -webkit-overflow-scrolling: touch;
  }
}
.c-txt table td,
.c-txt table th {
  border: 1px solid #30292b;
  padding: 0.5rem;
}
.c-txt table th {
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  background: #009fe3;
}
.c-txt iframe {
  display: block;
  width: 100%;
  max-width: 514px;
}
.c-txt iframe.youtube__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.c-txt figure {
  margin: clamp(1.5rem, 3vw, 3rem) 0;
}
.c-txt figure.youtube__wrapper {
  max-width: 514px;
  position: relative;
  padding-bottom: min(289px, 56.25%);
}
.c-txt figure img {
  width: 100%;
  max-height: min(80vh, 600px);
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer;
}

.c-text__list-label {
  margin-bottom: 0 !important;
}
.c-text__list-label + ul {
  margin-top: 0.75rem;
}
.c-text__intro-text {
  font: 400 1.25rem/1.5em "InterVariable" !important;
  margin-bottom: 36px;
}

.c-btn--cta {
  font-size: 1rem;
  line-height: 1rem;
  padding: 1rem 1.5rem;
  transition: 0.2s;
  align-items: center;
  align-self: flex-start;
  color: #fff !important;
}
.c-btn--cta:hover {
  background-color: #009fe3;
}

/**
  * overrides
  */
/**
 * Utilities and helper classes with ability to override anything
 * This is the only place where !important is permitted
 * Prefix with utility namespace: u-
 */
/*
 * Clearfix to contain floats
 */
.u-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/**
 * settings
 */
/**
 * Text colors
 */
.u-color--white {
  color: #fff;
}

.u-color--black {
  color: #30292b;
}

.u-color--grey {
  color: #9c9c9c;
}

.u-color--grey-darker {
  color: #717680;
}

.u-color--grey-txt {
  color: #535862;
}

.u-color--text {
  color: #30292b;
}

.u-color--primary {
  color: #009fe3;
}

.u-color--grey-txt {
  color: #535862;
}

.u-color--blue-dark {
  color: #163167;
}

.u-color--blue-darker {
  color: #005f88;
}

/**
 * Background colors
 */
.u-bg--white {
  background-color: #fff;
}

.u-bg--grey {
  background-color: #9c9c9c;
}

.u-bg--light {
  background-color: #fff3e6;
}

.u-bg--primary {
  background-color: #009fe3;
}

.u-bg--blue-dark {
  background-color: #163167;
}

.u-bg--blue-darkest {
  background-color: #00202d;
}

/**
 * settings
 */
/**
 * Hide content from view, but leave it accessible to screenreaders.
 */
.u-sr {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
}

.u-sr-hide,
.u-srhide {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
}
@media (min-width: 0px) {
  .u-sr-hide\@b0,
  .u-srhide\@b0 {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
  }
}
@media (min-width: 576px) {
  .u-sr-hide\@sm,
  .u-srhide\@sm {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
  }
}
@media (min-width: 768px) {
  .u-sr-hide\@md,
  .u-srhide\@md {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
  }
}
@media (min-width: 960px) {
  .u-sr-hide\@lg,
  .u-srhide\@lg {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
  }
}
@media (min-width: 1024px) {
  .u-sr-hide\@xl,
  .u-srhide\@xl {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
  }
}
@media (min-width: 1200px) {
  .u-sr-hide\@xxl,
  .u-srhide\@xxl {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
  }
}
@media (min-width: 1440px) {
  .u-sr-hide\@big,
  .u-srhide\@big {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
  }
}
@media (min-width: 1920px) {
  .u-sr-hide\@fhd,
  .u-srhide\@fhd {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
  }
}

.u-sr-show,
.u-srshow {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  white-space: normal !important;
  border: 0 !important;
  clip: auto !important;
  clip-path: none !important;
}
@media (min-width: 0px) {
  .u-sr-show\@b0,
  .u-srshow\@b0 {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
    border: 0 !important;
    clip: auto !important;
    clip-path: none !important;
  }
}
@media (min-width: 576px) {
  .u-sr-show\@sm,
  .u-srshow\@sm {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
    border: 0 !important;
    clip: auto !important;
    clip-path: none !important;
  }
}
@media (min-width: 768px) {
  .u-sr-show\@md,
  .u-srshow\@md {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
    border: 0 !important;
    clip: auto !important;
    clip-path: none !important;
  }
}
@media (min-width: 960px) {
  .u-sr-show\@lg,
  .u-srshow\@lg {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
    border: 0 !important;
    clip: auto !important;
    clip-path: none !important;
  }
}
@media (min-width: 1024px) {
  .u-sr-show\@xl,
  .u-srshow\@xl {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
    border: 0 !important;
    clip: auto !important;
    clip-path: none !important;
  }
}
@media (min-width: 1200px) {
  .u-sr-show\@xxl,
  .u-srshow\@xxl {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
    border: 0 !important;
    clip: auto !important;
    clip-path: none !important;
  }
}
@media (min-width: 1440px) {
  .u-sr-show\@big,
  .u-srshow\@big {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
    border: 0 !important;
    clip: auto !important;
    clip-path: none !important;
  }
}
@media (min-width: 1920px) {
  .u-sr-show\@fhd,
  .u-srshow\@fhd {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
    border: 0 !important;
    clip: auto !important;
    clip-path: none !important;
  }
}

/**
 * Hide visually and from screen readers, but maintain layout
 */
.u-invisible {
  visibility: hidden;
}

/**
 * Completely hide content from view and from screenreaders.
 */
.u-hide {
  display: none;
}
@media (min-width: 0px) {
  .u-hide\@b0 {
    display: none;
  }
}
@media (min-width: 576px) {
  .u-hide\@sm {
    display: none;
  }
}
@media (min-width: 768px) {
  .u-hide\@md {
    display: none;
  }
}
@media (min-width: 960px) {
  .u-hide\@lg {
    display: none;
  }
}
@media (min-width: 1024px) {
  .u-hide\@xl {
    display: none;
  }
}
@media (min-width: 1200px) {
  .u-hide\@xxl {
    display: none;
  }
}
@media (min-width: 1440px) {
  .u-hide\@big {
    display: none;
  }
}
@media (min-width: 1920px) {
  .u-hide\@fhd {
    display: none;
  }
}
.u-hide--i {
  display: none !important;
}

/**
 * Show content as block element.
 */
.u-block {
  display: block;
}
@media (min-width: 0px) {
  .u-block\@b0 {
    display: block;
  }
}
@media (min-width: 576px) {
  .u-block\@sm {
    display: block;
  }
}
@media (min-width: 768px) {
  .u-block\@md {
    display: block;
  }
}
@media (min-width: 960px) {
  .u-block\@lg {
    display: block;
  }
}
@media (min-width: 1024px) {
  .u-block\@xl {
    display: block;
  }
}
@media (min-width: 1200px) {
  .u-block\@xxl {
    display: block;
  }
}
@media (min-width: 1440px) {
  .u-block\@big {
    display: block;
  }
}
@media (min-width: 1920px) {
  .u-block\@fhd {
    display: block;
  }
}
.u-block--max-3 {
  max-width: 300px;
}
.u-block--max-4 {
  max-width: 400px;
}
.u-block--max-5 {
  max-width: 500px;
}
.u-block--max-6 {
  max-width: 600px;
}
.u-block--max-7 {
  max-width: 700px;
}
.u-block--max-8 {
  max-width: 800px;
}
.u-block--max-9 {
  max-width: 900px;
}
.u-block--max-35 {
  max-width: 350px;
}
.u-block--max-45 {
  max-width: 450px;
}
.u-block--max-47 {
  max-width: 470px;
}
.u-block--max-55 {
  max-width: 550px;
}
.u-block--max-58 {
  max-width: 580px;
}
.u-block--max-65 {
  max-width: 650px;
}
.u-block--max-75 {
  max-width: 750px;
}
.u-block--max-85 {
  max-width: 850px;
}
.u-block--max-95 {
  max-width: 950px;
}
.u-block--max-10 {
  max-width: 100px;
}
.u-block--max-11 {
  max-width: 110px;
}
.u-block--max-12 {
  max-width: 120px;
}
.u-block--1-1 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .u-block--1-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.u-block--161 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .u-block--161 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
  }
}
.u-block--1-3 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .u-block--1-3 {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 2rem;
  }
}
.u-block--4-1-r {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .u-block--4-1-r {
    display: grid;
    grid-template-columns: 4fr 1fr;
    gap: 2rem;
  }
  .u-block--4-1-r > div:first-child {
    grid-column: 2;
    grid-row: 1;
  }
  .u-block--4-1-r > div:nth-child(2), .u-block--4-1-r > article {
    grid-row: 1;
    grid-column: 1;
  }
}

.u-hide-mobile {
  display: none;
}
@media (min-width: 768px) {
  .u-hide-mobile {
    display: block;
  }
}

.u-block-mobile {
  display: block;
}
@media (min-width: 768px) {
  .u-block-mobile {
    display: none;
  }
}

.u-flex-mobile {
  display: flex;
}
@media (min-width: 768px) {
  .u-flex-mobile {
    display: none;
  }
}

/**
 * Show content as inline element.
 */
.u-inline {
  display: inline;
}
@media (min-width: 0px) {
  .u-inline\@b0 {
    display: inline;
  }
}
@media (min-width: 576px) {
  .u-inline\@sm {
    display: inline;
  }
}
@media (min-width: 768px) {
  .u-inline\@md {
    display: inline;
  }
}
@media (min-width: 960px) {
  .u-inline\@lg {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .u-inline\@xl {
    display: inline;
  }
}
@media (min-width: 1200px) {
  .u-inline\@xxl {
    display: inline;
  }
}
@media (min-width: 1440px) {
  .u-inline\@big {
    display: inline;
  }
}
@media (min-width: 1920px) {
  .u-inline\@fhd {
    display: inline;
  }
}

/**
 * Round elemnts
 */
.u-rounded--sm {
  border-radius: 4px;
}
.u-rounded--md {
  border-radius: 8px;
}
.u-rounded--lg {
  border-radius: 16px;
}
.u-rounded--xl {
  border-radius: 32px;
}

/**
 * Disable events on element
 */
.u-pointer-none {
  pointer-events: none;
}

.u-cursor-pointer {
  cursor: pointer;
}

.u-ovh {
  overflow: hidden;
}

/**
 * Predefined width percentage
 */
.u-w--auto {
  width: auto;
}
.u-w--50 {
  width: 50%;
}
.u-w--100 {
  width: 100%;
}

/**
 * Predefined height percentage
 */
.u-h--auto {
  height: auto;
}
.u-h--50 {
  height: 50%;
}
.u-h--100 {
  height: 100%;
}

.u-wh--100 {
  width: 100%;
  height: 100%;
}

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

.u-position--0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.u-z--3 {
  z-index: 3;
}

.u-z--9 {
  z-index: 9;
}

/* Images */
.u-img--cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.u-img--contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.u-hidden {
  opacity: 0;
  visibility: hidden;
  max-width: 0;
  max-height: 0;
  margin: 0;
  position: absolute;
  transition: visibility 0s !important;
}

.u-disabled {
  overflow: hidden;
  height: 100%;
  transition: all 0.3s ease-in-out;
  max-height: 0;
}

/**
 * settings
 */
.u-flex {
  display: flex;
}

.u-inline-flex {
  display: inline-flex;
}

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

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

.u-flex-row {
  flex-direction: row;
}

.u-flex-center {
  justify-content: center;
  align-items: center;
}

.u-justify-start {
  justify-content: flex-start;
}

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

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

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

.u-items-center {
  align-items: center;
}

.u-items-start {
  align-items: flex-start;
}

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

@media (min-width: 0px) {
  .u-flex\@b0 {
    display: flex;
  }
  .u-inline-flex\@b0 {
    display: inline-flex;
  }
  .u-flex-wrap\@b0 {
    flex-wrap: wrap;
  }
  .u-flex-column\@b0 {
    flex-direction: column;
  }
  .u-flex-row\@b0 {
    flex-direction: row;
  }
  .u-flex-center\@b0 {
    justify-content: center;
    align-items: center;
  }
  .u-justify-start\@b0 {
    justify-content: flex-start;
  }
  .u-justify-end\@b0 {
    justify-content: flex-end;
  }
  .u-justify-center\@b0 {
    justify-content: center;
  }
  .u-justify-between\@b0 {
    justify-content: space-between;
  }
  .u-items-center\@b0 {
    align-items: center;
  }
  .u-items-start\@b0 {
    align-items: flex-start;
  }
  .u-items-end\@b0 {
    align-items: flex-end;
  }
}
@media (min-width: 576px) {
  .u-flex\@sm {
    display: flex;
  }
  .u-inline-flex\@sm {
    display: inline-flex;
  }
  .u-flex-wrap\@sm {
    flex-wrap: wrap;
  }
  .u-flex-column\@sm {
    flex-direction: column;
  }
  .u-flex-row\@sm {
    flex-direction: row;
  }
  .u-flex-center\@sm {
    justify-content: center;
    align-items: center;
  }
  .u-justify-start\@sm {
    justify-content: flex-start;
  }
  .u-justify-end\@sm {
    justify-content: flex-end;
  }
  .u-justify-center\@sm {
    justify-content: center;
  }
  .u-justify-between\@sm {
    justify-content: space-between;
  }
  .u-items-center\@sm {
    align-items: center;
  }
  .u-items-start\@sm {
    align-items: flex-start;
  }
  .u-items-end\@sm {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .u-flex\@md {
    display: flex;
  }
  .u-inline-flex\@md {
    display: inline-flex;
  }
  .u-flex-wrap\@md {
    flex-wrap: wrap;
  }
  .u-flex-column\@md {
    flex-direction: column;
  }
  .u-flex-row\@md {
    flex-direction: row;
  }
  .u-flex-center\@md {
    justify-content: center;
    align-items: center;
  }
  .u-justify-start\@md {
    justify-content: flex-start;
  }
  .u-justify-end\@md {
    justify-content: flex-end;
  }
  .u-justify-center\@md {
    justify-content: center;
  }
  .u-justify-between\@md {
    justify-content: space-between;
  }
  .u-items-center\@md {
    align-items: center;
  }
  .u-items-start\@md {
    align-items: flex-start;
  }
  .u-items-end\@md {
    align-items: flex-end;
  }
}
@media (min-width: 960px) {
  .u-flex\@lg {
    display: flex;
  }
  .u-inline-flex\@lg {
    display: inline-flex;
  }
  .u-flex-wrap\@lg {
    flex-wrap: wrap;
  }
  .u-flex-column\@lg {
    flex-direction: column;
  }
  .u-flex-row\@lg {
    flex-direction: row;
  }
  .u-flex-center\@lg {
    justify-content: center;
    align-items: center;
  }
  .u-justify-start\@lg {
    justify-content: flex-start;
  }
  .u-justify-end\@lg {
    justify-content: flex-end;
  }
  .u-justify-center\@lg {
    justify-content: center;
  }
  .u-justify-between\@lg {
    justify-content: space-between;
  }
  .u-items-center\@lg {
    align-items: center;
  }
  .u-items-start\@lg {
    align-items: flex-start;
  }
  .u-items-end\@lg {
    align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  .u-flex\@xl {
    display: flex;
  }
  .u-inline-flex\@xl {
    display: inline-flex;
  }
  .u-flex-wrap\@xl {
    flex-wrap: wrap;
  }
  .u-flex-column\@xl {
    flex-direction: column;
  }
  .u-flex-row\@xl {
    flex-direction: row;
  }
  .u-flex-center\@xl {
    justify-content: center;
    align-items: center;
  }
  .u-justify-start\@xl {
    justify-content: flex-start;
  }
  .u-justify-end\@xl {
    justify-content: flex-end;
  }
  .u-justify-center\@xl {
    justify-content: center;
  }
  .u-justify-between\@xl {
    justify-content: space-between;
  }
  .u-items-center\@xl {
    align-items: center;
  }
  .u-items-start\@xl {
    align-items: flex-start;
  }
  .u-items-end\@xl {
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .u-flex\@xxl {
    display: flex;
  }
  .u-inline-flex\@xxl {
    display: inline-flex;
  }
  .u-flex-wrap\@xxl {
    flex-wrap: wrap;
  }
  .u-flex-column\@xxl {
    flex-direction: column;
  }
  .u-flex-row\@xxl {
    flex-direction: row;
  }
  .u-flex-center\@xxl {
    justify-content: center;
    align-items: center;
  }
  .u-justify-start\@xxl {
    justify-content: flex-start;
  }
  .u-justify-end\@xxl {
    justify-content: flex-end;
  }
  .u-justify-center\@xxl {
    justify-content: center;
  }
  .u-justify-between\@xxl {
    justify-content: space-between;
  }
  .u-items-center\@xxl {
    align-items: center;
  }
  .u-items-start\@xxl {
    align-items: flex-start;
  }
  .u-items-end\@xxl {
    align-items: flex-end;
  }
}
@media (min-width: 1440px) {
  .u-flex\@big {
    display: flex;
  }
  .u-inline-flex\@big {
    display: inline-flex;
  }
  .u-flex-wrap\@big {
    flex-wrap: wrap;
  }
  .u-flex-column\@big {
    flex-direction: column;
  }
  .u-flex-row\@big {
    flex-direction: row;
  }
  .u-flex-center\@big {
    justify-content: center;
    align-items: center;
  }
  .u-justify-start\@big {
    justify-content: flex-start;
  }
  .u-justify-end\@big {
    justify-content: flex-end;
  }
  .u-justify-center\@big {
    justify-content: center;
  }
  .u-justify-between\@big {
    justify-content: space-between;
  }
  .u-items-center\@big {
    align-items: center;
  }
  .u-items-start\@big {
    align-items: flex-start;
  }
  .u-items-end\@big {
    align-items: flex-end;
  }
}
@media (min-width: 1920px) {
  .u-flex\@fhd {
    display: flex;
  }
  .u-inline-flex\@fhd {
    display: inline-flex;
  }
  .u-flex-wrap\@fhd {
    flex-wrap: wrap;
  }
  .u-flex-column\@fhd {
    flex-direction: column;
  }
  .u-flex-row\@fhd {
    flex-direction: row;
  }
  .u-flex-center\@fhd {
    justify-content: center;
    align-items: center;
  }
  .u-justify-start\@fhd {
    justify-content: flex-start;
  }
  .u-justify-end\@fhd {
    justify-content: flex-end;
  }
  .u-justify-center\@fhd {
    justify-content: center;
  }
  .u-justify-between\@fhd {
    justify-content: space-between;
  }
  .u-items-center\@fhd {
    align-items: center;
  }
  .u-items-start\@fhd {
    align-items: flex-start;
  }
  .u-items-end\@fhd {
    align-items: flex-end;
  }
}
.u-flex-grow {
  flex-grow: 1;
}

.u-flex-shrink {
  flex-shrink: 0;
}

.u-flex-basis-auto {
  flex-basis: auto;
}

/**
 * settings
 */
/**
 * Margin bottom
 */
/**
 * Margin bottom
 */
.u-mb--0 {
  margin-bottom: 0;
}
.u-mb--xxxxs {
  margin-bottom: 0.125rem;
}
.u-mb--xxxs {
  margin-bottom: 0.25rem;
}
.u-mb--xxs {
  margin-bottom: 0.5rem;
}
.u-mb--xs {
  margin-bottom: 0.75rem;
}
.u-mb--sm {
  margin-bottom: 1rem;
}
.u-mb--md {
  margin-bottom: 1.25rem;
}
.u-mb--lg {
  margin-bottom: 1.5rem;
}
.u-mb--xl {
  margin-bottom: 1.75rem;
}
.u-mb--xxl {
  margin-bottom: 2rem;
}
.u-mb--xxxl {
  margin-bottom: 2.25rem;
}
.u-mb--xxxxl {
  margin-bottom: 3.5rem;
}
.u-mb--xxxxxl {
  margin-bottom: 5rem;
}
.u-mb--auto {
  margin-bottom: auto;
}

/**
 * Margin top
 */
.u-mt--0 {
  margin-top: 0;
}
.u-mt--xxxxs {
  margin-top: 0.125rem;
}
.u-mt--xxxs {
  margin-top: 0.25rem;
}
.u-mt--xxs {
  margin-top: 0.5rem;
}
.u-mt--xs {
  margin-top: 0.75rem;
}
.u-mt--sm {
  margin-top: 1rem;
}
.u-mt--md {
  margin-top: 1.25rem;
}
.u-mt--lg {
  margin-top: 1.5rem;
}
.u-mt--xl {
  margin-top: 1.75rem;
}
.u-mt--xxl {
  margin-top: 2rem;
}
.u-mt--xxxl {
  margin-top: 2.25rem;
}
.u-mt--xxxxl {
  margin-top: 3.5rem;
}
.u-mt--xxxxxl {
  margin-top: 5rem;
}
.u-mt--auto {
  margin-top: auto;
}

/**
 * Margin right
 */
.u-mr--0 {
  margin-right: 0;
}
.u-mr--xxxxs {
  margin-right: 0.125rem;
}
.u-mr--xxxs {
  margin-right: 0.25rem;
}
.u-mr--xxs {
  margin-right: 0.5rem;
}
.u-mr--xs {
  margin-right: 0.75rem;
}
.u-mr--sm {
  margin-right: 1rem;
}
.u-mr--md {
  margin-right: 1.25rem;
}
.u-mr--lg {
  margin-right: 1.5rem;
}
.u-mr--xl {
  margin-right: 1.75rem;
}
.u-mr--xxl {
  margin-right: 2rem;
}
.u-mr--xxxl {
  margin-right: 2.25rem;
}
.u-mr--xxxxl {
  margin-right: 3.5rem;
}
.u-mr--xxxxxl {
  margin-right: 5rem;
}
.u-mr--auto {
  margin-right: auto;
}

/**
 * Margin left
 */
.u-ml--0 {
  margin-left: 0;
}
.u-ml--xxxxs {
  margin-left: 0.125rem;
}
.u-ml--xxxs {
  margin-left: 0.25rem;
}
.u-ml--xxs {
  margin-left: 0.5rem;
}
.u-ml--xs {
  margin-left: 0.75rem;
}
.u-ml--sm {
  margin-left: 1rem;
}
.u-ml--md {
  margin-left: 1.25rem;
}
.u-ml--lg {
  margin-left: 1.5rem;
}
.u-ml--xl {
  margin-left: 1.75rem;
}
.u-ml--xxl {
  margin-left: 2rem;
}
.u-ml--xxxl {
  margin-left: 2.25rem;
}
.u-ml--xxxxl {
  margin-left: 3.5rem;
}
.u-ml--xxxxxl {
  margin-left: 5rem;
}
.u-ml--auto {
  margin-left: auto;
}

/**
 * Margin (all sides)
 */
.u-m--0 {
  margin: 0;
}
.u-m--xxxxs {
  margin: 0.125rem;
}
.u-m--xxxs {
  margin: 0.25rem;
}
.u-m--xxs {
  margin: 0.5rem;
}
.u-m--xs {
  margin: 0.75rem;
}
.u-m--sm {
  margin: 1rem;
}
.u-m--md {
  margin: 1.25rem;
}
.u-m--lg {
  margin: 1.5rem;
}
.u-m--xl {
  margin: 1.75rem;
}
.u-m--xxl {
  margin: 2rem;
}
.u-m--xxxl {
  margin: 2.25rem;
}
.u-m--xxxxl {
  margin: 3.5rem;
}
.u-m--xxxxxl {
  margin: 5rem;
}
.u-m--auto {
  margin: auto;
}

/**
 * Margin (left + right sides)
 */
.u-mx--0 {
  margin-left: 0;
  margin-right: 0;
}
.u-mx--xxxxs {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.u-mx--xxxs {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.u-mx--xxs {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.u-mx--xs {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.u-mx--sm {
  margin-left: 1rem;
  margin-right: 1rem;
}
.u-mx--md {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.u-mx--lg {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.u-mx--xl {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}
.u-mx--xxl {
  margin-left: 2rem;
  margin-right: 2rem;
}
.u-mx--xxxl {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}
.u-mx--xxxxl {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
.u-mx--xxxxxl {
  margin-left: 5rem;
  margin-right: 5rem;
}
.u-mx--auto {
  margin-left: auto;
  margin-right: auto;
}

/**
 * Margin (top + bottom sides)
 */
.u-my--0 {
  margin-top: 0;
  margin-bottom: 0;
}
.u-my--xxxxs {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.u-my--xxxs {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.u-my--xxs {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.u-my--xs {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.u-my--sm {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.u-my--md {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.u-my--lg {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.u-my--xl {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.u-my--xxl {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.u-my--xxxl {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.u-my--xxxxl {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.u-my--xxxxxl {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.u-my--auto {
  margin-top: auto;
  margin-bottom: auto;
}

/**
 * Padding bottom
 */
.u-pb--0 {
  padding-bottom: 0;
}
.u-pb--xxxxs {
  padding-bottom: 0.125rem;
}
.u-pb--xxxs {
  padding-bottom: 0.25rem;
}
.u-pb--xxs {
  padding-bottom: 0.5rem;
}
.u-pb--xs {
  padding-bottom: 0.75rem;
}
.u-pb--sm {
  padding-bottom: 1rem;
}
.u-pb--md {
  padding-bottom: 1.25rem;
}
.u-pb--lg {
  padding-bottom: 1.5rem;
}
.u-pb--xl {
  padding-bottom: 1.75rem;
}
.u-pb--xxl {
  padding-bottom: 2rem;
}
.u-pb--xxxl {
  padding-bottom: 2.25rem;
}
.u-pb--xxxxl {
  padding-bottom: 3.5rem;
}
.u-pb--xxxxxl {
  padding-bottom: 5rem;
}
.u-pb--auto {
  padding-bottom: auto;
}

/**
 * Padding top
 */
.u-pt--0 {
  padding-top: 0;
}
.u-pt--xxxxs {
  padding-top: 0.125rem;
}
.u-pt--xxxs {
  padding-top: 0.25rem;
}
.u-pt--xxs {
  padding-top: 0.5rem;
}
.u-pt--xs {
  padding-top: 0.75rem;
}
.u-pt--sm {
  padding-top: 1rem;
}
.u-pt--md {
  padding-top: 1.25rem;
}
.u-pt--lg {
  padding-top: 1.5rem;
}
.u-pt--xl {
  padding-top: 1.75rem;
}
.u-pt--xxl {
  padding-top: 2rem;
}
.u-pt--xxxl {
  padding-top: 2.25rem;
}
.u-pt--xxxxl {
  padding-top: 3.5rem;
}
.u-pt--xxxxxl {
  padding-top: 5rem;
}
.u-pt--auto {
  padding-top: auto;
}

/**
 * Padding right
 */
.u-pr--0 {
  padding-right: 0;
}
.u-pr--xxxxs {
  padding-right: 0.125rem;
}
.u-pr--xxxs {
  padding-right: 0.25rem;
}
.u-pr--xxs {
  padding-right: 0.5rem;
}
.u-pr--xs {
  padding-right: 0.75rem;
}
.u-pr--sm {
  padding-right: 1rem;
}
.u-pr--md {
  padding-right: 1.25rem;
}
.u-pr--lg {
  padding-right: 1.5rem;
}
.u-pr--xl {
  padding-right: 1.75rem;
}
.u-pr--xxl {
  padding-right: 2rem;
}
.u-pr--xxxl {
  padding-right: 2.25rem;
}
.u-pr--xxxxl {
  padding-right: 3.5rem;
}
.u-pr--xxxxxl {
  padding-right: 5rem;
}
.u-pr--auto {
  padding-right: auto;
}

/**
 * Padding left
 */
.u-pl--0 {
  padding-left: 0;
}
.u-pl--xxxxs {
  padding-left: 0.125rem;
}
.u-pl--xxxs {
  padding-left: 0.25rem;
}
.u-pl--xxs {
  padding-left: 0.5rem;
}
.u-pl--xs {
  padding-left: 0.75rem;
}
.u-pl--sm {
  padding-left: 1rem;
}
.u-pl--md {
  padding-left: 1.25rem;
}
.u-pl--lg {
  padding-left: 1.5rem;
}
.u-pl--xl {
  padding-left: 1.75rem;
}
.u-pl--xxl {
  padding-left: 2rem;
}
.u-pl--xxxl {
  padding-left: 2.25rem;
}
.u-pl--xxxxl {
  padding-left: 3.5rem;
}
.u-pl--xxxxxl {
  padding-left: 5rem;
}
.u-pl--auto {
  padding-left: auto;
}

/**
 * Padding (all sides)
 */
.u-p--0 {
  padding: 0;
}
.u-p--xxxxs {
  padding: 0.125rem;
}
.u-p--xxxs {
  padding: 0.25rem;
}
.u-p--xxs {
  padding: 0.5rem;
}
.u-p--xs {
  padding: 0.75rem;
}
.u-p--sm {
  padding: 1rem;
}
.u-p--md {
  padding: 1.25rem;
}
.u-p--lg {
  padding: 1.5rem;
}
.u-p--xl {
  padding: 1.75rem;
}
.u-p--xxl {
  padding: 2rem;
}
.u-p--xxxl {
  padding: 2.25rem;
}
.u-p--xxxxl {
  padding: 3.5rem;
}
.u-p--xxxxxl {
  padding: 5rem;
}
.u-p--auto {
  padding: auto;
}

/**
 * Padding (left + right sides)
 */
.u-px--0 {
  padding-left: 0;
  padding-right: 0;
}
.u-px--xxxxs {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.u-px--xxxs {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.u-px--xxs {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.u-px--xs {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.u-px--sm {
  padding-left: 1rem;
  padding-right: 1rem;
}
.u-px--md {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.u-px--lg {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.u-px--xl {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.u-px--xxl {
  padding-left: 2rem;
  padding-right: 2rem;
}
.u-px--xxxl {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.u-px--xxxxl {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.u-px--xxxxxl {
  padding-left: 5rem;
  padding-right: 5rem;
}
.u-px--auto {
  padding-left: auto;
  padding-right: auto;
}

/**
 * Padding (top + bottom sides)
 */
.u-py--0 {
  padding-top: 0;
  padding-bottom: 0;
}
.u-py--xxxxs {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.u-py--xxxs {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.u-py--xxs {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.u-py--xs {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.u-py--sm {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.u-py--md {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.u-py--lg {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.u-py--xl {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.u-py--xxl {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.u-py--xxxl {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.u-py--xxxxl {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.u-py--xxxxxl {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.u-py--auto {
  padding-top: auto;
  padding-bottom: auto;
}

/**
 * Responsive margin Y
 */
.u-my--xxs-lg {
  margin-top: clamp(0.5rem, 1.5vw, 1.5rem);
  margin-bottom: clamp(0.5rem, 1.5vw, 1.5rem);
}
.u-my--xs-sm {
  margin-top: clamp(0.75rem, 1vw, 1rem);
  margin-bottom: clamp(0.75rem, 1vw, 1rem);
}
.u-my--sm-lg {
  margin-top: clamp(1rem, 1.75vw, 1.5rem);
  margin-bottom: clamp(1rem, 1.75vw, 1.5rem);
}
.u-my--sm-xxl {
  margin-top: clamp(1rem, 2.25vw, 2rem);
  margin-bottom: clamp(1rem, 2.25vw, 2rem);
}
.u-my--sm-xxxl {
  margin-top: clamp(1rem, 2.5vw, 2.25rem);
  margin-bottom: clamp(1rem, 2.5vw, 2.25rem);
}
.u-my--md-xxl {
  margin-top: clamp(1.25rem, 2.25vw, 2rem);
  margin-bottom: clamp(1.25rem, 2.25vw, 2rem);
}
.u-my--md-xxxl {
  margin-top: clamp(1.25rem, 2.25vw, 2.25rem);
  margin-bottom: clamp(1.25rem, 2.25vw, 2.25rem);
}
.u-my--lg-xxl {
  margin-top: clamp(1.5rem, 2.25vw, 2rem);
  margin-bottom: clamp(1.5rem, 2.25vw, 2rem);
}
.u-my--lg-xxxl {
  margin-top: clamp(1.5rem, 2.5vw, 2.25rem);
  margin-bottom: clamp(1.5rem, 2.5vw, 2.25rem);
}

/**
 * Responsive margin top
 */
.u-mt--xxs-lg {
  margin-top: clamp(0.5rem, 1.5vw, 1.5rem);
}
.u-mt--xs-sm {
  margin-top: clamp(0.75rem, 1vw, 1rem);
}
.u-mt--sm-lg {
  margin-top: clamp(1rem, 1.75vw, 1.5rem);
}
.u-mt--sm-xxl {
  margin-top: clamp(1rem, 2.25vw, 2rem);
}
.u-mt--sm-xxxl {
  margin-top: clamp(1rem, 2.5vw, 2.25rem);
}
.u-mt--md-xxl {
  margin-top: clamp(1.25rem, 2.25vw, 2rem);
}
.u-mt--md-xxxl {
  margin-top: clamp(1.25rem, 2.25vw, 2.25rem);
}
.u-mt--lg-xxl {
  margin-top: clamp(1.5rem, 2.25vw, 2rem);
}
.u-mt--lg-xxxl {
  margin-top: clamp(1.5rem, 2.5vw, 2.25rem);
}

/**
 * Responsive margin bottom
 */
.u-mb--xxs-lg {
  margin-bottom: clamp(0.5rem, 1.5vw, 1.5rem);
}
.u-mb--xs-sm {
  margin-bottom: clamp(0.75rem, 1vw, 1rem);
}
.u-mb--sm-lg {
  margin-bottom: clamp(1rem, 1.75vw, 1.5rem);
}
.u-mb--sm-xxl {
  margin-bottom: clamp(1rem, 2.25vw, 2rem);
}
.u-mb--sm-xxxl {
  margin-bottom: clamp(1rem, 2.5vw, 2.25rem);
}
.u-mb--md-xxl {
  margin-bottom: clamp(1.25rem, 2.25vw, 2rem);
}
.u-mb--md-xxxl {
  margin-bottom: clamp(1.25rem, 2.25vw, 2.25rem);
}
.u-mb--lg-xxl {
  margin-bottom: clamp(1.5rem, 2.25vw, 2rem);
}
.u-mb--lg-xxxl {
  margin-bottom: clamp(1.5rem, 2.5vw, 2.25rem);
}

/**
 * Responsive padding Y
 */
.u-py--xxs-lg {
  padding-top: clamp(0.5rem, 1.5vw, 1.5rem);
  padding-bottom: clamp(0.5rem, 1.5vw, 1.5rem);
}
.u-py--xs-sm {
  padding-top: clamp(0.75rem, 1vw, 1rem);
  padding-bottom: clamp(0.75rem, 1vw, 1rem);
}
.u-py--sm-lg {
  padding-top: clamp(1rem, 1.75vw, 1.5rem);
  padding-bottom: clamp(1rem, 1.75vw, 1.5rem);
}
.u-py--sm-xxl {
  padding-top: clamp(1rem, 2.25vw, 2rem);
  padding-bottom: clamp(1rem, 2.25vw, 2rem);
}
.u-py--sm-xxxl {
  padding-top: clamp(1rem, 2.5vw, 2.25rem);
  padding-bottom: clamp(1rem, 2.5vw, 2.25rem);
}
.u-py--md-xxl {
  padding-top: clamp(1.25rem, 2.25vw, 2rem);
  padding-bottom: clamp(1.25rem, 2.25vw, 2rem);
}
.u-py--md-xxxl {
  padding-top: clamp(1.25rem, 2.25vw, 2.25rem);
  padding-bottom: clamp(1.25rem, 2.25vw, 2.25rem);
}
.u-py--lg-xxl {
  padding-top: clamp(1.5rem, 2.25vw, 2rem);
  padding-bottom: clamp(1.5rem, 2.25vw, 2rem);
}
.u-py--lg-xxxl {
  padding-top: clamp(1.5rem, 2.5vw, 2.25rem);
  padding-bottom: clamp(1.5rem, 2.5vw, 2.25rem);
}

/**
 * Responsive padding top
 */
.u-pt--xxs-lg {
  padding-top: clamp(0.5rem, 1.5vw, 1.5rem);
}
.u-pt--xs-sm {
  padding-top: clamp(0.75rem, 1vw, 1rem);
}
.u-pt--sm-lg {
  padding-top: clamp(1rem, 1.75vw, 1.5rem);
}
.u-pt--sm-xxl {
  padding-top: clamp(1rem, 2.25vw, 2rem);
}
.u-pt--sm-xxxl {
  padding-top: clamp(1rem, 2.5vw, 2.25rem);
}
.u-pt--md-xxl {
  padding-top: clamp(1.25rem, 2.25vw, 2rem);
}
.u-pt--md-xxxl {
  padding-top: clamp(1.25rem, 2.25vw, 2.25rem);
}
.u-pt--lg-xxl {
  padding-top: clamp(1.5rem, 2.25vw, 2rem);
}
.u-pt--lg-xxxl {
  padding-top: clamp(1.5rem, 2.5vw, 2.25rem);
}

/**
 * Responsive padding bottom
 */
.u-pb--xxs-lg {
  padding-bottom: clamp(0.5rem, 1.5vw, 1.5rem);
}
.u-pb--xs-sm {
  padding-bottom: clamp(0.75rem, 1vw, 1rem);
}
.u-pb--sm-lg {
  padding-bottom: clamp(1rem, 1.75vw, 1.5rem);
}
.u-pb--sm-xxl {
  padding-bottom: clamp(1rem, 2.25vw, 2rem);
}
.u-pb--sm-xxxl {
  padding-bottom: clamp(1rem, 2.5vw, 2.25rem);
}
.u-pb--md-xxl {
  padding-bottom: clamp(1.25rem, 2.25vw, 2rem);
}
.u-pb--md-xxxl {
  padding-bottom: clamp(1.25rem, 2.25vw, 2.25rem);
}
.u-pb--lg-xxl {
  padding-bottom: clamp(1.5rem, 2.25vw, 2rem);
}
.u-pb--lg-xxxl {
  padding-bottom: clamp(1.5rem, 2.5vw, 2.25rem);
}

/**
 * settings
 */
/**
 * Font-size
 */
.u-text--xxxs {
  font-size: 0.25rem;
}
.u-text--xxs {
  font-size: 0.5rem;
}
.u-text--xs {
  font-size: 0.75rem;
}
.u-text--sm {
  font-size: 1rem;
}
.u-text--md {
  font-size: 1.25rem;
}
.u-text--lg {
  font-size: 1.5rem;
}
.u-text--xl {
  font-size: 1.75rem;
}
.u-text--xxl {
  font-size: 2rem;
}
.u-text--xxxl {
  font-size: 2.25rem;
}
.u-text--xxxxl {
  font-size: 3.5rem;
}
.u-text--xxxxxl {
  font-size: 5rem;
}

/**
 * Line-height
 */
.u-line--xxxs {
  line-height: 0.25rem;
}
.u-line--xxs {
  line-height: 0.5rem;
}
.u-line--xs {
  line-height: 0.75rem;
}
.u-line--sm {
  line-height: 1rem;
}
.u-line--md {
  line-height: 1.25rem;
}
.u-line--lg {
  line-height: 1.5rem;
}
.u-line--xl {
  line-height: 1.75rem;
}
.u-line--xxl {
  line-height: 2rem;
}
.u-line--xxxl {
  line-height: 2.25rem;
}
.u-line--xxxxl {
  line-height: 3.5rem;
}
.u-line--xxxxxl {
  line-height: 5rem;
}

/**
 * Alignment
 */
.u-text--right {
  text-align: right;
}

.u-text--left {
  text-align: left;
}

.u-text--center {
  text-align: center;
}

.u-text--justify {
  text-align: justify;
}

/**
 * Text decoration
 */
.u-text--underline {
  text-decoration: underline;
}

.u-text--noline,
.u-text--no-line {
  text-decoration: none;
}

/**
 * Text weight
 */
.u-text--light {
  font-weight: 300;
}

.u-text--regular {
  font-weight: 400;
}

.u-text--medium {
  font-weight: 500;
}

.u-text--semi-bold {
  font-weight: 600;
}

.u-text--bold {
  font-weight: 700;
}

/**
 * Font family
 */
.u-text--primary {
  font-family: "InterVariable";
}

.u-text--secondary {
  font-family: "InterVariable";
}

.u-text--tertiary {
  font-family: "InterVariable";
}

/**
 * Text case
 */
.u-text--uppercase {
  text-transform: uppercase;
}

.u-text--lowercase {
  text-transform: lowercase;
}


/*# sourceMappingURL=main.css.map */
