@charset "UTF-8";
/* Global variables */
/* ======================================================================== */
/* Grid */
/* ======================================================================== */
/* 20/16 */
/* Form */
/* ======================================================================== */
@import "../fonts/icon/style.css";
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Montserrat/Montserrat-SemiBold.eot?") format("eot"), url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype"), url('../fonts/Montserrat/Montserrat-SemiBold.svg#str-replace("Montserrat", " ", "_")') format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Montserrat/Montserrat-Bold.eot?") format("eot"), url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype"), url('../fonts/Montserrat/Montserrat-Bold.svg#str-replace("Montserrat", " ", "_")') format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Montserrat/Montserrat-Regular.eot?") format("eot"), url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype"), url('../fonts/Montserrat/Montserrat-Regular.svg#str-replace("Montserrat", " ", "_")') format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Amstelvar Roman";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Amstelvar/Amstelvar-Roman_1.eot?") format("eot"), url("../fonts/Amstelvar/Amstelvar-Roman_1.woff2") format("woff2"), url("../fonts/Amstelvar/Amstelvar-Roman_1.woff") format("woff"), url("../fonts/Amstelvar/Amstelvar-Roman_1.ttf") format("truetype"), url('../fonts/Amstelvar/Amstelvar-Roman_1.svg#str-replace("Amstelvar Roman", " ", "_")') format("svg");
  font-display: swap;
}
* {
  box-sizing: border-box;
}
*:after, *:before {
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  position: relative;
  box-sizing: content-box;
}

.wrapper {
  min-height: 100%;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  font-size: 100%;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  transition: all 0.3s;
}
a:focus {
  outline: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  max-width: 100%;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2 */
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

body {
  font-family: "Montserrat";
  color: #0B1326;
  line-height: 1.2;
  font-size: calc(.05 * 100vw + 0px);
  background-color: #FDF8F3;
}
@media (min-width: 768px) {
  body {
    font-size: calc(.008333334 * 100vw + 0px);
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100%;
  font-size: 1em;
}

/* Middle
 ----------------------------------------------------------------------------- */
.main_content {
  flex-grow: 1;
  padding-top: 4.875em;
}
@media (min-width: 768px) {
  .main_content {
    padding-top: 7.5625em;
  }
}

.container_center {
  max-width: 102em;
  padding: 0 1em;
  margin-left: auto;
  margin-right: auto;
}

.section {
  padding: 2.5em 0 0;
}
@media (min-width: 768px) {
  .section {
    padding: 5em 0 0;
  }
}
.section__page {
  padding-top: 0;
  padding-bottom: 2em;
}
@media (min-width: 768px) {
  .section__page {
    padding-bottom: 6em;
  }
}
.section__head {
  padding: 2.5em 0;
}
@media (min-width: 768px) {
  .section__head {
    padding: 5em 0;
  }
}
.section__head.dark {
  background-color: #0B1326;
}
@media (min-width: 768px) {
  .section__head_row {
    display: flex;
    align-items: center;
  }
}
.section__title {
  position: relative;
  margin: 0;
  font-family: "Amstelvar Roman";
  font-weight: 400;
  color: #14244C;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-size: 2em;
  text-align: center;
}
@media (min-width: 768px) {
  .section__title {
    text-align: left;
    font-size: 3.25em;
    letter-spacing: -0.01em;
  }
}
.section__title br {
  display: none;
}
@media (min-width: 768px) {
  .section__title br {
    display: inline;
  }
}
.dark .section__title {
  color: #FDF8F3;
}
@media (min-width: 768px) {
  .section__head .section__title {
    flex: none;
    width: 18.25em;
  }
}
.section__desc {
  margin-top: 1.25em;
  text-align: center;
}
@media (min-width: 768px) {
  .section__desc {
    margin-top: 0;
    text-align: left;
  }
}
.section__desc p {
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}
@media (min-width: 768px) {
  .section__desc p {
    font-size: 0.875em;
    line-height: 1.8;
  }
}
.dark .section__desc p {
  color: #FDF8F3;
}
.section__desc p br {
  display: none;
}
@media (min-width: 768px) {
  .section__desc p br {
    display: inline;
  }
}
.section__desc p a {
  color: inherit;
}
.section__text > *:first-child {
  margin-top: 0;
}
.section__text > *:last-child {
  margin-bottom: 0;
}
.section__text p {
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .section__text p {
    font-size: 0.875em;
  }
}
.section__text p:first-child {
  margin-top: 0;
}
.section__text p:last-child {
  margin-bottom: 0;
}
.section__text h2 {
  font-family: "Amstelvar Roman";
  font-weight: 400;
  color: #14244C;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-size: 1.5em;
  text-align: center;
}
@media (min-width: 768px) {
  .section__text h2 {
    text-align: left;
    font-size: 2.625em;
    margin-top: 1.9em;
  }
}
.section__text ol,
.section__text ul {
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.8;
  padding-left: 1em;
}
@media (min-width: 768px) {
  .section__text ol,
.section__text ul {
    font-size: 0.875em;
    line-height: 1.8;
  }
}
.section__text a {
  color: inherit;
}
.section__text figure {
  margin-left: 0;
  margin-right: 0;
}
.section__text figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.section__text .wp-block-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.5em;
}
@media (min-width: 768px) {
  .section__text .wp-block-gallery {
    grid-gap: 1.25em;
  }
}
.section__text .wp-block-gallery .wp-block-image {
  margin: 0;
}
@media (max-width: 767px) {
  .section__text .wp-block-gallery .wp-block-image {
    height: 8.75em;
  }
}
.section__text .wp-block-image {
  width: 100% !important;
  height: 12em;
}
@media (min-width: 768px) {
  .section__text .wp-block-image {
    height: 24.0625em;
  }
}
.section__post {
  background-color: #F2EEE9;
  padding: 2.5em 1em;
  margin: 1.5em -1em;
}
@media (min-width: 768px) {
  .section__post {
    padding: 7.5em 15.875em 7.5em 10em;
    margin: 2.5em -26.25em 2.5em 0;
  }
}
.section__post ul {
  padding: 0;
}
.section__post_label {
  font-family: "Amstelvar Roman";
  font-weight: 400;
  color: #14244C;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 1.1em;
}
@media (min-width: 768px) {
  .section__post_label {
    text-align: left;
    font-size: 2.625em;
  }
}
.section__more {
  text-align: center;
  padding: 1em 0;
}
@media (min-width: 768px) {
  .section__more {
    padding: 2.5em 0;
  }
}
.section__more a {
  font-size: 0.75em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #14244C;
  line-height: 1;
}

@media (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}

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

.d-none {
  display: none;
}

.d-block {
  display: block !important;
}

.bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.snakeline a {
  position: relative;
  text-decoration: none;
}
.snakeline a:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  left: 0;
  bottom: -0.0625em;
  border-bottom: 0.0625em solid;
  border-color: inherit;
}
@media (min-width: 768px) {
  .snakeline a:after {
    transition: width 0.8s;
  }
}
@media (min-width: 768px) {
  .snakeline a:hover:after {
    width: 65%;
  }
}

.list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.counter-wrap {
  counter-reset: line var(--line-num, 0);
}

.counter-item {
  counter-increment: line;
}
.counter-item .counter-el:before {
  content: counter(line, decimal-leading-zero);
}
.no_zero .counter-item .counter-el:before {
  content: counter(line);
}

.user_select_none {
  -webkit-user-select: none;
  user-select: none;
}

.pulse {
  position: relative;
}
.pulse:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  display: block;
  border: 0.0625em solid #FDF8F3;
  border-radius: 100%;
  width: 5.4375em;
  height: 5.4375em;
}
@media (min-width: 768px) {
  .pulse:after {
    width: 5.3em;
    height: 5.3em;
    animation: 6s pulse infinite;
    animation-delay: calc(1s * var(--i));
  }
}

@media (min-width: 768px) {
  @keyframes pulse {
    0% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0.9;
    }
    60% {
      opacity: 0.5;
    }
    to {
      opacity: 0.2;
      transform: translate(-50%, -50%) scale(1.2);
    }
  }
}
.preloader__wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #FDF8F3;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: 0.3s;
}
.preloader__wrap.hide {
  opacity: 0;
}

.loader {
  width: 3em;
  height: 3em;
  display: inline-block;
  position: relative;
  transform: rotate(45deg);
  font-size: 2.5em;
}

.loader::before {
  content: "";
  box-sizing: border-box;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  left: 0;
  top: -1.5em;
  animation: animloader 4s ease infinite;
}

.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  background: rgba(20, 36, 76, 0.85);
  box-shadow: 0 0 10px rgba(20, 36, 76, 0.15);
  animation: animloader2 2s ease infinite;
}

@keyframes animloader {
  0% {
    box-shadow: 0 1.5em rgba(255, 255, 255, 0), 1.5em rgba(255, 255, 255, 0), 1.5em 3em rgba(255, 255, 255, 0), 0 3em rgba(255, 255, 255, 0);
  }
  12% {
    box-shadow: 0 1.5em #14244C, 1.5em rgba(255, 255, 255, 0), 1.5em 3em rgba(255, 255, 255, 0), 0 3em rgba(255, 255, 255, 0);
  }
  25% {
    box-shadow: 0 1.5em #14244C, 1.5em #14244C, 1.5em 3em rgba(255, 255, 255, 0), 0 3em rgba(255, 255, 255, 0);
  }
  37% {
    box-shadow: 0 1.5em #14244C, 1.5em #14244C, 1.5em 3em #14244C, 0 3em rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 0 1.5em #14244C, 1.5em #14244C, 1.5em 3em #14244C, 0 3em #14244C;
  }
  62% {
    box-shadow: 0 1.5em rgba(255, 255, 255, 0), 1.5em #14244C, 1.5em 3em #14244C, 0 3em #14244C;
  }
  75% {
    box-shadow: 0 1.5em rgba(255, 255, 255, 0), 1.5em rgba(255, 255, 255, 0), 1.5em 3em #14244C, 0 3em #14244C;
  }
  87% {
    box-shadow: 0 1.5em rgba(255, 255, 255, 0), 1.5em rgba(255, 255, 255, 0), 1.5em 3em rgba(255, 255, 255, 0), 0 3em #14244C;
  }
  100% {
    box-shadow: 0 1.5em rgba(255, 255, 255, 0), 1.5em rgba(255, 255, 255, 0), 1.5em 3em rgba(255, 255, 255, 0), 0 3em rgba(255, 255, 255, 0);
  }
}
@keyframes animloader2 {
  0% {
    transform: translate(0, 0) rotateX(0) rotateY(0);
  }
  25% {
    transform: translate(100%, 0) rotateX(0) rotateY(180deg);
  }
  50% {
    transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg);
  }
  75% {
    transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg);
  }
  100% {
    transform: translate(0, 0) rotateX(0) rotateY(360deg);
  }
}
.preloaderFilter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5em;
}
.preloaderFilter__inner {
  position: relative;
}
.preloaderFilter__wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FDF8F3;
  z-index: 100;
  display: none;
}

.loader {
  width: 3em;
  height: 3em;
  display: inline-block;
  position: relative;
  transform: rotate(45deg);
  font-size: 2.5em;
}

.loader::before {
  content: "";
  box-sizing: border-box;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  left: 0;
  top: -1.5em;
  animation: animloader 4s ease infinite;
}

.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  background: rgba(20, 36, 76, 0.85);
  box-shadow: 0 0 10px rgba(20, 36, 76, 0.15);
  animation: animloader2 2s ease infinite;
}

@keyframes animloader {
  0% {
    box-shadow: 0 1.5em rgba(255, 255, 255, 0), 1.5em rgba(255, 255, 255, 0), 1.5em 3em rgba(255, 255, 255, 0), 0 3em rgba(255, 255, 255, 0);
  }
  12% {
    box-shadow: 0 1.5em #14244C, 1.5em rgba(255, 255, 255, 0), 1.5em 3em rgba(255, 255, 255, 0), 0 3em rgba(255, 255, 255, 0);
  }
  25% {
    box-shadow: 0 1.5em #14244C, 1.5em #14244C, 1.5em 3em rgba(255, 255, 255, 0), 0 3em rgba(255, 255, 255, 0);
  }
  37% {
    box-shadow: 0 1.5em #14244C, 1.5em #14244C, 1.5em 3em #14244C, 0 3em rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 0 1.5em #14244C, 1.5em #14244C, 1.5em 3em #14244C, 0 3em #14244C;
  }
  62% {
    box-shadow: 0 1.5em rgba(255, 255, 255, 0), 1.5em #14244C, 1.5em 3em #14244C, 0 3em #14244C;
  }
  75% {
    box-shadow: 0 1.5em rgba(255, 255, 255, 0), 1.5em rgba(255, 255, 255, 0), 1.5em 3em #14244C, 0 3em #14244C;
  }
  87% {
    box-shadow: 0 1.5em rgba(255, 255, 255, 0), 1.5em rgba(255, 255, 255, 0), 1.5em 3em rgba(255, 255, 255, 0), 0 3em #14244C;
  }
  100% {
    box-shadow: 0 1.5em rgba(255, 255, 255, 0), 1.5em rgba(255, 255, 255, 0), 1.5em 3em rgba(255, 255, 255, 0), 0 3em rgba(255, 255, 255, 0);
  }
}
@keyframes animloader2 {
  0% {
    transform: translate(0, 0) rotateX(0) rotateY(0);
  }
  25% {
    transform: translate(100%, 0) rotateX(0) rotateY(180deg);
  }
  50% {
    transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg);
  }
  75% {
    transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg);
  }
  100% {
    transform: translate(0, 0) rotateX(0) rotateY(360deg);
  }
}
/* Header
 ----------------------------------------------------------------------------- */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header.stiky {
  position: fixed;
  z-index: 10;
  animation-name: showMenu;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
@media (max-width: 767px) {
  .header .container_center {
    padding: 0 1.25em;
  }
}
@media (max-width: 767px) {
  .header__navbar {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    background-color: #14244C;
    width: 100%;
    z-index: 10;
    overflow: hidden;
    padding: 3.4em 0 2em;
    transition: 0.8s;
    height: 100vh;
    min-height: 100%;
    overflow-y: auto;
  }
  .header__navbar.open {
    right: 0;
  }
  .header__navbar_img {
    margin-top: 2.6em;
    width: 100%;
    height: 8em;
  }
}
@media (max-width: 767px) {
  .header__toggle {
    position: relative;
    z-index: 51;
    display: flex;
    align-items: center;
    gap: 0.625em;
  }
  .header__toggle .label {
    font-size: 0.75em;
    font-weight: 600;
    color: #FDF8F3;
  }
  .header__toggle .toggle {
    position: relative;
    width: 0.75em;
    height: 0.5625em;
    color: #FDF8F3;
    border: 0.0625em solid;
    border-left: 0;
    border-right: 0;
  }
  .header__toggle .toggle:after, .header__toggle .toggle:before {
    content: "";
    display: inline-block;
    border-top: 0.0625em solid;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    transition: transform 0.8s;
  }
  .header__toggle.open .toggle {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border: 0;
  }
  .header__toggle.open .toggle:before {
    transform: rotate(45deg);
  }
  .header__toggle.open .toggle:after {
    transform: rotate(-45deg);
  }
}
.header__top {
  background-color: #0B1326;
  padding: 0.1875em 0;
}
@media (min-width: 768px) {
  .header__top {
    padding: 0;
    min-height: 3.75em;
  }
}
@media (min-width: 768px) {
  .header__top .header__col {
    width: 33.3%;
  }
}
.header__bottom {
  background-color: #FDF8F3;
  border-bottom: 0.0625em solid #14244C;
  padding: 0.6567em 0;
}
@media (min-width: 768px) {
  .header__bottom {
    padding: 0;
    min-height: 3.75em;
  }
}
.header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__col {
  display: flex;
  justify-content: center;
}
.header__col:first-child {
  justify-content: flex-start;
}
.header__col:last-child {
  justify-content: flex-end;
}
.header .logo {
  display: flex;
  align-items: center;
  gap: 0.75em;
  text-decoration: none;
  color: #FDF8F3;
}
@media (min-width: 768px) {
  .header .logo {
    gap: 1em;
  }
}
.header .logo__img {
  overflow: hidden;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: #FDF8F3;
}
@media (min-width: 768px) {
  .header .logo__img {
    width: 3.75em;
    height: 3.75em;
  }
}
.header .logo span {
  font-size: 0.75em;
  font-weight: 600;
}
@media (min-width: 768px) {
  .header .logo span {
    font-size: 1.25em;
  }
}
.header .info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.675em;
}
@media (min-width: 768px) {
  .header .info {
    justify-content: flex-start;
    gap: 2.875em;
  }
}
.header .info__link {
  display: flex;
  align-items: center;
  gap: 0.375em;
  text-decoration: none;
  color: #0B1326;
}
@media (min-width: 768px) {
  .header .info__link {
    gap: 0.5em;
  }
}
.header .info__link span {
  font-size: 0.75em;
  font-weight: 600;
}
@media (min-width: 768px) {
  .header .info__link span {
    font-size: 0.875em;
    font-weight: 700;
  }
}
.header .info__img {
  width: 1.125em;
  height: 1.125em;
  overflow: hidden;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .header .info__img {
    width: 3.75em;
    height: 3.75em;
  }
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .menu {
    display: flex;
    align-items: center;
    gap: 2.875em;
  }
}
.menu.flex {
  display: flex;
  align-items: center;
  gap: 1.125em;
  flex-wrap: wrap;
  margin-top: 2.9em;
}
.menu.flex .menu-item {
  margin-top: 0;
  text-align: center;
  flex-grow: 1;
}
.menu.flex .menu-item:last-child {
  width: 100%;
}
@media (max-width: 767px) {
  .menu-item {
    margin-top: 0.95em;
    text-align: center;
  }
}
.menu-item a {
  position: relative;
  text-decoration: none;
  color: #FDF8F3;
  font-size: 0.75em;
  font-weight: 600;
  transition: 0.8s;
}
@media (min-width: 768px) {
  .menu-item a {
    color: #B9B1A6;
    font-size: 0.875em;
  }
}
.menu-item a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.7em;
  left: 50%;
  transform: translateX(-50%) scale(0);
  width: 0.25em;
  height: 0.25em;
  border-radius: 100%;
  background-color: #FDF8F3;
  opacity: 0;
}
@media (min-width: 768px) {
  .menu-item a:after {
    left: 0;
    transition: 0.8s;
  }
}
@media (min-width: 768px) {
  .menu-item a:hover:after {
    left: 50%;
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}
.header__top .menu-item a {
  color: #FDF8F3;
}
@media (min-width: 768px) {
  .header__bottom .menu-item a:after {
    content: none;
  }
  .header__bottom .menu-item a:before {
    content: "";
    position: absolute;
    bottom: -1.5em;
    left: 0;
    display: block;
    width: 0;
    height: 0.1875em;
    background-color: #14244C;
    opacity: 0;
    transition: 0.8s;
  }
  .header__bottom .menu-item a:hover, .current-menu-item .header__bottom .menu-item a {
    color: #0B1326;
  }
  .header__bottom .menu-item a:hover:before, .current-menu-item .header__bottom .menu-item a:before {
    opacity: 1;
    width: 100%;
  }
}

.current-menu-item > a:after {
  left: 50%;
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
@media (min-width: 768px) {
  .header__bottom .current-menu-item > a {
    color: #0B1326;
  }
  .header__bottom .current-menu-item > a:before {
    width: 100%;
    opacity: 1;
  }
}

.nav-open {
  overflow: hidden;
}

@keyframes showMenu {
  0% {
    opacity: 0;
    transform: translateY(-2em);
  }
  100% {
    opacity: 1;
    transform: translateY(0em);
  }
}
.about {
  padding: 0;
}
@media (min-width: 768px) {
  .about .section__desc {
    width: 34em;
  }
}
.about__wrap {
  border-bottom: 0.0625em solid #14244C;
}
@media (min-width: 768px) {
  .about__wrap {
    position: relative;
    min-height: 38em;
  }
}
.about__content {
  padding: 2.5em 0;
}
@media (min-width: 768px) {
  .about__content {
    padding: 5em 13.875em 5em 0;
    width: 59.25em;
  }
}
.about__img {
  width: 100%;
  height: 15em;
}
@media (min-width: 768px) {
  .about__img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50.9375em;
    height: auto;
  }
}
.about__list_item {
  display: flex;
  gap: 1em;
  margin-top: 1.25em;
}
.about__list_item:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .about__list_item {
    gap: 2.875em;
  }
}
.about__list_img {
  overflow: hidden;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.75em;
  height: 5.75em;
  border-radius: 100%;
  background-color: #14244C;
  font-size: 0.5em;
}
@media (min-width: 768px) {
  .about__list_img {
    font-size: 1em;
  }
}
.about__list_img img {
  height: auto;
  display: block;
  width: 45%;
  object-fit: cover;
}
.about__btn {
  margin-top: 2em;
  text-align: center;
}
@media (min-width: 768px) {
  .about__btn {
    text-align: left;
    margin-top: 2.25em;
    margin-left: 8.625em;
  }
}

.advantage {
  padding: 0;
}
@media (min-width: 768px) {
  .advantage .section__head {
    padding: 3.75em 0;
  }
}
@media (min-width: 768px) {
  .advantage .section__title {
    width: 20.75em;
  }
}
.advantage__btn {
  margin-top: 1.25em;
  text-align: center;
}
@media (min-width: 768px) {
  .advantage__btn {
    margin-top: 1.75em;
    text-align: left;
  }
}
.advantage__label {
  padding: 0 0 1.25em;
  text-align: center;
}
@media (min-width: 768px) {
  .advantage__label {
    text-align: left;
    border-top: 0.0625em solid #14244C;
    padding: 2.5em 0;
  }
}
.advantage__label span {
  font-size: 0.875em;
  font-weight: 700;
}
.advantage__list {
  border-bottom: 0.0625em solid;
  border-color: #14244C;
}
@media (min-width: 768px) {
  .advantage__list {
    display: flex;
  }
}
@media (min-width: 768px) {
  .advantage__list.reverse {
    border-top: 0.0625em solid;
  }
}
@media (max-width: 767px) {
  .advantage__item {
    margin-top: 0.6em;
    text-align: center;
  }
  .advantage__item:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .advantage__item {
    border-bottom: 0.0625em solid;
    border-color: #14244C;
  }
}
.advantage__item:last-child {
  border: 0;
}
@media (max-width: 767px) {
  .advantage__item:last-child {
    display: flex;
    flex-direction: column-reverse;
  }
  .advantage__item:last-child .advantage__img {
    display: block;
    height: 25em;
    margin-top: 2em;
  }
}
@media (min-width: 768px) {
  .advantage__item {
    border-bottom: 0;
    flex-grow: 1;
    border-right: 0.0625em solid;
  }
  .advantage__item:first-child .advantage__text {
    padding-left: 10em;
  }
  .advantage__item:hover .advantage__img img {
    transform: scale(1.2);
  }
}
@media (min-width: 768px) {
  .reverse .advantage__item {
    display: flex;
    flex-direction: column-reverse;
    border-bottom: 0;
    border-color: #FDF8F3;
  }
}
.advantage__img {
  display: none;
}
@media (min-width: 768px) {
  .advantage__img {
    display: block;
    height: 22.5em;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .advantage__img img {
    transform: scale(1);
    transition: 2s;
  }
}
@media (min-width: 768px) {
  .advantage__text {
    padding: 1.75em 1.75em 1.25em 4.375em;
  }
}
.advantage__text span {
  font-size: 0.75em;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .advantage__text span {
    font-size: 0.875em;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .reverse .advantage__text {
    background-color: #0B1326;
    color: #FDF8F3;
  }
}
.advantage__title span {
  font-weight: 700;
}

.project {
  padding: 0;
}
.project__btn {
  margin-top: 1.25em;
  text-align: center;
}
@media (min-width: 768px) {
  .project__btn {
    margin-top: 1.875em;
    text-align: left;
  }
}
.project__swipers {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  min-width: 1px;
  background-color: #0B1326;
}
@media (max-width: 767px) {
  .project__swipers {
    position: relative;
  }
}
@media (min-width: 768px) {
  .project__swipers {
    flex-wrap: nowrap;
  }
}
.project__lg {
  width: 16em;
}
@media (min-width: 768px) {
  .project__lg {
    width: 69.0625em;
    order: 1;
  }
}
@media (max-width: 767px) {
  .project__sm {
    position: absolute;
    top: 0;
    left: 16.5em;
    width: 16em;
  }
}
@media (min-width: 768px) {
  .project__sm {
    padding-left: 0;
    width: 69.0625em;
    order: 3;
  }
}
.project__info {
  width: 20em;
}
@media (min-width: 768px) {
  .project__info {
    width: 40.9375em;
    order: 2;
  }
}
.project__img {
  width: 100%;
  height: 13.125em;
}
@media (min-width: 768px) {
  .project__img {
    flex: none;
    width: 69.0625em;
    height: 46.25em;
  }
}
.project__content {
  color: #FDF8F3;
  padding: 1.25em 1em 4em;
}
@media (min-width: 768px) {
  .project__content {
    flex: none;
    width: 41.5625em;
    height: 46.25em;
    padding: 7.125em 3.5em 7.125em 4.625em;
  }
}
.project__scrolled {
  margin-top: 1.25em;
  overflow: hidden overlay;
  height: 10em;
  padding-right: 0.75em;
}
@media (min-width: 768px) {
  .project__scrolled {
    margin-top: 1.6em;
    height: 18.5em;
    padding-right: 1.5em;
  }
  .project__scrolled::-webkit-scrollbar {
    width: 1.25em;
    height: 1.25em;
  }
  .project__scrolled::-webkit-scrollbar-button {
    display: none;
  }
  .project__scrolled::-webkit-scrollbar-thumb {
    background: rgba(253, 248, 243, 0.125);
    border-radius: 1.25em;
    border: 0.5em solid transparent;
    background-clip: content-box;
    min-height: 3em;
  }
}
.project__title {
  font-family: "Amstelvar Roman";
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-size: 1.5em;
  padding-right: 2.5em;
}
@media (min-width: 768px) {
  .project__title {
    font-size: 2.625em;
  }
}
.swiper-slide-active .project__title {
  opacity: 1;
  animation: fadeInUp;
  animation-duration: 3s;
}
.project__desc {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .project__desc {
    line-height: 1.8;
  }
}
.project__link {
  margin-top: 1.25em;
  text-align: center;
}
@media (min-width: 768px) {
  .project__link {
    margin-top: 3.15em;
    text-align: left;
  }
}
.project__pagination {
  display: none;
}
.project__fraction {
  z-index: 5;
  position: absolute;
  bottom: 1.5em;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .project__fraction {
    bottom: 4em;
    left: 4.5em;
    transform: none;
  }
}
.project__fraction .fraction {
  display: flex;
  gap: 0.5em;
  align-items: center;
  color: #FDF8F3;
}
.project__fraction .fraction span {
  flex: none;
  font-size: 0.75em;
  font-weight: 700;
  width: 0.75em;
  text-align: center;
}
.project__fraction .fraction__line {
  --progress: 0;
  position: relative;
  display: block;
  width: 8.5em;
  height: 0.0625em;
  background-color: rgba(253, 248, 243, 0.2);
}
.project__fraction .fraction__line:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 0.0625em;
  width: calc(100% * (1 - var(--progress)));
  background-color: #FDF8F3;
}
.project__control {
  position: absolute;
  z-index: 5;
  top: 1em;
  right: 1em;
}
@media (min-width: 768px) {
  .project__control {
    top: 7.5em;
    right: 3.2em;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 150%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.works {
  padding: 0;
}
@media (min-width: 768px) {
  .works .section__title {
    width: 21.5em;
  }
}
.works__btn {
  text-align: center;
}
@media (min-width: 768px) {
  .works__btn {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .works__content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.works__item {
  display: block;
  border-color: #14244C;
  text-decoration: none;
  color: #0B1326;
  cursor: pointer;
}
@media (min-width: 768px) {
  .works__item {
    border-right: 0.0625em solid;
    border-bottom: 0.0625em solid;
  }
  .works__item:nth-child(3n) {
    border-right: 0;
  }
  .works__item:nth-child(3n+1) .works__text {
    padding-left: 10em;
  }
  .works__item:hover .works__img img {
    transform: scale(1.2);
  }
}
@media (min-width: 768px) {
  .custom .works__item:nth-child(3n) {
    border-right: 0.0625em solid #14244C;
  }
  .custom .works__item:nth-child(4n) {
    grid-column-start: 1;
    grid-column-end: 4;
    display: flex;
    align-items: center;
    min-height: 42.5em;
  }
  .custom .works__item:nth-child(4n) .works__img {
    flex: none;
    width: 80em;
    height: 42.5em;
    border-right: 0.0625em solid #14244C;
  }
  .custom .works__item:nth-child(4n) .works__text {
    flex-grow: 1;
    padding: 2.5em 8.125em 2.5em 7.5em;
  }
  .custom .works__item:nth-child(6n) {
    border-right: 0.0625em solid #14244C;
  }
}
.works__img {
  width: 100%;
  height: 11.25em;
}
@media (min-width: 768px) {
  .works__img {
    height: 22.5em;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .works__img img {
    transform: scale(1);
    transition: 2s;
  }
}
.works__text {
  padding: 1.25em 1em;
}
@media (min-width: 768px) {
  .works__text {
    padding: 2.5em 5em;
  }
}
.works__title {
  font-size: 1.125em;
  font-weight: 700;
  color: #14244C;
}
.works__desc {
  margin-top: 0.625em;
}
.works__desc p {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 768px) {
  .works__desc p {
    line-height: 1.8;
  }
}
.works__location {
  margin-top: 1.25em;
  display: flex;
  align-items: center;
  gap: 0.625em;
}
.works__location i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  background-color: #14244C;
  color: #FDF8F3;
}
.works__location span {
  font-size: 0.875em;
  font-weight: 400;
}

.proress {
  padding: 0;
}
.proress__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 0.0625em solid #14244C;
}
@media (min-width: 768px) {
  .proress__list {
    border-bottom: 0.0625em solid #14244C;
    grid-template-columns: repeat(4, 1fr);
  }
}
.proress__item {
  background-color: #FDF8F3;
  padding: 0.5em 0.5em 1em;
  border-right: 0.0625em solid #14244C;
}
@media (max-width: 767px) {
  .proress__item {
    border-bottom: 0.0625em solid #14244C;
  }
  .proress__item:nth-child(2n) {
    border-right: 0;
  }
}
@media (min-width: 768px) {
  .proress__item {
    padding: 1.75em 3.125em 3em;
  }
  .proress__item:nth-child(4n) {
    border-right: 0;
  }
  .proress__item:first-child {
    padding-left: 5.3em;
    padding-right: 2em;
  }
}
.proress__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.proress__counter {
  font-size: 0.75em;
  font-weight: 700;
}
@media (min-width: 768px) {
  .proress__counter {
    font-size: 0.875em;
  }
}
.proress__icon {
  height: 2em;
}
@media (min-width: 768px) {
  .proress__icon {
    height: 4.75em;
  }
}
.proress__icon img {
  display: block;
  height: 100%;
  width: auto;
  object-fit: cover;
}
.proress__title {
  font-size: 0.75em;
  font-weight: 700;
  margin-top: 1em;
}
@media (min-width: 768px) {
  .proress__title {
    margin-top: 0;
    font-size: 1.125em;
  }
}
.proress__desc {
  font-size: 0.625em;
  margin-top: 0.8em;
}
@media (min-width: 768px) {
  .proress__desc {
    font-size: 0.875em;
  }
}
.proress__gallery {
  display: flex;
}
.proress__img {
  height: 6.25em;
  width: 50%;
  border-right: 0.0625em solid #FDF8F3;
}
@media (min-width: 768px) {
  .proress__img {
    height: 37.5em;
  }
}
.proress__img:last-child {
  border-right: 0;
}

.financing {
  padding: 0;
  border-top: 0.0625em solid;
  border-bottom: 0.0625em solid;
  border-color: #14244C;
}
@media (min-width: 768px) {
  .financing__content {
    display: flex;
    flex-direction: row-reverse;
  }
  .financing__content > * {
    width: 50%;
    flex: none;
  }
}
.financing__left {
  padding: 2.5em 1em;
}
@media (min-width: 768px) {
  .financing__left {
    padding: 12.875em 11.625em 12em 12.625em;
  }
}
.financing__right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58.375em;
  font-size: 0.342em;
}
@media (min-width: 768px) {
  .financing__right {
    font-size: 1em;
    border-right: 0.0625em solid #14244C;
  }
}
.financing__right > img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.financing__img {
  position: relative;
  width: 40.625em;
  height: 39.625em;
}
.financing__desc {
  margin-top: 1.25em;
}
@media (min-width: 768px) {
  .financing__desc {
    margin-top: 2em;
  }
  .financing__desc.top {
    margin-top: 1em;
  }
}
.financing__desc p {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 768px) {
  .financing__desc p {
    line-height: 1.8;
  }
}
.financing__desc p br {
  display: none;
}
@media (min-width: 768px) {
  .financing__desc p br {
    display: inline;
  }
}
.financing__item {
  display: flex;
  align-items: center;
  gap: 1.4375em;
  margin-top: 0.75em;
}
.financing__item:first-child {
  margin-top: 1.625em;
}
.financing__item span {
  font-size: 0.875em;
}
.financing__icon {
  flex: none;
}
@media (min-width: 768px) {
  .financing__icon {
    width: 2.75em;
  }
}
.financing__btn {
  margin-top: 1.25em;
  text-align: center;
}
@media (min-width: 768px) {
  .financing__btn {
    margin-top: 2.125em;
    text-align: left;
  }
}

.recall {
  padding: 2.5em 0;
  background-color: #0B1326;
  overflow: hidden;
}
.recall .section__title {
  color: #FDF8F3;
}
@media (min-width: 768px) {
  .recall {
    padding: 8.75em 0 12.125em;
  }
}
.recall__swiper {
  margin-top: 2.5em;
}
@media (min-width: 768px) {
  .recall__swiper {
    margin-top: 4.5em;
  }
}
.recall__swiper .swiper {
  overflow: visible;
}
.recall__swiper .swiper-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.recall__swiper .icon_arrow_left {
  left: -1em;
}
@media (min-width: 768px) {
  .recall__swiper .icon_arrow_left {
    left: -1.1875em;
  }
}
.recall__swiper .icon_arrow_right {
  right: -1em;
}
@media (min-width: 768px) {
  .recall__swiper .icon_arrow_right {
    right: -1.1875em;
  }
}
.recall__content {
  background-color: #FDF8F3;
  padding: 2.5em 0.5em 2.5em 1em;
}
@media (min-width: 768px) {
  .recall__content {
    display: flex;
    gap: 2.25em;
    padding: 4.25em 6.375em 4.25em 3.125em;
  }
}
.recall__img {
  overflow: hidden;
  width: 6.375em;
  height: 6.375em;
  border-radius: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .recall__img {
    margin: 0;
  }
}
.recall__img.no_image {
  border-radius: 0;
}
.recall__stars {
  display: flex;
  justify-content: center;
  gap: 0.1875em;
  margin-top: 0.75em;
}
@media (min-width: 768px) {
  .recall__stars {
    margin-top: 1em;
  }
}
.recall__stars.star_1 i:nth-child(-n+1) {
  color: #FFCC33;
}
.recall__stars.star_2 i:nth-child(-n+2) {
  color: #FFCC33;
}
.recall__stars.star_3 i:nth-child(-n+3) {
  color: #FFCC33;
}
.recall__stars.star_4 i:nth-child(-n+4) {
  color: #FFCC33;
}
.recall__stars.star_5 i:nth-child(-n+5) {
  color: #FFCC33;
}
.recall__bottom {
  margin-top: 0.5em;
}
.recall__name {
  color: #14244C;
  font-size: 1.125em;
  font-weight: 700;
}
.recall__scrolled {
  margin-top: 0.5em;
  overflow: hidden overlay;
  height: 10em;
  padding-right: 0.75em;
}
@media (min-width: 768px) {
  .recall__scrolled {
    margin-top: 1.25em;
    height: 8em;
    padding-right: 0.5em;
  }
  .recall__scrolled::-webkit-scrollbar {
    width: 1.25em;
    height: 1.25em;
  }
  .recall__scrolled::-webkit-scrollbar-button {
    display: none;
  }
  .recall__scrolled::-webkit-scrollbar-thumb {
    background: rgba(11, 19, 38, 0.125);
    border-radius: 1.25em;
    border: 0.5em solid transparent;
    background-clip: content-box;
    min-height: 3em;
  }
}

.advice {
  padding: 0 0 2.5em;
}
@media (min-width: 768px) {
  .advice {
    padding: 0 0 7.5em;
  }
}
@media (min-width: 768px) {
  .advice__head {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 0.0625em solid #0B1326;
    min-height: 32.5em;
  }
  .advice__head > * {
    width: 50%;
  }
}
.advice__left {
  padding: 2em 1em;
}
@media (min-width: 768px) {
  .advice__left {
    padding: 2.5em 10em 2.5em 10em;
  }
}
.advice__left .section__desc {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .advice__left .section__desc {
    margin-top: 1.2em;
    width: 30em;
  }
}
@media (max-width: 767px) {
  .advice__img {
    height: 20em;
  }
}
@media (min-width: 768px) {
  .advice__img {
    border-left: 0.0625em solid #0B1326;
    flex: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.advice__cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5em;
  line-height: 1;
  margin-top: 1em;
}
@media (min-width: 768px) {
  .advice__cat {
    margin-top: 1.2em;
    justify-content: flex-start;
  }
}
.advice__cat_link {
  font-size: 0.625em;
  font-weight: 700;
  font-style: italic;
  text-decoration: none;
  color: #B5ACA1;
}
@media (min-width: 768px) {
  .advice__cat_link {
    font-size: 0.75em;
  }
}
.advice__cat_link:before {
  content: "#";
}
.advice__info {
  display: flex;
  align-items: center;
  gap: 1.5em;
  margin-top: 1.5em;
}
@media (min-width: 768px) {
  .advice__info {
    gap: 2.25em;
    margin-top: 2.75em;
  }
}
.advice__info_item {
  display: flex;
  align-items: center;
  gap: 0.75em;
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .advice__info_item {
    font-size: 1em;
  }
}
.advice__info_item i {
  font-size: 1.25em;
}
.advice__info_item span {
  font-size: 0.875em;
}
@media (min-width: 768px) {
  .advice__main {
    margin-top: 5.75em;
    display: flex;
    gap: 3.125em;
  }
}
.advice__sidebar {
  margin-top: 1.25em;
}
@media (min-width: 768px) {
  .advice__sidebar {
    margin-top: 6.75em;
    flex: none;
    width: 31.25em;
    position: -webkit-sticky;
    position: sticky;
    top: 9em;
    height: 100%;
  }
}
.advice__content {
  margin-top: 1.25em;
}
@media (min-width: 768px) {
  .advice__content {
    margin-top: 0;
    width: 49.375em;
  }
}
.advice__bottom {
  border-top: 0.0625em solid #14244C;
  border-bottom: 0.0625em solid #14244C;
  padding: 1em 0;
  margin-top: 2.5em;
}
@media (min-width: 768px) {
  .advice__bottom {
    margin-top: 6.25em;
    padding: 2em 0;
  }
}
.advice__item {
  display: block;
  text-decoration: none;
  color: inherit;
  margin-top: 1.25em;
}
.advice__item:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .advice__item {
    margin-top: 0;
    display: flex;
    gap: 1.25em;
  }
  .advice__item:hover .advice__item_img img {
    transform: scale(1.2);
  }
}
@media (min-width: 768px) {
  .advice__item.lg {
    flex-direction: column;
    gap: 1.5625em;
  }
}
.advice__item_img {
  width: 100%;
  height: 12em;
}
@media (min-width: 768px) {
  .advice__item_img {
    flex: none;
    width: 15.625em;
    height: 11em;
    overflow: hidden;
  }
  .lg .advice__item_img {
    width: 100%;
    height: 29.625em;
  }
}
@media (min-width: 768px) {
  .advice__item_img img {
    transform: scale(1);
    transition: 2s;
  }
}
.advice__item_title {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1em;
}
@media (min-width: 768px) {
  .advice__item_title {
    margin-top: 0;
    font-size: 1.125em;
  }
}
.advice__item_desc {
  margin-top: 0.375em;
}
.advice__item_desc p {
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}
.advice__item_desc p:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .advice__item_desc p {
    font-size: 0.875em;
    line-height: 1.8;
  }
}
.advice__item_cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-top: 1em;
}
.advice__item_cat li {
  font-size: 0.625em;
  font-weight: 700;
  font-style: italic;
  text-decoration: none;
  color: #B5ACA1;
}
@media (min-width: 768px) {
  .advice__item_cat li {
    font-size: 0.75em;
  }
}
.advice__item_cat li:before {
  content: "#";
}

.sidebar__title {
  font-size: 1em;
  font-weight: 700;
}
@media (min-width: 768px) {
  .sidebar__title {
    font-size: 1.125em;
  }
}
.sidebar__list {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .sidebar__list {
    margin-top: 1.5em;
  }
}
.sidebar__list li {
  margin-top: 0.75em;
}
@media (min-width: 768px) {
  .sidebar__list li {
    position: relative;
    margin-top: 0.9em;
  }
}
.sidebar__list li:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .sidebar__list li:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0.375em;
    height: 0.375em;
    border-radius: 100%;
    background-color: #14244C;
    opacity: 0;
    transition: 0.8s;
  }
  .sidebar__list li:hover:before {
    opacity: 1;
  }
  .sidebar__list li:hover a {
    transform: translateX(1em);
    color: #14244C;
    text-shadow: 0 0 0.65px;
  }
}
.sidebar__list a {
  display: block;
  text-decoration: none;
  color: #0B1326;
  font-size: 0.875em;
  font-weight: 400;
}
@media (min-width: 768px) {
  .sidebar__list a {
    transform: translateX(0);
    transition: 0.8s;
  }
}

.post-navigation {
  font-size: 0.6em;
}
@media (min-width: 768px) {
  .post-navigation {
    font-size: 1em;
  }
}
.post-navigation .screen-reader-text {
  display: none;
}
.post-navigation .nav-links {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media (min-width: 768px) {
  .post-navigation .nav-links {
    flex-direction: row;
    justify-content: space-between;
  }
}
.post-navigation .nav-next a,
.post-navigation .nav-previous a {
  display: flex;
  align-items: center;
  gap: 1.75em;
  text-decoration: none;
  color: inherit;
}
.post-navigation .nav-next a {
  flex-direction: row-reverse;
  text-align: right;
}
.post-navigation .nav-subtitle {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.375em;
  height: 2.375em;
  border: 0.0625em solid #0B1326;
  border-radius: 100%;
}
.post-navigation .nav-subtitle i {
  font-size: 0.75em;
}
.post-navigation .nav-title {
  display: block;
  width: 18em;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.3;
}

.adviceArcgive {
  padding: 0;
}
.adviceArcgive__content {
  padding: 2.5em 0;
  border-top: 0.0625em solid #14244C;
}
@media (min-width: 768px) {
  .adviceArcgive__content {
    padding: 7.5em 0;
  }
}
@media (min-width: 768px) {
  .adviceArcgive__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 5em;
    grid-column-gap: 8.375em;
  }
}

.advicePage {
  padding: 0;
  border-bottom: 0.0625em solid #14244C;
}
@media (min-width: 768px) {
  .advicePage {
    border-top: 0.0625em solid #14244C;
  }
}
@media (min-width: 768px) {
  .advicePage__wrap {
    position: relative;
  }
}
.advicePage__content {
  padding-bottom: 2.5em;
}
@media (min-width: 768px) {
  .advicePage__content {
    width: 50%;
    height: 50em;
    padding: 6.25em 6.25em 6.25em 0;
    border-right: 0.0625em solid #14244C;
  }
}
.advicePage__list {
  margin-top: 2.5em;
}
@media (min-width: 768px) {
  .advicePage__list {
    margin-top: 3.75em;
  }
}
@media (min-width: 768px) {
  .advicePage__list:nth-child(3) {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  .advicePage__list .advice__item {
    margin-top: 3em;
  }
  .advicePage__list .advice__item:first-child {
    margin-top: 0;
  }
  .advicePage__list .advice__item:nth-child(3) {
    margin-top: 0;
    position: absolute;
    top: 6.25em;
    right: 0;
    width: 42.1875em;
  }
}
.advicePage__btn {
  margin-top: 1.5em;
  text-align: center;
}
@media (min-width: 768px) {
  .advicePage__btn {
    text-align: left;
    margin-top: 2.5em;
  }
}

.category {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
}
@media (min-width: 768px) {
  .category {
    gap: 1em;
  }
}
.category__item input {
  display: none;
}
.category__item input:checked ~ label {
  opacity: 1;
}
.category__item label {
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
  font-weight: 700;
  font-size: 0.625em;
  font-style: italic;
  text-transform: uppercase;
  color: #B5ACA1;
  cursor: pointer;
  opacity: 0.6;
}
.category__item label:before {
  content: "#";
}
@media (min-width: 768px) {
  .category__item label {
    transition: 0.8s;
    font-size: 0.875em;
  }
  .category__item label:hover {
    opacity: 1;
  }
}

.faq {
  padding: 2.5em 0;
}
@media (min-width: 768px) {
  .faq {
    padding: 6.25em 0;
  }
}
.faq__content {
  border-top: 0.0625em solid #0B1326;
  margin-top: 2.5em;
}
@media (min-width: 768px) {
  .faq__content {
    border-top: 0;
    margin-top: 5em;
    display: flex;
    justify-content: space-between;
    gap: 5em;
    width: 89.375em;
  }
  .faq__content > * {
    width: 50%;
  }
}

.collapse {
  padding: 0.75em 0;
  border-bottom: 0.0625em solid #0B1326;
}
@media (min-width: 768px) {
  .collapse {
    padding: 1em 0;
  }
}
@media (min-width: 768px) {
  .collapse:first-child {
    border-top: 0.0625em solid #0B1326;
  }
}
.collapse__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  cursor: pointer;
}
.collapse__title span {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .collapse__title span {
    font-size: 1.125em;
    line-height: 1.6;
  }
}
.collapse__button {
  flex: none;
  transform: rotate(0deg);
  transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
  cursor: pointer;
  width: 4.3125em;
  height: 4.3125em;
  border-radius: 100%;
  background-color: #14244C;
  color: #FDF8F3;
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .collapse__button {
    font-size: 1em;
  }
}
.collapse__button:after, .collapse__button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FDF8F3;
}
.collapse__button:before {
  height: 1em;
  width: 0.125em;
}
.collapse__button:after {
  height: 0.125em;
  width: 1em;
}
.open .collapse__button {
  transform: rotate(180deg);
}
.open .collapse__button:before {
  width: 0;
}
.collapse__body {
  display: none;
}
.collapse__body.open {
  display: block;
}
.collapse__body p {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.6;
}
.collapse__body p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .collapse__body p {
    line-height: 1.8;
  }
}

.preference {
  border-top: 0.0625em solid #14244C;
  border-bottom: 0.0625em solid #14244C;
  padding: 0;
}
@media (min-width: 768px) {
  .preference {
    display: flex;
  }
}
@media (min-width: 768px) {
  .preference__content {
    flex: none;
    display: flex;
    flex-direction: column;
    width: 69.125em;
    min-height: 52.25em;
  }
}
.preference__head {
  background-color: #0B1326;
  color: #FDF8F3;
  padding: 2.5em 1em;
}
@media (min-width: 768px) {
  .preference__head {
    padding: 8.125em 10em 6.5625em;
  }
}
.preference__head .section__title {
  color: #FDF8F3;
}
.preference__head .section__desc {
  margin-top: 1.375em;
}
@media (min-width: 768px) {
  .preference__head .section__desc {
    width: 39.375em;
  }
}
@media (min-width: 768px) {
  .preference__img {
    height: auto;
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .preference__list {
    flex-grow: 1;
  }
}
.preference__list_item {
  border-bottom: 0.0625em solid #14244C;
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 1.25em 1em;
}
.preference__list_item:last-child {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .preference__list_item {
    gap: 2em;
    padding: 3.625em 4.75em;
  }
}
@media (min-width: 768px) {
  .preference__list_item .section__text {
    width: 28.125em;
  }
}
.preference__list_img {
  overflow: hidden;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.75em;
  height: 5.75em;
  border-radius: 100%;
  background-color: #14244C;
  font-size: 0.5em;
}
@media (min-width: 768px) {
  .preference__list_img {
    font-size: 1em;
  }
}
.preference__list_img img {
  height: auto;
  display: block;
  width: 45%;
  object-fit: cover;
}

.message {
  padding: 0;
  background-color: #0B1326;
}
@media (min-width: 768px) {
  .message {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
  }
}
.message__content {
  color: #FDF8F3;
  padding: 2.5em 1em;
}
@media (min-width: 768px) {
  .message__content {
    padding: 6.25em 2.5em;
    width: 56.5625em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 50.125em;
  }
}
.message__content .section__title {
  color: #FDF8F3;
  text-align: center;
}
.message__content .section__desc {
  text-align: center;
  width: 18.75em;
  margin-top: 2.5em;
}
@media (min-width: 768px) {
  .message__content .section__desc {
    margin-top: 4.125em;
  }
}
.message__img {
  margin: 1.25em auto 0;
  width: 10.625em;
  height: 10.375em;
}
@media (min-width: 768px) {
  .message__img {
    margin: 2.625em 0 0;
  }
}
.message__btn {
  text-align: center;
  margin-top: 1.25em;
}
@media (min-width: 768px) {
  .message__btn {
    margin-top: 2em;
  }
}
.message__preview {
  width: 100%;
  height: 15.625em;
}
@media (min-width: 768px) {
  .message__preview {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 63.4375em;
    height: auto;
  }
}

.steps {
  padding: 0;
}
.steps .section__head {
  border-bottom: 0.0625em solid #14244C;
}
.steps__list {
  padding: 2.5em 0;
}
@media (min-width: 768px) {
  .steps__list {
    padding: 6.25em 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 2em;
    grid-row-gap: 5em;
  }
}
.steps__item {
  display: flex;
  align-items: flex-start;
  gap: 1em;
  margin-top: 1.25em;
}
.steps__item:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .steps__item {
    margin-top: 0;
    gap: 2em;
  }
}
.steps__title {
  font-size: 0.875em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .steps__title {
    font-size: 1.125em;
  }
}
.steps__images {
  display: flex;
  align-items: center;
  font-size: 0.5em;
}
@media (min-width: 768px) {
  .steps__images {
    font-size: 1em;
    margin-top: 0.75em;
  }
}
.steps__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.75em;
  height: 5.75em;
  border-radius: 100%;
  overflow: hidden;
  background-color: #14244C;
}
.steps__img img {
  height: auto;
  display: block;
  width: 45%;
  object-fit: cover;
}
.steps__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.75em;
  height: 5.75em;
  border-radius: 100%;
  border: 0.0625em solid #000;
  background-color: #FDF8F3;
  color: #14244C;
  margin-left: -1em;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .steps__icon {
    transform: none;
  }
}
.steps__icon i {
  font-size: 2.5em;
}

.notfound {
  padding-top: 7em;
  padding-bottom: 4em;
}
@media (min-width: 768px) {
  .notfound {
    padding-bottom: 9em;
  }
}
.notfound__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.notfound__link {
  margin-top: 3em;
}

.feedback {
  padding: 2.5em 0;
}
@media (min-width: 768px) {
  .feedback {
    padding: 4.375em 0 5em;
  }
}
@media (min-width: 768px) {
  .feedback {
    position: relative;
    overflow: hidden;
  }
  .feedback:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.0625em;
    height: 100%;
    background-color: #14244C;
  }
}
@media (min-width: 768px) {
  .feedback__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.feedback__content {
  position: relative;
}
.feedback__form {
  margin-top: 1.5em;
}
@media (min-width: 768px) {
  .feedback__form {
    width: 42.8125em;
    margin-top: 2.9em;
  }
}
@media (min-width: 768px) {
  .feedback__img {
    width: 40.25em;
    height: 55.125em;
  }
}

/* Footer
 ----------------------------------------------------------------------------- */
.footer {
  background-color: #0B1326;
  padding: 3.75em 0 2.5em;
}
@media (min-width: 768px) {
  .footer {
    padding: 6.25em 0;
  }
}
.footer__row {
  margin-top: 3em;
}
.footer__row:first-child {
  margin-top: 0;
}
.footer__row:first-child .footer__col {
  margin-top: 3em;
}
.footer__row:first-child .footer__col:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .footer__row:first-child .footer__col {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .footer__row:last-child p {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .footer__row:last-child {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .footer__row {
    margin-top: 1.25em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__col p {
  color: #FDF8F3;
  line-height: 1.8;
  margin: 0.5em 0;
  font-size: 0.75em;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__col p {
    font-size: 1.125em;
    text-align: left;
  }
}
.footer__col p:first-child {
  margin-top: 0;
}
.footer__col p:last-child {
  margin-bottom: 0;
}
.footer__col a {
  color: #FDF8F3;
  text-decoration: none;
}
.footer .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9375em;
  text-decoration: none;
  color: #FDF8F3;
}
@media (min-width: 768px) {
  .footer .logo {
    justify-content: flex-start;
  }
}
.footer .logo__img {
  width: 4em;
  height: 4em;
  overflow: hidden;
  border-radius: 100%;
  background-color: #FDF8F3;
}
.footer .logo span {
  font-size: 1.25em;
  font-weight: 600;
}

div.wpforms-container.form {
  margin: 0;
}
div.wpforms-container.form .wpforms-field-container .wpforms-field {
  padding: 0;
  overflow: visible !important;
}
div.wpforms-container.form .wpforms-field-container .wpforms-field select {
  display: none;
}
div.wpforms-container.form .wpforms-field-container .wpforms-field-checkbox .wpforms-field-label {
  margin-bottom: 1.75em;
}
div.wpforms-container.form .wpforms-field-container .wpforms-field-checkbox fieldset ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
}
div.wpforms-container.form .wpforms-field-container .wpforms-field-checkbox fieldset ul li {
  display: flex;
  gap: 0.75em;
  align-items: center;
}
div.wpforms-container.form .wpforms-field-container .wpforms-field-checkbox fieldset ul li label {
  font-size: 0.875em;
  color: #0B1326;
  font-weight: 700;
  padding: 0;
}
div.wpforms-container.form .wpforms-field-container .wpforms-field-label {
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #14244C;
  margin-bottom: 0.7em;
}
@media (min-width: 768px) {
  div.wpforms-container.form .wpforms-field-container .wpforms-field-label {
    font-size: 1.125em;
  }
}
div.wpforms-container.form .wpforms-field-container .wpforms-has-error input[type=date],
div.wpforms-container.form .wpforms-field-container .wpforms-has-error input[type=email],
div.wpforms-container.form .wpforms-field-container .wpforms-has-error input[type=number],
div.wpforms-container.form .wpforms-field-container .wpforms-has-error input[type=password],
div.wpforms-container.form .wpforms-field-container .wpforms-has-error input[type=search],
div.wpforms-container.form .wpforms-field-container .wpforms-has-error input[type=tel],
div.wpforms-container.form .wpforms-field-container .wpforms-has-error input[type=text],
div.wpforms-container.form .wpforms-field-container .wpforms-has-error input[type=email],
div.wpforms-container.form .wpforms-field-container .wpforms-has-error input[type=url],
div.wpforms-container.form .wpforms-field-container .wpforms-has-error textarea {
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #d63637;
}
div.wpforms-container.form .wpforms-field-container .wpforms-has-error input[type=date]:hover,
div.wpforms-container.form .wpforms-field-container .wpforms-has-error input[type=email]:hover,
div.wpforms-container.form .wpforms-field-container .wpforms-has-error input[type=number]:hover,
div.wpforms-container.form .wpforms-field-container .wpforms-has-error input[type=password]:hover,
div.wpforms-container.form .wpforms-field-container .wpforms-has-error input[type=search]:hover,
div.wpforms-container.form .wpforms-field-container .wpforms-has-error input[type=tel]:hover,
div.wpforms-container.form .wpforms-field-container .wpforms-has-error input[type=text]:hover,
div.wpforms-container.form .wpforms-field-container .wpforms-has-error input[type=email]:hover,
div.wpforms-container.form .wpforms-field-container .wpforms-has-error input[type=url]:hover,
div.wpforms-container.form .wpforms-field-container .wpforms-has-error textarea:hover {
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #d63637;
}
div.wpforms-container.form .wpforms-field-container .wpforms-has-error input[type=date]:focus,
div.wpforms-container.form .wpforms-field-container .wpforms-has-error input[type=email]:focus,
div.wpforms-container.form .wpforms-field-container .wpforms-has-error input[type=number]:focus,
div.wpforms-container.form .wpforms-field-container .wpforms-has-error input[type=password]:focus,
div.wpforms-container.form .wpforms-field-container .wpforms-has-error input[type=search]:focus,
div.wpforms-container.form .wpforms-field-container .wpforms-has-error input[type=tel]:focus,
div.wpforms-container.form .wpforms-field-container .wpforms-has-error input[type=text]:focus,
div.wpforms-container.form .wpforms-field-container .wpforms-has-error input[type=email]:focus,
div.wpforms-container.form .wpforms-field-container .wpforms-has-error input[type=url]:focus,
div.wpforms-container.form .wpforms-field-container .wpforms-has-error textarea:focus {
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #d63637;
}
@media (min-width: 768px) {
  div.wpforms-container.form .wpforms-field-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 2.5em;
    grid-column-gap: 1.625em;
  }
}
div.wpforms-container.form .wpforms-field-container .form__row {
  position: relative;
  margin-top: 1.5em;
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container.form .wpforms-field-container .form__row {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  div.wpforms-container.form .wpforms-field-container .form__row.full {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
div.wpforms-container.form .wpforms-field-container .form__row:before {
  font-family: "icon";
  position: absolute;
  bottom: 0.7em;
  right: 0.1em;
  font-size: 1.125em;
  color: #14244C;
}
div.wpforms-container.form .wpforms-field-container .form__row.i_person:before {
  content: "";
}
div.wpforms-container.form .wpforms-field-container .form__row.i_email:before {
  content: "";
}
div.wpforms-container.form .wpforms-field-container .form__row.i_phone:before {
  content: "";
}
div.wpforms-container.form .wpforms-field-container .form__row.i_location:before {
  content: "";
}
div.wpforms-container.form .wpforms-field-container .form__row.i_home:before {
  content: "";
}
div.wpforms-container.form .wpforms-field-container .form__row.i_emai2:before {
  content: "";
}
div.wpforms-container.form .wpforms-field-container .form__row .btn,
div.wpforms-container.form .wpforms-field-container .form__row input:not([type]),
div.wpforms-container.form .wpforms-field-container .form__row input[type=date],
div.wpforms-container.form .wpforms-field-container .form__row input[type=email],
div.wpforms-container.form .wpforms-field-container .form__row input[type=number],
div.wpforms-container.form .wpforms-field-container .form__row input[type=password],
div.wpforms-container.form .wpforms-field-container .form__row input[type=search],
div.wpforms-container.form .wpforms-field-container .form__row input[type=tel],
div.wpforms-container.form .wpforms-field-container .form__row input[type=text],
div.wpforms-container.form .wpforms-field-container .form__row input[type=url],
div.wpforms-container.form .wpforms-field-container .form__row textarea {
  width: 100%;
}
div.wpforms-container.form .wpforms-field-container .form__row textarea {
  height: 2em;
  resize: vertical;
}
div.wpforms-container.form .wpforms-field-container input:not([type]),
div.wpforms-container.form .wpforms-field-container input[type=date],
div.wpforms-container.form .wpforms-field-container input[type=email],
div.wpforms-container.form .wpforms-field-container input[type=number],
div.wpforms-container.form .wpforms-field-container input[type=password],
div.wpforms-container.form .wpforms-field-container input[type=search],
div.wpforms-container.form .wpforms-field-container input[type=tel],
div.wpforms-container.form .wpforms-field-container input[type=text],
div.wpforms-container.form .wpforms-field-container input[type=email],
div.wpforms-container.form .wpforms-field-container input[type=url],
div.wpforms-container.form .wpforms-field-container textarea {
  padding: 1em 1.5em 1em 0;
  border: 0;
  border-bottom: 1px solid #14244C;
  border-radius: 0;
  height: auto;
  font-family: "Montserrat";
  font-size: 0.875em;
  font-weight: 500;
  background-color: transparent;
  color: #0B1326;
  outline: none;
  transition: 0.8s;
}
div.wpforms-container.form .wpforms-field-container input:not([type]):hover,
div.wpforms-container.form .wpforms-field-container input[type=date]:hover,
div.wpforms-container.form .wpforms-field-container input[type=email]:hover,
div.wpforms-container.form .wpforms-field-container input[type=number]:hover,
div.wpforms-container.form .wpforms-field-container input[type=password]:hover,
div.wpforms-container.form .wpforms-field-container input[type=search]:hover,
div.wpforms-container.form .wpforms-field-container input[type=tel]:hover,
div.wpforms-container.form .wpforms-field-container input[type=text]:hover,
div.wpforms-container.form .wpforms-field-container input[type=email]:hover,
div.wpforms-container.form .wpforms-field-container input[type=url]:hover,
div.wpforms-container.form .wpforms-field-container textarea:hover {
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #14244C;
}
div.wpforms-container.form .wpforms-field-container input:not([type]):focus,
div.wpforms-container.form .wpforms-field-container input[type=date]:focus,
div.wpforms-container.form .wpforms-field-container input[type=email]:focus,
div.wpforms-container.form .wpforms-field-container input[type=number]:focus,
div.wpforms-container.form .wpforms-field-container input[type=password]:focus,
div.wpforms-container.form .wpforms-field-container input[type=search]:focus,
div.wpforms-container.form .wpforms-field-container input[type=tel]:focus,
div.wpforms-container.form .wpforms-field-container input[type=text]:focus,
div.wpforms-container.form .wpforms-field-container input[type=email]:focus,
div.wpforms-container.form .wpforms-field-container input[type=url]:focus,
div.wpforms-container.form .wpforms-field-container textarea:focus {
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #14244C;
}
div.wpforms-container.form .wpforms-field-container input:not([type])::-webkit-input-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=date]::-webkit-input-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=email]::-webkit-input-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=number]::-webkit-input-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=password]::-webkit-input-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=search]::-webkit-input-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=tel]::-webkit-input-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=text]::-webkit-input-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=email]::-webkit-input-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=url]::-webkit-input-placeholder,
div.wpforms-container.form .wpforms-field-container textarea::-webkit-input-placeholder {
  color: #B5ACA1;
}
div.wpforms-container.form .wpforms-field-container input:not([type]):-moz-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=date]:-moz-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=email]:-moz-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=number]:-moz-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=password]:-moz-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=search]:-moz-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=tel]:-moz-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=text]:-moz-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=email]:-moz-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=url]:-moz-placeholder,
div.wpforms-container.form .wpforms-field-container textarea:-moz-placeholder {
  color: #B5ACA1;
}
div.wpforms-container.form .wpforms-field-container input:not([type])::-moz-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=date]::-moz-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=email]::-moz-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=number]::-moz-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=password]::-moz-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=search]::-moz-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=tel]::-moz-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=text]::-moz-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=email]::-moz-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=url]::-moz-placeholder,
div.wpforms-container.form .wpforms-field-container textarea::-moz-placeholder {
  color: #B5ACA1;
}
div.wpforms-container.form .wpforms-field-container input:not([type]):-ms-input-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=date]:-ms-input-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=email]:-ms-input-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=number]:-ms-input-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=password]:-ms-input-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=search]:-ms-input-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=tel]:-ms-input-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=text]:-ms-input-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=email]:-ms-input-placeholder,
div.wpforms-container.form .wpforms-field-container input[type=url]:-ms-input-placeholder,
div.wpforms-container.form .wpforms-field-container textarea:-ms-input-placeholder {
  color: #B5ACA1;
}
div.wpforms-container.form .wpforms-field-container input[type=checkbox] {
  position: relative;
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.125em;
  width: 1.125em;
  min-width: 0;
  padding: 0;
  margin: 0;
  color: #aaa;
  background: transparent;
  border: 0.0625em solid #14244C;
  border-radius: 0.125em;
  /* 1/16 */
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  text-align: center;
  position: relative;
  font-size: 1em;
  transition: 0.3s;
}
div.wpforms-container.form .wpforms-field-container input[type=checkbox]:not(:disabled) {
  cursor: pointer;
}
div.wpforms-container.form .wpforms-field-container input[type=checkbox]:before, div.wpforms-container.form .wpforms-field-container input[type=checkbox]:after {
  content: none;
}
div.wpforms-container.form .wpforms-field-container input[type=checkbox]:before {
  content: "";
  font-family: "icon";
  font-size: 0.75em;
  position: initial;
  display: block;
  width: auto;
  height: auto;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  line-height: 1;
  background: transparent;
  color: #FDF8F3;
  opacity: 0;
  transition: 0.3s;
}
div.wpforms-container.form .wpforms-field-container input[type=checkbox]:disabled {
  color: #ddd;
}
div.wpforms-container.form .wpforms-field-container input[type=checkbox]:checked {
  background: #14244C;
}
div.wpforms-container.form .wpforms-field-container input[type=checkbox]:checked:before {
  opacity: 1;
}
div.wpforms-container.form .wpforms-field-container input[type=checkbox]:disabled:checked:before, div.wpforms-container.form .wpforms-field-container input[type=checkbox]:disabled:indeterminate:before {
  opacity: 0.5;
}
div.wpforms-container.form .wpforms-field-container em.wpforms-error {
  position: absolute;
  bottom: -1.75em;
  left: -0.25em;
  margin: 0;
  line-height: 1;
  font-size: 0.675em;
}
div.wpforms-container.form .wpforms-field-container em.wpforms-error:before {
  content: none;
}
@media (min-width: 768px) {
  div.wpforms-container.form .wpforms-field-container em.wpforms-error {
    font-size: 0.75em;
  }
}
div.wpforms-container.form .wpforms-submit-container {
  margin-top: 2.5em !important;
}
@media (min-width: 768px) {
  div.wpforms-container.form .wpforms-submit-container {
    margin-top: 3.125em !important;
  }
}
div.wpforms-container.form .wpforms-submit-container .btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  padding: 1em 3em 1em 1.66666667em;
  border-radius: 62.5em;
  border: none;
  outline: none;
  max-width: 100%;
  height: auto;
  font-family: "Montserrat";
  font-size: 0.75em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  color: #FDF8F3;
  background-color: #14244C !important;
  border: 1px solid;
  border-color: #14244C;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 1.167;
  transition: 0.8s;
}
div.wpforms-container.form .wpforms-submit-container .btn:before {
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  right: 1.7em;
  content: "";
  display: block;
  width: 0.3334em;
  height: 0.3334em;
  border-radius: 100%;
  background-color: #FDF8F3;
}
@media (min-width: 768px) {
  div.wpforms-container.form .wpforms-submit-container .btn:before {
    transition: 0.8s;
  }
}
@media (min-width: 768px) {
  div.wpforms-container.form .wpforms-submit-container .btn:hover:not(:disabled) {
    color: #14244C;
  }
  div.wpforms-container.form .wpforms-submit-container .btn:hover:not(:disabled):before {
    height: 200%;
    width: 200%;
    border-radius: 62.5em;
  }
}
div.wpforms-container.form .wpforms-submit-container .btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
div.wpforms-container.form .wpforms-submit-container .wpforms-submit-spinner {
  display: none !important;
}
div.wpforms-container.form .wpforms-confirmation-container-full {
  background: transparent;
  border: 0;
  padding: 0;
}
div.wpforms-container.form .wpforms-confirmation-container-full p {
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  font-size: 0.9em;
}
@media (min-width: 768px) {
  div.wpforms-container.form .wpforms-confirmation-container-full p {
    font-size: 2.375em;
  }
}

.select2-hidden-accessible {
  display: none;
}
.select2-search__field {
  display: none;
}
.select2-container span {
  display: block;
}
.form__row .select2-container {
  width: 100% !important;
}
.select2-container--open {
  z-index: 1050;
}
.select2-container--default .select2-results__options {
  list-style: none;
  padding: 0;
  margin: 0;
}
.select2-container--default .select2-results__option {
  padding: 0.25em 0;
  cursor: pointer;
  color: #B5ACA1;
  font-size: 0.875em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #14244C;
  background: transparent;
}
.select2-container--default .select2-results__option--selected {
  color: #0B1326;
  background: transparent;
}
.select2-container--default .select2-dropdown {
  position: absolute;
  background-color: #FDF8F3;
  border-radius: 0;
  margin-top: 0;
  border: 1px solid #14244C;
  border-top: 0;
  padding: 0.5em;
}
.select2-container--default .select2-selection {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #14244C;
  font-family: "Montserrat";
  color: #0B1326;
  padding: 1em 1.5em 1em 0;
  outline: none;
  font-weight: 500;
  border-radius: 0;
  transition: 0.8s;
  transition-property: color background border;
  width: 100%;
  height: auto;
  position: relative;
  font-size: 0.875em;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1;
  padding: 0;
  color: #0B1326;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #B5ACA1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: block;
  height: auto;
  line-height: 1;
  position: absolute;
  top: auto;
  bottom: 0.8em;
  right: 0;
  color: #14244C;
  width: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  display: inline-block;
  content: "";
  font-family: "icon";
  font-size: 1.125em;
  transform: scale(1) translateY(-0.25em);
  transition: 0.3s;
}
.select2-container--default.select2-container--open {
  z-index: 1050;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  padding-bottom: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  transform: scale(-1) translateY(0.3em);
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  display: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

/* Для Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

/* Для Firefox */
input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.pagination {
  display: none;
}
.archive .pagination {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-top: 1px solid #14244C;
  border-bottom: 1px solid #14244C;
  padding: 2.388em 0;
  font-size: 1em;
}
@media (min-width: 768px) {
  .archive .pagination {
    gap: 1.375em;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.archive .pagination > * {
  position: relative;
  display: inline-block;
  padding: 0;
  border-radius: 0;
  border: none;
  outline: none;
  max-width: 100%;
  font-family: "Montserrat";
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: #B5ACA1;
  cursor: pointer;
  transition: 0.8s;
  font-size: 0.675em;
}
@media (min-width: 768px) {
  .archive .pagination > * {
    font-size: 1.125em;
  }
}
.archive .pagination > *.dots {
  border: 0;
}
.archive .pagination > *.next, .archive .pagination > *.prev {
  display: none;
}
.archive .pagination > *.dots {
  cursor: default;
}
@media (min-width: 768px) {
  .archive .pagination > *:hover.dots {
    color: #B5ACA1;
  }
}
.archive .pagination > *.current {
  color: #0B1326;
  cursor: default;
}

.btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  padding: 1em 3em 1em 1.66666667em;
  border-radius: 62.5em;
  border: none;
  outline: none;
  max-width: 100%;
  font-family: "Montserrat";
  font-size: 0.75em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  color: #FDF8F3;
  background-color: #14244C;
  border: 1px solid;
  border-color: #14244C;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 1.167;
  transition: 0.8s;
}
.btn:before {
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  right: 1.7em;
  content: "";
  display: block;
  width: 0.3334em;
  height: 0.3334em;
  border-radius: 100%;
  background-color: #FDF8F3;
}
@media (min-width: 768px) {
  .btn:before {
    transition: 0.8s;
  }
}
@media (min-width: 768px) {
  .btn:hover:not(:disabled) {
    color: #14244C;
  }
  .btn:hover:not(:disabled):before {
    height: 200%;
    width: 200%;
    border-radius: 62.5em;
  }
}
.btn_reverse {
  color: #14244C;
  background-color: #FDF8F3;
  border-color: #FDF8F3;
}
.btn_reverse:before {
  background-color: #14244C;
}
@media (min-width: 768px) {
  .btn_reverse:hover:not(:disabled) {
    color: #FDF8F3;
  }
}
.btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.soc {
  display: flex;
  align-items: center;
  gap: 0.625em;
  justify-content: center;
}
@media (min-width: 768px) {
  .soc {
    justify-content: flex-start;
  }
}
.soc__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5em;
  height: 3.5em;
  border-radius: 100%;
  background-color: #FDF8F3;
  overflow: hidden;
  text-decoration: none;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .soc__link:hover .soc__icon {
    transform: scale(1.375);
  }
}
.soc__icon {
  font-size: 1.5em;
  color: #14244C;
}
@media (min-width: 768px) {
  .soc__icon {
    display: block;
    transform: scale(1);
    transition: 0.8s;
  }
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-open {
  overflow: hidden;
}
.modal-close {
  position: absolute;
  top: 1.875em;
  right: 1.875em;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75em;
  height: 3.75em;
  border-radius: 100%;
  background-color: #FDF8F3;
  color: #14244C;
  transition: 0.8s;
  font-size: 0.5em;
}
@media (min-width: 768px) {
  .modal-close {
    right: 2.5em;
    font-size: 1em;
  }
}
.modal-close:after, .modal-close:before {
  content: "";
  position: absolute;
  display: block;
  width: 1.75em;
  border-top: 0.125em solid;
}
.modal-close:before {
  transform: rotate(45deg);
}
.modal-close:after {
  transform: rotate(-45deg);
}
.modal-close:hover {
  opacity: 0.8;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
  position: relative;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: auto;
  width: 100%;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: none;
  border-radius: 0;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-body {
  position: relative;
  padding: 0;
}

@media (min-width: 768px) {
  .modalWork__wrap {
    display: flex;
    height: 50em;
  }
}
.modalWork__content {
  background-color: #FDF8F3;
  padding: 1.25em 1em 1.5em;
}
@media (min-width: 768px) {
  .modalWork__content {
    width: 60.625em;
    order: -1;
    flex: none;
    padding: 5em 10em 11em;
  }
}
.modalWork__back {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75em;
  line-height: 1;
  font-size: 0.75em;
  font-weight: 700;
  color: #0B1326;
}
.modalWork__back:before {
  color: #0B1326;
  content: "";
  font-family: "icon";
  font-size: 1em;
}
@media (min-width: 768px) {
  .modalWork__back {
    transition: 0.8s;
    font-size: 0.875em;
  }
  .modalWork__back:hover {
    color: #14244C;
  }
}
.modalWork__title {
  font-family: "Amstelvar Roman";
  font-weight: 400;
  color: #0B1326;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-size: 1.125em;
  margin-top: 0.875em;
}
@media (min-width: 768px) {
  .modalWork__title {
    margin-top: 1.9em;
    font-size: 2.625em;
  }
}
.modalWork__scrolled {
  margin-top: 1em;
  overflow: hidden overlay;
  height: 10em;
  padding-right: 0.75em;
}
@media (min-width: 768px) {
  .modalWork__scrolled {
    margin-top: 1em;
    height: 23.5em;
    padding-right: 1.5em;
  }
  .modalWork__scrolled::-webkit-scrollbar {
    width: 1.25em;
    height: 1.25em;
  }
  .modalWork__scrolled::-webkit-scrollbar-button {
    display: none;
  }
  .modalWork__scrolled::-webkit-scrollbar-thumb {
    background: rgba(11, 19, 38, 0.125);
    border-radius: 1.25em;
    border: 0.5em solid transparent;
    background-clip: content-box;
    min-height: 3em;
  }
}
.modalWork__list {
  margin-top: 1.25em;
}
@media (min-width: 768px) {
  .modalWork__list {
    margin-top: 4.5em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 3.75em;
    grid-row-gap: 3.25em;
  }
}
.modalWork__list_item {
  display: flex;
  align-items: center;
  gap: 0.75em;
  margin-top: 1em;
}
.modalWork__list_item:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .modalWork__list_item {
    margin-top: 0;
    gap: 1.375em;
  }
}
.modalWork__list_icon {
  flex: none;
  height: 4.6875em;
  font-size: 0.675em;
}
@media (min-width: 768px) {
  .modalWork__list_icon {
    font-size: 1em;
  }
}
.modalWork__list_icon img {
  display: flex;
  width: auto;
  height: 100%;
  object-fit: cover;
}
.modalWork__list_title {
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .modalWork__list_title {
    font-size: 1.125em;
  }
}
.modalWork__list_desc {
  font-size: 0.75em;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .modalWork__list_desc {
    line-height: 1.8;
    font-size: 0.875em;
  }
}
@media (min-width: 768px) {
  .modalWork__swiper {
    min-width: 1px;
    flex-grow: 1;
  }
}
.modalWork__img {
  height: 14em;
}
@media (min-width: 768px) {
  .modalWork__img {
    height: 50em;
  }
}
.modalWork__control {
  position: absolute;
  bottom: 1.25em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 8.75em;
}
.modalWork__control .swiper-arrow {
  flex: none;
}
@media (min-width: 768px) {
  .modalWork__control {
    bottom: 2.625em;
  }
}
.modalWork__fraction {
  text-align: center;
  font-size: 0.75em;
  font-weight: 700;
  color: #FDF8F3;
  font-family: "Montserrat";
}
@media (min-width: 768px) {
  .modalWork__fraction {
    font-size: 0.875em;
  }
}

.swiper-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.375em;
  height: 2.375em;
  border-radius: 100%;
  background-color: #FDF8F3;
  color: #0B1326;
  opacity: 1;
  cursor: pointer;
  outline: none;
  font-size: 0.875em;
}
@media (min-width: 768px) {
  .swiper-arrow {
    font-size: 1em;
  }
}
.swiper-arrow:before {
  font-size: 0.875em;
}
.swiper-arrow.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.swiper-arrow.border {
  border: 0.125em solid #14244C;
}

.swiper-control {
  display: inline-flex;
  align-items: center;
  gap: 0.875em;
}

.swiper-pagination {
  color: #FDF8F3;
}