/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/card-post/card-post.scss ***!
  \************************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.card-post {
  position: relative;
  display: grid;
  text-decoration: none;
  color: #214D95;
  background: #F7F5EB;
  padding: 60px 16px 20px;
}
.card-post__img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
.card-post__info {
  margin-bottom: 10px;
}
.card-post__date {
  position: absolute;
  top: 30px;
  left: 16px;
  display: flex;
  align-items: center;
}
.card-post__date-icon {
  display: block;
  width: 14px;
  height: auto;
}
.card-post__date-label {
  font-family: "CeraPro", sans-serif;
  line-height: 1;
  font-weight: 400;
  --min-font: 14;
  --min-font-px: 14px;
  --max-font: 20;
  --max-font-px: 20px;
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid #B5BEBF;
}
.card-post__categories {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 4px;
}
.card-post__category {
  font: 400 14px/1 "CeraStencilPro", sans-serif;
  text-transform: uppercase;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #B5BEBF;
  white-space: nowrap;
}
.card-post__category:last-of-type {
  border: 0;
}
.card-post__title {
  font-family: "CeraStencilPro", sans-serif;
  font-weight: 500;
  --min-font: 20;
  --min-font-px: 20px;
  --max-font: 22;
  --max-font-px: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #214D95;
}
.card-post__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
}
.card-post__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
}
.card-post__cta-label {
  font: 700 14px/1 "CeraStencilPro", sans-serif;
}
.card-post__cta-icon {
  display: block;
  width: 18px;
  height: auto;
}
.card-post--featured .card-post__title {
  --min-font: 20;
  --min-font-px: 20px;
  --max-font: 32;
  --max-font-px: 32px;
}

@media only screen and (min-width: 768px) {
  .card-post--top {
    display: grid;
    grid-template-columns: 3fr 2fr;
    -moz-column-gap: 25px;
         column-gap: 25px;
    row-gap: 0;
    padding: 25px;
  }
  .card-post--top .card-post__img {
    order: 2;
    height: 100%;
    grid-row: span 2;
  }
  .card-post--top .card-post__text {
    order: 1;
  }
  .card-post--top .card-post__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .card-post--top .card-post__date {
    position: relative;
    top: 0;
    left: 0;
  }
  .card-post--top .card-post__categories {
    justify-content: flex-end;
  }
  .card-post--top .card-post__cta {
    order: 3;
  }
  .card-post--featured .card-post__date, .card-post--top .card-post__date {
    position: relative;
  }
  .card-post--featured .card-post__title, .card-post--top .card-post__title {
    font-weight: 700;
  }
  .card-post--featured {
    padding: 25px;
  }
  .card-post--featured .card-post__info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin-bottom: 56px;
  }
  .card-post--featured .card-post__date {
    width: -moz-fit-content;
    width: fit-content;
    top: 0;
    left: 0;
  }
  .card-post--featured .card-post__title {
    font-weight: 700;
    padding-bottom: 15px;
  }
  .card-post--featured .card-post__excerpt {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .card-post {
    padding: 80px 25px 25px;
  }
  .card-post__date {
    top: 45px;
    left: 25px;
  }
  .card-post__date-icon {
    width: 18px;
  }
  .card-post__cta {
    margin-top: 60px;
  }
}
/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/odometer/themes/odometer-theme-minimal.css ***!
  \***********************************************************************************************************/
.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/page-homepage.scss ***!
  \****************************************************************************************************************************************************************/
/*! 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 {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
blockquote {
  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;
}

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

/**
 * 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;
  font-size: 1em;
}

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

/**
 * 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  display: block;
}

/* 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "CeraPro";
  src: url(../fonts/CeraPro-Regular.woff2) format("woff2"), url(../fonts/CeraPro-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CeraPro";
  src: url(../fonts/CeraPro-Medium.woff2) format("woff2"), url(../fonts/CeraPro-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CeraStencilPro";
  src: url(../fonts/Cera-Stencil-Pro-Regular.woff2) format("woff2"), url(../fonts/Cera-Stencil-Pro-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CeraStencilPro";
  src: url(../fonts/Cera-Stencil-Pro-Medium.woff2) format("woff2"), url(../fonts/Cera-Stencil-Pro-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CeraStencilPro";
  src: url(../fonts/Cera-Stencil-Pro-Bold.woff2) format("woff2"), url(../fonts/Cera-Stencil-Pro-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.container {
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 16px;
}
.container--medium {
  max-width: 1500px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
a,
span,
strong,
b {
  font-size: min(calc(var(--min-font-px) + (var(--max-font) - var(--min-font)) * ((100vw - 360px) / (1920 - 360))), var(--max-font-px));
}

.h2 {
  font-family: "CeraStencilPro", sans-serif;
  line-height: 1;
  font-weight: 400;
  --min-font: 36;
  --min-font-px: 36px;
  --max-font: 60;
  --max-font-px: 60px;
}

p {
  font-family: "CeraPro", sans-serif;
  line-height: 1.15;
  font-weight: 400;
  --min-font: 16;
  --min-font-px: 16px;
  --max-font: 18;
  --max-font-px: 18px;
}

.wpcf7-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.wpcf7-form label {
  font-size: 14px;
}
.wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.wpcf7-form .wpcf7-response-output {
  font: 400 16px/1.5 "CeraPro", sans-serif;
}
.wpcf7-form.invalid .wpcf7-response-output {
  color: #B3770E;
  margin: 0;
  border: 0;
  padding: 0;
}
.wpcf7-form.sent .wpcf7-response-output {
  color: #214D95;
  margin: 0;
  border: 0;
  padding: 0;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-file {
  width: 100%;
  max-height: 50px;
  background: transparent;
  font-family: "CeraPro", sans-serif;
  line-height: 1;
  font-weight: 400;
  --min-font: 16;
  --min-font-px: 16px;
  --max-font: 18;
  --max-font-px: 18px;
  color: #214D95;
  border: 0;
  border-bottom: 1px solid #214D95;
  padding: 7px 0;
  transition: all 300ms ease-in-out;
  resize: none;
}
.wpcf7-text:active, .wpcf7-text:focus, .wpcf7-text:hover, .wpcf7-textarea:active, .wpcf7-textarea:focus, .wpcf7-textarea:hover, .wpcf7-file:active, .wpcf7-file:focus, .wpcf7-file:hover {
  outline: 0;
  color: #214D95;
  border-color: #214D95;
}
.wpcf7-text::-moz-placeholder, .wpcf7-textarea::-moz-placeholder, .wpcf7-file::-moz-placeholder {
  color: #214D95;
}
.wpcf7-text::placeholder, .wpcf7-textarea::placeholder, .wpcf7-file::placeholder {
  color: #214D95;
}
.wpcf7-text.wpcf7-file, .wpcf7-textarea.wpcf7-file, .wpcf7-file.wpcf7-file {
  padding: 6px;
}
.wpcf7-text.wpcf7-file::file-selector-button, .wpcf7-textarea.wpcf7-file::file-selector-button, .wpcf7-file.wpcf7-file::file-selector-button {
  background: rgba(255, 255, 255, 0.1);
  padding: 13px 22px;
  border-radius: 10px;
  border: 0;
  color: #214D95;
}
.wpcf7-text.wpcf7-file:active, .wpcf7-text.wpcf7-file:focus, .wpcf7-text.wpcf7-file:hover, .wpcf7-textarea.wpcf7-file:active, .wpcf7-textarea.wpcf7-file:focus, .wpcf7-textarea.wpcf7-file:hover, .wpcf7-file.wpcf7-file:active, .wpcf7-file.wpcf7-file:focus, .wpcf7-file.wpcf7-file:hover {
  outline: 0;
  border-color: #214D95;
}
.wpcf7-submit {
  display: block;
  font-family: "CeraStencilPro", sans-serif;
  line-height: 1;
  font-weight: 400;
  color: #214D95;
  text-decoration: underline;
  --min-font: 18;
  --min-font-px: 18px;
  --max-font: 20;
  --max-font-px: 20px;
  background: transparent;
  border: 0;
  outline: 0;
  margin: 30px 0 0 auto;
}
.wpcf7-spinner {
  display: none !important;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wpcf7-acceptance a {
  text-decoration: none;
  color: #214D95;
}
.wpcf7-custom-submit-btn {
  cursor: pointer;
}
.wpcf7-custom-submit-btn:disabled {
  opacity: 0.2;
}
.wpcf7-not-valid {
  border-color: #214D95;
  color: #214D95;
}
.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  font-size: 14px !important;
  color: #B3770E !important;
  transform: translateY(100%);
}
.wpcf7-spinner {
  background: #214D95;
}
.wpcf7-spinner::before {
  background: #214D95;
}

@media only screen and (min-width: 1280px) {
  .wpcf7-form-control-wrap {
    margin: 15px 0;
  }
  .wpcf7-form-control-wrap[data-name=first-name], .wpcf7-form-control-wrap[data-name=tel], .wpcf7-form-control-wrap[data-name=last-name], .wpcf7-form-control-wrap[data-name=email] {
    width: calc(50% - 40px);
  }
  .wpcf7-form-control-wrap[data-name=first-name], .wpcf7-form-control-wrap[data-name=last-name] {
    margin-right: 80px;
  }
  .wpcf7-text {
    padding: 20px 0;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  padding: 20px 0;
  transition: padding 300ms ease-in-out, box-shadow 300ms ease-in-out;
  z-index: 990;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__top {
  flex: 1;
  display: flex;
  align-items: center;
}
.header__hamburger {
  display: none;
  position: relative;
  background: transparent;
  outline: 0;
  border: 0;
  padding: 0;
  z-index: 999;
}
.header__hamburger-line {
  display: block;
  width: 30px;
  height: 2px;
  background: #214D95;
  margin: 5px 0;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
}
.header__logo {
  position: relative;
  overflow: hidden;
  z-index: 999;
}
.header__logo-big-img {
  width: 120px;
  height: auto;
  margin: 0 auto;
  padding: 2px;
  transition: transform 300ms ease-in-out;
}
.header__logo-inline-img {
  width: 200px;
}
.header__logo-small-img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50px;
  height: auto;
  transform: translate(-50%, 100%);
  padding: 2px;
  transition: transform 300ms ease-in-out;
}
.header__logo-desktop {
  display: none;
}
.header__bottom {
  display: none;
}
.header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 120px 20px 40px;
  background: #FFFFFF;
  transform: translateX(-100%);
  transition: transform 300ms ease-in-out, padding 300ms ease-in-out;
  z-index: 998;
}
.header .menu {
  display: none;
  list-style: none;
  padding: 0;
  text-align: center;
}
.header .menu-item a {
  display: inline-block;
  font-family: "CeraPro", sans-serif;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  color: #214D95;
  text-align: center;
  --min-font: 21;
  --min-font-px: 21px;
  --max-font: 18;
  --max-font-px: 18px;
  padding: 10px 15px;
}
.header__langs {
  display: none;
  position: relative;
  flex-shrink: 0;
  width: 30px;
  text-align: right;
  z-index: 999;
}
.header__lang {
  font-family: "CeraPro", sans-serif;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  color: #214D95;
  text-transform: uppercase;
  --min-font: 14;
  --min-font-px: 14px;
  --max-font: 18;
  --max-font-px: 18px;
}
.header.sticky {
  padding: 10px 0;
  box-shadow: 5px 5px 5px rgba(33, 77, 149, 0.1);
}
.header.expanded .header__hamburger-line--1 {
  transform: rotate(45deg) translate(2px, 7px);
}
.header.expanded .header__hamburger-line--2 {
  opacity: 0;
}
.header.expanded .header__hamburger-line--3 {
  transform: rotate(-45deg) translate(2px, -7px);
}
.header.expanded .header__menu {
  transform: translateX(0);
}

@media only screen and (min-width: 768px) {
  .header {
    padding: 25px 0;
  }
  .header__container {
    flex-flow: row wrap;
  }
  .header__top {
    flex: initial;
    width: 100%;
  }
  .header__bottom {
    width: 100%;
    display: none;
    align-items: center;
    padding: 15px 0;
  }
  .header__hamburger {
    display: none;
  }
  .header__logo-big-img {
    width: auto;
    height: 70px;
  }
  .header__logo-inline-img {
    width: 220px;
  }
  .header__logo-small {
    display: none;
  }
  .header__logo-desktop {
    flex-shrink: 0;
    display: block;
    overflow: hidden;
  }
  .header__logo-desktop-img {
    width: 50px;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
  }
  .header__menu {
    position: relative;
    padding: 0;
    transform: translateY(0);
  }
  .header .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .header__langs {
    width: 50px;
  }
  .header.sticky {
    padding: 15px 0;
  }
}
.footer {
  color: #FFFFFF;
  background: #214D95;
}
.footer__top {
  display: grid;
  gap: 60px;
  padding: 50px 0 120px;
}
.footer__content {
  display: grid;
  gap: 60px;
}
.footer__logo-img {
  width: 70px;
  height: auto;
}
.footer__text {
  display: grid;
  gap: 60px;
}
.footer__contact {
  display: grid;
  gap: 10px;
}
.footer__contact-link {
  font-family: "CeraPro", sans-serif;
  line-height: 1;
  font-weight: 400;
  --min-font: 26;
  --min-font-px: 26px;
  --max-font: 46;
  --max-font-px: 46px;
  color: #FFFFFF;
}
.footer__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "CeraPro", sans-serif;
  line-height: 1;
  font-weight: 400;
  --min-font: 16;
  --min-font-px: 16px;
  --max-font: 20;
  --max-font-px: 20px;
  color: #FFFFFF;
  text-decoration: none;
}
.footer__cta-label {
  border-bottom: 1px solid #FFFFFF;
}
.footer__cta-icon {
  display: block;
  width: 20px;
  height: auto;
}
.footer .menu {
  display: grid;
  gap: 12px;
  list-style: none;
  padding: 0;
}
.footer .menu-item a {
  font-family: "CeraPro", sans-serif;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  color: #FFFFFF;
  --min-font: 18;
  --min-font-px: 18px;
  --max-font: 20;
  --max-font-px: 20px;
}

@media only screen and (min-width: 1280px) {
  .footer__top {
    padding: 120px 0;
  }
  .footer__content {
    order: 2;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__menu {
    order: 1;
  }
  .footer__logo-img {
    margin: 0;
  }
  .footer__cta {
    margin-left: auto;
  }
}
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hero {
  position: relative;
  height: 100svh;
  color: #FFFFFF;
}
.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 45% center;
     object-position: 45% center;
  z-index: -1;
}
.hero .container {
  height: 100%;
}
.hero__container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 100%;
  padding: 100px 0;
}
.hero__text {
  width: 100%;
  max-width: 800px;
  opacity: 0;
  animation: fadeIn 1s ease forwards;
  animation-delay: 2200ms;
}
.hero__title {
  font-family: "CeraStencilPro", sans-serif;
  line-height: 1;
  font-weight: 400;
  --min-font: 50;
  --min-font-px: 50px;
  --max-font: 80;
  --max-font-px: 80px;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 10px;
}
.hero__paragraphs {
  margin-top: 20px;
  max-width: 450px;
}

.blog {
  color: #214D95;
  padding: 60px 0;
}
.blog__container {
  display: grid;
  gap: 60px;
}
.blog__title {
  padding-bottom: 20px;
  border-bottom: 1px solid #214D95;
}
.blog__paragraphs {
  margin-top: 20px;
}
.blog__paragraphs p {
  margin-bottom: 20px;
}
.blog__paragraphs p:last-of-type {
  margin-bottom: 0;
}
.blog__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "CeraPro", sans-serif;
  line-height: 1;
  font-weight: 400;
  --min-font: 18;
  --min-font-px: 18px;
  --max-font: 20;
  --max-font-px: 20px;
  color: #214D95;
  text-decoration: none;
}
.blog__cta-label {
  border-bottom: 1px solid #214D95;
}
.blog__cta-icon {
  display: block;
  width: 20px;
  height: auto;
}
.blog__slider {
  display: grid;
  gap: 20px;
}
.blog__slider-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog__slider-title {
  font-family: "CeraStencilPro", sans-serif;
  line-height: 1;
  font-weight: 400;
  --min-font: 25;
  --min-font-px: 25px;
  --max-font: 32;
  --max-font-px: 32px;
}
.blog .swiper {
  width: 100%;
  min-width: 0;
}
.blog .swiper-slide {
  height: auto;
}
.blog .swiper-slide .card-post {
  box-sizing: border-box;
  height: 100%;
}
.blog .swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.blog .swiper-button-prev, .blog .swiper-button-next {
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
}
.blog .swiper-button-prev svg, .blog .swiper-button-next svg {
  display: block;
  width: 20px;
  height: auto;
}
.blog .swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.faq__top {
  position: relative;
  color: #FFFFFF;
  padding: 30px 0;
}
.faq__img, .faq__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.faq__img {
  z-index: -2;
}
.faq__overlay {
  background: linear-gradient(0deg, rgba(33, 77, 149, 0) 3.59%, #214D95 100%);
  z-index: -1;
}
.faq__main {
  margin-bottom: 80px;
}
.faq__main-container {
  display: grid;
  gap: 20px;
}
.faq__title {
  max-width: 260px;
}
.faq__accordion-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #FFFFFF;
  cursor: pointer;
}
.faq__accordion-question {
  font-family: "CeraStencilPro", sans-serif;
  line-height: 1;
  font-weight: 500;
  --min-font: 20;
  --min-font-px: 20px;
  --max-font: 30;
  --max-font-px: 30px;
}
.faq__accordion-arrow {
  display: block;
  width: 20px;
  height: auto;
  transition: transform 300ms ease-in-out;
}
.faq__accordion-answer {
  max-height: 0;
  transition: max-height 300ms ease-in-out;
  overflow: hidden;
}
.faq__accordion-answer-inner {
  padding: 20px 0 10px;
}
.faq__accordion-answer-inner p {
  margin-bottom: 20px;
}
.faq__accordion-answer-inner p:last-of-type {
  margin-bottom: 0;
}
.faq__accordion-answer-inner a {
  color: #FFFFFF;
  text-decoration: underline;
}
.faq__accordion.active .faq__accordion-arrow {
  transform: rotate(180deg);
}
.faq__assistant-container {
  display: grid;
  gap: 30px;
  max-width: 1260px;
  margin: 0 auto;
}
.faq__assistant-text {
  display: grid;
  gap: 20px;
}
.faq__assistant-img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
}
.faq__form {
  display: grid;
  gap: 40px;
  background: #F7F5EB;
  color: #214D95;
  padding: 30px 20px;
}
.faq__form-text {
  display: grid;
  gap: 20px;
  max-width: 760px;
}
.faq__form-paragraphs p {
  margin-bottom: 20px;
}
.faq__form-paragraphs p:last-of-type {
  margin-bottom: 0;
}
.faq__form-icon {
  display: none;
}

.about-marina {
  padding-top: 72px;
  padding-bottom: 128px;
  position: relative;
  overflow: hidden;
}
.about-marina.desktop {
  display: none;
}
.about-marina__background {
  position: absolute;
  left: -50px;
  bottom: -60px;
  max-width: 230px;
  height: auto;
}
.about-marina .h2 {
  color: #214D95;
  margin-bottom: 32px;
}
.about-marina p {
  font: 400 16px/1.1 "CeraPro", sans-serif;
  color: #214D95;
  margin-bottom: 23px;
}
.about-marina p:last-of-type {
  margin-bottom: 0;
}
.about-marina__content {
  margin-bottom: 48px;
}
.about-marina .swiper-slide img {
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: center;
     object-position: center;
}
.about-marina .swiper-navigation {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}
.about-marina .swiper-navigation button {
  border: 0;
  background: transparent;
}

@media only screen and (min-width: 425px) {
  .about-marina {
    padding-bottom: 180px;
  }
  .about-marina.desktop {
    display: inline-block;
    width: 100%;
  }
  .about-marina.mobile {
    display: none;
  }
}
@media only screen and (min-width: 991px) {
  .about-marina {
    padding-bottom: 180px;
  }
  .about-marina.desktop {
    display: inline-block;
    width: 100%;
  }
  .about-marina.mobile {
    display: none;
  }
  .about-marina .h2 {
    margin-bottom: 48px;
    text-align: center;
  }
  .about-marina__background {
    left: 0;
    max-width: unset;
    bottom: -100px;
  }
  .about-marina__content {
    display: flex;
    flex-flow: row;
    gap: 90px;
  }
  .about-marina__content p {
    flex: 0 0 calc(50% - 45px);
  }
  .about-marina .swiper-navigation {
    justify-content: flex-end;
  }
  .about-marina .swiper-slide img {
    height: 405px;
  }
}
.about {
  position: relative;
  padding: 52px 0 40px;
  color: #FFFFFF;
}
.about__img, .about__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__img {
  z-index: -2;
}
.about__overlay {
  z-index: -1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.about__eyebrow {
  width: 100%;
}
.about__container {
  display: grid;
  gap: 300px;
}
.about__title {
  margin-bottom: 20px;
}
.about__paragraphs {
  display: grid;
  gap: 20px;
  padding-top: 25px;
  border-top: 1px solid #FFFFFF;
}
.about__paragraph p {
  margin-bottom: 20px;
}
.about__paragraph p:last-of-type {
  margin-bottom: 0;
}

.stats {
  padding: 35px 0;
  background: #214D95;
  color: #FFFFFF;
  text-align: center;
}
.stats__container {
  display: grid;
  gap: 45px;
}
.stats__eyebrows {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}
.stats__eyebrow {
  color: #B5BEBF;
  text-transform: uppercase;
}
.stats__eyebrow::after {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  background: #B5BEBF;
  margin: 12px auto;
}
.stats__eyebrow:last-of-type::after {
  display: none;
}
.stats__numbers {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 44px;
}
.stats__number {
  width: 100%;
  display: grid;
}
.stats__number-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stats__number-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(33, 77, 149) 0%, rgba(33, 77, 149, 0) 100%);
  z-index: 2;
}
.stats__number-value, .stats__number-sufix {
  font-family: "CeraStencilPro", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  --min-font: 85;
  --min-font-px: 85px;
  --max-font: 120;
  --max-font-px: 120px;
}
.stats__number-text {
  --min-font: 20;
  --min-font-px: 20px;
  --max-font: 22;
  --max-font-px: 22px;
}

.rewards {
  color: #FFFFFF;
  background: #214D95;
  padding: 40px 0;
}
.rewards__container {
  display: grid;
  gap: 20px;
}
.rewards__title {
  font-family: "CeraStencilPro", sans-serif;
  font-weight: 400;
  --min-font: 80;
  --min-font-px: 80px;
  --max-font: 200;
  --max-font-px: 200px;
  opacity: 0.2;
}
.rewards__list {
  display: grid;
  gap: 40px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.rewards__item {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.rewards__item-media {
  position: relative;
}
.rewards__item-media-img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.rewards__item-media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(33, 77, 149) 0, rgba(33, 77, 149, 0) 40%);
  z-index: 2;
}
.rewards__item-text {
  position: relative;
  margin-top: -50px;
  z-index: 2;
}
.rewards__item-text h3 {
  font: 700 16px/1.2 "CeraPro", sans-serif;
  text-transform: uppercase;
  padding: 24px;
}
.rewards__item-text ul {
  padding: 0 24px;
}
.rewards__item-text p,
.rewards__item-text li {
  font: 400 16px/1.1 "CeraPro", sans-serif;
}

.architects {
  position: relative;
  background: #214D95;
  color: #FFFFFF;
  padding: 30px 0;
  overflow: hidden;
}
.architects__logo {
  position: absolute;
  width: 100%;
  max-width: 1000px;
  height: auto;
  top: 50%;
  left: 0;
  transform: translate(-20%, -50%);
  z-index: 1;
  opacity: 0.1;
}
.architects__container {
  position: relative;
  display: grid;
  gap: 50px;
  z-index: 2;
}
.architects__eyebrow--mobile {
  width: 100%;
  display: block;
  height: auto;
}
.architects__eyebrow--desktop {
  display: none;
}
.architects__cards {
  display: grid;
  gap: 100px;
  margin: 0 auto;
}
.architects__card {
  display: grid;
  gap: 30px;
}
.architects__card-img {
  width: 100%;
  height: auto;
  aspect-ratio: 5/7;
  -o-object-fit: cover;
     object-fit: cover;
}
.architects__card-signature {
  width: auto;
  max-width: 100%;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: -30px auto 0;
}
.architects__card-text {
  display: grid;
  gap: 15px;
}
.architects__card-name {
  font-family: "CeraPro", sans-serif;
  line-height: 1.15;
  font-weight: 500;
  text-transform: uppercase;
  --min-font: 16;
  --min-font-px: 16px;
  --max-font: 18;
  --max-font-px: 18px;
}
.architects__card-biography p {
  margin-bottom: 10px;
}
.architects__card-biography p:last-of-type {
  margin-bottom: 15px;
}

.viber {
  position: relative;
  color: #FFFFFF;
  text-align: center;
  padding: 80px 0 120px;
}
.viber__img, .viber__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.viber__img {
  z-index: -2;
}
.viber__overlay {
  z-index: -1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.viber__container {
  max-width: 1080px;
  margin: 0 auto;
}
.viber__icon {
  display: block;
  width: 53px;
  height: auto;
  margin: 0 auto 100px;
}
.viber__paragraphs {
  margin-top: 20px;
}
.viber__paragraphs p {
  margin-bottom: 10px;
}
.viber__paragraphs p:last-of-type {
  margin-bottom: 0;
}
.viber__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "CeraPro", sans-serif;
  line-height: 1;
  font-weight: 400;
  --min-font: 18;
  --min-font-px: 18px;
  --max-font: 20;
  --max-font-px: 20px;
  color: #FFFFFF;
  text-decoration: none;
  margin: 80px auto 0;
}
.viber__cta-label {
  border-bottom: 1px solid #FFFFFF;
}
.viber__cta-icon {
  display: block;
  width: 20px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .stats {
    padding: 120px 0;
  }
  .stats__container {
    gap: 60px;
  }
  .stats__eyebrows {
    display: flex;
    justify-content: center;
    max-width: 100%;
  }
  .stats__eyebrow {
    padding: 0 40px;
    border-right: 1px solid #B5BEBF;
  }
  .stats__eyebrow::after {
    display: none;
  }
  .stats__eyebrow:first-of-type {
    padding-left: 0;
  }
  .stats__eyebrow:last-of-type {
    padding-right: 0;
    border: 0;
  }
  .stats__numbers {
    gap: 0;
  }
  .stats__number {
    width: 250px;
  }
  .rewards {
    padding: 50px 0;
  }
  .rewards__container {
    gap: 0;
  }
  .rewards__title {
    transform: translateY(5%);
  }
  .architects__logo {
    top: auto;
    bottom: 0;
    transform: translate(-30%, 30%);
  }
  .architects__cards {
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1280px) {
  .blog {
    padding: 120px 0;
  }
  .blog__container {
    grid-template-columns: 2fr 3fr;
    gap: 120px;
  }
  .blog__text {
    padding-top: 50px;
  }
  .blog__paragraphs {
    flex: 1;
  }
  .blog .swiper-navigation {
    justify-content: flex-start;
  }
  .faq {
    position: relative;
    padding-bottom: 180px;
  }
  .faq__top {
    position: initial;
    padding: 120px 0 70px;
  }
  .faq__main {
    margin-bottom: 130px;
  }
  .faq__main-container {
    grid-template-columns: 2fr 3fr;
    gap: 120px;
  }
  .faq__assistant-container {
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 150px;
  }
  .faq__assistant-text {
    order: 2;
    padding: 50px 0;
    gap: 45px;
  }
  .faq__assistant-img {
    order: 1;
    width: 500px;
    height: 500px;
  }
  .faq__form {
    max-width: 1400px;
    padding: 40px 56px;
    margin: 0 auto;
  }
  .faq__form-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .faq__form-icon {
    display: block;
    width: 50px;
    height: auto;
  }
  .about {
    padding: 140px 0 50px;
  }
  .about__container {
    gap: 640px;
  }
  .about__text {
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding-top: 36px;
    border-top: 1px solid #FFFFFF;
  }
  .about__paragraphs {
    grid-template-columns: repeat(2, 1fr);
    gap: 55px;
    padding: 0;
    border: 0;
  }
  .rewards {
    padding: 60px 0;
  }
  .rewards__title {
    margin-bottom: -40px;
    padding: 0 80px;
  }
  .rewards__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
  }
  .architects {
    padding: 90px 0 160px;
  }
  .architects__container {
    position: initial;
  }
  .architects__cards {
    gap: 220px;
    padding: 0 150px;
  }
  .architects__card-signature {
    height: 100px;
    margin: -50px auto 0;
  }
  .architects__eyebrow--mobile {
    display: none;
  }
  .architects__eyebrow--desktop {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: 100%;
    padding: 40px 0;
  }
  .viber {
    padding: 120px 0;
  }
  .viber__icon {
    margin-bottom: 24px;
  }
  .viber__cta {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1440px) {
  .rewards__title {
    text-align: right;
  }
}
