/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
  border: none;
  cursor: pointer;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

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

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

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

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

ul {
  padding-left: 0;
  list-style: none;
}

* {
  box-sizing: border-box;
}

p {
  margin: 0;
}

body {
  font-family: "HelveticaNeueCyr", sans-serif;
}

html {
  font-size: 10px;
  overflow-x: hidden;
}

body {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  background-color: #FFFFFF;
  overflow-x: hidden;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 3rem 3.2rem 2.4rem 3.2rem;
  box-shadow: none;
  transition: all 0.6s ease;
}
.header.is-hidden {
  display: none;
}
.header.header-hidden {
  transform: translateY(-170%);
}
.header.is-scrolling {
  box-shadow: 0px 2px 2px rgba(0, 54, 71, 0.1);
}
@media (max-width: 1200px) {
  .header {
    padding: 1.8rem 2rem 1.8rem 2rem;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 1.8rem 1.2rem 1.8rem 2rem;
  }
}
@media (max-width: 430px) {
  .header {
    padding: 1.4rem 1rem 1.4rem 1.4rem;
  }
}
.header__logo {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  color: #003647;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}
.header__btn {
  background-color: #003647;
  color: #ffffff;
  padding: 1rem 4rem;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  height: 39px;
}
@media (max-width: 1600px) {
  .header__btn {
    height: 36px;
    padding: 1rem 3rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 1440px) {
  .header__btn {
    height: 30px;
    padding: 0.7rem 2rem;
  }
}
@media (max-width: 768px) {
  .header__btn {
    border-radius: 6px;
    height: 28px;
    padding: 0.6rem 1.6rem;
  }
}
.header__right {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 1440px) {
  .header__right {
    gap: 2rem;
  }
}
@media (max-width: 1200px) {
  .header__right {
    gap: 1.2rem;
  }
}
.header__menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 39px;
  height: 39px;
  background-color: #003647;
  border: none;
  cursor: pointer;
  padding: 1.4rem 1rem;
  border-radius: 6px;
  display: none;
}
@media (max-width: 1600px) {
  .header__menu-btn {
    width: 36px;
    height: 36px;
    padding: 1.3rem 0.9rem;
  }
}
@media (max-width: 1440px) {
  .header__menu-btn {
    width: 30px;
    height: 30px;
    padding: 1rem 0.8rem;
    gap: 3px;
  }
}
@media (max-width: 768px) {
  .header__menu-btn {
    display: flex;
    border-radius: 6px;
    width: 28px;
    height: 28px;
    padding: 1rem 0.7rem;
    gap: 2.5px;
  }
}
.header__menu-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .header__menu-line {
    width: 100%;
    height: 1px;
  }
}
.header__nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10rem;
}
@media (max-width: 1600px) {
  .header__nav {
    gap: 8rem;
  }
}
@media (max-width: 1200px) {
  .header__nav {
    gap: 6rem;
  }
}
@media (max-width: 992px) {
  .header__nav {
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav-link {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #003647;
  transition: opacity 0.2s ease;
  display: flex;
  align-items: center;
}
@media (max-width: 1600px) {
  .header__nav-link {
    font-size: 1.3rem;
  }
}
@media (max-width: 1200px) {
  .header__nav-link {
    font-size: 1.2rem;
  }
}
@media (max-width: 992px) {
  .header__nav-link {
    font-size: 1.2rem;
  }
}
.header__nav-link:hover {
  opacity: 0.6;
}
.header {
  transform: translateY(0);
  transition: transform 0.35s ease, box-shadow 0.3s ease;
}
.header.is-hidden {
  transform: translateY(-110%);
}
.header.is-scrolling {
  box-shadow: 0px 2px 2px rgba(0, 54, 71, 0.1);
}

.layout-4-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout-4-column > * {
  flex-basis: 23%;
}

.layout-3-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout-3-column > * {
  flex-basis: 30%;
}

.layout-2-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout-2-column > * {
  flex-basis: 48%;
}

.footer {
  padding: 5.2rem 10.6rem 3rem 8rem;
  background-color: #ffffff;
  border-radius: 20px 20px 0 0;
  margin: -9.2rem 2rem 0rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1800px) {
  .footer {
    padding: 5.2rem 7rem 3rem 6rem;
  }
}
@media (max-width: 1600px) {
  .footer {
    margin: -5.2rem 2rem 0rem;
    padding: 5.2rem 5rem 3rem;
  }
}
@media (max-width: 1440px) {
  .footer {
    padding: 4.5rem 3.5rem 3rem;
  }
}
@media (max-width: 1200px) {
  .footer {
    margin: -5.2rem 2rem 0rem;
  }
}
@media (max-width: 768px) {
  .footer {
    margin: 0rem;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem;
}
@media (max-width: 1600px) {
  .footer__top {
    margin-bottom: 8rem;
  }
}
.footer__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: 7rem;
}
@media (max-width: 1600px) {
  .footer__nav {
    gap: 3rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 1200px) {
  .footer__nav {
    gap: 2.5rem;
  }
}
@media (max-width: 992px) {
  .footer__nav {
    gap: 1.8rem;
  }
}
@media (max-width: 576px) {
  .footer__nav {
    flex-direction: column;
    gap: 0;
    margin-bottom: 9rem;
  }
}
@media (max-width: 430px) {
  .footer__nav {
    flex-direction: column;
    gap: 0;
  }
}
.footer__nav-link {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #003647;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media (max-width: 1600px) {
  .footer__nav-link {
    font-size: 2rem;
  }
}
@media (max-width: 1200px) {
  .footer__nav-link {
    font-size: 1.5rem;
  }
}
@media (max-width: 992px) {
  .footer__nav-link {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .footer__nav-link {
    font-weight: 400;
    font-size: 43px;
    line-height: 149%;
  }
}
@media (max-width: 430px) {
  .footer__nav-link {
    font-weight: 400;
    font-size: 43px;
    line-height: 149%;
  }
}
.footer__nav-link:hover {
  opacity: 0.6;
}
.footer__mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 11rem;
}
@media (max-width: 1440px) {
  .footer__mid {
    margin-bottom: 8rem;
  }
}
@media (max-width: 576px) {
  .footer__mid {
    display: none;
  }
}
@media (max-width: 430px) {
  .footer__mid {
    display: none;
  }
}
.footer__right {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 576px) {
  .footer__right {
    gap: 1.5rem;
  }
}
@media (max-width: 430px) {
  .footer__right {
    gap: 1.5rem;
  }
}
.footer__logo {
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: #003647;
  letter-spacing: 0.05em;
}
@media (max-width: 1600px) {
  .footer__logo {
    font-size: 1.5rem;
  }
}
@media (max-width: 1440px) {
  .footer__logo {
    font-size: 1.4rem;
  }
}
@media (max-width: 1200px) {
  .footer__logo {
    font-size: 1.2rem;
  }
}
.footer__scroll-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6.1rem;
  border-radius: 100%;
  background-color: #003647;
  border: none;
  cursor: pointer;
  color: #ffffff;
  transition: opacity 0.2s ease;
}
@media (max-width: 1600px) {
  .footer__scroll-top {
    width: 5rem;
    height: 5.1rem;
  }
}
@media (max-width: 1200px) {
  .footer__scroll-top {
    width: 4rem;
    height: 4.1rem;
  }
}
@media (max-width: 992px) {
  .footer__scroll-top {
    width: 3.2rem;
    height: 3.3rem;
  }
}
.footer__scroll-top img {
  width: 12px;
  height: 14px;
}
@media (max-width: 1200px) {
  .footer__scroll-top img {
    width: 10px;
    height: 11px;
  }
}
@media (max-width: 992px) {
  .footer__scroll-top img {
    width: 0.9rem;
    height: 1rem;
  }
}
.footer__scroll-top:hover {
  opacity: 0.8;
}
@media (max-width: 576px) {
  .footer__scroll-top {
    width: 4.9rem;
    height: 5rem;
  }
  .footer__scroll-top img {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media (max-width: 430px) {
  .footer__scroll-top {
    width: 4.9rem;
    height: 5rem;
  }
  .footer__scroll-top img {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.footer__divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 54, 71, 0.3);
  margin-bottom: 9rem;
}
@media (max-width: 1200px) {
  .footer__divider {
    margin-bottom: 7rem;
  }
}
@media (max-width: 768px) {
  .footer__divider {
    display: none;
  }
}
@media (max-width: 430px) {
  .footer__divider {
    display: none;
  }
}
.footer__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}
@media (max-width: 576px) {
  .footer__bottom {
    display: none;
  }
}
@media (max-width: 430px) {
  .footer__bottom {
    display: none;
  }
}
.footer__logo-bottom {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #003647;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 1600px) {
  .footer__logo-bottom {
    font-size: 1.5rem;
  }
}
@media (max-width: 1440px) {
  .footer__logo-bottom {
    font-size: 1.4rem;
  }
}
@media (max-width: 1200px) {
  .footer__logo-bottom {
    font-size: 1.3rem;
  }
}
@media (max-width: 992px) {
  .footer__logo-bottom {
    font-size: 1.1rem;
  }
}
.footer__copy-year {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #000000;
  text-align: right;
}
@media (max-width: 1600px) {
  .footer__copy-year {
    font-size: 1.5rem;
  }
}
@media (max-width: 1440px) {
  .footer__copy-year {
    font-size: 1.4rem;
  }
}
@media (max-width: 1200px) {
  .footer__copy-year {
    font-size: 1.3rem;
  }
}
@media (max-width: 992px) {
  .footer__copy-year {
    font-size: 1.1rem;
  }
}
.footer__discuss {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  text-decoration: none;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.64;
  color: #003647;
  transition: gap 0.2s ease;
}
.footer__discuss span {
  margin-bottom: 0.3rem;
}
@media (max-width: 1600px) {
  .footer__discuss {
    font-size: 2rem;
  }
}
@media (max-width: 1440px) {
  .footer__discuss {
    font-size: 1.8rem;
  }
}
@media (max-width: 1200px) {
  .footer__discuss {
    font-size: 1.5rem;
    gap: 1rem;
  }
}
@media (max-width: 992px) {
  .footer__discuss {
    font-size: 1.2rem;
    gap: 0.8rem;
  }
}
.footer__discuss img {
  flex-shrink: 0;
}
@media (max-width: 1600px) {
  .footer__discuss img {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 1200px) {
  .footer__discuss img {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.footer__discuss:hover {
  gap: 2rem;
}
.footer__bottom-mobile {
  display: none;
}
@media (max-width: 576px) {
  .footer__bottom-mobile {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    justify-items: flex-start;
    gap: 16.7rem;
    grid-template-areas: "address" "discuss" "copy";
  }
}
@media (max-width: 430px) {
  .footer__bottom-mobile {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    justify-items: flex-start;
    gap: 16.7rem;
    grid-template-areas: "address" "discuss" "copy";
  }
}
.footer__discuss--mobile {
  grid-area: discuss;
  font-weight: 500;
  font-size: 25px;
  line-height: 64%;
  margin: 0 auto;
}
.footer__discuss--mobile img {
  width: 2.6rem;
  height: 2.6rem;
}
.footer__copy {
  grid-area: copy;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #000000;
}
.footer__policy {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
  color: #acacac;
  transition: color 0.2s ease;
}
.footer__policy:hover {
  color: #003647;
}
@media (max-width: 1600px) {
  .footer__policy {
    font-size: 1.3rem;
  }
}
@media (max-width: 1440px) {
  .footer__policy {
    font-size: 1.2rem;
  }
}
@media (max-width: 1200px) {
  .footer__policy {
    font-size: 1.2rem;
  }
}
@media (max-width: 992px) {
  .footer__policy {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .footer__policy {
    font-size: 16px;
  }
}
@media (max-width: 430px) {
  .footer__policy {
    font-size: 16px;
  }
}
.footer__address {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.5rem;
}
@media (max-width: 1200px) {
  .footer__address {
    gap: 1rem;
  }
}
.footer__address--mobile {
  grid-area: address;
  align-items: flex-start;
}
.footer__address-label {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: #003647;
  letter-spacing: 0.04em;
}
.footer__address-label img {
  width: 19px;
  height: 19px;
}
@media (max-width: 1440px) {
  .footer__address-label img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 1200px) {
  .footer__address-label img {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 1800px) {
  .footer__address-label {
    font-size: 1.8rem;
  }
}
@media (max-width: 1600px) {
  .footer__address-label {
    font-size: 1.6rem;
  }
}
@media (max-width: 1440px) {
  .footer__address-label {
    font-size: 1.5rem;
  }
}
@media (max-width: 1200px) {
  .footer__address-label {
    font-size: 1.4rem;
  }
}
@media (max-width: 992px) {
  .footer__address-label {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .footer__address-label {
    font-size: 2rem;
  }
}
.footer__address-text {
  font-style: normal;
  font-size: 2.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.07;
  color: #003647;
  text-align: right;
  max-width: 480px;
}
@media (max-width: 1800px) {
  .footer__address-text {
    font-size: 2.2rem;
    max-width: 390px;
  }
}
@media (max-width: 1600px) {
  .footer__address-text {
    font-size: 2rem;
    max-width: 390px;
  }
}
@media (max-width: 1440px) {
  .footer__address-text {
    font-size: 1.8rem;
    max-width: 350px;
  }
}
@media (max-width: 1200px) {
  .footer__address-text {
    font-size: 1.5rem;
    max-width: 300px;
  }
}
@media (max-width: 992px) {
  .footer__address-text {
    font-size: 1.3rem;
    max-width: 250px;
  }
}
@media (max-width: 576px) {
  .footer__address-text {
    font-size: 2.2rem;
    text-align: start;
    max-width: 320px;
  }
}
.footer__bottom-mobile {
  display: none;
}
@media (max-width: 576px) {
  .footer__bottom-mobile {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: flex-start;
    gap: 16.7rem;
    grid-template-areas: "address" "discuss" "copy";
  }
}
@media (max-width: 430px) {
  .footer__bottom-mobile {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: flex-start;
    gap: 16.7rem;
    grid-template-areas: "address" "discuss" "copy";
  }
}
@media (max-width: 576px) {
  .footer__top-discuss {
    display: none;
  }
}
@media (max-width: 430px) {
  .footer__top-discuss {
    display: none;
  }
}
@media (max-width: 576px) {
  .footer__top-logo {
    order: -1;
    margin-right: auto;
  }
}
@media (max-width: 430px) {
  .footer__top-logo {
    order: -1;
    margin-right: auto;
  }
}
.footer__top-scroll {
  display: none;
}
@media (max-width: 576px) {
  .footer__top-scroll {
    display: flex;
  }
}
@media (max-width: 430px) {
  .footer__top-scroll {
    display: flex;
  }
}

.header__menu-btn {
  position: relative;
  z-index: 1001;
}

body.menu-open {
  overflow: hidden;
}

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 1001;
  pointer-events: none;
}
.nav-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.45s ease;
}
.nav-overlay.is-open {
  pointer-events: auto;
}
.nav-overlay.is-open::before {
  opacity: 1;
}
.nav-overlay__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(420px, 85vw);
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #fff 0%, #e8e8e8 100%);
  padding: 0 2.8rem 3.6rem;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  overflow-y: auto;
}
@media (max-width: 430px) {
  .nav-overlay__inner {
    width: 100vw;
  }
}
.nav-overlay.is-open .nav-overlay__inner {
  transform: translateX(0);
}
.nav-overlay__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  flex-shrink: 0;
}
.nav-overlay__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  color: #003647;
  padding: 0;
  transition: opacity 0.2s ease;
}
.nav-overlay__close:hover {
  opacity: 0.5;
}
.nav-overlay__close svg {
  width: 18px;
  height: 18px;
}
.nav-overlay__nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 2rem 0;
}
.nav-overlay__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #003647;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
  padding: 2.4rem 0;
  opacity: 0;
  transform: translateX(16px);
  transition: color 0.2s ease, opacity 0.4s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-overlay__link:hover {
  color: rgba(0, 54, 71, 0.5);
}
.nav-overlay.is-open .nav-overlay__link {
  opacity: 1;
  transform: translateX(0);
}
.nav-overlay.is-open .nav-overlay__link:nth-child(1) {
  transition-delay: 0.15s;
}
.nav-overlay.is-open .nav-overlay__link:nth-child(2) {
  transition-delay: 0.2s;
}
.nav-overlay.is-open .nav-overlay__link:nth-child(3) {
  transition-delay: 0.25s;
}
.nav-overlay.is-open .nav-overlay__link:nth-child(4) {
  transition-delay: 0.3s;
}
.nav-overlay__link-arrow {
  display: none;
}
.nav-overlay__footer {
  flex-shrink: 0;
  padding-top: 2.4rem;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.4s ease 0.38s, transform 0.4s ease 0.38s;
}
.nav-overlay.is-open .nav-overlay__footer {
  opacity: 1;
  transform: translateY(0);
}
.nav-overlay__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 267px;
  text-decoration: none;
  background-color: #003647;
  color: #ffffff;
  padding: 7px 8px 7px 60px;
  border-radius: 35px;
  letter-spacing: normal;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.56;
}
@media (max-width: 1800px) {
  .nav-overlay__cta {
    font-size: 1.5rem;
  }
}
@media (max-width: 1600px) {
  .nav-overlay__cta {
    font-size: 1.2rem;
    padding: 5px 6px 5px 54px;
    width: 214px;
  }
}
@media (max-width: 1440px) {
  .nav-overlay__cta {
    font-size: 1.3rem;
    width: 230px;
    padding: 7px 8px 7px 50px;
  }
}
.nav-overlay__cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  flex-shrink: 0;
  background-color: #ffffff;
}
@media (max-width: 1600px) {
  .nav-overlay__cta-icon {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 1600px) {
  .nav-overlay__cta-icon img {
    width: 8px;
    height: 8px;
  }
}

@media (min-width: 431px) {
  .menu__logo {
    visibility: hidden;
  }
}

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.modal-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
.modal-overlay.is-open .modal {
  transform: translateY(0);
  opacity: 1;
}

.modal {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #d4d4d4 100%);
  border-radius: 16px;
  padding: 13rem 4.7rem 4.8rem;
  width: 100%;
  max-width: 860px;
  transform: translateY(24px);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
}
@media (max-width: 768px) {
  .modal {
    padding: 4rem 3.6rem 3.6rem;
  }
}
@media (max-width: 576px) {
  .modal {
    padding: 3.2rem 2.4rem 3rem;
    border-radius: 12px;
  }
}
@media (max-width: 430px) {
  .modal {
    padding: 8rem 3rem 3rem 3rem;
  }
}
.modal__close {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(0, 54, 71, 0.45);
  padding: 0;
  transition: color 0.2s ease;
}
.modal__close:hover {
  color: rgba(0, 54, 71, 0.9);
}
.modal__close svg {
  width: 16px;
  height: 16px;
}
.modal__title {
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.05;
  color: #003647;
  margin: 0 0 9rem;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  .modal__title {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 576px) {
  .modal__title {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 430px) {
  .modal__title {
    font-size: 4.5rem;
    margin-bottom: 5rem;
    line-height: 80%;
  }
}
.modal__title em {
  font-style: italic;
  font-weight: 200;
}
.modal__form {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.modal__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.6rem;
  margin-bottom: 5rem;
}
.modal__row--two {
  grid-template-columns: calc(2 * (100% - 13.2rem) / 3 + 6.6rem) 1fr;
}
@media (max-width: 1200px) {
  .modal__row {
    gap: 3rem;
    margin-bottom: 4rem;
  }
  .modal__row--two {
    grid-template-columns: calc(2 * (100% - 6rem) / 3 + 3rem) 1fr;
  }
}
@media (max-width: 768px) {
  .modal__row {
    grid-template-columns: 1fr;
    gap: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .modal__row--two {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 430px) {
  .modal__row {
    gap: 4rem;
  }
}
.modal__field {
  display: flex;
  flex-direction: column;
}
.modal__input {
  background: none;
  border: none;
  border-bottom: 1px solid #003647;
  outline: none;
  padding: 0 0 1.2rem;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.09;
  letter-spacing: -0.03em;
  color: #003647;
  transition: border-color 0.2s ease;
}
.modal__input::-moz-placeholder {
  color: rgba(0, 54, 71, 0.4);
}
.modal__input::placeholder {
  color: rgba(0, 54, 71, 0.4);
}
.modal__input:focus {
  border-bottom-color: #003647;
}
@media (max-width: 1800px) {
  .modal__input {
    font-size: 1.8rem;
  }
}
@media (max-width: 1600px) {
  .modal__input {
    font-size: 1.6rem;
  }
}
@media (max-width: 1200px) {
  .modal__input {
    font-size: 1.4rem;
  }
}
@media (max-width: 992px) {
  .modal__input {
    font-size: 1.2rem;
  }
}
@media (max-width: 430px) {
  .modal__input {
    font-weight: 400;
    font-size: 17px;
    line-height: 133%;
    letter-spacing: -0.03em;
    padding: 0 0 1rem;
  }
}
.modal__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5.2rem;
}
@media (max-width: 768px) {
  .modal__bottom {
    margin-top: 3.6rem;
  }
}
@media (max-width: 576px) {
  .modal__bottom {
    margin-top: 2.8rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
  }
}
@media (max-width: 430px) {
  .modal__bottom {
    margin-top: 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 8rem;
  }
}
.modal__file {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: rgba(0, 54, 71, 0.4);
  transition: color 0.2s ease;
}
.modal__file:hover {
  color: rgba(0, 54, 71, 0.7);
}
@media (max-width: 576px) {
  .modal__file {
    font-size: 1.3rem;
  }
}
@media (max-width: 430px) {
  .modal__file {
    font-size: 1.4rem;
  }
}
.modal__file-input {
  display: none;
}
.modal__file-icon {
  opacity: 0.5;
  width: 18px;
  height: 18px;
}
.modal__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 267px;
  border: none;
  cursor: pointer;
  background-color: #003647;
  color: #ffffff;
  padding: 7px 8px 7px 68px;
  border-radius: 3.5rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.79;
  transition: gap 0.25s ease;
}
@media (max-width: 1800px) {
  .modal__btn {
    font-size: 1.5rem;
    width: 247px;
    padding: 7px 9px 7px 54px;
  }
}
@media (max-width: 1600px) {
  .modal__btn {
    font-size: 1.2rem;
    padding: 5px 6px 5px 55px;
    width: 220px;
  }
}
@media (max-width: 1200px) {
  .modal__btn {
    font-size: 1.1rem;
    padding: 6px 7px 6px 46px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .modal__btn {
    font-size: 1.1rem;
    padding: 5px 6px 5px 32px;
    width: 180px;
  }
}
@media (max-width: 768px) {
  .modal__btn {
    padding: 6px 7px 6px 36px;
  }
}
@media (max-width: 576px) {
  .modal__btn {
    font-size: 1rem;
    padding: 5px 6px 5px 30px;
  }
}
@media (max-width: 430px) {
  .modal__btn {
    width: 100%;
    padding: 6px 7px 6px 6;
    font-weight: 500;
    font-size: 14px;
    line-height: 179%;
  }
  .modal__btn span {
    flex: 1;
    text-align: center;
  }
}
.modal__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #ffffff;
}
@media (max-width: 1600px) {
  .modal__btn-icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media (max-width: 576px) {
  .modal__btn-icon {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 1600px) {
  .modal__btn-icon img {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 992px) {
  .modal__btn-icon img {
    width: 8px;
    height: 8px;
  }
}

#preloader {
  opacity: 1;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #003647;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.preloader__logo {
  color: #fff;
  font-size: clamp(14px, 2vw, 18px);
  letter-spacing: 0.2em;
  opacity: 0.5;
}

.preloader__bar {
  width: 200px;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  overflow: hidden;
}

.preloader__progress {
  height: 100%;
  width: 0%;
  background: #fff;
  animation: preload-fill 1.8s ease forwards;
}

@keyframes preload-fill {
  0% {
    width: 0%;
  }
  60% {
    width: 75%;
  }
  85% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}
.overview {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 9rem;
}
@media (max-width: 1800px) {
  .overview {
    margin-bottom: 5rem;
  }
}
@media (max-width: 1600px) {
  .overview {
    margin-bottom: 4rem;
  }
}
@media (max-width: 430px) {
  .overview {
    margin-bottom: 3rem;
  }
}
.overview__heading {
  margin-right: 3rem;
  padding: 20.5rem 4.5rem 0 4rem;
  border-bottom: 1px solid #003647;
  position: relative;
}
@media (max-width: 1800px) {
  .overview__heading {
    padding: 19.5rem 4.5rem 0 4rem;
  }
}
@media (max-width: 1600px) {
  .overview__heading {
    padding: 16rem 4.5rem 0 4rem;
  }
}
@media (max-width: 1200px) {
  .overview__heading {
    padding: 14rem 4.5rem 0 4rem;
  }
}
@media (max-width: 768px) {
  .overview__heading {
    padding: 14rem 0 0 2rem;
  }
}
@media (max-width: 430px) {
  .overview__heading {
    padding: 12rem 0 0 2rem;
    margin-right: 2rem;
  }
}
.overview__title {
  font-size: 6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.88;
  color: #003647;
  margin-bottom: 3.2rem;
  max-width: 1080px;
}
@media (max-width: 1800px) {
  .overview__title {
    font-size: 4rem;
    max-width: 800px;
  }
}
@media (max-width: 1600px) {
  .overview__title {
    font-size: 3.8rem;
    max-width: 741px;
    margin-bottom: 0;
    padding: 2rem 0;
  }
}
@media (max-width: 1440px) {
  .overview__title {
    font-size: 3.6rem;
    max-width: 680px;
  }
}
@media (max-width: 1200px) {
  .overview__title {
    font-size: 3rem;
    max-width: 572px;
  }
}
@media (max-width: 992px) {
  .overview__title {
    font-size: 2.8rem;
    max-width: 533px;
  }
}
@media (max-width: 768px) {
  .overview__title {
    padding: 1rem 0;
  }
}
@media (max-width: 576px) {
  .overview__title {
    font-size: 2.8rem;
  }
}
@media (max-width: 430px) {
  .overview__title {
    font-size: 4rem;
    margin-bottom: 1.4rem;
    line-height: 0.94;
    max-width: 320px;
  }
}
.overview__subtitle {
  font-size: 6rem;
  font-style: italic;
  font-weight: 300;
  line-height: 0.88;
  color: #003647;
  letter-spacing: -0.01em;
}
@media (max-width: 1800px) {
  .overview__subtitle {
    font-size: 4rem;
  }
}
@media (max-width: 1600px) {
  .overview__subtitle {
    font-size: 3.8rem;
  }
}
@media (max-width: 1440px) {
  .overview__subtitle {
    font-size: 3.6rem;
  }
}
@media (max-width: 1200px) {
  .overview__subtitle {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .overview__subtitle {
    font-size: 2.8rem;
  }
}
@media (max-width: 576px) {
  .overview__subtitle {
    font-size: 2.8rem;
  }
}
@media (max-width: 430px) {
  .overview__subtitle {
    font-size: 4rem;
  }
}
.overview__divider {
  position: relative;
  z-index: 1;
  display: flex;
  padding-right: 3rem;
}
.overview__divider::before {
  content: "";
  flex: 1;
}
.overview__divider::after {
  content: "";
  width: 63px;
  height: 6px;
  background-color: #003647;
  right: 30px;
  top: 0;
  position: absolute;
}
@media (max-width: 1800px) {
  .overview__divider::after {
    right: 30px;
    width: 48px;
    height: 5px;
  }
}
@media (max-width: 430px) {
  .overview__divider {
    padding-right: 2rem;
  }
  .overview__divider::after {
    width: 44px;
    height: 4px;
    right: 2rem;
  }
}
.overview__learn-more {
  position: absolute;
  right: 0;
  top: 16;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-self: end;
  gap: 1.2rem;
  text-decoration: none;
  color: #003647;
  padding-right: 3rem;
}
@media (max-width: 1800px) {
  .overview__learn-more {
    gap: 1rem;
  }
}
@media (max-width: 1200px) {
  .overview__learn-more {
    gap: 0.6rem;
  }
}
@media (max-width: 430px) {
  .overview__learn-more {
    padding-top: 1.4rem;
    padding-right: 2rem;
  }
}
.overview__learn-more-wrapper {
  position: relative;
  height: 7.8rem;
  display: flex;
  z-index: 1;
}
@media (max-width: 1600px) {
  .overview__learn-more-wrapper {
    height: 7rem;
  }
}
@media (max-width: 768px) {
  .overview__learn-more-wrapper {
    height: 6rem;
  }
}
.overview__learn-more-text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #003647;
}
@media (max-width: 1800px) {
  .overview__learn-more-text {
    font-size: 1.3rem;
  }
}
@media (max-width: 1600px) {
  .overview__learn-more-text {
    font-size: 1.2rem;
  }
}
@media (max-width: 430px) {
  .overview__learn-more-text {
    font-size: 1.2rem;
  }
}
.overview__learn-more-icon {
  transition: transform 0.3s ease;
  color: #003647;
}
@media (max-width: 1800px) {
  .overview__learn-more-icon img {
    font-size: 1.2rem;
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media (max-width: 1200px) {
  .overview__learn-more-icon img {
    font-size: 1.2rem;
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 1200px) {
  .overview__learn-more-icon img {
    font-size: 1.2rem;
    width: 1.9rem;
    height: 1.9rem;
  }
}
@media (max-width: 430px) {
  .overview__learn-more-icon img {
    width: 2rem;
    height: 2rem;
  }
}
.overview__video-wrapper {
  width: 100%;
  height: 62vh;
  overflow: hidden;
  position: relative;
}
.overview__video-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, transparent, #ffffff);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 430px) {
  .overview__video-wrapper {
    height: 60vh;
  }
}
.overview__video {
  width: 100%;
  height: 62vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top 60%;
     object-position: top 60%;
  position: absolute;
  top: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .overview__video {
    height: 100%;
    -o-object-position: 10% top;
       object-position: 10% top;
  }
}
.overview__bottom {
  position: absolute;
  bottom: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  gap: 3rem;
  padding: 0 3rem 0 4.5rem;
  padding-bottom: 0;
  z-index: 2;
}
@media (max-width: 430px) {
  .overview__bottom {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding: 2rem 2rem 0;
  }
}
.overview__bottom-title {
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.66;
  color: #003647;
  white-space: nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 1800px) {
  .overview__bottom-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 1600px) {
  .overview__bottom-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 1200px) {
  .overview__bottom-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .overview__bottom-title {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 430px) {
  .overview__bottom-title {
    font-size: 2.3rem;
    white-space: normal;
    margin-bottom: 1rem;
  }
}
@media (max-width: 360px) {
  .overview__bottom-title {
    font-size: 2.1rem;
    white-space: normal;
    margin-bottom: 1rem;
  }
}
.overview__bottom-text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.56;
  color: rgba(43, 43, 43, 0.4);
  max-width: 48rem;
}
@media (max-width: 1800px) {
  .overview__bottom-text {
    font-size: 1.4rem;
    max-width: 40rem;
  }
}
@media (max-width: 1600px) {
  .overview__bottom-text {
    font-size: 1.3rem;
  }
}
@media (max-width: 1200px) {
  .overview__bottom-text {
    font-size: 1.2rem;
    max-width: 36rem;
  }
}
@media (max-width: 576px) {
  .overview__bottom-text {
    font-size: 1.2rem;
    max-width: 34rem;
  }
}
@media (max-width: 430px) {
  .overview__bottom-text {
    font-size: 1.3rem;
    max-width: 290px;
    line-height: 1.5;
  }
}
@media (max-width: 360px) {
  .overview__bottom-text {
    font-size: 1.2rem;
    max-width: 285px;
    line-height: 1.5;
  }
}
.overview__scroll-btn {
  position: absolute;
  bottom: 0;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: transform 0.3s ease;
  justify-self: end;
  padding-right: 3rem;
  z-index: 2;
}
@media (max-width: 1600px) {
  .overview__scroll-btn img {
    width: 28px;
    height: 30px;
  }
}
@media (max-width: 992px) {
  .overview__scroll-btn img {
    display: none;
  }
}

.about {
  position: relative;
  width: 100%;
  padding: 0 2rem;
  margin-bottom: 6.8rem;
}
@media (max-width: 430px) {
  .about {
    padding: 1rem;
    margin-bottom: 5rem;
  }
}
.about__media {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  height: 88vh;
}
@media (max-width: 430px) {
  .about__media {
    border-radius: 12px;
    overflow: hidden;
    height: 86vh;
  }
}
.about__video {
  width: 100%;
  height: 88vh;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1600px) {
  .about__video {
    height: 88vh;
  }
}
@media (max-width: 430px) {
  .about__video {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% top;
       object-position: 20% top;
  }
}
.about__card {
  position: absolute;
  bottom: 52px;
  right: 53px;
  border-radius: 12px;
  aspect-ratio: 881/392;
  background-color: #ffffff;
  padding: 45px 120px 52px 67px;
}
@media (max-width: 1800px) {
  .about__card {
    bottom: 40px;
    right: 40px;
  }
}
@media (max-width: 1600px) {
  .about__card {
    padding: 32px 80px 34px 42px;
    border-radius: 11px;
  }
}
@media (max-width: 768px) {
  .about__card {
    padding: 30px 35px 20px;
    bottom: 26px;
    width: 480px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 576px) {
  .about__card {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 12px;
    padding: 3rem 2.5rem 1.4rem 2.5rem;
    box-shadow: none;
    width: calc(100% - 3.6rem);
  }
}
@media (max-width: 430px) {
  .about__card {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 12px;
    padding: 3rem 2.5rem 1.4rem 2.5rem;
    box-shadow: none;
    width: calc(100% - 3.6rem);
  }
}
@media (max-width: 360px) {
  .about__card {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 12px;
    padding: 3rem 2.5rem 1.4rem 2.5rem;
    box-shadow: none;
    width: calc(100% - 2.8rem);
  }
}
.about__label {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.78;
  color: #003647;
  letter-spacing: -0.03em;
}
@media (max-width: 1600px) {
  .about__label {
    font-size: 1.2rem;
  }
}
@media (max-width: 1200px) {
  .about__label {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .about__label {
    font-size: 1.8rem;
  }
}
@media (max-width: 430px) {
  .about__label {
    font-size: 1.8rem;
  }
}
.about__line {
  height: 1px;
  background-color: #003647;
  width: 96%;
  margin: 1.8rem 0 2.7rem;
}
@media (max-width: 1600px) {
  .about__line {
    margin: 8px 0 20px;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .about__line {
    margin: 8px 0 20px;
    width: 102%;
  }
}
@media (max-width: 768px) {
  .about__line {
    margin: 0.8rem 0 2rem;
    width: 100%;
  }
}
@media (max-width: 430px) {
  .about__line {
    margin: 0.6rem 0 2rem;
    width: 100%;
  }
}
.about__text {
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
  color: #003647;
  letter-spacing: -0.03em;
  margin-bottom: 3.5rem;
  max-width: 69.4rem;
}
@media (max-width: 1600px) {
  .about__text {
    font-size: 1.4rem;
    margin-bottom: 2.2rem;
    max-width: 42rem;
  }
}
@media (max-width: 1200px) {
  .about__text {
    font-size: 1.3rem;
    max-width: 38rem;
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 768px) {
  .about__text {
    font-size: 1.4rem;
    line-height: 1.62;
    margin-bottom: 2rem;
    max-width: 42rem;
  }
}
@media (max-width: 576px) {
  .about__text {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    line-height: 1.62;
    max-width: 28rem;
  }
}
@media (max-width: 430px) {
  .about__text {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    line-height: 1.62;
    max-width: 28rem;
  }
}
@media (max-width: 360px) {
  .about__text {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    line-height: 1.62;
    max-width: 27rem;
  }
}
.about__btn {
  display: flex;
  width: 327px;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  background-color: #003647;
  color: #ffffff;
  padding: 7px 9px 7px 58px;
  border-radius: 35px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.56;
}
@media (max-width: 1800px) {
  .about__btn {
    font-size: 1.5rem;
  }
}
@media (max-width: 1600px) {
  .about__btn {
    font-size: 1.1rem;
    width: 214px;
    padding: 5px 5px 5px 38px;
  }
}
@media (max-width: 1200px) {
  .about__btn {
    font-size: 1.1rem;
    width: 214px;
    padding: 5px 5px 5px 38px;
  }
}
@media (max-width: 992px) {
  .about__btn {
    font-size: 1.1rem;
    padding: 5px 6px 5px 24px;
    width: 208px;
  }
}
@media (max-width: 768px) {
  .about__btn {
    padding: 6px 6px 6px 40px;
    line-height: 1.79;
    font-size: 1.4rem;
    width: 264px;
    margin: 0 auto;
  }
}
@media (max-width: 430px) {
  .about__btn {
    font-size: 1.4rem;
    padding: 6px 7px 6px 6px;
    width: 100%;
    justify-content: space-between;
  }
  .about__btn span {
    margin-right: 0rem;
    text-align: center;
    flex: 1;
  }
}
@media (max-width: 360px) {
  .about__btn {
    font-size: 1.4rem;
    padding: 6px 7px 6px 3.4rem;
    width: 100%;
    justify-content: space-between;
  }
  .about__btn span {
    margin-right: 0rem;
  }
}
.about__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #ffffff;
}
@media (max-width: 1600px) {
  .about__btn-icon {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 768px) {
  .about__btn-icon {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 430px) {
  .about__btn-icon {
    width: 2.8rem;
    height: 2.8rem;
  }
}
@media (max-width: 1600px) {
  .about__btn-icon img {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 1200px) {
  .about__btn-icon img {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 430px) {
  .about__btn-icon img {
    width: 8px;
    height: 8px;
  }
}

.cards {
  padding: 0 2.8rem;
  margin-bottom: 33rem;
  position: relative;
}
@media (max-width: 768px) {
  .cards {
    overflow: visible;
    padding-left: 0;
  }
}
@media (max-width: 1800px) {
  .cards {
    margin-bottom: 25rem;
  }
}
@media (max-width: 1600px) {
  .cards {
    margin-bottom: 20rem;
  }
}
@media (max-width: 992px) {
  .cards {
    margin-bottom: 16rem;
    padding: 0 2rem;
  }
}
@media (max-width: 576px) {
  .cards {
    padding: 2rem;
  }
}
@media (max-width: 430px) {
  .cards {
    padding: 0rem;
    margin-bottom: 6rem;
    margin-top: 0;
    align-items: center;
    justify-content: center;
  }
}
.cards__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(90px, 1fr));
  gap: 2rem;
}
@media (max-width: 1600px) {
  .cards__list {
    gap: 20px;
  }
}
@media (max-width: 1440px) {
  .cards__list {
    gap: 16px;
  }
}
@media (max-width: 1200px) {
  .cards__list {
    gap: 14px;
  }
}
@media (max-width: 992px) {
  .cards__list {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .cards__list {
    position: relative;
    max-height: 260px;
    width: 100%;
    padding: 0 1rem;
    overflow: visible;
    transform: none;
    display: block;
  }
}
@media (max-width: 430px) {
  .cards__list {
    overflow: hidden;
    max-height: 240px;
    padding: 0;
  }
  .cards__list:last-child {
    margin-right: 20;
  }
}
.cards__item {
  background-color: var(--card-bg);
  border-radius: 12px;
  padding: 5.4rem 2.5rem 5rem 3.8rem;
  display: flex;
  aspect-ratio: 441/585;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
}
@media (max-width: 1600px) {
  .cards__item {
    padding: 4.2rem 2rem 3rem 3rem;
  }
}
@media (max-width: 1440px) {
  .cards__item {
    padding: 4.2rem 2rem 3rem 3rem;
  }
}
@media (max-width: 1200px) {
  .cards__item {
    padding: 4rem 0.6rem 3rem 2rem;
  }
}
@media (max-width: 992px) {
  .cards__item {
    padding: 3rem 0.4rem 2rem 1.6rem;
    border-radius: 8px;
  }
}
@media (max-width: 768px) {
  .cards__item {
    aspect-ratio: 0;
    position: absolute;
    top: 0;
    left: 1rem;
    right: 1rem;
    width: calc(100% - 2rem);
    height: 50vh;
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    padding: 6rem 4rem 5rem;
  }
}
@media (max-width: 430px) {
  .cards__item {
    height: 22rem;
    width: 100%;
    padding: 3.5rem 2.2rem 2.4rem;
    border-radius: 12px;
    letter-spacing: -0.03em;
  }
  .cards__item:nth-child(4) .cards__text {
    max-width: 230px;
  }
}
.cards__title {
  font-size: 7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.56;
  color: #ffffff;
  letter-spacing: -0.08em;
}
@media (max-width: 1600px) {
  .cards__title {
    font-size: 5.4rem;
  }
}
@media (max-width: 1200px) {
  .cards__title {
    font-size: 3.8rem;
  }
}
@media (max-width: 992px) {
  .cards__title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .cards__title {
    font-size: 6rem;
  }
}
@media (max-width: 576px) {
  .cards__title {
    font-size: 5rem;
  }
}
@media (max-width: 430px) {
  .cards__title {
    font-size: 4rem;
    letter-spacing: -0.08em;
    line-height: 0.98;
  }
}
.cards__text {
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.45;
  color: #ffffff;
  width: 380px;
}
@media (max-width: 1800px) {
  .cards__text {
    font-size: 1.7rem;
    width: 320px;
  }
}
@media (max-width: 1600px) {
  .cards__text {
    font-size: 1.4rem;
    width: 270px;
  }
}
@media (max-width: 1440px) {
  .cards__text {
    font-size: 1.2rem;
    width: 222px;
  }
}
@media (max-width: 1200px) {
  .cards__text {
    font-size: 1.2rem;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cards__text {
    font-size: 1rem;
    width: 160px;
  }
}
@media (max-width: 768px) {
  .cards__text {
    width: 100%;
    font-size: 2.4rem;
  }
}
@media (max-width: 576px) {
  .cards__text {
    width: 100%;
    font-size: 2rem;
  }
}
@media (max-width: 430px) {
  .cards__text {
    font-size: 1.8rem;
    line-height: 1.17;
    max-width: 290px;
  }
}
@media (max-width: 430px) {
  .cards .cards__list .swiper-slide {
    width: 88vw;
    height: 260px;
  }
}

.intro {
  display: flex;
  gap: 12.2rem;
  padding: 0 3.3rem;
  align-items: start;
  justify-content: center;
  margin-bottom: 26.4rem;
}
@media (max-width: 1800px) {
  .intro {
    gap: 8rem;
  }
}
@media (max-width: 1600px) {
  .intro {
    margin-bottom: 20rem;
    gap: 7rem;
  }
}
@media (max-width: 992px) {
  .intro {
    gap: 6rem;
  }
}
@media (max-width: 768px) {
  .intro {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 8rem;
  }
}
@media (max-width: 430px) {
  .intro {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0 2rem;
    margin-bottom: 14.3rem;
    gap: 0;
  }
}
.intro__label {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.78;
  color: #003647;
  letter-spacing: -0.03em;
  margin-bottom: 0.6rem;
}
@media (max-width: 1800px) {
  .intro__label {
    margin-bottom: 0.4rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 1200px) {
  .intro__label {
    margin-bottom: 0.4rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 992px) {
  .intro__label {
    font-size: 1.1rem;
    margin-bottom: 0rem;
    line-height: 1.8;
  }
}
@media (max-width: 768px) {
  .intro__label {
    font-size: 1.8rem;
    line-height: 2.78;
  }
}
@media (max-width: 430px) {
  .intro__label {
    font-size: 1.9rem;
    line-height: 2.78;
  }
}
.intro__line {
  min-width: 631px;
  height: 1px;
  background-color: rgba(0, 54, 71, 0.4);
}
@media (max-width: 1600px) {
  .intro__line {
    min-width: 480px;
  }
}
@media (max-width: 1600px) {
  .intro__line {
    min-width: 430px;
  }
}
@media (max-width: 1200px) {
  .intro__line {
    min-width: 380px;
  }
}
@media (max-width: 992px) {
  .intro__line {
    min-width: 280px;
  }
}
@media (max-width: 768px) {
  .intro__line {
    min-width: 280px;
    margin: 0.5rem 0 4.5rem;
  }
}
.intro__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2.5rem;
  gap: 10.7rem;
  max-width: 880px;
}
@media (max-width: 1800px) {
  .intro__right {
    gap: 8rem;
  }
}
@media (max-width: 1600px) {
  .intro__right {
    max-width: 680px;
  }
}
@media (max-width: 1200px) {
  .intro__right {
    gap: 5rem;
  }
}
@media (max-width: 992px) {
  .intro__right {
    padding-top: 1.2rem;
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .intro__right {
    padding-top: 0rem;
    gap: 4rem;
  }
}
@media (max-width: 430px) {
  .intro__right {
    gap: 3.6rem;
  }
}
.intro__text {
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.02;
  color: #627479;
  letter-spacing: -0.03em;
}
@media (max-width: 1800px) {
  .intro__text {
    font-size: 3.5rem;
    max-width: 700px;
  }
}
@media (max-width: 1440px) {
  .intro__text {
    font-size: 3.2rem;
    max-width: 640px;
  }
}
@media (max-width: 1200px) {
  .intro__text {
    font-size: 2.4rem;
    max-width: 485px;
  }
}
@media (max-width: 992px) {
  .intro__text {
    font-size: 1.8rem;
    max-width: 360px;
  }
}
@media (max-width: 768px) {
  .intro__text {
    font-size: 2.7rem;
    line-height: 1.33;
    max-width: 380px;
  }
}
@media (max-width: 430px) {
  .intro__text {
    font-size: 2.4rem;
    line-height: 1.33;
    max-width: 323px;
  }
}
.intro__text strong {
  color: #003647;
  font-weight: 400;
}
.intro__btn {
  display: none;
  width: 307px;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  background-color: #003647;
  color: #ffffff;
  padding: 7px 9px 7px 78px;
  border-radius: 3.5rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.56;
}
@media (max-width: 1800px) {
  .intro__btn {
    font-size: 1.5rem;
  }
}
@media (max-width: 1600px) {
  .intro__btn {
    font-size: 1.2rem;
    padding: 6px 7px 6px 64px;
    width: 230px;
  }
}
@media (max-width: 1440px) {
  .intro__btn {
    font-size: 1.2rem;
    padding: 6px 7px 6px 64px;
    width: 230px;
  }
}
@media (max-width: 1200px) {
  .intro__btn {
    width: 180px;
    font-size: 1.1rem;
    padding: 6px 7px 6px 40px;
  }
}
@media (max-width: 992px) {
  .intro__btn {
    padding: 5px 6px 5px 36px;
  }
}
@media (max-width: 768px) {
  .intro__btn {
    font-size: 1.4rem;
    padding: 6px 7px 6px 110px;
    width: 340px;
  }
}
@media (max-width: 430px) {
  .intro__btn {
    font-size: 1.4rem;
    padding: 6px 7px 6px 32%;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
}
.intro__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  flex-shrink: 0;
  background-color: #ffffff;
}
@media (max-width: 1800px) {
  .intro__btn-icon {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 1600px) {
  .intro__btn-icon {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 1200px) {
  .intro__btn-icon {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 768px) {
  .intro__btn-icon {
    width: 28px;
    height: 28px;
  }
}
.intro__btn-icon img {
  width: 11px;
  height: 10px;
}
@media (max-width: 1600px) {
  .intro__btn-icon img {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 992px) {
  .intro__btn-icon img {
    width: 8px;
    height: 8px;
  }
}

.directions {
  padding: 0 2.5rem;
  margin-bottom: 31.7rem;
  position: relative;
}
@media (max-width: 1800px) {
  .directions {
    margin-bottom: 20rem;
  }
}
@media (max-width: 1200px) {
  .directions {
    padding: 0 1.6rem;
  }
}
@media (max-width: 992px) {
  .directions {
    margin-bottom: 12rem;
  }
}
@media (max-width: 768px) {
  .directions {
    overflow: visible;
  }
}
.directions__track {
  display: flex;
  flex-direction: column;
}
.directions__slide {
  position: relative;
  flex: none;
  width: 100%;
  height: 88vh;
  overflow: hidden;
  border-radius: 12px;
  margin-right: 3rem;
  margin-bottom: 60px;
}
@media (max-width: 430px) {
  .directions__slide {
    height: 86vh;
  }
}
.directions__bg {
  position: absolute;
  inset: 0;
  height: 100%;
}
.directions__bg-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.directions__bg .directions__bg-mobile {
  display: none;
}
@media (max-width: 576px) {
  .directions__bg {
    border-radius: 12px;
  }
  .directions__bg .directions__bg-desktop {
    display: none;
  }
  .directions__bg .directions__bg-mobile {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 430px) {
  .directions__bg {
    position: relative;
    inset: auto;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
  }
  .directions__bg .directions__bg-desktop {
    display: none;
  }
  .directions__bg .directions__bg-mobile {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.directions__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 11.1rem 9.8rem 6rem;
}
@media (max-width: 1840px) {
  .directions__content {
    padding: 10rem 7.2rem 6rem;
  }
}
@media (max-width: 1600px) {
  .directions__content {
    padding: 8.1rem 6.6rem 5rem;
  }
}
@media (max-width: 1530px) {
  .directions__content {
    padding: 8rem 5.8rem 4.4rem;
  }
}
@media (max-width: 1680px) {
  .directions__content {
    padding: 7.6rem 5.4rem 4.4rem;
  }
}
@media (max-width: 1440px) {
  .directions__content {
    padding: 7rem 5rem 4rem;
  }
}
@media (max-width: 1200px) {
  .directions__content {
    padding: 5.6rem 3.6rem 3.2rem;
  }
}
@media (max-width: 1195px) {
  .directions__content {
    padding: 5.6rem 3rem 3.2rem;
  }
}
@media (max-width: 992px) {
  .directions__content {
    padding: 5.6rem 3.7rem 3.2rem;
  }
}
@media (max-width: 768px) {
  .directions__content {
    padding: 5.6rem 3.7rem 3.2rem;
  }
}
@media (max-width: 576px) {
  .directions__content {
    padding: 5rem 3rem 2.8rem;
  }
}
@media (max-width: 430px) {
  .directions__content {
    padding: 3.2rem 1.2rem 1.2rem;
  }
}
.directions__content-left {
  margin-left: 44px;
}
@media (max-width: 1200px) {
  .directions__content-left {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .directions__content-left {
    margin-left: 0px;
  }
}
.directions__glass {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6.5rem 7.2rem 5.3rem 7.2rem;
  width: 100%;
  gap: 3.6rem;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(20px) contrast(105%);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2.5rem;
  border-right: none;
  border-left: none;
}
@media (max-width: 1840px) {
  .directions__glass {
    padding: 5rem 6rem 4.5rem 6rem;
    gap: 0;
    border-radius: 2.3rem;
  }
}
@media (max-width: 1700px) {
  .directions__glass {
    padding: 4.6rem 5.2rem 4.2rem 5.2rem;
    border-radius: 2rem;
  }
}
@media (max-width: 1680px) {
  .directions__glass {
    padding: 4.2rem 4.4rem 3.8rem;
    border-radius: 2rem;
  }
}
@media (max-width: 1530px) {
  .directions__glass {
    padding: 4.2rem 4.4rem 3.8rem;
    border-radius: 2rem;
  }
}
@media (max-width: 1440px) {
  .directions__glass {
    padding: 3.8rem 4rem 3.6rem;
    border-radius: 1.8rem;
  }
}
@media (max-width: 1280px) {
  .directions__glass {
    padding: 3.2rem 3.4rem 3rem;
    border-radius: 1.8rem;
  }
}
@media (max-width: 1200px) {
  .directions__glass {
    padding: 2.8rem 2.6rem 3.2rem 2.6rem;
    border-radius: 1.8rem;
  }
}
@media (max-width: 1195px) {
  .directions__glass {
    padding: 2.6rem 2.2rem 3rem 2.2rem;
  }
}
@media (max-width: 1080px) {
  .directions__glass {
    padding: 2.2rem 1.6rem 2.6rem 1.6rem;
  }
}
@media (max-width: 992px) {
  .directions__glass {
    flex-direction: column;
    align-items: stretch;
    padding: 0rem 0rem;
    padding-bottom: 20px;
    gap: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
  }
}
@media (max-width: 430px) {
  .directions__glass {
    padding: 0;
  }
}
.directions__title {
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.71;
  color: #ffffff;
  letter-spacing: -0.03em;
}
@media (max-width: 1600px) {
  .directions__title {
    font-size: 3.6rem;
  }
}
@media (max-width: 1440px) {
  .directions__title {
    font-size: 3.2rem;
  }
}
@media (max-width: 1200px) {
  .directions__title {
    font-size: 2.9rem;
  }
}
@media (max-width: 1100px) {
  .directions__title {
    font-size: 2.8rem;
  }
}
@media (max-width: 992px) {
  .directions__title {
    font-size: 4.5rem;
    line-height: 0.91;
    max-width: 450px;
  }
}
@media (max-width: 430px) {
  .directions__title {
    font-size: 3.5rem;
    max-width: 300px;
    line-height: 0.93;
  }
}
@media (max-width: 360px) {
  .directions__title {
    font-size: 3.5rem;
    line-height: 0.93;
    margin-bottom: 13px;
  }
}
.directions__divider {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  width: 96%;
  margin-bottom: 3.6rem;
  margin-top: 2.1rem;
}
@media (max-width: 1600px) {
  .directions__divider {
    margin-bottom: 30px;
    margin-top: 2rem;
  }
}
@media (max-width: 1440px) {
  .directions__divider {
    margin-bottom: 28px;
    margin-top: 1.8rem;
  }
}
@media (max-width: 1200px) {
  .directions__divider {
    margin-bottom: 26px;
    margin-top: 1.6rem;
  }
}
@media (max-width: 992px) {
  .directions__divider {
    margin-bottom: 26px;
    margin-top: 1.6rem;
  }
}
@media (max-width: 768px) {
  .directions__divider {
    margin-bottom: 26px;
    margin-top: 1.6rem;
  }
}
@media (max-width: 430px) {
  .directions__divider {
    width: 232px;
  }
}
.directions__subtitle {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.78;
  color: #ffffff;
  letter-spacing: -0.03em;
}
@media (max-width: 1600px) {
  .directions__subtitle {
    font-size: 1.6rem;
  }
}
@media (max-width: 1440px) {
  .directions__subtitle {
    font-size: 1.5rem;
  }
}
@media (max-width: 1200px) {
  .directions__subtitle {
    font-size: 1.3rem;
  }
}
@media (max-width: 1100px) {
  .directions__subtitle {
    font-size: 1.2rem;
  }
}
@media (max-width: 992px) {
  .directions__subtitle {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .directions__subtitle {
    font-size: 1.3rem;
  }
}
@media (max-width: 430px) {
  .directions__subtitle {
    font-size: 1.4rem;
    line-height: 2.21;
    color: #ffffff;
  }
}
.directions__card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 29px 38px 29px 38px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  aspect-ratio: 492/272;
  flex: 1;
}
@media (max-width: 1840px) {
  .directions__card {
    padding: 27px 30px 27px 30px;
  }
}
@media (max-width: 1680px) {
  .directions__card {
    padding: 25px 28px 25px 28px;
  }
}
@media (max-width: 1600px) {
  .directions__card {
    padding: 24px 27px 24px 27px;
    border-radius: 11px;
  }
}
@media (max-width: 1440px) {
  .directions__card {
    padding: 20px 24px 20px 24px;
    border-radius: 10px;
  }
}
@media (max-width: 1280px) {
  .directions__card {
    padding: 18px 20px 18px 20px;
  }
}
@media (max-width: 1200px) {
  .directions__card {
    padding: 18px 20px 18px 20px;
    border-radius: 8px;
  }
}
@media (max-width: 1100px) {
  .directions__card {
    padding: 14px 16px 14px 16px;
  }
}
@media (max-width: 992px) {
  .directions__card {
    padding: 40px 38px 29px 38px;
    flex: none;
    width: 100%;
    aspect-ratio: 0;
    height: 200px;
    position: static;
    bottom: auto;
  }
}
@media (max-width: 430px) {
  .directions__card {
    padding: 40px 20px 29px 20px;
    width: 80vw;
    max-width: 100%;
    position: static;
    height: 260px;
    bottom: auto;
  }
}
.directions__card-icon {
  margin-bottom: 32px;
}
@media (max-width: 1600px) {
  .directions__card-icon {
    margin-bottom: 25px;
  }
}
@media (max-width: 1440px) {
  .directions__card-icon {
    margin-bottom: 22px;
  }
}
@media (max-width: 1200px) {
  .directions__card-icon {
    margin-bottom: 22px;
  }
}
@media (max-width: 1100px) {
  .directions__card-icon {
    margin-bottom: 14px;
  }
}
.directions__card-icon img {
  width: 30px;
  height: 30px;
}
@media (max-width: 1600px) {
  .directions__card-icon img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1440px) {
  .directions__card-icon img {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 1200px) {
  .directions__card-icon img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 1100px) {
  .directions__card-icon img {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 992px) {
  .directions__card-icon {
    display: none;
  }
}
.directions__card-title {
  font-weight: 400;
  font-size: 25px;
  line-height: 144%;
  letter-spacing: -0.03em;
  color: #003647;
  margin-bottom: 10px;
}
@media (max-width: 1600px) {
  .directions__card-title {
    font-size: 23px;
  }
}
@media (max-width: 1530px) {
  .directions__card-title {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .directions__card-title {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .directions__card-title {
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  .directions__card-title {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .directions__card-title {
    font-size: 28px;
    margin-bottom: 24px;
    max-width: 40%;
    line-height: 92%;
  }
}
.directions__card-text {
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.62;
  color: rgba(0, 54, 71, 0.8);
  letter-spacing: -0.03em;
}
@media (max-width: 1600px) {
  .directions__card-text {
    font-size: 1.18rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.62;
  }
}
@media (max-width: 1530px) {
  .directions__card-text {
    font-size: 1.1rem;
  }
}
@media (max-width: 1440px) {
  .directions__card-text {
    font-size: 1.1rem;
  }
}
@media (max-width: 1380px) {
  .directions__card-text {
    font-size: 1.02rem;
  }
}
@media (max-width: 1280px) {
  .directions__card-text {
    font-size: 1rem;
  }
}
@media (max-width: 1200px) {
  .directions__card-text {
    font-size: 0.98rem;
  }
}
@media (max-width: 1150px) {
  .directions__card-text {
    font-size: 0.92rem;
  }
}
@media (max-width: 992px) {
  .directions__card-text {
    font-size: 1.6rem;
  }
}
@media (max-width: 430px) {
  .directions__card-text {
    font-size: 1.3rem;
  }
}
@media (max-width: 360px) {
  .directions__card-text {
    font-size: 1.2rem;
  }
}
.directions__cards-swiper {
  display: flex;
  min-width: 0;
}
.directions__cards-swiper .swiper-wrapper {
  display: flex;
  flex: 1;
  gap: 3.6rem;
}
@media (max-width: 1840px) {
  .directions__cards-swiper .swiper-wrapper {
    gap: 2.8rem;
  }
}
@media (max-width: 1700px) {
  .directions__cards-swiper .swiper-wrapper {
    gap: 2.6rem;
  }
}
@media (max-width: 1680px) {
  .directions__cards-swiper .swiper-wrapper {
    gap: 2.5rem;
  }
}
@media (max-width: 1440px) {
  .directions__cards-swiper .swiper-wrapper {
    gap: 1.8rem;
  }
}
@media (max-width: 1200px) {
  .directions__cards-swiper .swiper-wrapper {
    gap: 1.8rem;
  }
}
@media (max-width: 992px) {
  .directions__cards-swiper {
    display: block;
    flex: none;
    width: 100%;
    overflow: hidden;
  }
  .directions__cards-swiper .swiper-wrapper {
    display: flex;
    flex: none;
    gap: 0;
  }
}
@media (max-width: 430px) {
  .directions__cards-swiper {
    height: 260px;
  }
}
.directions__nav {
  display: none;
}
@media (max-width: 992px) {
  .directions__nav {
    display: flex;
    gap: 0.8rem;
    align-self: flex-end;
    margin-bottom: 2rem;
  }
}
.directions__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
@media (hover: hover) {
  .directions__nav-btn:hover {
    background: #ffffff;
    color: #003647;
  }
}
@media (max-width: 430px) {
  .directions__nav-btn:active {
    background: #ffffff;
    color: #003647;
  }
}

.slogan {
  padding: 0 3rem;
  margin-bottom: 37.4rem;
}
@media (max-width: 1800px) {
  .slogan {
    margin-bottom: 24rem;
  }
}
@media (max-width: 992px) {
  .slogan {
    margin-bottom: 14rem;
  }
}
@media (max-width: 992px) {
  .slogan {
    padding: 0 6rem;
  }
}
@media (max-width: 430px) {
  .slogan {
    padding: 0 2rem;
    margin-bottom: 10.5rem;
  }
}
.slogan__header {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-left: 10rem;
}
@media (max-width: 1200px) {
  .slogan__header {
    margin-left: 4rem;
  }
}
@media (max-width: 992px) {
  .slogan__header {
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .slogan__header {
    margin-left: 0rem;
  }
}
.slogan__label {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.78;
  color: #003647;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
@media (max-width: 1800px) {
  .slogan__label {
    font-size: 1.6rem;
  }
}
@media (max-width: 1600px) {
  .slogan__label {
    font-size: 1.5rem;
  }
}
@media (max-width: 1200px) {
  .slogan__label {
    font-size: 1.3rem;
  }
}
@media (max-width: 992px) {
  .slogan__label {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .slogan__label {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .slogan__label {
    font-size: 1.7rem;
  }
}
@media (max-width: 430px) {
  .slogan__label {
    font-size: 1.9rem;
  }
}
@media (max-width: 360px) {
  .slogan__label {
    font-size: 1.8rem;
  }
}
.slogan__line {
  margin-top: 6px;
  margin-bottom: 17px;
  height: 1px;
  width: 88%;
  background-color: rgba(0, 54, 71, 0.4);
}
@media (max-width: 992px) {
  .slogan__line {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
@media (max-width: 430px) {
  .slogan__line {
    margin-bottom: 29px;
    width: 100%;
  }
}
@media (max-width: 360px) {
  .slogan__line {
    margin-bottom: 29px;
  }
}
.slogan__body {
  display: flex;
  justify-content: end;
}
@media (max-width: 768px) {
  .slogan__body {
    justify-content: flex-start;
  }
}
@media (max-width: 430px) {
  .slogan__body {
    justify-content: center;
  }
}
.slogan__title {
  font-size: 12rem;
  font-style: normal;
  font-weight: 300;
  line-height: 0.97;
  color: #003647;
  letter-spacing: -0.03em;
  display: inline-block;
  overflow: visible;
}
.slogan__title--italic {
  font-size: 12rem;
  font-style: normal;
  font-weight: 200;
  line-height: 0.97;
  font-style: italic;
  letter-spacing: 0;
  padding-left: 3px;
  display: inline-block;
}
@media (max-width: 1800px) {
  .slogan__title {
    font-size: 10rem;
  }
}
@media (max-width: 1600px) {
  .slogan__title {
    font-size: 9rem;
  }
}
@media (max-width: 1440px) {
  .slogan__title {
    font-size: 7.8rem;
  }
}
@media (max-width: 1200px) {
  .slogan__title {
    font-size: 7.2rem;
  }
}
@media (max-width: 992px) {
  .slogan__title {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  .slogan__title {
    font-size: 8rem;
  }
}
@media (max-width: 576px) {
  .slogan__title {
    font-size: 7rem;
  }
}
@media (max-width: 430px) {
  .slogan__title {
    font-size: 6.6rem;
  }
}
@media (max-width: 360px) {
  .slogan__title {
    font-size: 6rem;
  }
}
.slogan__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4.2rem;
  margin-right: 21.2rem;
  margin-top: 5.6rem;
  letter-spacing: -0.03em;
}
@media (max-width: 1600px) {
  .slogan__right {
    margin-top: 3.5rem;
    gap: 3.4rem;
  }
}
@media (max-width: 1200px) {
  .slogan__right {
    margin-right: 8rem;
    margin-top: 4rem;
    gap: 3.4rem;
  }
}
@media (max-width: 992px) {
  .slogan__right {
    margin-right: 2rem;
    margin-top: 3rem;
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .slogan__right {
    margin-right: 0;
    margin-left: 7rem;
    margin-top: 7rem;
    gap: 3rem;
  }
}
@media (max-width: 576px) {
  .slogan__right {
    margin-right: 0;
    margin-left: 2rem;
    margin-top: 7rem;
    gap: 3rem;
  }
}
@media (max-width: 430px) {
  .slogan__right {
    margin-right: 0;
    margin-left: 3.2rem;
    margin-top: 9.6rem;
    gap: 2.9rem;
  }
}
@media (max-width: 360px) {
  .slogan__right {
    margin-right: 0;
    margin-left: 2.9rem;
    margin-top: 9.6rem;
    gap: 2.9rem;
  }
}
.slogan__text {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
  color: #003647;
  width: 498px;
  letter-spacing: -0.03em;
}
@media (max-width: 1800px) {
  .slogan__text {
    font-size: 1.6rem;
    width: 400px;
  }
}
@media (max-width: 1600px) {
  .slogan__text {
    font-size: 1.5rem;
    width: 380px;
  }
}
@media (max-width: 1200px) {
  .slogan__text {
    font-size: 1.3rem;
    width: 360px;
  }
}
@media (max-width: 992px) {
  .slogan__text {
    font-size: 1.1rem;
    width: 280px;
  }
}
@media (max-width: 768px) {
  .slogan__text {
    font-size: 1.8rem;
    line-height: 1.71;
    width: 370px;
  }
}
@media (max-width: 576px) {
  .slogan__text {
    font-size: 1.4rem;
    line-height: 1.71;
    width: 340px;
  }
}
@media (max-width: 430px) {
  .slogan__text {
    font-size: 1.5rem;
    width: 310px;
  }
}
@media (max-width: 360px) {
  .slogan__text {
    font-size: 1.4rem;
    width: 295px;
  }
}
.slogan__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 267px;
  text-decoration: none;
  background-color: #003647;
  color: #ffffff;
  padding: 7px 8px 7px 60px;
  border-radius: 35px;
  letter-spacing: normal;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.56;
}
@media (max-width: 1800px) {
  .slogan__btn {
    font-size: 1.5rem;
  }
}
@media (max-width: 1600px) {
  .slogan__btn {
    font-size: 1.2rem;
    padding: 5px 6px 5px 54px;
    width: 214px;
  }
}
@media (max-width: 1440px) {
  .slogan__btn {
    font-size: 1.3rem;
    width: 230px;
    padding: 7px 8px 7px 50px;
  }
}
@media (max-width: 1200px) {
  .slogan__btn {
    font-size: 1.1rem;
    padding: 6px 7px 6px 40px;
    width: 180px;
  }
}
@media (max-width: 992px) {
  .slogan__btn {
    font-size: 1.1rem;
    padding: 5px 6px 5px 32px;
    width: 160px;
  }
}
@media (max-width: 768px) {
  .slogan__btn {
    padding: 6px 7px 6px 20%;
    font-size: 1.4rem;
    width: 264px;
  }
}
@media (max-width: 576px) {
  .slogan__btn {
    font-size: 1.3rem;
    line-height: 1.79;
    padding: 6px 6px 6px 20%;
    width: 264px;
  }
}
@media (max-width: 430px) {
  .slogan__btn {
    font-size: 1.4rem;
    line-height: 1.79;
    padding: 6px 6px 6px 24%;
    width: 264px;
  }
}
.slogan__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  flex-shrink: 0;
  background-color: #ffffff;
}
@media (max-width: 1600px) {
  .slogan__btn-icon {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 992px) {
  .slogan__btn-icon {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 768px) {
  .slogan__btn-icon {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 1600px) {
  .slogan__btn-icon img {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 992px) {
  .slogan__btn-icon img {
    width: 8px;
    height: 8px;
  }
}

.invest {
  width: 100%;
  position: relative;
  height: 1356px;
}
@media (max-width: 1700px) {
  .invest {
    height: 1100px;
  }
}
@media (max-width: 1600px) {
  .invest {
    height: 1050px;
  }
}
@media (max-width: 1200px) {
  .invest {
    height: 920px;
  }
}
@media (max-width: 992px) {
  .invest {
    height: 780px;
  }
}
@media (max-width: 768px) {
  .invest {
    height: 1140px;
  }
}
.invest__media {
  position: absolute;
  height: 100%;
  inset: 0;
  z-index: -1;
  padding: 2rem;
}
@media (max-width: 768px) {
  .invest__media {
    padding: 0;
    width: 100%;
  }
}
.invest__media video {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .invest__media video {
    border-radius: 1.8rem;
  }
}
@media (max-width: 992px) {
  .invest__media video {
    border-radius: 1.5rem;
  }
}
@media (max-width: 768px) {
  .invest__media video {
    border-radius: 0;
  }
}
.invest__inner {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 7rem;
  z-index: 1;
}
@media (max-width: 1200px) {
  .invest__inner {
    padding: 6rem;
  }
}
@media (max-width: 992px) {
  .invest__inner {
    padding: 4.2rem;
  }
}
@media (max-width: 768px) {
  .invest__inner {
    padding: 7.7rem 8rem 1.7rem 8rem;
  }
}
@media (max-width: 576px) {
  .invest__inner {
    padding: 7.7rem 5rem 1.7rem 5rem;
  }
}
@media (max-width: 430px) {
  .invest__inner {
    padding: 7.7rem 1.7rem 1.7rem 1.7rem;
  }
}
.invest__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1800px) {
  .invest__top {
    gap: 7rem;
  }
}
@media (max-width: 1600px) {
  .invest__top {
    gap: 5rem;
  }
}
@media (max-width: 1200px) {
  .invest__top {
    gap: 0;
  }
}
@media (max-width: 992px) {
  .invest__top {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .invest__top {
    flex-direction: column;
    gap: 6.4rem;
    align-items: flex-start;
  }
  .invest__top > :last-child {
    align-self: center;
  }
}
@media (max-width: 430px) {
  .invest__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 6.4rem;
  }
}
.invest__glass {
  align-items: center;
  width: 100%;
  padding: 42px 42px 50px 104px;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(20px) contrast(105%);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2.5rem;
  border-right: none;
  border-left: none;
}
@media (max-width: 1800px) {
  .invest__glass {
    width: 100%;
    padding: 28px 28px 32px 80px;
  }
}
@media (max-width: 1600px) {
  .invest__glass {
    border-radius: 2rem;
    padding: 26px 26px 30px 74px;
  }
}
@media (max-width: 1200px) {
  .invest__glass {
    padding: 26px 26px 30px 36px;
    border-radius: 1.8rem;
  }
}
@media (max-width: 992px) {
  .invest__glass {
    border-radius: 1.8rem;
    padding: 20px 20px 26px 32px;
  }
}
@media (max-width: 768px) {
  .invest__glass {
    padding: 33px 16px 28px;
    border-radius: 1.5rem;
  }
}
@media (max-width: 430px) {
  .invest__glass {
    padding: 33px 16px 24px;
    border-radius: 1.5rem;
  }
}
@media (max-width: 360px) {
  .invest__glass {
    padding: 33px 16px 18px;
    border-radius: 1.5rem;
  }
}
.invest__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  align-items: start;
  gap: 16px;
  width: 904px;
}
@media (max-width: 1800px) {
  .invest__heading {
    width: 600px;
  }
}
@media (max-width: 1200px) {
  .invest__heading {
    width: 500px;
  }
}
@media (max-width: 992px) {
  .invest__heading {
    max-width: 285px;
  }
}
@media (max-width: 768px) {
  .invest__heading {
    max-width: 550px;
  }
}
@media (max-width: 430px) {
  .invest__heading {
    max-width: 300px;
  }
}
@media (max-width: 360px) {
  .invest__heading {
    max-width: 285px;
  }
}
.invest__label {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
}
@media (max-width: 1800px) {
  .invest__label {
    font-size: 1.8rem;
  }
}
@media (max-width: 1600px) {
  .invest__label {
    font-size: 1.5rem;
    gap: 0.8rem;
  }
}
@media (max-width: 1200px) {
  .invest__label {
    font-size: 1.2rem;
    gap: 0.8rem;
  }
}
@media (max-width: 992px) {
  .invest__label {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .invest__label {
    font-size: 1.4rem;
    line-height: 2.21;
  }
}
@media (max-width: 576px) {
  .invest__label {
    font-size: 1.4rem;
    line-height: 2.21;
  }
}
@media (max-width: 430px) {
  .invest__label {
    font-size: 1.5rem;
    line-height: 2.21;
  }
}
@media (max-width: 360px) {
  .invest__label {
    font-size: 1.4rem;
    line-height: 2.21;
  }
}
.invest__label span {
  margin-bottom: 0.4rem;
}
@media (max-width: 1600px) {
  .invest__label span {
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 1200px) {
  .invest__label span {
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 430px) {
  .invest__label span {
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 360px) {
  .invest__label span {
    margin-bottom: 0.3rem;
  }
}
.invest__label-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 1800px) {
  .invest__label-icon img {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media (max-width: 1600px) {
  .invest__label-icon img {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media (max-width: 1200px) {
  .invest__label-icon img {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media (max-width: 992px) {
  .invest__label-icon img {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media (max-width: 768px) {
  .invest__label-icon img {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media (max-width: 576px) {
  .invest__label-icon img {
    width: 1.3rem;
    height: 1.3rem;
  }
}
@media (max-width: 430px) {
  .invest__label-icon img {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.invest__title {
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  letter-spacing: -0.03em;
}
@media (max-width: 1800px) {
  .invest__title {
    font-size: 4.2rem;
  }
}
@media (max-width: 1600px) {
  .invest__title {
    font-size: 3.6rem;
  }
}
@media (max-width: 1440px) {
  .invest__title {
    font-size: 3.4rem;
  }
}
@media (max-width: 1200px) {
  .invest__title {
    font-size: 3.2rem;
    max-width: 550px;
  }
}
@media (max-width: 992px) {
  .invest__title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .invest__title {
    font-size: 2.7rem;
    max-width: 400px;
  }
}
@media (max-width: 576px) {
  .invest__title {
    font-size: 2.4rem;
    max-width: 300px;
  }
}
@media (max-width: 430px) {
  .invest__title {
    font-size: 2.4rem;
    max-width: 300px;
  }
}
@media (max-width: 360px) {
  .invest__title {
    font-size: 2.2rem;
    max-width: 292px;
  }
}
.invest__card {
  background-color: #ffffff;
  border-radius: 25px;
  padding: 48px 50px 48px 50px;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
@media (max-width: 1800px) {
  .invest__card {
    padding: 48px 50px 48px 50px;
  }
}
@media (max-width: 1600px) {
  .invest__card {
    gap: 2.4rem;
    padding: 38px 40px 38px 40px;
    border-radius: 20px;
  }
}
@media (max-width: 1200px) {
  .invest__card {
    padding: 28px 30px 28px 30px;
    gap: 2rem;
    border-radius: 18px;
  }
}
@media (max-width: 1100px) {
  .invest__card {
    padding: 20px 22px 20px 22px;
    max-width: 370px;
    gap: 2rem;
    border-radius: 18px;
  }
}
@media (max-width: 992px) {
  .invest__card {
    aspect-ratio: 0;
    max-width: 330px;
    padding: 20px 24px 18px 28px;
    gap: 1rem;
    border-radius: 15px;
  }
}
@media (max-width: 992px) {
  .invest__card {
    max-width: 100%;
    padding: 29px 15px 19px 24px;
    gap: 2.4rem;
    border-radius: 12px;
  }
}
@media (max-width: 768px) {
  .invest__card {
    width: 100%;
    padding: 29px 15px 19px 24px;
    gap: 1.6rem;
    border-radius: 12px;
  }
}
@media (max-width: 576px) {
  .invest__card {
    max-width: 100%;
    padding: 33px 15px 29px 24px;
    gap: 2.4rem;
    border-radius: 12px;
  }
}
.invest__card-text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  color: #003647;
  max-width: 456px;
}
@media (max-width: 1800px) {
  .invest__card-text {
    font-size: 1.4rem;
    max-width: 420px;
  }
}
@media (max-width: 1600px) {
  .invest__card-text {
    font-size: 1.3rem;
    max-width: 380px;
  }
}
@media (max-width: 1200px) {
  .invest__card-text {
    font-size: 1.1rem;
    max-width: 310px;
  }
}
@media (max-width: 992px) {
  .invest__card-text {
    font-size: 1rem;
    max-width: 280px;
  }
}
@media (max-width: 768px) {
  .invest__card-text {
    font-size: 1.4rem;
    line-height: 1.62;
    letter-spacing: -0.03em;
    max-width: 450px;
  }
}
@media (max-width: 576px) {
  .invest__card-text {
    font-size: 1.3rem;
    line-height: 1.62;
    letter-spacing: -0.03em;
  }
}
@media (max-width: 430px) {
  .invest__card-text {
    font-size: 1.3rem;
    line-height: 1.62;
    letter-spacing: -0.03em;
  }
}
.invest__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 267px;
  text-decoration: none;
  background-color: #ffffff;
  color: #003647;
  padding: 7px 8px 7px 52px;
  border-radius: 3.5rem;
  margin-top: 16px;
  margin-right: 42px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.67;
  align-self: flex-end;
}
@media (max-width: 1800px) {
  .invest__btn {
    font-size: 1.5rem;
  }
}
@media (max-width: 1600px) {
  .invest__btn {
    font-size: 1.2rem;
    padding: 5px 6px 5px 42px;
    width: 214px;
  }
}
@media (max-width: 1440px) {
  .invest__btn {
    font-size: 1.2rem;
    padding: 5px 6px 5px 54px;
    width: 230px;
    border-radius: 2.8rem;
  }
}
@media (max-width: 1200px) {
  .invest__btn {
    font-size: 1.1rem;
    padding: 5px 6px 5px 30px;
    width: 180px;
    border-radius: 2.5rem;
  }
}
@media (max-width: 992px) {
  .invest__btn {
    padding: 5px 6px 5px 24px;
    width: 164px;
    font-size: 1rem;
    border-radius: 2rem;
  }
}
@media (max-width: 768px) {
  .invest__btn {
    padding: 5px 6px 5px 36%;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.79;
    margin: 0 auto;
    margin-top: 32px;
  }
}
@media (max-width: 576px) {
  .invest__btn {
    padding: 5px 6px 5px 48px;
    width: 246px;
    font-size: 1.4rem;
    line-height: 1.79;
  }
}
@media (max-width: 430px) {
  .invest__btn {
    padding: 5px 6px 5px 12px;
    width: 75%;
    margin-top: 16px;
    margin-left: 40px;
    font-size: 1.4rem;
    line-height: 1.79;
  }
  .invest__btn span {
    flex: 1;
    text-align: center;
  }
}
.invest__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  flex-shrink: 0;
  background-color: #003647;
}
@media (max-width: 1800px) {
  .invest__btn-icon {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 1600px) {
  .invest__btn-icon {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 1200px) {
  .invest__btn-icon {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 992px) {
  .invest__btn-icon {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 768px) {
  .invest__btn-icon {
    width: 28px;
    height: 28px;
  }
}
.invest__btn-icon img {
  width: 8px;
  height: 8px;
}
@media (max-width: 992px) {
  .invest__btn-icon img {
    width: 7px;
    height: 7px;
  }
}
.invest__list {
  display: flex;
  flex-direction: column;
  margin-top: 13.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.invest__list :last-child {
  border-bottom: none;
}
@media (max-width: 1800px) {
  .invest__list {
    margin-top: 10rem;
  }
}
@media (max-width: 1200px) {
  .invest__list {
    margin-top: 8rem;
  }
}
@media (max-width: 768px) {
  .invest__list {
    border-top: none;
    margin-top: 3.6rem;
  }
}
.invest__item {
  display: grid;
  grid-template-columns: 6rem 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 69px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.invest__item:nth-child(1) .invest__item-text {
  max-width: 700px;
}
.invest__item:nth-child(2) .invest__item-text {
  max-width: 500px;
}
.invest__item:nth-child(3) .invest__item-text {
  max-width: 570px;
}
@media (max-width: 1800px) {
  .invest__item {
    padding: 50px 0;
  }
  .invest__item:nth-child(1) .invest__item-text {
    max-width: 600px;
  }
  .invest__item:nth-child(2) .invest__item-text {
    max-width: 460px;
  }
  .invest__item:nth-child(3) .invest__item-text {
    max-width: 480px;
  }
}
@media (max-width: 1600px) {
  .invest__item:nth-child(1) .invest__item-text {
    max-width: 500px;
  }
  .invest__item:nth-child(2) .invest__item-text {
    max-width: 400px;
  }
  .invest__item:nth-child(3) .invest__item-text {
    max-width: 460px;
  }
}
@media (max-width: 1440px) {
  .invest__item:nth-child(1) .invest__item-text {
    max-width: 520px;
  }
  .invest__item:nth-child(2) .invest__item-text {
    max-width: 400px;
  }
  .invest__item:nth-child(3) .invest__item-text {
    max-width: 480px;
  }
}
@media (max-width: 1200px) {
  .invest__item {
    grid-template-columns: 3rem 1fr auto;
    gap: 1rem;
    padding: 48px 0;
  }
  .invest__item:nth-child(1) .invest__item-text {
    max-width: 380px;
  }
  .invest__item:nth-child(2) .invest__item-text {
    max-width: 250px;
  }
  .invest__item:nth-child(3) .invest__item-text {
    max-width: 300px;
  }
}
@media (max-width: 992px) {
  .invest__item {
    padding: 32px 0;
  }
}
@media (max-width: 768px) {
  .invest__item {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .invest__item {
    padding: 32px 0 46px;
  }
  .invest__item:nth-child(1) .invest__item-text {
    max-width: 450px;
  }
  .invest__item:nth-child(2) .invest__item-text, .invest__item:nth-child(3) .invest__item-text {
    max-width: 390px;
  }
}
@media (max-width: 430px) {
  .invest__item {
    padding: 32px 0 46px;
  }
  .invest__item:nth-child(1) .invest__item-text {
    max-width: 290px;
  }
  .invest__item:nth-child(2) .invest__item-text, .invest__item:nth-child(3) .invest__item-text {
    max-width: 250px;
  }
}
@media (max-width: 430px) {
  .invest__item:nth-child(1) .invest__item-text {
    max-width: 290px;
  }
  .invest__item:nth-child(2) .invest__item-text, .invest__item:nth-child(3) .invest__item-text {
    max-width: 250px;
  }
}
.invest__num {
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.05em;
}
@media (max-width: 1600px) {
  .invest__num {
    font-size: 1.6rem;
  }
}
@media (max-width: 1200px) {
  .invest__num {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .invest__num {
    display: none;
  }
}
.invest__item-body {
  display: flex;
  flex-direction: column;
  margin-left: 30rem;
}
@media (max-width: 1800px) {
  .invest__item-body {
    margin-left: 24rem;
  }
}
@media (max-width: 1600px) {
  .invest__item-body {
    margin-left: 20rem;
  }
}
@media (max-width: 1200px) {
  .invest__item-body {
    margin-left: 12rem;
  }
}
@media (max-width: 992px) {
  .invest__item-body {
    margin-left: 4rem;
  }
}
@media (max-width: 768px) {
  .invest__item-body {
    margin-left: 0;
  }
}
@media (max-width: 430px) {
  .invest__item-body {
    margin-left: 4rem;
  }
}
.invest__item-title {
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
}
@media (max-width: 1600px) {
  .invest__item-title {
    font-size: 2.6rem;
  }
}
@media (max-width: 1200px) {
  .invest__item-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .invest__item-title {
    font-size: 2rem;
  }
}
@media (max-width: 430px) {
  .invest__item-title {
    font-size: 2.5rem;
  }
}
.invest__item-text {
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
  max-width: 650px;
  margin-top: 15px;
}
@media (max-width: 1800px) {
  .invest__item-text {
    font-size: 1.9rem;
  }
}
@media (max-width: 1600px) {
  .invest__item-text {
    font-size: 1.7rem;
  }
}
@media (max-width: 1200px) {
  .invest__item-text {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .invest__item-text {
    font-size: 1.4rem;
  }
}
@media (max-width: 430px) {
  .invest__item-text {
    font-size: 1.4rem;
  }
}

.contact {
  padding: 15rem 4rem 0;
  margin-bottom: 23.7rem;
}
@media (max-width: 1600px) {
  .contact {
    padding: 12rem 4rem 0;
    margin-bottom: 18.7rem;
  }
}
@media (max-width: 1200px) {
  .contact {
    padding: 10rem 4rem 0;
    margin-bottom: 15.7rem;
  }
}
@media (max-width: 992px) {
  .contact {
    padding: 10rem 2rem 0;
    margin-bottom: 12rem;
  }
}
@media (max-width: 430px) {
  .contact {
    padding: 6rem 2.5rem 0 3.4rem;
    margin-bottom: 12rem;
  }
}
.contact__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 17rem;
}
@media (max-width: 1200px) {
  .contact__head {
    margin-bottom: 12rem;
  }
}
@media (max-width: 992px) {
  .contact__head {
    margin-bottom: 7rem;
  }
}
@media (max-width: 768px) {
  .contact__head {
    margin-bottom: 6rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
  }
}
.contact__title {
  font-size: 6rem;
  font-style: normal;
  font-weight: 200;
  line-height: 1.12;
  color: #003647;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
@media (max-width: 1800px) {
  .contact__title {
    font-size: 5rem;
  }
}
@media (max-width: 1200px) {
  .contact__title {
    font-size: 4rem;
  }
}
@media (max-width: 992px) {
  .contact__title {
    font-size: 3.4rem;
    margin-left: 2rem;
  }
}
@media (max-width: 768px) {
  .contact__title {
    font-size: 55px;
    line-height: 80%;
    letter-spacing: -0.03em;
    white-space: normal;
    max-width: 400px;
  }
}
@media (max-width: 430px) {
  .contact__title {
    font-size: 45px;
    line-height: 100%;
    letter-spacing: -0.03em;
    white-space: normal;
    margin-left: 0;
  }
}
.contact__title em {
  font-style: italic;
  font-weight: 300;
}
.contact__desc {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33;
  color: #003647;
  max-width: 510px;
  letter-spacing: -0.03em;
  flex-shrink: 0;
}
@media (max-width: 1800px) {
  .contact__desc {
    font-size: 1.5rem;
    max-width: 420px;
  }
}
@media (max-width: 1200px) {
  .contact__desc {
    font-size: 1.1rem;
    max-width: 335px;
    margin-top: 0.8rem;
  }
}
@media (max-width: 992px) {
  .contact__desc {
    font-size: 1rem;
    max-width: 280px;
    margin-top: 0.8rem;
  }
}
@media (max-width: 768px) {
  .contact__desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.03em;
    max-width: 400px;
    margin-left: 1.6rem;
  }
}
@media (max-width: 430px) {
  .contact__desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.03em;
    margin-left: 0;
    max-width: 270px;
  }
}
.contact__form {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0 2rem;
}
@media (max-width: 430px) {
  .contact__form {
    padding: 0;
  }
}
.contact__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.6rem;
  margin-bottom: 5rem;
}
.contact__row--two {
  grid-template-columns: calc(2 * (100% - 13.2rem) / 3 + 6.6rem) 1fr;
}
@media (max-width: 1200px) {
  .contact__row {
    gap: 3rem;
    margin-bottom: 4rem;
  }
  .contact__row--two {
    grid-template-columns: calc(2 * (100% - 6rem) / 3 + 3rem) 1fr;
  }
}
@media (max-width: 768px) {
  .contact__row {
    grid-template-columns: 1fr;
    gap: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .contact__row--two {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 430px) {
  .contact__row {
    gap: 4rem;
  }
}
.contact__field {
  display: flex;
  flex-direction: column;
}
.contact__input {
  background: none;
  border: none;
  border-bottom: 1px solid #003647;
  outline: none;
  padding: 0 0 1.2rem;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.09;
  letter-spacing: -0.03em;
  color: #003647;
  transition: border-color 0.2s ease;
}
.contact__input::-moz-placeholder {
  color: rgba(0, 54, 71, 0.4);
}
.contact__input::placeholder {
  color: rgba(0, 54, 71, 0.4);
}
.contact__input:focus {
  border-bottom-color: #003647;
}
@media (max-width: 1800px) {
  .contact__input {
    font-size: 1.8rem;
  }
}
@media (max-width: 1600px) {
  .contact__input {
    font-size: 1.6rem;
  }
}
@media (max-width: 1200px) {
  .contact__input {
    font-size: 1.4rem;
  }
}
@media (max-width: 992px) {
  .contact__input {
    font-size: 1.2rem;
  }
}
@media (max-width: 430px) {
  .contact__input {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    letter-spacing: -0.03em;
    padding: 0 0 2rem;
  }
}
.contact__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4rem;
}
@media (max-width: 992px) {
  .contact__bottom {
    margin-top: 1.4rem;
  }
}
@media (max-width: 430px) {
  .contact__bottom {
    margin-top: 2rem;
    flex-direction: column;
    align-items: start;
    gap: 5.9rem;
  }
}
.contact__file {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  cursor: pointer;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33;
  color: rgba(0, 54, 71, 0.5);
  letter-spacing: -0.03em;
}
@media (max-width: 1800px) {
  .contact__file {
    font-size: 1.5rem;
  }
}
@media (max-width: 1200px) {
  .contact__file {
    font-size: 1.4rem;
  }
}
@media (max-width: 992px) {
  .contact__file {
    font-size: 1.2rem;
  }
}
@media (max-width: 430px) {
  .contact__file {
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: -0.03em;
    color: rgba(0, 54, 71, 0.5);
  }
}
@media (max-width: 1200px) {
  .contact__file img {
    width: 17px;
    height: 76px;
  }
}
@media (max-width: 430px) {
  .contact__file img {
    width: 14px;
    height: 14px;
  }
}
.contact__file span {
  margin-top: 0.3rem;
}
.contact__file-input {
  display: none;
}
.contact__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 267px;
  border: none;
  cursor: pointer;
  background-color: #003647;
  color: #ffffff;
  padding: 7px 8px 7px 68px;
  border-radius: 3.5rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.79;
  transition: gap 0.25s ease;
}
@media (max-width: 1800px) {
  .contact__btn {
    font-size: 1.5rem;
    width: 247px;
    padding: 7px 9px 7px 54px;
  }
}
@media (max-width: 1600px) {
  .contact__btn {
    font-size: 1.2rem;
    padding: 5px 6px 5px 55px;
    width: 220px;
  }
}
@media (max-width: 1200px) {
  .contact__btn {
    font-size: 1.1rem;
    padding: 6px 7px 6px 46px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .contact__btn {
    font-size: 1.1rem;
    padding: 5px 6px 5px 32px;
    width: 180px;
  }
}
@media (max-width: 768px) {
  .contact__btn {
    padding: 6px 7px 6px 36px;
  }
}
@media (max-width: 576px) {
  .contact__btn {
    font-size: 1.1rem;
    padding: 5px 6px 5px 30px;
  }
}
@media (max-width: 430px) {
  .contact__btn {
    width: 100%;
    padding: 6px 7px 6px 32%;
    font-weight: 500;
    font-size: 14px;
    line-height: 179%;
  }
}
.contact__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #ffffff;
}
@media (max-width: 1600px) {
  .contact__btn-icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media (max-width: 576px) {
  .contact__btn-icon {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 992px) {
  .contact__btn-icon img {
    width: 8px;
    height: 8px;
  }
}

.portfolio {
  position: relative;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  padding-left: 2rem;
}
@media (max-width: 1600px) {
  .portfolio {
    border-radius: 20px;
  }
}
@media (max-width: 1200px) {
  .portfolio {
    border-radius: 18px;
  }
}
@media (max-width: 768px) {
  .portfolio {
    border-radius: 0;
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .portfolio {
    border-radius: 0;
    padding-left: 0;
  }
}
.portfolio__media {
  width: 100%;
  inset: 0;
  position: absolute;
  padding: 0 2rem;
  z-index: -1;
  height: 1109px;
}
@media (max-width: 1800px) {
  .portfolio__media {
    height: 880px;
  }
}
@media (max-width: 1600px) {
  .portfolio__media {
    height: 790px;
  }
}
@media (max-width: 1200px) {
  .portfolio__media {
    height: 670px;
  }
}
@media (max-width: 768px) {
  .portfolio__media {
    padding: 0;
  }
}
@media (max-width: 430px) {
  .portfolio__media {
    padding: 0;
  }
}
.portfolio__media video {
  border-radius: 2rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 1109px;
}
@media (max-width: 1800px) {
  .portfolio__media video {
    height: 880px;
  }
}
@media (max-width: 1600px) {
  .portfolio__media video {
    height: 790px;
    border-radius: 18px;
  }
}
@media (max-width: 1200px) {
  .portfolio__media video {
    height: 670px;
    border-radius: 18px;
  }
}
@media (max-width: 768px) {
  .portfolio__media video {
    border-radius: 0;
    height: 1044px;
  }
}
@media (max-width: 430px) {
  .portfolio__media video {
    border-radius: 0;
    height: 1010px;
  }
}
.portfolio__inner {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 8rem 0rem 0rem 1.4rem;
  padding-right: 2rem;
  z-index: 1;
  height: 1170px;
  overflow: hidden;
}
@media (max-width: 1800px) {
  .portfolio__inner {
    height: 980px;
  }
}
@media (max-width: 1600px) {
  .portfolio__inner {
    height: 790px;
  }
}
@media (max-width: 1200px) {
  .portfolio__inner {
    height: 670px;
    padding: 4rem 2rem 0 1.2rem;
  }
}
@media (max-width: 992px) {
  .portfolio__inner {
    height: 540px;
  }
}
@media (max-width: 768px) {
  .portfolio__inner {
    height: 1044px;
    padding: 5.8rem 1.2rem 0 1.2rem;
  }
}
@media (max-width: 430px) {
  .portfolio__inner {
    height: 1010px;
    padding: 5.8rem 1.2rem 0;
  }
}
.portfolio__title {
  font-size: 30rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0.03em;
  margin-bottom: 14.5rem;
}
@media (max-width: 1800px) {
  .portfolio__title {
    font-size: 20rem;
    margin-bottom: 8rem;
  }
}
@media (max-width: 1600px) {
  .portfolio__title {
    font-size: 16rem;
    margin-bottom: 6rem;
  }
}
@media (max-width: 1440px) {
  .portfolio__title {
    font-size: 16rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 1200px) {
  .portfolio__title {
    font-size: 14rem;
  }
}
@media (max-width: 992px) {
  .portfolio__title {
    font-size: 10rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .portfolio__title {
    font-size: 10rem;
    line-height: 0.48;
    margin-bottom: 10rem;
  }
}
@media (max-width: 430px) {
  .portfolio__title {
    font-size: 9.8rem;
    line-height: 0.48;
    margin-bottom: 10rem;
  }
}
.portfolio__nav {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 10rem;
  padding: 0.9rem 0.8rem 1rem 3.9rem;
  margin-bottom: 50px;
  margin-top: 60px;
  margin-right: 30px;
  align-self: flex-end;
  margin-left: auto;
  width: 297px;
  justify-content: space-between;
}
@media (max-width: 1800px) {
  .portfolio__nav {
    width: 240px;
    padding: 0.8rem 0.9rem 0.8rem 2.8rem;
  }
}
@media (max-width: 1600px) {
  .portfolio__nav {
    width: 220px;
    padding: 0.7rem 0.7rem 0.7rem 2.5rem;
  }
}
@media (max-width: 1200px) {
  .portfolio__nav {
    margin-top: 40px;
    width: 188px;
    padding: 0.6rem 0.6rem 0.6rem 2rem;
  }
}
@media (max-width: 992px) {
  .portfolio__nav {
    width: 190px;
    padding: 0.5rem 0.5rem 0.5rem 2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .portfolio__nav {
    width: 251px;
    padding: 0.8rem 0.8rem 0.8rem 3.4rem;
  }
}
@media (max-width: 430px) {
  .portfolio__nav {
    display: none;
    width: 251px;
    padding: 0.8rem 0.8rem 0.8rem 3.4rem;
  }
}
.portfolio__nav-label {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.56;
  color: #003647;
  white-space: nowrap;
}
@media (max-width: 1800px) {
  .portfolio__nav-label {
    font-size: 1.4rem;
  }
}
@media (max-width: 1800px) {
  .portfolio__nav-label {
    font-size: 1.2rem;
  }
}
@media (max-width: 1200px) {
  .portfolio__nav-label {
    font-size: 1.1rem;
  }
}
@media (max-width: 992px) {
  .portfolio__nav-label {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .portfolio__nav-label {
    font-size: 1.4rem;
    line-height: 1.79;
  }
}
@media (max-width: 430px) {
  .portfolio__nav-label {
    font-size: 1.4rem;
    line-height: 1.79;
  }
}
.portfolio__nav-btns {
  display: flex;
  gap: 0.3rem;
}
.portfolio__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  color: #ffffff;
  background: transparent;
}
.portfolio__nav-btn--prev {
  border: 1px solid #2b2b35;
  color: #2b2b35;
}
.portfolio__nav-btn--prev:hover {
  background-color: #003647;
  color: #ffffff;
}
.portfolio__nav-btn--next {
  border: 1px solid #2b2b35;
  color: #2b2b35;
}
.portfolio__nav-btn--next:hover {
  background-color: #003647;
  color: #ffffff;
}
@media (max-width: 1800px) {
  .portfolio__nav-btn svg {
    width: 1.1rem;
    height: 1rem;
  }
}
@media (max-width: 1800px) {
  .portfolio__nav-btn {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media (max-width: 1800px) {
  .portfolio__nav-btn {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 1200px) {
  .portfolio__nav-btn {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media (max-width: 768px) {
  .portfolio__nav-btn {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media (max-width: 430px) {
  .portfolio__nav-btn {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.portfolio .portfolio-swiper {
  overflow: visible;
  width: 100%;
}
.portfolio__swiper-wrapper {
  overflow: hidden;
  width: 100%;
}
.portfolio__glass {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(60px);
  border-radius: 2rem;
  border-right: none;
  border-left: none;
  padding-left: 11.3rem;
  width: 1080px;
}
@media (max-width: 1800px) {
  .portfolio__glass {
    width: 840px;
    padding-left: 8.3rem;
    gap: 9rem;
  }
}
@media (max-width: 1600px) {
  .portfolio__glass {
    width: 800px;
    padding-left: 9rem;
    gap: 9rem;
    border-radius: 1.8rem;
  }
}
@media (max-width: 1440px) {
  .portfolio__glass {
    width: 780px;
    padding-left: 8rem;
    gap: 8rem;
    border-radius: 1.8rem;
  }
}
@media (max-width: 1200px) {
  .portfolio__glass {
    width: 660px;
    padding-left: 7rem;
    gap: 7rem;
    border-radius: 1.5rem;
  }
}
@media (max-width: 992px) {
  .portfolio__glass {
    width: 500px;
    padding-left: 3rem;
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .portfolio__glass {
    padding-left: 2rem;
    gap: 2rem;
    flex-direction: column;
    padding: 7rem 10rem 0 10rem;
  }
}
@media (max-width: 576px) {
  .portfolio__glass {
    flex-direction: column;
    width: 100%;
    padding: 7rem 8rem 4rem 8rem;
  }
}
@media (max-width: 430px) {
  .portfolio__glass {
    flex-direction: column;
    width: 100%;
    padding: 7rem 10rem 4 10rem;
  }
}
@media (max-width: 360px) {
  .portfolio__glass {
    flex-direction: column;
    width: 336px;
    padding: 7rem 10rem 2 10rem;
  }
}
.portfolio__slide {
  display: flex;
  align-items: flex-end;
  width: 1092px !important;
}
@media (max-width: 1800px) {
  .portfolio__slide {
    width: 852px !important;
  }
}
@media (max-width: 1600px) {
  .portfolio__slide {
    width: 810px !important;
  }
}
@media (max-width: 1440px) {
  .portfolio__slide {
    width: 772px !important;
  }
}
@media (max-width: 1200px) {
  .portfolio__slide {
    width: 664px !important;
  }
}
@media (max-width: 992px) {
  .portfolio__slide {
    width: 512px !important;
  }
}
@media (max-width: 768px) {
  .portfolio__slide {
    width: 512px !important;
  }
}
@media (max-width: 576px) {
  .portfolio__slide {
    width: 100% !important;
  }
}
@media (max-width: 430px) {
  .portfolio__slide {
    width: 100% !important;
  }
}
.portfolio__slide-logo {
  flex-shrink: 0;
}
@media (max-width: 430px) {
  .portfolio__slide-logo {
    margin-bottom: 40px;
  }
}
.portfolio__slide-logo img {
  height: auto;
  width: 165px;
}
@media (max-width: 1800px) {
  .portfolio__slide-logo img {
    width: 140px;
  }
}
@media (max-width: 1600px) {
  .portfolio__slide-logo img {
    width: 130px;
  }
}
@media (max-width: 1200px) {
  .portfolio__slide-logo img {
    width: 100px;
  }
}
@media (max-width: 992px) {
  .portfolio__slide-logo img {
    width: 70px;
  }
}
@media (max-width: 768px) {
  .portfolio__slide-logo img {
    width: 137px;
  }
}
@media (max-width: 576px) {
  .portfolio__slide-logo img {
    width: 137px;
  }
}
@media (max-width: 430px) {
  .portfolio__slide-logo img {
    width: 137px;
  }
}
.portfolio__card {
  background-color: #ffffff;
  border-radius: 2rem;
  padding: 10rem 6.2rem 3.6rem 6.4rem;
  display: flex;
  flex-direction: column;
  gap: 2.9rem;
  width: 659px;
}
@media (max-width: 1800px) {
  .portfolio__card {
    padding: 7rem 3.2rem 3rem 6rem;
  }
}
@media (max-width: 1600px) {
  .portfolio__card {
    padding: 6.6rem 3rem 2.5rem 5rem;
    gap: 2rem;
    border-radius: 1.8rem;
    width: 530px;
  }
}
@media (max-width: 1440px) {
  .portfolio__card {
    padding: 5rem 3rem 2.8rem 5.1rem;
    border-radius: 1.8rem;
  }
}
@media (max-width: 1200px) {
  .portfolio__card {
    padding: 5rem 3rem 2.2rem 4.5rem;
    gap: 1.8rem;
    border-radius: 1.5rem;
    width: 420px;
  }
}
@media (max-width: 992px) {
  .portfolio__card {
    padding: 2.4rem 1.6rem 1.6rem 2.4rem;
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .portfolio__card {
    width: 500px;
    padding: 7.9rem 2.3rem 3.7rem 3.7rem;
    gap: 2.7rem;
  }
}
@media (max-width: 576px) {
  .portfolio__card {
    width: 336px;
    padding: 7.9rem 2.8rem 3.7rem 3.7rem;
    gap: 2.7rem;
  }
}
@media (max-width: 430px) {
  .portfolio__card {
    width: 336px;
    padding: 7.9rem 2.8rem 3.7rem 3.7rem;
    gap: 2.7rem;
  }
}
.portfolio__card-title {
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.87;
  color: #003647;
  letter-spacing: -0.03em;
}
@media (max-width: 1800px) {
  .portfolio__card-title {
    font-size: 2.4rem;
  }
}
@media (max-width: 1600px) {
  .portfolio__card-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 1200px) {
  .portfolio__card-title {
    font-size: 2rem;
  }
}
@media (max-width: 992px) {
  .portfolio__card-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .portfolio__card-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 430px) {
  .portfolio__card-title {
    font-size: 3rem;
  }
}
@media (max-width: 430px) {
  .portfolio__card-title {
    font-size: 3rem;
  }
}
.portfolio__card-text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.63;
  color: rgba(53, 48, 66, 0.6);
  margin-bottom: 2.4rem;
  width: 50.4rem;
  letter-spacing: -0.03em;
}
@media (max-width: 1800px) {
  .portfolio__card-text {
    font-size: 1.4rem;
    max-width: 44rem;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 1600px) {
  .portfolio__card-text {
    font-size: 1.3rem;
    max-width: 40rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 1440px) {
  .portfolio__card-text {
    font-size: 1.3rem;
    max-width: 40rem;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 1200px) {
  .portfolio__card-text {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    max-width: 34rem;
  }
}
@media (max-width: 768px) {
  .portfolio__card-text {
    font-size: 2rem;
    margin-bottom: 0rem;
    max-width: 38.6rem;
    font-weight: 400;
    line-height: 1.71;
  }
}
@media (max-width: 576px) {
  .portfolio__card-text {
    font-size: 1.4rem;
    margin-bottom: 0rem;
    max-width: 27.6rem;
    font-weight: 400;
    line-height: 1.71;
  }
}
@media (max-width: 430px) {
  .portfolio__card-text {
    font-size: 1.4rem;
    margin-bottom: 0rem;
    max-width: 27.6rem;
    font-weight: 400;
    line-height: 1.71;
  }
}
.portfolio__card-btn {
  display: flex;
  align-items: center;
  width: 351px;
  justify-content: space-between;
  text-decoration: none;
  text-align: center;
  background-color: #003647;
  color: #ffffff;
  padding: 9px 10px 9px 12px;
  border-radius: 3.5rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.56;
  align-self: flex-start;
}
.portfolio__card-btn span {
  flex: 1;
  text-align: center;
}
@media (max-width: 1800px) {
  .portfolio__card-btn {
    font-size: 1.5rem;
    padding: 7px 8px 7px 12px;
    width: 240px;
  }
}
@media (max-width: 1600px) {
  .portfolio__card-btn {
    font-size: 1.2rem;
    padding: 6px 6px 6px 12px;
    width: 250px;
  }
}
@media (max-width: 1440px) {
  .portfolio__card-btn {
    font-size: 1.2rem;
  }
}
@media (max-width: 1200px) {
  .portfolio__card-btn {
    font-size: 1.1rem;
    padding: 5px 6px 5px 12px;
    width: 208px;
  }
}
@media (max-width: 992px) {
  .portfolio__card-btn {
    font-size: 1rem;
    padding: 5px 6px 5px 12px;
    margin-top: 0rem;
    width: 180px;
  }
}
@media (max-width: 768px) {
  .portfolio__card-btn {
    font-size: 1.4rem;
    padding: 8px 8px 8px 12px;
    width: 320px;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .portfolio__card-btn {
    font-size: 1.3rem;
    padding: 6px 7px 6px 12px;
    width: 100%;
  }
  .portfolio__card-btn span {
    flex: 1;
    text-align: center;
  }
}
@media (max-width: 430px) {
  .portfolio__card-btn {
    font-size: 1.4rem;
    padding: 6px 7px 6px 12px;
    width: 100%;
  }
  .portfolio__card-btn span {
    flex: 1;
    text-align: center;
  }
}
@media (max-width: 360px) {
  .portfolio__card-btn {
    font-size: 1.4rem;
    padding: 6px 7px 6px 48px;
    width: 273px;
  }
}
.portfolio__card-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: #ffffff;
  border-radius: 100%;
  flex-shrink: 0;
}
@media (max-width: 1800px) {
  .portfolio__card-btn-icon {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 1600px) {
  .portfolio__card-btn-icon {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 1200px) {
  .portfolio__card-btn-icon {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 992px) {
  .portfolio__card-btn-icon {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 768px) {
  .portfolio__card-btn-icon {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 576px) {
  .portfolio__card-btn-icon {
    width: 24px;
    height: 24px;
  }
}
.portfolio__card-btn-icon img {
  width: 11px;
  height: 11px;
}
@media (max-width: 1800px) {
  .portfolio__card-btn-icon img {
    width: 9px;
    height: 9px;
  }
}
@media (max-width: 1600px) {
  .portfolio__card-btn-icon img {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 992px) {
  .portfolio__card-btn-icon img {
    width: 7px;
    height: 7px;
  }
}
@media (max-width: 576px) {
  .portfolio__card-btn-icon img {
    width: 8px;
    height: 8px;
  }
}/*# sourceMappingURL=style.css.map */