/**
 * Settings.
 */
/**
 * Settings.
 */
/**
 * Font family map.
 */
/**
 * Font size map.
 */
/**
 * Line height map.
 */
/**
* Mobile.
**/
/**
 * Font size map.
 */
/**
 * Line height map.
 */
/**
 * Color Map (https://convertacolor.com/).
 */
/**
 * Color Variables.
 */
/**
 * Grid.
 */
/**
 * Assets.
 */
/**
 * Body.
 */
/**
 * Other.
 */
@import '../../node_modules/keen-slider/keen-slider.min.css';
@import '../../node_modules/photoswipe/dist/photoswipe.css';
*::selection {
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
}

/**
 * Responsive.
 */
/**
 * Vendor.
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Tools.
 */
/**
 * Tools.
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
 * Container
 * 
 * Center aligns element with given maximum width, padding, and margins top and bottom.
 * @param {String} $width - Pixel unit value.
 * @param {String} $gap - Pixel unit value.
 * @example @include container(1024px, 20px);
 */
/**
 * Section
 *
 * Add top and bottom spacing to element using paddings.
 * @param {String} $top - Pixel unit value.
 * @param {String} $bottom - Pixel unit value.
 * @example @include section(100px, 100px);
 */
/**
 * Media.
 *
 * Media queries according to "The 100% Correct Way To Do CSS Breakpoints" (https://medium.freecodecamp.com/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862).
 * @param {String} $breakpoint - Breakpoint pixel unit value.
 * @example @include media('phone') {}
 */
/**
 * Elements.
 */
/**
 * General.
 */
/**
 * Remove margin and padding from every selector including their
 * psuedo selectors.
 *
 * 1. More sensible default box sizing.
 *    (css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice).
 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; /* 1 */
}

/**
 * Set height of the document to maxium viewport height.
 *
 * 1. Set root font size to 10.
 */
html {
  height: 100vh;
  font-size: 62.5%; /* 1 */
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/**
 * Set minimal height of the body to maximum viewport height to
 * match the document's height.
 *
 * 1. Firefox 25+.
 * 2. Chrome 5+.
 */
body {
  min-height: 100vh;
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 0%);
  font-family: "Inter";
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale; /* 1 */
  -webkit-font-smoothing: antialiased; /* 2 */
}

/**
 * Custom user agent resets and overrides that are not present in
 * Normalize 8.0.0. This mostly removes some annoying margin and padding
 * defaults, border radius, and outlines.
 */
a {
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove border radius on Chrome 62.0+ on macOS.
 */
button {
  border: 0;
  border-radius: 0; /* 1 */
  outline: none;
  background: none;
  cursor: pointer;
}

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

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
}

/**
 * 1. Remove white space.
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; /* 1 */
}

/**
 * 1. Remove inherited user agent appearance.
 */
input,
select,
textarea {
  max-width: 100%;
  border: 0;
  border-radius: 0;
  outline: none;
  appearance: none; /* 1 */
}

/**
 * 1. Only allow vertical resizing to prevent the textarea
 *    from overflowing the container.
 */
textarea {
  resize: vertical;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  margin: 0;
}

/**
 * 1. Collapse borders to prevent double sided borders.
 */
table {
  max-width: 100%;
  border-collapse: collapse; /* 1 */
}

strong {
  font-weight: 700;
}

/**
 * Objects.
 */
/**
 * Button.
 */
.button {
  display: flex;
  flex-direction: row;
  padding: 14px 20px;
  justify-content: center;
  width: fit-content;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  background-color: hsl(198, 100%, 42%);
  color: hsl(0, 0%, 100%);
  font-family: "Cabin";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  transition: opacity 0.15s ease;
}
.button svg {
  width: 10.833px;
  height: 10.833px;
  fill: hsl(0, 0%, 100%);
  transition: opacity 0.15s ease;
}
.button:hover {
  background-color: hsl(207, 100%, 10%);
}
.button:hover svg {
  transform: rotate(45deg);
}
.button.button--secondary {
  border: 1.4px solid #00223D;
  background-color: transparent;
  color: hsl(215, 21%, 30%);
}
.button.button--secondary:hover {
  background-color: hsl(215, 21%, 30%);
  color: hsl(0, 0%, 100%);
}
.button.button--blue-transparent {
  border: 1.4px solid hsl(198, 100%, 42%);
  color: hsl(198, 100%, 42%);
  background-color: transparent;
  transition: opacity 0.15s ease;
}
.button.button--blue-transparent svg path {
  fill: hsl(198, 100%, 42%);
  transition: opacity 0.15s ease;
}
.button.button--blue-transparent:hover {
  background-color: hsl(198, 100%, 42%);
  color: hsl(0, 0%, 100%);
}
.button.button--blue-transparent:hover svg path {
  fill: hsl(0, 0%, 100%);
}
.button.button--white-transparent {
  border: 1.4px solid hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
  background-color: transparent;
}
.button.button--white-transparent svg path {
  fill: hsl(0, 0%, 100%);
}

/**
 * Every conceivable HTML element within a `.cms-output` wrapper.
 *
 * 1. Exclude last childs.
 */
.cms-output p:not(:last-child) {
  margin-bottom: 2em;
}
.cms-output h2,
.cms-output h3,
.cms-output h4 {
  margin-bottom: 30px;
}
.cms-output h5 {
  margin-bottom: 20px;
}
.cms-output .is-intro {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 899px) {
  .cms-output .is-intro {
    font-size: 18px;
    line-height: 24px;
  }
}
.cms-output img.aligncenter {
  display: block;
  margin: 0 auto;
}
.cms-output img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
.cms-output table {
  word-break: break-word;
}
.cms-output table td {
  vertical-align: top;
}
.cms-output ul,
.cms-output ol {
  list-style-type: none;
  margin-bottom: 1em;
}
.cms-output ul li,
.cms-output ol li {
  margin-bottom: 8px;
}
.cms-output ol {
  list-style-type: decimal;
}
.cms-output strong {
  font-weight: bold;
}
.cms-output a {
  text-decoration: none;
  transition: all 250ms ease;
}
.cms-output blockquote {
  position: relative;
  padding: 40px 45px 20px 45px;
  color: hsl(0, 100%, 50%);
}
.cms-output .wp-caption {
  margin-bottom: 20px;
}
.cms-output .wp-caption img {
  border-radius: 10px;
}
.cms-output .wp-caption .wp-caption-text {
  font-size: 16px;
  line-height: 20px;
  color: hsl(0, 100%, 50%);
  letter-spacing: 0.44px;
  margin-top: 10px;
}

.subtitle-label {
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: hsla(199, 100%, 42%, 0.12);
  color: hsl(198, 100%, 42%);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  font-family: "Cabin";
  width: fit-content;
  margin-bottom: 16px;
}

/**
 * The content constraint is a constraint for all the content within
 * the document. It can be manipulated by CSS or JavaScript without
 * influencing the body.
 */
.content-constraint {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(180deg, #FFF 0.48%, #F9FDFF 5%, #F9FDFF 65%, #EBF6FA 82%), #FDFEFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/**
 * Example of a flex based column grid layout in practice:
 *
 * <div class="row">
 *   <div class="col col-xs-6 col-sm-12"></div>
 *   <div class="col col-xs-6 col-sm-12"></div>
 * </div>
 *
 * This example will create a row with two columns each filling half the width
 * of the row on all media, but will convert to a full width column on the
 * small `-sm` breakpoint alias, which is mobile only. Refer to
 * `settings/_definitions.scss` for all breakpoint alias.
 */
/**
 * Flex object.
 *
 * Tip: Use flex on a column to make the box the same height as the column.
 */
.flex {
  display: flex;
}

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

/**
 * Flex object with a column based layout system.
 */
.row {
  display: flex;
  flex: 0 1 auto;
  flex-flow: row wrap;
  margin: 0 -10px;
}

/**
 * Box, the inside of a column.
 */
.box {
  flex: 1;
}

/**
 * Align `stretch` for the xs breakpoint.
 */
.align-xs-stretch {
  align-items: stretch;
}

/**
 * Align `center` for the xs breakpoint.
 */
.align-xs-center {
  align-items: center;
}

/**
 * Align `flex-start` for the xs breakpoint.
 */
.align-xs-flex-start {
  align-items: flex-start;
}

/**
 * Align `flex-end` for the xs breakpoint.
 */
.align-xs-flex-end {
  align-items: flex-end;
}

/**
 * Align `baseline` for the xs breakpoint.
 */
.align-xs-baseline {
  align-items: baseline;
}

/**
 * Justify `start` for the xs breakpoint.
 */
.justify-xs-start {
  justify-content: start;
}

/**
 * Justify `center` for the xs breakpoint.
 */
.justify-xs-center {
  justify-content: center;
}

/**
 * Justify `space-between` for the xs breakpoint.
 */
.justify-xs-space-between {
  justify-content: space-between;
}

/**
 * Justify `space-around` for the xs breakpoint.
 */
.justify-xs-space-around {
  justify-content: space-around;
}

/**
 * Justify `space-evenly` for the xs breakpoint.
 */
.justify-xs-space-evenly {
  justify-content: space-evenly;
}

/**
 * Bleed left for the xs breakpoint.
 */
.bleed-xs-left {
  padding-left: 0;
}

/**
 * Bleed right for the xs breakpoint.
 */
.bleed-xs-right {
  padding-right: 0;
}

/**
 * Order first for the `xs` breakpoint.
 */
.first-xs {
  order: -1;
}

/**
 * Order last for the `xs` breakpoint.
 */
.last-xs {
  order: 1;
}

/**
 * Reverse order for the `xs` breakpoint.
 */
.reverse-xs {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 599px) {
  /**
   * Align `stretch` for the sm breakpoint.
   */
  .align-sm-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the sm breakpoint.
   */
  .align-sm-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the sm breakpoint.
   */
  .align-sm-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the sm breakpoint.
   */
  .align-sm-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the sm breakpoint.
   */
  .align-sm-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the sm breakpoint.
   */
  .justify-sm-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the sm breakpoint.
   */
  .justify-sm-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the sm breakpoint.
   */
  .justify-sm-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the sm breakpoint.
   */
  .justify-sm-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the sm breakpoint.
   */
  .justify-sm-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the sm breakpoint.
   */
  .bleed-sm-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the sm breakpoint.
   */
  .bleed-sm-right {
    padding-right: 0;
  }
  /**
   * Order first for the `sm` breakpoint.
   */
  .first-sm {
    order: -1;
  }
  /**
   * Order last for the `sm` breakpoint.
   */
  .last-sm {
    order: 1;
  }
  /**
   * Reverse order for the `sm` breakpoint.
   */
  .reverse-sm {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 600px) {
  /**
   * Align `stretch` for the md breakpoint.
   */
  .align-md-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the md breakpoint.
   */
  .align-md-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the md breakpoint.
   */
  .align-md-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the md breakpoint.
   */
  .align-md-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the md breakpoint.
   */
  .align-md-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the md breakpoint.
   */
  .justify-md-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the md breakpoint.
   */
  .justify-md-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the md breakpoint.
   */
  .justify-md-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the md breakpoint.
   */
  .justify-md-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the md breakpoint.
   */
  .justify-md-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the md breakpoint.
   */
  .bleed-md-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the md breakpoint.
   */
  .bleed-md-right {
    padding-right: 0;
  }
  /**
   * Order first for the `md` breakpoint.
   */
  .first-md {
    order: -1;
  }
  /**
   * Order last for the `md` breakpoint.
   */
  .last-md {
    order: 1;
  }
  /**
   * Reverse order for the `md` breakpoint.
   */
  .reverse-md {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 900px) {
  /**
   * Align `stretch` for the lg breakpoint.
   */
  .align-lg-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the lg breakpoint.
   */
  .align-lg-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the lg breakpoint.
   */
  .align-lg-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the lg breakpoint.
   */
  .align-lg-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the lg breakpoint.
   */
  .align-lg-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the lg breakpoint.
   */
  .justify-lg-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the lg breakpoint.
   */
  .justify-lg-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the lg breakpoint.
   */
  .justify-lg-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the lg breakpoint.
   */
  .justify-lg-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the lg breakpoint.
   */
  .justify-lg-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the lg breakpoint.
   */
  .bleed-lg-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the lg breakpoint.
   */
  .bleed-lg-right {
    padding-right: 0;
  }
  /**
   * Order first for the `lg` breakpoint.
   */
  .first-lg {
    order: -1;
  }
  /**
   * Order last for the `lg` breakpoint.
   */
  .last-lg {
    order: 1;
  }
  /**
   * Reverse order for the `lg` breakpoint.
   */
  .reverse-lg {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  /**
   * Align `stretch` for the xl breakpoint.
   */
  .align-xl-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the xl breakpoint.
   */
  .align-xl-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the xl breakpoint.
   */
  .align-xl-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the xl breakpoint.
   */
  .align-xl-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the xl breakpoint.
   */
  .align-xl-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the xl breakpoint.
   */
  .justify-xl-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the xl breakpoint.
   */
  .justify-xl-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the xl breakpoint.
   */
  .justify-xl-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the xl breakpoint.
   */
  .justify-xl-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the xl breakpoint.
   */
  .justify-xl-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the xl breakpoint.
   */
  .bleed-xl-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the xl breakpoint.
   */
  .bleed-xl-right {
    padding-right: 0;
  }
  /**
   * Order first for the `xl` breakpoint.
   */
  .first-xl {
    order: -1;
  }
  /**
   * Order last for the `xl` breakpoint.
   */
  .last-xl {
    order: 1;
  }
  /**
   * Reverse order for the `xl` breakpoint.
   */
  .reverse-xl {
    flex-direction: row-reverse;
  }
}
/**
 * Default fields.
 */
.gsection_title {
  margin-bottom: 16px;
  font-size: 36px;
}

.gsection_description {
  margin-bottom: 8px;
}

label {
  display: block;
  margin-bottom: 8px;
  color: hsl(215, 21%, 30%);
  font-family: "Cabin";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

select,
input,
textarea {
  font-size: 16px;
  line-height: 160%;
  font-family: "Inter";
  width: 100%;
  height: 46px;
  border-radius: 6px;
  padding: 12px 12px 12px 16px;
  background-color: hsl(0, 0%, 100%);
  font-weight: 500;
  border: 1.2px solid #C1D1DE;
  color: hsl(213, 18%, 73%);
}
select:focus,
input:focus,
textarea:focus {
  background-color: hsl(0, 0%, 100%);
  color: hsl(215, 21%, 30%);
}

textarea {
  height: 230px;
  padding-top: 15px;
}

.gfield_required {
  color: hsl(0, 100%, 50%);
}

.gform_required_legend {
  display: none;
}

.ginput_container_select {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1.2px solid #C1D1DE !important;
  background-color: hsl(0, 0%, 100%) !important;
  border-radius: 6px;
  color: hsl(213, 18%, 73%);
}
.ginput_container_select svg {
  position: absolute;
  top: 14px;
  right: 20px;
  width: 12px;
  height: 18px;
  z-index: 1;
}
.ginput_container_select svg path {
  fill: hsl(198, 100%, 42%);
}
.ginput_container_select select {
  position: relative;
  width: calc(100% + 50px);
  max-width: none;
  margin: -2px;
  background-color: transparent;
  border: 0;
  z-index: 2;
}

input[type=radio],
input[type=checkbox] {
  width: 15px;
  height: 15px;
  border: 2px solid hsl(0, 0%, 0%);
  border-radius: 2px;
  background-color: hsl(0, 0%, 100%);
  transition: all 250ms ease;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  background-color: hsl(0, 0%, 0%);
}

input[type=radio] {
  border-radius: 20px;
}

/**
 * Gravity Forms.
 */
.gfield {
  margin-bottom: 25px;
}

.gform_validation_container {
  display: none;
}

.hidden_label > label {
  display: none;
}

.validation_message {
  font-size: 14px;
  line-height: 23px;
  margin-top: 5px;
  border-radius: 8px;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  width: 100%;
  color: hsl(0, 100%, 50%);
  background-color: hsla(0, 100%, 50%, 0.1);
}
.validation_message > svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-top: -2px;
}

.validation_error {
  display: none;
  position: relative;
  margin: 0 0 50px;
  padding: 25px 25px 25px 75px;
  background: hsla(0, 100%, 50%, 0.1);
  color: hsl(0, 100%, 50%);
}
.validation_error > svg {
  position: absolute;
  top: calc(50% - 15px);
  left: 30px;
  width: 31px;
  height: 30px;
  color: hsl(0, 100%, 50%);
}
.validation_error .close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.validation_error .close-button svg {
  width: 16px;
  height: 16px;
  color: hsl(0, 0%, 0%);
}

.gform_confirmation_message {
  width: 100%;
  padding: 50px;
  background: hsl(0, 100%, 50%);
}
.gform_confirmation_message br {
  display: none;
}
.gform_confirmation_message h4 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.gform_confirmation_message h4 svg {
  width: 28px;
  height: 28px;
  margin-right: 20px;
  border-radius: 20px;
  background-color: hsl(0, 0%, 100%);
  padding: 5px;
  color: hsl(0, 0%, 0%);
}

/**
 * Prev & Next button.
 */
.gform-page-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.gform_next_button.button,
.gform_previous_button.button {
  border: none;
  height: fit-content;
  border: 1px solid hsl(198, 100%, 42%);
}
.gform_next_button.button:hover,
.gform_previous_button.button:hover {
  background-color: hsl(198, 100%, 42%);
}
.gform_next_button.button::after,
.gform_previous_button.button::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 12px;
  display: inline-block;
  align-items: center;
  background: url("../../assets/images/Arrow.svg") no-repeat center;
}

.gform_previous_button.button {
  background-color: transparent;
  color: hsl(198, 100%, 42%);
}
.gform_previous_button.button:hover {
  background-color: transparent;
}

/**
 * Custom steps - progress bar.
 */
.custom-steps {
  margin-bottom: 24px;
}
.custom-steps__counter {
  margin-bottom: 8px;
  font-weight: bold;
}
.custom-steps__bar {
  width: 100%;
  height: 6px;
  background: rgba(193, 209, 222, 0.4);
  border-radius: 3px;
  overflow: hidden;
}
.custom-steps__fill {
  height: 100%;
  width: 0%;
  background-color: hsl(198, 100%, 42%);
  border-radius: 3px;
  transition: width 350ms ease;
}

.gf_page_steps {
  display: none;
}

/**
 * Heading.
 */
h1,
h2,
h3,
h4 {
  font-family: "Cabin";
  color: hsl(207, 100%, 10%);
  font-weight: 500;
}
h1.is-white,
h2.is-white,
h3.is-white,
h4.is-white {
  color: hsl(0, 0%, 100%);
}

/**
  * Heading 1.
*/
h1,
.heading-1 {
  font-size: 46px;
  line-height: 56px;
}
@media only screen and (max-width: 899px) {
  h1,
  .heading-1 {
    font-size: 34px;
    line-height: 42px;
  }
}

/**
 * Heading 2.
 */
h2,
.heading-2 {
  font-size: 36px;
  line-height: 44px;
  background: linear-gradient(92deg, hsl(213, 23%, 14%) 6.34%, hsl(215, 21%, 30%) 87.83%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 899px) {
  h2,
  .heading-2 {
    font-size: 28px;
    line-height: 36px;
  }
}

/**
 * Heading 3.
 */
h3,
.heading-3 {
  font-size: 28px;
  line-height: 36px;
}
@media only screen and (max-width: 899px) {
  h3,
  .heading-3 {
    font-size: 24px;
    line-height: 32px;
  }
}

/**
* Heading 3.
*/
h4 {
  font-size: 22px;
  line-height: 30px;
}
@media only screen and (max-width: 899px) {
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

/**
* Heading 3.
*/
h5 {
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (max-width: 899px) {
  h5 {
    font-size: 18px;
    line-height: 26px;
  }
}

/**
 * Subheading.
 */
p {
  font-size: 16px;
  line-height: 24px;
  color: hsl(215, 21%, 30%);
}
@media only screen and (max-width: 899px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
p.is-white {
  color: hsl(0, 0%, 100%);
}

.has-lazy-load {
  transition: all 750ms ease;
  transition-delay: 500ms;
  opacity: 0;
}
.has-lazy-load.header {
  transition-delay: 500ms;
  transition: all 750ms ease;
}

.has-lazy-load[loaded=true] {
  opacity: 1;
}

.pagination {
  width: 100%;
  margin-bottom: 150px;
}
.pagination .wrapper {
  justify-content: center;
}
.pagination .page-numbers {
  font-size: 18px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: all 250ms ease;
  color: hsl(0, 0%, 0%);
  font-weight: 500;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  color: hsl(0, 100%, 50%);
  font-weight: 700;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  margin-right: 15px;
}
.pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
  position: relative;
  top: 0;
  width: 27px;
  height: 22px;
  color: hsl(0, 0%, 0%);
  transition: all 250ms ease;
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  color: hsl(0, 100%, 50%);
}
.pagination .page-numbers.next {
  margin-right: 0;
  margin-left: 5px;
}

/**
 * Wrapper (default)
 */
.wrapper {
  max-width: calc(1280px + 100px);
  padding: 0 50px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 899px) {
  .wrapper {
    max-width: calc(1280px + 120px);
    padding: 0 60px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper {
    max-width: calc(1280px + 40px);
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
 * Wrapper (small)
 */
.wrapper--small {
  max-width: calc(1140px + 100px);
  padding: 0 50px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 899px) {
  .wrapper--small {
    max-width: calc(1140px + 120px);
    padding: 0 60px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper--small {
    max-width: calc(1140px + 40px);
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
* Self hosted google webfonts.
* https://gwfh.mranftl.com/fonts
**/
/* cabin-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cabin";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/cabin-v35-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cabin-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cabin";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/cabin-v35-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cabin-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cabin";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/cabin-v35-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cabin-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cabin";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/cabin-v35-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cabin-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cabin";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/cabin-v35-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cabin-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cabin";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/cabin-v35-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cabin-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cabin";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/cabin-v35-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cabin-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cabin";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/cabin-v35-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/inter-v20-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/inter-v20-latin-100italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/inter-v20-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/inter-v20-latin-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter-v20-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/inter-v20-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v20-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/inter-v20-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v20-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/inter-v20-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v20-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/inter-v20-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v20-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/inter-v20-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/inter-v20-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/inter-v20-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/inter-v20-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/inter-v20-latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/**
 * Components.
 */
.header-wrapper {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}
.header-wrapper .notice {
  display: flex;
  width: 100%;
  height: 40px;
  padding: 7px 0;
  justify-content: center;
  align-items: center;
  background: hsl(207, 100%, 10%);
  overflow: hidden;
}
.header-wrapper .notice p {
  color: #D5E2ED;
  white-space: nowrap;
  display: inline-block;
}
@media only screen and (max-width: 599px) {
  .header-wrapper .notice p {
    animation: ticker 12s linear infinite;
  }
}
@keyframes ticker {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.header-wrapper .header {
  margin-top: 54px;
}
.header-wrapper .header .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header-wrapper .header .header__logo {
  z-index: 20;
  width: 172px;
  height: auto;
}
@media only screen and (max-width: 1199px) {
  .header-wrapper .header .header__logo {
    width: 140px;
  }
}
@media only screen and (max-width: 599px) {
  .header-wrapper .header .header__logo {
    width: 179px;
  }
}
.header-wrapper .header .logo-color {
  display: none;
}
.header-wrapper .header .header__menu {
  display: flex;
  flex-direction: row;
  padding: 12px 16px 12px 32px;
  align-items: center;
  gap: 40px;
  border-radius: 100px;
  background: rgba(193, 209, 222, 0.2);
  backdrop-filter: blur(2px);
  font-family: "Cabin";
  color: hsl(207, 100%, 10%);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-left: auto;
}
@media only screen and (max-width: 899px) {
  .header-wrapper .header .header__menu {
    order: 3;
    padding: 12px 16px;
    margin-left: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .header-wrapper .header .header__menu {
    padding: 16px;
    z-index: 20;
  }
}
.header-wrapper .header .header__menu-list {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media only screen and (max-width: 1199px) {
  .header-wrapper .header .header__menu-list {
    gap: 24px;
  }
}
@media only screen and (max-width: 899px) {
  .header-wrapper .header .header__menu-list {
    display: none;
  }
}
.header-wrapper .header .header__menu-item {
  position: relative;
}
.header-wrapper .header .header__menu-item::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 200%;
  height: 100px;
}
.header-wrapper .header .header__menu-link {
  display: flex;
  flex-direction: row;
  gap: 8px;
  color: hsl(0, 0%, 100%);
}
.header-wrapper .header .header__menu-link .svg-wrapper svg {
  height: 12px;
}
.header-wrapper .header .header__menu-link .svg-wrapper svg path {
  fill: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 1199px) {
  .header-wrapper .header .header__menu-link {
    font-size: 14px;
  }
}
.header-wrapper .header .header__submenu-list {
  display: inline-flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 16px;
  background: hsl(198, 100%, 98%);
  position: absolute;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease;
}
.header-wrapper .header .header__submenu-list.is-active {
  opacity: 1;
  visibility: visible;
}
.header-wrapper .header .header__submenu-item {
  width: 100%;
}
.header-wrapper .header .header__submenu-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  color: hsl(215, 21%, 30%);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  gap: 16px;
  border-bottom: 1px solid rgba(61, 76, 94, 0.1);
  padding-bottom: 12px;
  white-space: nowrap;
}
.header-wrapper .header .header__submenu-link svg {
  transform: rotate(-90deg);
}
.header-wrapper .header .header__submenu-link svg path {
  fill: hsl(215, 21%, 30%);
}
.header-wrapper .header .header__submenu-link:hover {
  color: hsl(198, 100%, 42%);
}
.header-wrapper .header .header__submenu-link:hover svg path {
  fill: hsl(198, 100%, 42%);
}
.header-wrapper .header li:last-child .header__submenu-link {
  border-bottom: none;
  padding-bottom: 0;
}
.header-wrapper .header .header__cta {
  display: flex;
  height: 42px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: hsl(198, 100%, 42%);
  transition: opacity 0.15s ease;
}
@media only screen and (max-width: 1199px) {
  .header-wrapper .header .header__cta {
    font-size: 14px;
  }
}
.header-wrapper .header .header__cta:hover {
  background-color: hsl(207, 100%, 10%);
}
@media only screen and (max-width: 599px) {
  .header-wrapper .header .header__cta {
    display: none;
  }
}
.header-wrapper .header.header--scrolled .header__menu-link {
  color: hsl(207, 100%, 10%);
}
.header-wrapper .header.header--scrolled .header__menu-link path {
  fill: hsl(207, 100%, 10%);
}
.header-wrapper .header.header--scrolled .logo-white {
  display: none;
}
.header-wrapper .header.header--scrolled .logo-color {
  display: flex;
}
.header-wrapper .language-switch {
  display: flex;
  padding: 8px 24px;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  background: hsl(198, 100%, 98%);
  position: relative;
  margin-left: auto;
}
@media only screen and (max-width: 599px) {
  .header-wrapper .language-switch {
    display: none;
  }
}
.header-wrapper .language-switch::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 200%;
  height: 100px;
}
.header-wrapper .language-switch img {
  width: 23px;
  height: 19px;
  border-radius: 4px;
  border: 0.6px solid hsl(0, 0%, 100%);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.08);
}
.header-wrapper .language-switch__toggle span {
  color: hsl(207, 100%, 10%);
  font-family: "Cabin";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-right: 8px;
}
@media only screen and (max-width: 1199px) {
  .header-wrapper .language-switch__toggle span {
    display: none;
  }
}
.header-wrapper .language-switch__toggle svg {
  height: 12px;
}
.header-wrapper .language-switch__toggle svg path {
  fill: #171717;
}
.header-wrapper .language-switch__dropdown {
  display: inline-flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 16px;
  background: hsl(198, 100%, 98%);
  position: absolute;
  top: 42px;
  right: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease;
  margin-top: 12px;
}
.header-wrapper .language-switch__dropdown.is-active {
  opacity: 1;
  visibility: visible;
}
.header-wrapper .language-switch__dropdown li {
  border-bottom: 1px solid rgba(61, 76, 94, 0.1);
  padding-bottom: 12px;
}
.header-wrapper .language-switch__dropdown li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.header-wrapper .language-switch__dropdown a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: hsl(215, 21%, 30%);
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  gap: 16px;
  white-space: nowrap;
}
.header-wrapper .language-switch__dropdown a:last-child {
  border-bottom: none;
}
.header-wrapper .language-switch__dropdown a svg {
  width: 10.5px;
  transform: rotate(-90deg);
}
.header-wrapper .language-switch__dropdown a svg path {
  fill: hsl(215, 21%, 30%);
}
.header-wrapper .language-switch__dropdown a:hover {
  color: hsl(198, 100%, 42%);
}
.header-wrapper .language-switch__dropdown a:hover svg path {
  fill: hsl(198, 100%, 42%);
}
.header-wrapper .button-wrapper {
  flex-direction: row;
  gap: 16px;
  display: none;
}
@media only screen and (max-width: 899px) {
  .header-wrapper .button-wrapper {
    display: flex;
  }
}
.header-wrapper .button-wrapper p {
  color: hsl(215, 21%, 30%);
  font-family: "Cabin";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
@media only screen and (max-width: 599px) {
  .header-wrapper .button-wrapper p {
    display: none;
  }
}
@media only screen and (max-width: 899px) {
  .header-wrapper .header__menu-button {
    display: block;
  }
}
.header-wrapper .header__menu-button span {
  width: 24.842px;
  height: 2px;
  background-color: hsl(215, 21%, 30%);
  display: block;
  margin-block: 5px;
  transition: opacity 0.15s ease;
  border-radius: 285.714px;
}
.header-wrapper .header__menu-button.is-active span {
  background-color: hsl(207, 100%, 10%);
}
.header-wrapper .header__menu-button.is-active span:first-child {
  transform: rotate(45deg);
  position: relative;
  top: 7px;
}
@media only screen and (max-width: 599px) {
  .header-wrapper .header__menu-button.is-active span:first-child {
    top: 8px;
  }
}
.header-wrapper .header__menu-button.is-active span:nth-child(2) {
  opacity: 0;
}
.header-wrapper .header__menu-button.is-active span:nth-child(3) {
  transform: rotate(135deg);
  position: relative;
  top: -7px;
}
@media only screen and (max-width: 599px) {
  .header-wrapper .header__menu-button.is-active span:nth-child(3) {
    top: -6px;
  }
}

.navigation-mobile {
  position: fixed;
  margin-top: 48px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 16px);
  padding: 12px 0;
  background: hsl(0, 0%, 100%);
  border-radius: 8px;
  opacity: 0;
  transition: all 500ms ease;
  height: calc(100vh - 48px);
  pointer-events: none;
}
.navigation-mobile.is-active {
  top: 0;
  opacity: 1;
  position: auto;
  pointer-events: all;
}
.navigation-mobile::-webkit-scrollbar {
  display: none;
}
.navigation-mobile .mobile-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 150px 16px;
}
.navigation-mobile .navigation-mobile__main {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.navigation-mobile .navigation-mobile__link {
  color: hsl(207, 100%, 10%);
  font-family: "Cabin";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.navigation-mobile .navigation-mobile__link svg {
  margin-left: 16px;
}
.navigation-mobile .navigation-mobile__submenu {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.navigation-mobile .navigation-mobile__submenu.is-active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.navigation-mobile .link-wrapper {
  margin-top: 120px;
  display: none;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .navigation-mobile .link-wrapper {
    display: flex;
  }
}
.navigation-mobile .navigation-mobile__button {
  width: 100%;
}
.navigation-mobile .language-switch-mobile {
  display: none;
  padding: 8px 24px;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  background: hsl(198, 100%, 98%);
  position: relative;
}
@media only screen and (max-width: 599px) {
  .navigation-mobile .language-switch-mobile {
    display: flex;
  }
}
.navigation-mobile .language-switch-mobile::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 200%;
  height: 100px;
}
.navigation-mobile .language-switch-mobile img {
  width: 23px;
  height: 19px;
  border-radius: 4px;
  border: 0.6px solid hsl(0, 0%, 100%);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.08);
}
.navigation-mobile .language-switch__toggle span {
  color: hsl(207, 100%, 10%);
  font-family: "Cabin";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-right: 8px;
}
.navigation-mobile .language-switch__toggle svg {
  height: 12px;
}
.navigation-mobile .language-switch__toggle svg path {
  fill: #171717;
}
.navigation-mobile .language-switch__dropdown {
  display: inline-flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 16px;
  background: hsl(198, 100%, 98%);
  position: absolute;
  top: 42px;
  right: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 2s ease;
}
.navigation-mobile .language-switch__dropdown.is-active {
  opacity: 1;
  visibility: visible;
}
.navigation-mobile .language-switch__dropdown a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: hsl(215, 21%, 30%);
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  gap: 16px;
  border-bottom: 1px solid rgba(61, 76, 94, 0.1);
  padding-bottom: 12px;
  white-space: nowrap;
}
.navigation-mobile .language-switch__dropdown a svg {
  width: 10.5px;
  transform: rotate(-90deg);
}
.navigation-mobile .language-switch__dropdown a svg path {
  fill: hsl(215, 21%, 30%);
}
.navigation-mobile .language-switch__dropdown a:hover {
  color: hsl(198, 100%, 42%);
}
.navigation-mobile .language-switch__dropdown a:hover svg path {
  fill: hsl(198, 100%, 42%);
}

/**
 * Disable scroll.
 */
body.is-active {
  overflow: hidden;
}
body.is-active .header::before {
  bottom: 0;
}

.content-default {
  margin: 60px 0;
}
@media only screen and (max-width: 1199px) {
  .content-default {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .content-default {
    margin: 32px 0;
  }
}
@media only screen and (max-width: 599px) {
  .content-default {
    margin: 0;
  }
}
.content-default .wrapper {
  display: flex;
  flex-direction: row;
  gap: 83px;
  align-items: flex-start;
}
@media only screen and (max-width: 599px) {
  .content-default .wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.content-default .sidebar-menu {
  width: 312px;
  position: sticky;
  top: 120px;
  align-self: flex-start;
}
@media only screen and (max-width: 599px) {
  .content-default .sidebar-menu {
    width: 100%;
    position: relative;
    top: 0;
  }
}
@media only screen and (max-width: 599px) {
  .content-default .content-default__subtitle {
    width: 100%;
    justify-content: center;
    background-color: transparent;
    color: hsl(215, 21%, 30%);
    justify-self: center;
    gap: 32px;
    border-bottom: 1.5px solid hsl(215, 21%, 30%);
    border-radius: 0;
    padding: 16px;
    padding-left: 32px;
  }
}
.content-default .content-default__subtitle svg {
  display: none;
}
@media only screen and (max-width: 599px) {
  .content-default .content-default__subtitle svg {
    display: flex;
    justify-content: center;
  }
  .content-default .content-default__subtitle svg path {
    fill: hsl(198, 100%, 42%);
  }
}
.content-default .content-default__title {
  margin-bottom: 16px;
}
@media only screen and (max-width: 599px) {
  .content-default .content-default__title {
    display: none;
  }
}
.content-default .js-toc ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.content-default .js-toc ul a {
  color: hsl(215, 21%, 30%);
  font-family: "Cabin";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.content-default .js-toc ul a.is-active {
  display: flex;
  width: 312px;
  padding: 8px 16px 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border-left: 4px solid hsl(198, 100%, 42%);
  background: #E0F3FA;
}
@media only screen and (max-width: 599px) {
  .content-default .js-toc ul a {
    display: flex;
    justify-content: center;
    border-bottom: 1.2px solid hsl(210, 33%, 96%);
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 599px) {
  .content-default .js-toc {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .content-default .js-toc.active {
    height: fit-content;
    opacity: 1;
    visibility: visible;
  }
}
.content-default .content-default__editor {
  width: calc(100% - 312px - 83px);
}
@media only screen and (max-width: 599px) {
  .content-default .content-default__editor {
    width: 100%;
  }
}

.content-hero {
  box-sizing: border-box;
  margin: 191px 20px 0;
  background-size: cover;
  background-position: center;
  height: 383px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  max-width: 1391px;
  width: calc(100% - 40px);
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .content-hero {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .content-hero {
    margin-bottom: 32px;
    height: fit-content;
  }
}
.content-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(79.37deg, #042F4C -0.27%, rgba(0, 152, 216, 0.34) 51.51%, rgba(4, 47, 76, 0.36) 78.78%);
  z-index: 1;
  pointer-events: none;
}
.content-hero .wrapper {
  display: flex;
  flex-direction: column;
  padding: 85px;
  height: 100%;
  justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  .content-hero .wrapper {
    padding: 72px 56px;
  }
}
@media only screen and (max-width: 899px) {
  .content-hero .wrapper {
    padding: 220px 56px 110px;
  }
}
@media only screen and (max-width: 599px) {
  .content-hero .wrapper {
    padding: 220px 16px 110px;
    align-items: center;
  }
}
.content-hero .content-hero__title {
  margin-bottom: 16px;
  background: linear-gradient(90deg, #FFF 38.79%, #C2DDE7 83.17%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 5;
}
@media only screen and (max-width: 599px) {
  .content-hero .content-hero__title {
    text-align: center;
  }
}
.content-hero .content-hero__editor {
  margin-bottom: 32px;
  z-index: 5;
}
.content-hero .content-hero__editor p {
  color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 599px) {
  .content-hero .content-hero__editor {
    text-align: center;
  }
}
.content-hero .button {
  z-index: 5;
}

.content-hero-home {
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .content-hero-home {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .content-hero-home {
    margin-bottom: 32px;
  }
}
.content-hero-home .content-hero-home__inner {
  margin: 62px 20px 0 20px;
  background-size: cover;
  background-position: center;
  height: 864px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  padding: 95px 85px;
}
@media only screen and (max-width: 1199px) {
  .content-hero-home .content-hero-home__inner {
    padding: 65px 40px;
    height: 800px;
  }
}
@media only screen and (max-width: 899px) {
  .content-hero-home .content-hero-home__inner {
    height: 800px;
  }
}
@media only screen and (max-width: 599px) {
  .content-hero-home .content-hero-home__inner {
    padding: 65px 16px;
    height: 720px;
    margin: 48px 8px 0 8px;
  }
}
.content-hero-home .content-hero-home__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(79.37deg, #042F4C -0.27%, rgba(0, 152, 216, 0.34) 51.51%, rgba(4, 47, 76, 0.36) 78.78%);
  z-index: 1;
  pointer-events: none;
}
.content-hero-home .content-hero-home__inner .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  color: hsl(0, 0%, 100%);
  gap: 40px;
}
@media only screen and (max-width: 899px) {
  .content-hero-home .content-hero-home__inner .wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 599px) {
  .content-hero-home .content-hero-home__inner .wrapper {
    padding: 0;
  }
}
.content-hero-home .content-hero-home__inner .content-hero-home__content {
  z-index: 5;
  width: calc(100% - 391px);
  width: 100%;
}
.content-hero-home .content-hero-home__inner .content-hero-home__subtitle {
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: rgba(193, 209, 222, 0.2);
  backdrop-filter: blur(2px);
  width: fit-content;
  margin-bottom: 24px;
}
.content-hero-home .content-hero-home__inner .content-hero-home__subtitle p {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 0 12.667px rgba(0, 0, 0, 0.09);
}
.content-hero-home .content-hero-home__inner .content-hero-home__title {
  background: linear-gradient(90deg, #FFF 38.79%, #C2DDE7 83.17%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-size: 58px;
  font-weight: 500;
  line-height: 115%;
}
@media only screen and (max-width: 899px) {
  .content-hero-home .content-hero-home__inner .content-hero-home__title {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 599px) {
  .content-hero-home .content-hero-home__inner .content-hero-home__title {
    font-size: 38px;
  }
}
.content-hero-home .content-hero-home__inner .button.button--default {
  display: none;
}
@media only screen and (max-width: 599px) {
  .content-hero-home .content-hero-home__inner .button.button--default {
    display: block;
    background-color: hsl(198, 100%, 42%);
    margin-bottom: 24px;
  }
}
.content-hero-home .content-hero-home__inner .content-hero-home__cta {
  display: flex;
  flex-direction: row;
  padding: 24px;
  align-items: center;
  gap: 24px;
  border-radius: 8px;
  background: rgba(193, 209, 222, 0.2);
  z-index: 5;
  width: 391px;
}
@media only screen and (max-width: 599px) {
  .content-hero-home .content-hero-home__inner .content-hero-home__cta {
    width: 100%;
  }
}
.content-hero-home .content-hero-home__inner .content-hero-home__cta-image {
  width: 92px;
  height: 86px;
  aspect-ratio: 46/43;
}
.content-hero-home .content-hero-home__inner .cta-content__wrapper .content-hero-home__cta-subtitle {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  border: 1px solid hsl(198, 100%, 98%);
  font-size: 14px;
  width: fit-content;
  color: hsl(0, 0%, 100%);
}
.content-hero-home .content-hero-home__inner .cta-content__wrapper .content-hero-home__cta-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: hsl(0, 0%, 100%);
}
.content-hero-home .content-hero-home__inner.inner-curve {
  --r: 20px; /* control the rounded part */
  --s: 40px; /* control the size of the cut */
  --a: 20deg; /* control the depth of the curvature */
  --p: 50%; /* control the position */
  border-radius: var(--r);
  --_m:calc(100% - var(--r)),#000 calc(100% - 1px),#0000;
  --_d:(var(--s) + var(--r))*cos(var(--a));
  mask: radial-gradient(var(--r) at calc(var(--p) + var(--_d)) var(--_m)), radial-gradient(var(--r) at calc(var(--p) - var(--_d)) var(--_m)), radial-gradient(var(--s) at var(--p) calc(100% + sin(var(--a)) * var(--s)), rgba(0, 0, 0, 0) 100%, #000 calc(100% + 1px)) 0 calc(var(--r) * (sin(var(--a)) - 1)) no-repeat, linear-gradient(90deg, #000 calc(var(--p) - var(--_d)), rgba(0, 0, 0, 0) 0 calc(var(--p) + var(--_d)), #000 0);
}
.content-hero-home .content-hero-home__content-button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 100px;
  background: hsl(198, 100%, 42%);
  box-shadow: 0 4px 8px 0 rgba(4, 47, 76, 0.08);
  bottom: -24px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  animation: floatChevron 2s ease-in-out infinite;
}
.content-hero-home .content-hero-home__content-button svg {
  height: 20px;
  width: 22px;
}
.content-hero-home .content-hero-home__content-button svg path {
  fill: hsl(0, 0%, 100%);
}
@keyframes floatChevron {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-6px);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}

.content-reviews {
  margin: 60px 0;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .content-reviews {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 899px) {
  .content-reviews {
    margin: 32px 0;
  }
}
.content-reviews .content-reviews__title {
  margin-bottom: 56px;
}
.content-reviews .content-reviews__slider {
  display: flex;
}
@media only screen and (max-width: 599px) {
  .content-reviews .content-reviews__slider {
    flex-direction: column;
    gap: 24px;
  }
}
.content-reviews .content-reviews__slide {
  display: flex;
  padding: 32px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 8px;
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0 8px 32px 0 rgba(4, 47, 76, 0.08);
}
.content-reviews .content-reviews__slide-title {
  color: hsl(207, 100%, 10%);
  font-family: "Cabin";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.content-reviews .content-reviews__slide-editor {
  color: hsl(207, 100%, 10%);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.content-reviews .content-reviews__author {
  display: flex;
  flex-direction: row;
  width: 50%;
  gap: 16px;
  margin-top: auto;
}
.content-reviews .content-reviews__author-image {
  width: 44px;
  height: 44px;
  border-radius: 6px;
}
.content-reviews .content-reviews__author-info {
  display: flex;
  flex-direction: column;
}
.content-reviews .content-reviews__author-name {
  color: hsl(207, 100%, 10%);
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.content-reviews .content-reviews__author-since {
  color: rgba(61, 76, 94, 0.6);
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  white-space: nowrap;
}
.content-reviews .content-reviews__nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 40px;
  gap: 16px;
}
@media only screen and (max-width: 599px) {
  .content-reviews .content-reviews__nav {
    display: none;
  }
}
.content-reviews .content-review__nav-prev,
.content-reviews .content-review__nav-next {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  opacity: 0.8;
  background: hsl(0, 0%, 100%);
}
.content-reviews .content-review__nav-prev {
  transform: rotate(180deg);
}

.content-cta {
  background-color: hsl(207, 100%, 10%);
  margin: 60px 20px;
  padding: 92px 6.563px;
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .content-cta {
    margin: 40px 20px;
  }
}
@media only screen and (max-width: 899px) {
  .content-cta {
    margin: 32px 20px;
  }
}
.content-cta .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.content-cta .content-cta__subtitle {
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid rgba(0, 152, 216, 0.3);
  background: rgba(0, 152, 216, 0.2);
  box-shadow: 0 4px 25px 0 rgba(0, 152, 216, 0.15);
  color: hsl(198, 100%, 42%);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  width: fit-content;
  margin-bottom: 16px;
}
.content-cta .content-cta__title {
  width: 804px;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  background: linear-gradient(90deg, #FFF 38.79%, #C2DDE7 83.17%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1199px) {
  .content-cta .content-cta__title {
    width: 100%;
  }
}
.content-cta .content-cta__wrapper {
  display: flex;
  flex-direction: row;
  gap: 28px;
}
@media only screen and (max-width: 599px) {
  .content-cta .content-cta__wrapper {
    flex-direction: column;
  }
}
.content-cta .content-cta__wrapper .cta-icon {
  display: flex;
  width: 46px;
  padding: 11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 82.037px;
  background: #21557F;
}
.content-cta .content-cta__wrapper .cta-title {
  color: hsl(0, 0%, 100%);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.content-cta .content-cta__wrapper .cta-teaser p {
  color: hsl(240, 14%, 77%);
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.14px;
}
.content-cta .content-cta__wrapper .cta-button {
  display: flex;
  flex-direction: row;
  color: hsl(198, 100%, 42%);
  font-size: 13.126px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.131px;
  gap: 16px;
}
.content-cta .content-cta__wrapper .cta-button svg {
  height: 10.504px;
  transform: rotate(-90deg);
}
.content-cta .content-cta__wrapper .cta-button svg path {
  fill: hsl(198, 100%, 42%);
}
.content-cta .content-cta__wrapper .left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .content-cta .content-cta__wrapper .left {
    flex-direction: column-reverse;
    width: 50%;
  }
}
@media only screen and (max-width: 599px) {
  .content-cta .content-cta__wrapper .left {
    width: 100%;
  }
}
.content-cta .content-cta__wrapper .cta-block__one,
.content-cta .content-cta__wrapper .cta-block__four {
  display: flex;
  flex-direction: row;
  height: 112px;
  padding: 24px;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 8px;
  background: #003050;
  transition: all 0.3s ease;
}
.content-cta .content-cta__wrapper .cta-block__one:hover,
.content-cta .content-cta__wrapper .cta-block__four:hover {
  padding-left: 32px;
}
@media only screen and (max-width: 1199px) {
  .content-cta .content-cta__wrapper .cta-block__one,
  .content-cta .content-cta__wrapper .cta-block__four {
    width: 80%;
  }
}
@media only screen and (max-width: 599px) {
  .content-cta .content-cta__wrapper .cta-block__one,
  .content-cta .content-cta__wrapper .cta-block__four {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .content-cta .content-cta__wrapper .cta-block__one {
    align-self: flex-end;
  }
}
.content-cta .content-cta__wrapper .cta-block__two,
.content-cta .content-cta__wrapper .cta-block__three {
  display: flex;
  height: 351px;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 8px;
  background: #003050;
  width: 100%;
  transition: all 0.3s ease;
}
.content-cta .content-cta__wrapper .cta-block__two:hover,
.content-cta .content-cta__wrapper .cta-block__three:hover {
  padding-left: 32px;
}
.content-cta .content-cta__wrapper .cta-block__two .cta-title,
.content-cta .content-cta__wrapper .cta-block__three .cta-title {
  font-size: 28px;
}
@media only screen and (max-width: 599px) {
  .content-cta .content-cta__wrapper .cta-block__two,
  .content-cta .content-cta__wrapper .cta-block__three {
    width: 100%;
  }
}
.content-cta .content-cta__wrapper .cta-block__three .cta-icon {
  width: auto;
  height: 45.941px;
  background-color: none;
  padding: 0;
  background: inherit;
}
.content-cta .content-cta__wrapper .cta-center-image {
  position: relative;
  width: 595px;
  height: 569px;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .content-cta .content-cta__wrapper .cta-center-image {
    display: none;
    width: 0;
  }
}
.content-cta .content-cta__wrapper .cta-center-image img {
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.content-cta .content-cta__wrapper .right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  width: 50%;
}
@media only screen and (max-width: 599px) {
  .content-cta .content-cta__wrapper .right {
    width: 100%;
  }
}

.content-faq {
  margin: 60px 0;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .content-faq {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 899px) {
  .content-faq {
    margin: 32px 0;
  }
}
.content-faq .wrapper {
  display: flex;
  flex-direction: row;
  gap: 142px;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .content-faq .wrapper {
    gap: 116px;
  }
}
@media only screen and (max-width: 899px) {
  .content-faq .wrapper {
    flex-direction: column;
    gap: 48px;
  }
}
.content-faq .faq__head {
  width: 332px;
}
.content-faq .content-faq__title {
  margin-bottom: 16px;
  color: hsl(215, 21%, 30%);
}
.content-faq .content-faq__editor {
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: 500;
  line-height: 125%;
  color: hsl(215, 21%, 30%);
}
.content-faq .content-faq__list {
  width: calc(100% - 332px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 899px) {
  .content-faq .content-faq__list {
    width: 100%;
  }
}
.content-faq .content-faq__item {
  padding: 20px 24px 24px 24px;
  background-color: hsl(0, 0%, 100%);
  border-radius: 8px;
}
.content-faq .content-faq__item:last-child {
  border-bottom: none;
}
.content-faq .content-faq__item .faq__item-title-button {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.content-faq .content-faq__item .faq__item-title-button.is-active .faq__item-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  background-color: hsl(215, 21%, 30%);
  border-radius: 100px;
  transition: all 250ms ease;
}
.content-faq .content-faq__item .faq__item-icon {
  border-radius: 2px;
  background-color: transparent;
  display: flex;
  width: 45px;
  height: 45px;
  aspect-ratio: 1/1;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: relative;
  transition: all 250ms ease;
}
.content-faq .content-faq__item .faq__item-icon::before {
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: hsl(207, 100%, 10%);
  border-radius: 100px;
  content: "";
  transition: all 250ms ease;
}
.content-faq .content-faq__item .faq__item-icon::after {
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  background: hsl(215, 21%, 30%);
  border-radius: 100px;
  content: "";
  transition: all 250ms ease;
}
.content-faq .content-faq__item .content-faq__item-title {
  color: hsl(215, 21%, 30%);
  font-family: "Cabin";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin: 0;
  text-align: left;
}
.content-faq .content-faq__item .content-faq__item-editor {
  margin-top: 16px;
  color: hsl(215, 21%, 30%);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.content-text-image {
  margin: 60px 0;
  padding: 20px 0;
}
@media only screen and (max-width: 1199px) {
  .content-text-image {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 899px) {
  .content-text-image {
    margin: 32px 0;
  }
}
.content-text-image.content-text-image--right .wrapper {
  flex-direction: row;
}
@media only screen and (max-width: 899px) {
  .content-text-image.content-text-image--right .wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 899px) {
  .content-text-image.content-text-image--left .wrapper {
    flex-direction: column;
  }
}
.content-text-image .wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 80px;
}
@media only screen and (max-width: 899px) {
  .content-text-image .wrapper {
    flex-direction: column-reverse;
    gap: 48px;
  }
}
.content-text-image .text-image__wrapper {
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: center;
}
@media only screen and (max-width: 899px) {
  .content-text-image .text-image__wrapper {
    width: 100%;
  }
}
.content-text-image .content-text-image__title {
  margin-bottom: 16px;
}
.content-text-image .content-text-image__editor {
  color: hsl(215, 21%, 30%);
  margin-bottom: 48px;
}
.content-text-image .content-text-image__editor ul li {
  position: relative;
  color: hsl(215, 21%, 30%);
  padding-left: 28px;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.content-text-image .content-text-image__editor ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-image: url("../../assets/images/check-sharp.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.content-text-image .content-text-image__usps {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 24px;
}
@media only screen and (max-width: 599px) {
  .content-text-image .content-text-image__usps {
    flex-direction: column;
  }
}
.content-text-image .content-text-image__usp {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
@media only screen and (max-width: 599px) {
  .content-text-image .content-text-image__usp {
    border: none;
  }
  .content-text-image .content-text-image__usp:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(193, 209, 222, 0.3);
  }
}
.content-text-image .usp-info__wrapper {
  display: flex;
  flex-direction: column;
}
.content-text-image .content-text-image__usp-icon {
  width: 48px;
  height: 48px;
  padding: 12px;
  background-color: hsl(198, 72%, 93%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.content-text-image .content-text-image__usp-value {
  color: hsl(198, 100%, 42%);
  font-family: "Cabin";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
}
.content-text-image .content-text-image__usp-text {
  color: hsl(215, 21%, 30%);
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.content-text-image .content-text-image__image {
  width: 50%;
  aspect-ratio: 1/1;
  border-radius: 8px;
}
@media only screen and (max-width: 899px) {
  .content-text-image .content-text-image__image {
    width: 100%;
  }
}
.content-text-image .content-text-image__image img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.content-text-image.background__grey {
  border-radius: 8px;
  background: #F3F6F8;
  padding: 80px 20px;
  margin: 0 20px;
}
.content-text-image.background__grey .wrapper {
  padding: 0;
}
@media only screen and (max-width: 899px) {
  .content-text-image.background__grey {
    padding: 32px 20px;
  }
}
@media only screen and (max-width: 599px) {
  .content-text-image.background__grey {
    padding: 24px;
  }
}

.content-table {
  margin: 60px 0;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .content-table {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 899px) {
  .content-table {
    margin: 32px 0;
  }
}
.content-table .content-table__content {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 899px) {
  .content-table .content-table__content {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 599px) {
  .content-table .content-table__content {
    margin-bottom: 24px;
  }
}
.content-table .button {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 899px) {
  .content-table .button {
    position: relative;
    margin-top: 24px;
  }
}
.content-table .content-table__title {
  margin-bottom: 16px;
}
.content-table .content-table__editor {
  width: 70%;
}
@media only screen and (max-width: 599px) {
  .content-table .content-table__editor {
    width: 100%;
  }
}
.content-table .content-table__tables {
  width: 100%;
}
.content-table .content-table__table {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 8px 32px 0 rgba(4, 47, 76, 0.08);
  border-collapse: separate;
  border-spacing: 0;
  background: hsl(0, 0%, 100%);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 60px;
}
.content-table .content-table__row {
  color: hsl(215, 21%, 30%);
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  background-color: hsl(210, 43%, 97%);
}
@media only screen and (max-width: 599px) {
  .content-table .content-table__row {
    font-size: 12px;
  }
}
.content-table .content-table__row.is-heading {
  background-color: hsl(0, 0%, 100%);
  color: hsl(207, 100%, 10%);
  font-family: "Cabin";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
}
@media only screen and (max-width: 599px) {
  .content-table .content-table__row.is-heading {
    font-size: 18px;
  }
}
.content-table .content-table__row:not(.is-heading):nth-child(odd) {
  background-color: hsl(0, 0%, 100%);
}
.content-table .content-table__cell {
  padding: 24px 32px;
}
@media only screen and (max-width: 599px) {
  .content-table .content-table__cell {
    padding: 16px;
  }
}
.content-table .content-table__cell:nth-child(1) {
  width: 50%;
}
.content-table .content-table__cell:nth-child(2) {
  width: 30%;
}
.content-table .content-table__cell:last-child {
  text-align: right;
  font-weight: 600;
  width: 20%;
}

.footer {
  margin-top: 24px;
  overflow: hidden;
  width: 100%;
  padding: 0 20px;
}
.footer .wrapper {
  display: flex;
  padding: 88px 88px 40px 88px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: hsl(207, 100%, 10%);
}
@media only screen and (max-width: 1199px) {
  .footer .wrapper {
    padding: 48px 56px;
  }
}
@media only screen and (max-width: 599px) {
  .footer .wrapper {
    padding: 48px 16px;
  }
}
.footer .footer__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 40px;
  margin-bottom: 40px;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .footer .footer__top {
    flex-direction: column-reverse;
  }
}
.footer .left,
.footer .right {
  display: flex;
  flex-direction: row;
  gap: 160px;
}
@media (max-width: 1400px) {
  .footer .left,
  .footer .right {
    gap: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer .left,
  .footer .right {
    gap: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .footer .left,
  .footer .right {
    flex-direction: column;
    gap: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .footer .right {
    margin-bottom: 40px;
  }
}
.footer .footer__col,
.footer .footer {
  width: 50%;
}
@media only screen and (max-width: 599px) {
  .footer .footer__col.hours {
    width: 100%;
  }
}
.footer .flex-col {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer .footer__contact-title {
  color: hsl(0, 0%, 100%);
  margin-bottom: 16px;
}
.footer .footer__content p,
.footer .footer__content a {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 8px;
  transition: color 1s;
  white-space: nowrap;
}
.footer .footer__content a:hover {
  color: hsl(198, 100%, 42%);
}
.footer .footer__content p:last-child,
.footer .footer__content a:last-child {
  margin-bottom: 0;
}
.footer .footer__hours {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media only screen and (max-width: 599px) {
  .footer .footer__hours {
    width: 100%;
  }
}
.footer .footer__hours td {
  padding-bottom: 8px;
}
.footer .footer__hours tr:last-child td {
  padding-bottom: 0;
}
.footer .footer__hours-day {
  padding-right: 29px;
  white-space: nowrap;
}
.footer .footer__hours-time {
  white-space: nowrap;
}
.footer .footer__bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 899px) {
  .footer .footer__bottom {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 599px) {
  .footer .footer__bottom {
    flex-direction: column-reverse;
  }
}
.footer .footer__logos {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .footer .footer__logos {
    justify-content: space-between;
    width: 50%;
  }
}
@media only screen and (max-width: 599px) {
  .footer .footer__logos {
    width: 100%;
  }
}
.footer .footer__logo-1 {
  margin-right: 120px;
  height: 73px;
}
@media only screen and (max-width: 1199px) {
  .footer .footer__logo-1 {
    height: 53px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .footer .footer__logo-1 {
    order: 3;
    margin-right: 0;
  }
}
.footer .footer__logo-2 {
  margin-right: 40px;
}
@media only screen and (max-width: 1199px) {
  .footer .footer__logo-2 {
    height: 33px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer .footer__logo-2 {
    margin: 0;
  }
}
.footer .footer__logo-3 {
  height: 29px;
}
@media only screen and (max-width: 1199px) {
  .footer .footer__logo-3 {
    height: 21px;
  }
}
.footer .footer__legal {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 599px) {
  .footer .footer__legal {
    margin-bottom: 40px;
  }
}
.footer .footer__legal-list {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media only screen and (max-width: 899px) {
  .footer .footer__legal-list {
    flex-direction: column;
    gap: 10px;
  }
}
.footer .footer__legal-link {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: color 1s;
}
.footer .footer__legal-link:hover {
  color: hsl(198, 100%, 42%);
}

.footer-cta {
  margin-top: 60px;
  position: relative;
  width: 100%;
  padding: 0 20px;
}
@media only screen and (max-width: 1199px) {
  .footer-cta {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .footer-cta {
    margin-top: 32px;
  }
}
.footer-cta .wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 32px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  padding: 84px 56px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  padding: 56px;
}
.footer-cta .wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(80deg, rgba(0, 152, 216, 0.95) 38.36%, rgba(0, 152, 216, 0.66) 55.62%, rgba(4, 47, 76, 0) 101.33%);
}
@media only screen and (max-width: 599px) {
  .footer-cta .wrapper {
    padding: 84px 16px;
  }
}
.footer-cta .footer-cta__title {
  background: linear-gradient(90deg, #FFF 38.79%, #C2DDE7 83.17%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 50%;
  z-index: 5;
}
@media only screen and (max-width: 599px) {
  .footer-cta .footer-cta__title {
    width: 100%;
  }
}
.footer-cta .footer-cta__link {
  background-color: hsl(207, 100%, 10%);
  z-index: 5;
}

.content-scroll-to {
  width: 100%;
  overflow: hidden;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .content-scroll-to {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .content-scroll-to {
    margin-bottom: 32px;
  }
}
.content-scroll-to .content-scroll-to__nav-button {
  position: relative;
  display: none;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  color: hsl(215, 21%, 30%);
  align-items: center;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  border-bottom: 1.5px solid hsl(215, 21%, 30%);
  padding: 16px 32px;
  width: 100%;
  justify-self: center;
}
.content-scroll-to .content-scroll-to__nav-button svg {
  position: absolute;
  right: 32px;
}
.content-scroll-to .content-scroll-to__nav-button svg path {
  fill: hsl(198, 100%, 42%);
}
@media only screen and (max-width: 599px) {
  .content-scroll-to .content-scroll-to__nav-button {
    display: flex;
  }
}
.content-scroll-to .content-scroll-to__list {
  display: flex;
  flex-direction: row;
  gap: 16px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 599px) {
  .content-scroll-to .content-scroll-to__list {
    flex-direction: column;
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
}
.content-scroll-to .content-scroll-to__list.active {
  height: fit-content;
  opacity: 1;
  visibility: visible;
}
.content-scroll-to .content-scroll-to__item {
  width: 25%;
  display: flex;
  justify-content: center;
  border-bottom: 4px solid hsl(213, 18%, 73%);
  padding: 16px 32px;
}
@media only screen and (max-width: 599px) {
  .content-scroll-to .content-scroll-to__item {
    width: 100%;
    border-bottom: 1.2px solid hsl(210, 33%, 96%);
  }
}
.content-scroll-to .content-scroll-to__item:has(.is-active) {
  border-bottom: 4px solid hsl(198, 100%, 42%);
}
@media only screen and (max-width: 599px) {
  .content-scroll-to .content-scroll-to__item:has(.is-active) {
    width: 100%;
    border-bottom: 1.2px solid hsl(198, 100%, 42%);
  }
}
.content-scroll-to .content-scroll-to__link {
  color: hsl(215, 21%, 30%);
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.content-scroll-to .content-scroll-to__link.is-active {
  color: hsl(198, 100%, 42%);
}

.content-form {
  margin: 60px 0;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .content-form {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 899px) {
  .content-form {
    margin: 32px 0;
  }
}
.content-form .wrapper {
  display: flex;
  flex-direction: row;
  gap: 120px;
}
@media only screen and (max-width: 1199px) {
  .content-form .wrapper {
    gap: 80px;
  }
}
@media only screen and (max-width: 899px) {
  .content-form .wrapper {
    flex-direction: column;
  }
}
.content-form .content-form__form {
  width: 55%;
}
@media only screen and (max-width: 899px) {
  .content-form .content-form__form {
    width: 100%;
  }
}
.content-form .gsection_description {
  color: hsl(215, 21%, 30%);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.content-form .content-text-image__image {
  width: 45%;
  border-radius: 8px;
}
@media only screen and (max-width: 899px) {
  .content-form .content-text-image__image {
    width: 100%;
  }
}
.content-form .content-text-image__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.appt-dropdown {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.appt-dropdown__selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 42px;
  padding: 11px 15px;
  background-color: hsl(0, 0%, 100%);
  border: 1px solid hsl(0, 0%, 0%);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: hsl(0, 0%, 0%);
  user-select: none;
}
.appt-dropdown__selected::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-right: 2px solid hsl(0, 0%, 0%);
  border-bottom: 2px solid hsl(0, 0%, 0%);
  transform: rotate(45deg) translateY(-3px);
  flex-shrink: 0;
}
.appt-dropdown__list {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  z-index: 100;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: hsl(0, 0%, 100%);
  border: 1px solid hsl(0, 0%, 0%);
  border-radius: 4px;
  overflow: hidden;
}
.appt-dropdown__item {
  padding: 10px 15px;
  font-size: 16px;
  color: hsl(0, 0%, 0%);
  cursor: pointer;
  transition: background-color 150ms ease;
}
.appt-dropdown__item:hover {
  background-color: hsl(0, 0%, 0%);
}

/**
 * Components/treatments.
 */
.treatments-single {
  box-sizing: border-box;
  margin: 191px 20px 0;
  background-size: cover;
  background-position: center;
  height: 640px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  max-width: 1391px;
  width: calc(100% - 40px);
  margin-bottom: 60px;
}
.treatments-single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(79.37deg, #042F4C -0.27%, rgba(0, 152, 216, 0.34) 51.51%, rgba(4, 47, 76, 0.36) 78.78%);
  z-index: 1;
  pointer-events: none;
}
.treatments-single .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
}
@media only screen and (max-width: 599px) {
  .treatments-single .wrapper {
    justify-content: flex-end;
    padding: 77px 16px;
    width: 100%;
  }
}
.treatments-single .treatments-single__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.treatments-single .treatments-single__category {
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: rgba(193, 209, 222, 0.2);
  color: hsl(198, 100%, 98%);
  font-family: "Cabin";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  width: fit-content;
  margin-bottom: 8px;
}
.treatments-single .treatments-single__title {
  font-family: "Cabin";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  background: linear-gradient(90deg, #FFF 38.79%, #C2DDE7 83.17%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
  text-align: center;
}
.treatments-single .treatments-single__editor p {
  color: hsl(0, 0%, 100%);
  text-align: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 36px;
}
.content-treatments {
  margin: 20px 0;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .content-treatments {
    margin: 0;
  }
}
.content-treatments .content-treatments__title {
  margin-bottom: 16px;
}
.content-treatments .wrapper {
  padding-bottom: 40px;
}
.content-treatments .flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
}
.content-treatments .flex-row .button {
  white-space: nowrap;
}
@media only screen and (max-width: 599px) {
  .content-treatments .flex-row .button {
    background-color: hsl(198, 100%, 42%);
    color: hsl(0, 0%, 100%);
  }
  .content-treatments .flex-row .button path {
    fill: hsl(0, 0%, 100%);
  }
}
@media only screen and (max-width: 599px) {
  .content-treatments .flex-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.content-treatments .content-treatments__editor {
  width: 557px;
}
@media only screen and (max-width: 599px) {
  .content-treatments .content-treatments__editor {
    width: fit-content;
  }
}
.content-treatments .content-treatments__rows {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 56px;
}
@media only screen and (max-width: 899px) {
  .content-treatments .content-treatments__rows {
    flex-wrap: nowrap;
  }
}
.content-treatments .content-treatments__row {
  display: flex;
  flex-direction: column;
  width: calc((100% - 96px) / 4);
  border-radius: 8px;
  box-shadow: 0 8px 32px 0 rgba(4, 47, 76, 0.08);
}
@media only screen and (max-width: 1199px) {
  .content-treatments .content-treatments__row {
    width: calc((100% - 64px) / 3);
  }
}
@media only screen and (max-width: 899px) {
  .content-treatments .content-treatments__row {
    width: calc((100% - 32px) / 2);
  }
}
@media only screen and (max-width: 599px) {
  .content-treatments .content-treatments__row {
    width: 100%;
  }
}
.content-treatments .content-treatments__row-image {
  height: 176px;
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.content-treatments .content-treatments__row-image img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.content-treatments .content-treatments__row-content {
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 24px;
  height: 100%;
  background-color: hsl(0, 0%, 100%);
  border-radius: 0 0 8px 8px;
}
.content-treatments .content-treatments__post-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
}
.content-treatments .content-treatments__post-link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: hsl(215, 21%, 30%);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.content-treatments .content-treatments__post-link svg {
  transform: rotate(-90deg);
  transition: all 1s ease;
}
.content-treatments .content-treatments__post-link svg path {
  fill: hsl(215, 21%, 30%);
}
.content-treatments .content-treatments__post-link:hover {
  color: hsl(198, 100%, 42%);
}
.content-treatments .content-treatments__post-link:hover svg {
  margin-right: -10px;
}
.content-treatments .content-treatments__post-link:hover svg path {
  fill: hsl(198, 100%, 42%);
}
.content-treatments .content-treatments__more {
  margin-top: auto;
  width: 100%;
}
.content-treatments .content-treatments__nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 40px;
  gap: 16px;
}
@media only screen and (min-width: 900px) {
  .content-treatments .content-treatments__nav {
    display: none;
  }
}
.content-treatments .content-treatment__nav-prev,
.content-treatments .content-treatment__nav-next {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  opacity: 0.8;
  background: hsl(0, 0%, 100%);
}
.content-treatments .content-treatment__nav-prev {
  transform: rotate(180deg);
}

/**
 * Components/jobs.
 */
.job-list {
  width: 100%;
  margin: 60px 0;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .job-list {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 899px) {
  .job-list {
    margin: 32px 0;
  }
}
.job-list .wrapper {
  display: flex;
  flex-direction: row;
  gap: 120px;
}
@media only screen and (max-width: 1199px) {
  .job-list .wrapper {
    flex-direction: column;
    gap: 56px;
  }
}
@media only screen and (max-width: 899px) {
  .job-list .wrapper {
    gap: 48px;
  }
}
.job-list .job-list__left {
  width: 388px;
}
.job-list .job-list__title {
  margin-bottom: 16px;
}
.job-list .job-list__editor {
  margin-bottom: 40px;
}
.job-list .job-list__list {
  width: calc(100% - 388px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (max-width: 1199px) {
  .job-list .job-list__list {
    width: 100%;
  }
}
.job-list .job-list__item {
  display: flex;
  flex-direction: row;
  background-color: hsl(0, 0%, 100%);
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 8px 32px 0 rgba(4, 47, 76, 0.08);
  gap: 24px;
}
@media only screen and (max-width: 599px) {
  .job-list .job-list__item {
    flex-direction: column;
  }
}
.job-list .even {
  background: #00223D;
}
.job-list .even .job-list__item-title {
  background: linear-gradient(90deg, #FFF 38.79%, #C2DDE7 83.17%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.job-list .even .job-list__meta-item {
  background: rgba(193, 209, 222, 0.2);
  color: hsl(0, 0%, 100%);
}
.job-list .even .job-list__teaser {
  color: hsl(240, 14%, 77%);
}
.job-list .job-list__image {
  height: 152px;
  aspect-ratio: 1/1;
  border-radius: 8px;
}
.job-list .job-list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.job-list .job-list__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.job-list .job-list__item-title {
  font-family: "Cabin";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  background: linear-gradient(92deg, #1D242D 6.34%, #555F6B 87.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
.job-list .job-list__meta {
  display: flex;
  flex-direction: row;
  gap: 14px;
  margin-bottom: 20px;
}
.job-list .job-list__meta-item {
  display: flex;
  padding: 6px 12px;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  background: rgba(193, 209, 222, 0.2);
  color: hsl(215, 21%, 30%);
  font-family: "Cabin";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
.job-list .job-list__teaser {
  color: hsl(215, 21%, 30%);
}
.job-list .job-list__button {
  height: fit-content;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 599px) {
  .job-list .job-list__button {
    align-self: flex-end;
  }
}

.job-single {
  box-sizing: border-box;
  margin: 191px 20px 60px;
  background-size: cover;
  background-position: center;
  height: 640px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  max-width: 1391px;
  width: calc(100% - 40px);
}
@media only screen and (max-width: 1199px) {
  .job-single {
    margin: 191px 20px 40px;
  }
}
@media only screen and (max-width: 899px) {
  .job-single {
    margin: 191px 20px 32px;
  }
}
.job-single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(79.37deg, #042F4C -0.27%, rgba(0, 152, 216, 0.34) 51.51%, rgba(4, 47, 76, 0.36) 78.78%);
  z-index: 1;
  pointer-events: none;
}
.job-single .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
}
@media only screen and (max-width: 599px) {
  .job-single .wrapper {
    justify-content: flex-end;
    padding: 77px 16px;
  }
}
.job-single .job-single__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.job-single .job-single__category {
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: rgba(193, 209, 222, 0.2);
  color: hsl(198, 100%, 98%);
  font-family: "Cabin";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  width: fit-content;
  margin-bottom: 8px;
}
.job-single .job-single__title {
  font-family: "Cabin";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  background: linear-gradient(90deg, #FFF 38.79%, #C2DDE7 83.17%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
.job-single .job-single__editor {
  color: hsl(198, 100%, 98%);
  text-align: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 36px;
}
.job-single .button-wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media only screen and (max-width: 599px) {
  .job-single .button-wrapper {
    flex-direction: column;
  }
}

/**
 * Components/Team.
 */
.content-team {
  margin: 60px 0;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .content-team {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 899px) {
  .content-team {
    margin: 32px 0;
  }
}
.content-team .content-team__title {
  margin-bottom: 16px;
}
.content-team .content-team__editor {
  margin-bottom: 65px;
}
.content-team .content-team__members {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
}
@media only screen and (max-width: 599px) {
  .content-team .content-team__members {
    flex-wrap: nowrap;
  }
}
.content-team .content-team__member {
  display: flex;
  flex-direction: column;
  width: calc((100% - 96px) / 4);
  height: 372px;
  padding: 246px 24px 24px;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  transition: all 1s ease;
}
@media only screen and (max-width: 1199px) {
  .content-team .content-team__member {
    width: calc((100% - 64px) / 3);
  }
}
@media only screen and (max-width: 899px) {
  .content-team .content-team__member {
    width: calc((100% - 32px) / 2);
  }
}
@media only screen and (max-width: 599px) {
  .content-team .content-team__member {
    width: 100%;
  }
}
.content-team .content-team__member::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(5deg, #042F4C -12.2%, rgba(0, 152, 216, 0.2) 54.9%, rgba(4, 47, 76, 0.15) 90.78%);
  z-index: 1;
  pointer-events: none;
}
.content-team .content-team__member.show-featured {
  background: #00223D;
  display: flex;
  flex-direction: column;
  padding: 24px;
}
.content-team .content-team__member.show-featured .content-team__member-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 5;
}
.content-team .content-team__member.show-featured .content-team__member-title {
  color: hsl(198, 100%, 98%);
  font-family: "Cabin";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.content-team .content-team__member.show-featured .content-team__member-link {
  border-color: hsl(198, 100%, 42%);
  color: hsl(0, 0%, 100%);
  width: 100%;
  transition: all 1s ease;
}
.content-team .content-team__member.show-featured .content-team__member-link path {
  fill: hsl(0, 0%, 100%);
}
.content-team .content-team__member.show-featured .content-team__member-link:hover {
  background-color: hsl(198, 100%, 42%);
}
.content-team .content-team__member-inner {
  z-index: 5;
  transition: all 1s ease;
}
.content-team .content-team__member-functions {
  display: flex;
  padding: 0 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  color: hsl(0, 0%, 100%);
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 8px;
  width: fit-content;
}
.content-team .content-team__member-name {
  color: hsl(0, 0%, 100%);
  font-family: "Cabin";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.content-team .content-team__member-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transition: all 1s ease;
  height: 0;
}
.content-team .content-team__member:hover .content-team__member-links {
  opacity: 1;
  pointer-events: auto;
  height: 100%;
  margin-top: 32px;
}
.content-team .content-team__nav {
  display: none;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 40px;
  gap: 16px;
}
@media only screen and (max-width: 599px) {
  .content-team .content-team__nav {
    display: flex;
  }
}
.content-team .content-team__nav-prev,
.content-team .content-team__nav-next {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  opacity: 0.8;
  background: hsl(0, 0%, 100%);
}
.content-team .content-team__nav-prev {
  transform: rotate(180deg);
}

.team-single {
  width: 100%;
  margin-top: 191px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team-single .team-single__hero {
  box-sizing: border-box;
  margin: 0 20px;
  background-size: cover;
  background-position: center;
  height: 383px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  max-width: 1391px;
  width: calc(100% - 40px);
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .team-single .team-single__hero {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 899px) {
  .team-single .team-single__hero {
    margin-bottom: 32px;
  }
}
.team-single .team-single__hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(79.37deg, #042F4C -0.27%, rgba(0, 152, 216, 0.34) 51.51%, rgba(4, 47, 76, 0.36) 78.78%);
  z-index: 1;
  pointer-events: none;
}
.team-single .team-single__hero-wrapper {
  display: flex;
  flex-direction: column;
  padding: 85px;
  height: 100%;
  justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  .team-single .team-single__hero-wrapper {
    padding: 72px 56px;
  }
}
@media only screen and (max-width: 899px) {
  .team-single .team-single__hero-wrapper {
    padding: 220px 56px 110px;
  }
}
@media only screen and (max-width: 599px) {
  .team-single .team-single__hero-wrapper {
    padding: 220px 16px 110px;
    align-items: center;
  }
}
.team-single .team-single__title {
  z-index: 5;
  margin-bottom: 16px;
  background: linear-gradient(90deg, #FFF 38.79%, #C2DDE7 83.17%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 599px) {
  .team-single .team-single__title {
    text-align: center;
  }
}
.team-single .team-single__editor {
  z-index: 5;
  margin-bottom: 32px;
  color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 599px) {
  .team-single .team-single__editor {
    text-align: center;
  }
}
.team-single .team-single__link {
  z-index: 5;
}
.team-single .wrapper {
  display: flex;
  flex-direction: column;
}
.team-single .team-single__body {
  margin: 60px 0;
}
@media only screen and (max-width: 1199px) {
  .team-single .team-single__body {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 899px) {
  .team-single .team-single__body {
    margin: 32px 0;
  }
}
.team-single .team-single__about {
  margin-top: 40px;
  margin-bottom: 120px;
  display: flex;
  flex-direction: row;
  gap: 80px;
}
@media only screen and (max-width: 1199px) {
  .team-single .team-single__about {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 899px) {
  .team-single .team-single__about {
    flex-direction: column;
    gap: 48px;
    margin-bottom: 64px;
  }
}
.team-single .team-single__about-image {
  width: 40%;
  border-radius: 16px;
}
@media only screen and (max-width: 899px) {
  .team-single .team-single__about-image {
    width: 100%;
    height: 487px;
  }
}
.team-single .team-single__about-image img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.team-single .team-single__about-content {
  width: 60%;
}
@media only screen and (max-width: 899px) {
  .team-single .team-single__about-content {
    width: 100%;
  }
}
.team-single .team-single__about-title {
  background: linear-gradient(92deg, #1D242D 6.34%, #555F6B 87.83%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 56px;
}
.team-single .team-single__about-editor h5 {
  color: hsl(207, 100%, 10%);
  font-weight: 500;
}
.team-single .team-single__about-editor p {
  color: hsl(215, 21%, 30%);
}
@media only screen and (max-width: 899px) {
  .team-single .team-single__about-editor p {
    padding-bottom: 24px;
    border-bottom: 1.2px solid rgba(193, 209, 222, 0.3);
  }
  .team-single .team-single__about-editor p:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.team-single .team-single__appointment {
  display: flex;
  padding: 72px 86px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  background: #00223D;
}
.team-single .team-single__category {
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid rgba(0, 152, 216, 0.3);
  background: rgba(0, 152, 216, 0.2);
  box-shadow: 0 4px 25px 0 rgba(0, 152, 216, 0.15);
  color: hsl(198, 100%, 42%);
  font-family: "Cabin";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 24px;
}
.team-single .team-single__appointment-title {
  background: linear-gradient(90deg, #FFF 38.79%, #C2DDE7 83.17%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
  text-align: center;
}
.team-single .team-single__appointment-editor {
  color: hsl(240, 13%, 77%);
  margin-bottom: 32px;
}

/**
 * Utilities.
 */
/**
 * Color utility classes.
 *
 * Automatically generated color and background color utility classes based on every color definition in `settings/_color.scss`.
 * Loop through every `$key` and `$map` in the `$colors` variable map defined in `settings/_color.scss`.
 */
/**
 * `color` hsl(0, 0%, 0%)-100 color utility.
 */
.color-black-100 {
  color: hsl(0, 0%, 0%);
}

/**
 * `background-color` hsl(0, 0%, 0%)-100 color utility.
 */
.background-color-black-100 {
  background-color: hsl(0, 0%, 0%);
}

/**
 * `color` hsl(0, 0%, 100%)-100 color utility.
 */
.color-white-100 {
  color: hsl(0, 0%, 100%);
}

/**
 * `background-color` hsl(0, 0%, 100%)-100 color utility.
 */
.background-color-white-100 {
  background-color: hsl(0, 0%, 100%);
}

/**
 * `color` hsl(0, 100%, 50%)-100 color utility.
 */
.color-red-100 {
  color: hsl(0, 100%, 50%);
}

/**
 * `background-color` hsl(0, 100%, 50%)-100 color utility.
 */
.background-color-red-100 {
  background-color: hsl(0, 100%, 50%);
}

/**
 * `color` hsla(0, 100%, 50%, 0.1)-10 color utility.
 */
.color-red-10 {
  color: hsla(0, 100%, 50%, 0.1);
}

/**
 * `background-color` hsla(0, 100%, 50%, 0.1)-10 color utility.
 */
.background-color-red-10 {
  background-color: hsla(0, 100%, 50%, 0.1);
}

/**
 * `color` hsl(198, 100%, 42%)-main color utility.
 */
.color-blue-main {
  color: hsl(198, 100%, 42%);
}

/**
 * `background-color` hsl(198, 100%, 42%)-main color utility.
 */
.background-color-blue-main {
  background-color: hsl(198, 100%, 42%);
}

/**
 * `color` hsla(199, 100%, 42%, 0.12)-opacity-12 color utility.
 */
.color-blue-opacity-12 {
  color: hsla(199, 100%, 42%, 0.12);
}

/**
 * `background-color` hsla(199, 100%, 42%, 0.12)-opacity-12 color utility.
 */
.background-color-blue-opacity-12 {
  background-color: hsla(199, 100%, 42%, 0.12);
}

/**
 * `color` hsl(207, 100%, 10%)-dark color utility.
 */
.color-blue-dark {
  color: hsl(207, 100%, 10%);
}

/**
 * `background-color` hsl(207, 100%, 10%)-dark color utility.
 */
.background-color-blue-dark {
  background-color: hsl(207, 100%, 10%);
}

/**
 * `color` hsl(210, 100%, 12%)-dark-light color utility.
 */
.color-blue-dark-light {
  color: hsl(210, 100%, 12%);
}

/**
 * `background-color` hsl(210, 100%, 12%)-dark-light color utility.
 */
.background-color-blue-dark-light {
  background-color: hsl(210, 100%, 12%);
}

/**
 * `color` hsl(213, 23%, 14%)-black color utility.
 */
.color-neutral-black {
  color: hsl(213, 23%, 14%);
}

/**
 * `background-color` hsl(213, 23%, 14%)-black color utility.
 */
.background-color-neutral-black {
  background-color: hsl(213, 23%, 14%);
}

/**
 * `color` hsl(213, 18%, 73%)-grey color utility.
 */
.color-neutral-grey {
  color: hsl(213, 18%, 73%);
}

/**
 * `background-color` hsl(213, 18%, 73%)-grey color utility.
 */
.background-color-neutral-grey {
  background-color: hsl(213, 18%, 73%);
}

/**
 * `color` hsl(215, 21%, 30%)-grey-dark color utility.
 */
.color-neutral-grey-dark {
  color: hsl(215, 21%, 30%);
}

/**
 * `background-color` hsl(215, 21%, 30%)-grey-dark color utility.
 */
.background-color-neutral-grey-dark {
  background-color: hsl(215, 21%, 30%);
}

/**
 * `color` hsl(210, 33%, 96%)-light color utility.
 */
.color-neutral-light {
  color: hsl(210, 33%, 96%);
}

/**
 * `background-color` hsl(210, 33%, 96%)-light color utility.
 */
.background-color-neutral-light {
  background-color: hsl(210, 33%, 96%);
}

/**
 * `color` hsl(198, 100%, 98%)-off-white color utility.
 */
.color-neutral-off-white {
  color: hsl(198, 100%, 98%);
}

/**
 * `background-color` hsl(198, 100%, 98%)-off-white color utility.
 */
.background-color-neutral-off-white {
  background-color: hsl(198, 100%, 98%);
}

/**
 * `color` hsl(210, 43%, 97%)-table color utility.
 */
.color-neutral-table {
  color: hsl(210, 43%, 97%);
}

/**
 * `background-color` hsl(210, 43%, 97%)-table color utility.
 */
.background-color-neutral-table {
  background-color: hsl(210, 43%, 97%);
}

/**
 * `color` hsl(240, 13%, 77%)-text-dark-bg color utility.
 */
.color-neutral-text-dark-bg {
  color: hsl(240, 13%, 77%);
}

/**
 * `background-color` hsl(240, 13%, 77%)-text-dark-bg color utility.
 */
.background-color-neutral-text-dark-bg {
  background-color: hsl(240, 13%, 77%);
}

/**
 * `color` hsl(43, 100%, 59%)-yellow color utility.
 */
.color-accent-yellow {
  color: hsl(43, 100%, 59%);
}

/**
 * `background-color` hsl(43, 100%, 59%)-yellow color utility.
 */
.background-color-accent-yellow {
  background-color: hsl(43, 100%, 59%);
}

/**
 * `color` hsl(357, 68%, 39%)-red color utility.
 */
.color-accent-red {
  color: hsl(357, 68%, 39%);
}

/**
 * `background-color` hsl(357, 68%, 39%)-red color utility.
 */
.background-color-accent-red {
  background-color: hsl(357, 68%, 39%);
}

/**
 * `color` linear-gradient(92deg, hsl(213, 23%, 14%) 6.34%, hsl(215, 21%, 30%) 87.83%)-text-dark color utility.
 */
.color-gradient-text-dark {
  color: linear-gradient(92deg, hsl(213, 23%, 14%) 6.34%, hsl(215, 21%, 30%) 87.83%);
}

/**
 * `background-color` linear-gradient(92deg, hsl(213, 23%, 14%) 6.34%, hsl(215, 21%, 30%) 87.83%)-text-dark color utility.
 */
.background-color-gradient-text-dark {
  background-color: linear-gradient(92deg, hsl(213, 23%, 14%) 6.34%, hsl(215, 21%, 30%) 87.83%);
}

/**
 * `color` linear-gradient(90deg, hsl(0, 0%, 100%) 38.79%, hsl(198, 43%, 83%) 83.17%)-text-light color utility.
 */
.color-gradient-text-light {
  color: linear-gradient(90deg, hsl(0, 0%, 100%) 38.79%, hsl(198, 43%, 83%) 83.17%);
}

/**
 * `background-color` linear-gradient(90deg, hsl(0, 0%, 100%) 38.79%, hsl(198, 43%, 83%) 83.17%)-text-light color utility.
 */
.background-color-gradient-text-light {
  background-color: linear-gradient(90deg, hsl(0, 0%, 100%) 38.79%, hsl(198, 43%, 83%) 83.17%);
}