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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

html,
body {
  overflow-x: hidden;
}

body {
  position: relative;
  min-height: 100%;
  background-color: #0F2243;
}

html.blocked,
body.blocked {
  overflow: hidden;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

hr {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.container {
  width: 100%;
  padding: 0 15px;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 13px 30px 11px;
  font-family: "Akzidenz-Grotesk Pro", sans-serif;
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 12px;
  transition: background-color 0.2s ease-in;
}

.btn--main {
  background-color: #3075F3;
}

.btn:hover {
  background-color: #0F4CBB;
}

.btn--minor {
  padding: 12px 30px 10px;
  border: 1px solid #fff;
  -webkit-clip-path: polygon(0 0, 93% 0, 100% 25%, 100% 100%, 7% 100%, 0 75%);
  clip-path: polygon(0 0, 93% 0, 100% 25%, 100% 100%, 7% 100%, 0 75%);
  transition: all 0.2s ease-in;
}

.btn--minor:hover {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
  border-color: #3075F3;
  background-color: #3075F3;
}

.heading {
  font-family: "Akzidenz-Grotesk Pro", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.anchor-block {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}

@font-face {
  font-family: "Manrope";
  src: local("Manrope Regular"), local("Manrope-Regular"), url("../fonts/subset-Manrope-Regular.woff2") format("woff2"), url("../fonts/subset-Manrope-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: local("Manrope Medium"), local("Manrope-Medium"), url("../fonts/subset-Manrope-Medium.woff2") format("woff2"), url("../fonts/subset-Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: local("Manrope Light"), local("Manrope-Light"), url("../fonts/subset-Manrope-Light.woff2") format("woff2"), url("../fonts/subset-Manrope-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: local("Manrope SemiBold"), local("Manrope-SemiBold"), url("../fonts/subset-Manrope-SemiBold.woff2") format("woff2"), url("../fonts/subset-Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Akzidenz-Grotesk Pro";
  src: local("AkzidenzGroteskPro-Ext"), url("../fonts/subset-AkzidenzGroteskPro-Ext.woff2") format("woff2"), url("../fonts/subset-AkzidenzGroteskPro-Ext.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Akzidenz-Grotesk Pro";
  src: local("AkzidenzGroteskPro-BoldEx"), url("../fonts/subset-AkzidenzGroteskPro-BoldEx.woff2") format("woff2"), url("../fonts/subset-AkzidenzGroteskPro-BoldEx.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Akzidenz-Grotesk Pro";
  src: local("AkzidenzGroteskPro-MdEx"), url("../fonts/subset-AkzidenzGroteskPro-MdEx.woff2") format("woff2"), url("../fonts/subset-AkzidenzGroteskPro-MdEx.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Akzidenz-Grotesk Pro";
  src: local("AkzidenzGroteskPro-BoldCnIt"), url("../fonts/subset-AkzidenzGroteskPro-BoldCnIt.woff2") format("woff2"), url("../fonts/subset-AkzidenzGroteskPro-BoldCnIt.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:after,
.simplebar-content:before {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  display: none;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  min-height: 10px;
  pointer-events: none;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 20px;
  bottom: 20px;
  right: 11px;
  width: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
  background-color: #3075F3;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0F2243;
}

.header__logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 0;
  background-color: #fff;
}

.header__logo-icon {
  width: 40px;
  height: 40px;
}

.header__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  border-bottom: 1px solid #273855;
}

.header__heading {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 0 15px;
}

.header__heading-top {
  font-family: "Akzidenz-Grotesk Pro", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.header__heading-bottom {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #5F6F8C;
}

.socials {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  list-style: none;
}

.socials__item+.socials__item {
  margin-left: 18px;
}

.socials__link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
}

.socials__link-icon {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.header__lang {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
}

.header__lang-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}

.header__lang-arrow {
  width: 4px;
  height: 10px;
  margin-left: 7px;
}

.header__menu-btn {
  width: 60px;
  height: 59px;
  margin-left: 20px;
  font-size: 0;
  border-left: 1px solid #273855;
  transition: background-color 0.1s ease-in;
}

.header__menu-btn-icon {
  display: none;
  width: 30px;
  height: 10px;
  fill: #fff;
}

.header__close-btn-icon {
  display: none;
  width: 30px;
  height: 10px;
  fill: #fff;
}

.header__btn-icon--active {
  display: inline;
}

.header__menu-btn-icon--long {
  display: none;
  width: 40px;
  height: 10px;
  fill: #fff;
}

.header__signin-btn-menu {
  width: 100%;
  margin-bottom: 30px;
}

.nav__wrap {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  height: 0;
  overflow: hidden;
  background-color: #fff;
  transition: height 0.4s ease-in-out;
}

.nav__wrap--opened {
  height: calc(100vh - 60px);
}

.nav {
  position: relative;
  height: 100%;
  padding-top: 35px;
  padding-bottom: 40px;
  transition: bottom 0.4s ease-in-out;
  overflow-y: auto;
  background-image: url("../img/plane-trace-mobile.svg");
  background-repeat: no-repeat;
  background-size: 45% auto;
  background-position: 0 bottom;
}

.nav__list {
  counter-reset: item;
  list-style: none inside none;
  padding-bottom: 40px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.nav__item {
  position: relative;
  padding-left: 20px;
}

.nav__item+.nav__item {
  margin-top: 25px;
}

.nav__item::before {
  content: "0" counter(item);
  counter-increment: item;
  position: absolute;
  left: 0;
  bottom: calc(100% - 9px);
  display: inline-block;
  width: 25px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-align: left;
  transition: bottom 0.1s ease-in-out, color 0.1s ease-in-out;
}

.nav__item:hover::before {
  bottom: 0;
  color: #3075F3;
}

.nav__link {
  display: block;
  color: #000;
  transition: color 0.1s ease-in;
  text-decoration: none;
  white-space: nowrap;
}

.nav__link:hover {
  color: #3075F3;
}

.support {
  padding-top: 40px;
}

.support__heading {
  margin-bottom: 20px;
  font-family: "Akzidenz-Grotesk Pro", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

.support__list {
  list-style: none;
}

.support__item {
  display: flex;
  align-items: flex-start;
}

.support__item+.support__item {
  margin-top: 15px;
}

.support__item-icon {
  width: 20px;
  height: 20px;
}

.support__item-box {
  margin-left: 20px;
}

.support__item-heading {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

.support__item-link {
  display: inline-block;
  margin-top: 9px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  color: #3075F3;
  text-decoration: none;
  border-bottom: 1px solid rgba(48, 117, 243, 0.2);
  transition: border-color 0.1s ease-in;
}

.support__item-link:hover {
  border-bottom-color: #3075f3;
}

.become-partner {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 16px 0 0 -15px;
}

.become-partner__btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 163px;
  height: 163px;
}

.become-partner__btn {
  position: relative;
  z-index: 1;
  width: 163px;
  height: 163px;
  font-family: "Akzidenz-Grotesk Pro", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background-color: #3075F3;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.2s ease-in;
}

.become-partner__btn:hover {
  width: 136px;
  height: 136px;
  background-color: #0F4CBB;
}

.become-partner__btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 32px);
  left: 0;
  right: 50%;
  transform: translateY(-50%);
  height: 28px;
  z-index: -1;
  display: block;
  background-image: url("../img/long-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 50%;
}

.controls {
  position: -webkit-sticky;
  position: sticky;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 4;
  display: none;
  justify-content: flex-start;
  align-items: flex-end;
  height: 50px;
  transition: all 0.4s ease-in;
}

.controls .header__heading {
  position: absolute;
  bottom: 0;
  left: 95px;
  display: block;
  margin-left: 0;
  margin-right: auto;
}

.controls .header__heading .header__heading-top {
  margin-right: 15px;
  font-size: 16px;
  transition: color 0.2s ease-in;
}

.controls .header__heading .header__heading-bottom {
  font-size: 12px;
  font-weight: normal;
}

.controls--colored {
  top: 0;
}

.controls--colored .header__heading-top {
  color: #000;
}

.controls__container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 30px;
  transition: width 0.5s ease-in-out, padding 0.5s ease-in-out;
}

.controls--colored .controls__container {
  width: 100%;
  padding: 0 40px;
}

.controls--colored .btn--minor {
  border-color: #3075F3;
  color: #3075F3;
}

.controls--colored .btn--minor:hover {
  background-color: #3075F3;
  color: #fff;
}

.controls--colored .controls__lang {
  bottom: 110%;
  opacity: 0;
}

.hero {
  position: relative;
  padding-bottom: 120px;
  background-image: url("../img/bg-mobile-stone-1.png"), url("../img/bg-mobile-stones.png"), url("../img/bg-mobile-stone-2.png"), url("../img/cosmonaut-mobile.jpg");
  background-repeat: no-repeat;
  background-size: 104px auto, 51px auto, 22px auto, 616px auto;
  background-position: -52px 295px, 100% 25px, 70% 20px, 63px 130px;
}

.hero__container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.hero__heading {
  margin-top: 80px;
  margin-bottom: 15px;
  font-family: "Akzidenz-Grotesk Pro", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.hero__subheading {
  position: relative;
  align-self: flex-end;
  display: inline-block;
  margin-bottom: 50px;
  font-family: "Akzidenz-Grotesk Pro", sans-serif;
  font-size: 38px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
}

.hero__subheading::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 100%;
  display: block;
  width: 41px;
  height: 41px;
  background-image: url("../img/decor1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.hero__become-partner {
  position: relative;
  width: 282px;
  height: 282px;
  margin-top: 0;
  overflow: hidden;
}

.become-partner__wrap-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.become-partner__wrap-circle--sided {
  width: 286px;
  height: 286px;
  -webkit-animation: round 20s linear infinite;
  animation: round 20s linear infinite;
}

.become-partner__wrap-circle--middle {
  width: 235px;
  height: 235px;
  animation: round 20s linear infinite reverse;
}

@-webkit-keyframes round {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes round {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.hero__become-partner-btn-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mouse-decor {
  position: absolute;
  bottom: 200px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: 21px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 100px;
}

.mouse-decor::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #3075F3;
  -webkit-animation: updown 1s ease-in-out alternate infinite;
  animation: updown 1s ease-in-out alternate infinite;
}

@-webkit-keyframes updown {
  from {
    top: 6px;
  }

  to {
    top: 21px;
  }
}

@keyframes updown {
  from {
    top: 6px;
  }

  to {
    top: 21px;
  }
}

.instruction__list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 53px;
  padding-left: 50px;
  padding-top: 30px;
  counter-reset: item;
  list-style: none;
  border-left: 1px solid #fff;
}

.instructions__item {
  position: relative;
}

.instructions__item+.instructions__item {
  margin-top: 70px;
}

.instructions__item:not(:last-child) {
  padding: 45px 12px 23px 25px;
  background-image: url("../img/noise.png"), url("../img/decor2.svg");
  background-repeat: repeat, no-repeat;
  background-position: center, top right;
  background-size: contain, 30px 30px;
  border-radius: 15px;
}

.instructions__item:not(:last-child)::before {
  content: "0" counter(item);
  counter-increment: item;
  position: absolute;
  top: 0;
  right: 100%;
  display: inline-block;
  margin-right: 15px;
  font-family: "Akzidenz-Grotesk Pro", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #3075F3;
  text-align: left;
}

.instructions__marker {
  position: absolute;
  top: 15px;
  left: 0;
  transform: translateX(-65px);
  display: block;
  width: 31px;
  height: 11px;
  background-color: #0F2243;
}

.instructions__marker::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: block;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, white 0, white 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 8px);
}

.instructions__item:last-child::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  transform-origin: bottom right;
  transform: translateX(-70px) rotate(45deg);
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.instructions__item-icon {
  position: absolute;
  left: 25px;
  top: 0;
  transform: translateY(-50%);
}

.instructions__item-icon--phone {
  width: 50px;
}

.instructions__item-icon--arrows {
  width: 55px;
}

.instructions__item-icon--earth {
  width: 65px;
}

.instructions__item-heading {
  font-family: "Akzidenz-Grotesk Pro", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.instructions__item-description {
  margin-top: 12px;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.instruction__btn--desktop {
  display: none;
}

.benefits {
  position: relative;
  padding-bottom: 30px;
}

.anchor-block#benefits {
  top: -30px;
}

.benefits__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
  background-image: url("../img/bg-mobile-spaceship.jpg");
  background-repeat: no-repeat;
  background-size: 556px auto;
  background-position: 0 -50px;
}

.benefits__bg-img {
  position: absolute;
  width: 210px;
  height: 161px;
}

.benefits__bg-img-1 {
  top: 0;
  right: 0;
}

.benefits__bg-img-2 {
  top: -20px;
  right: -100px;
}

.benefits__heading {
  font-family: "Akzidenz-Grotesk Pro", sans-serif;
  font-size: 58px;
  font-weight: bold;
  font-style: italic;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  opacity: 0.1;
  text-transform: uppercase;
}

.benefits__list {
  margin-top: 200px;
  list-style: none;
}

.benefits__item {
  position: relative;
  padding-left: 15px;
}

.benefits__item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #3075F3;
}

.benefits__item+.benefits__item {
  margin-top: 30px;
}

.benefits__item-heading {
  font-family: "Akzidenz-Grotesk Pro", sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
}

.benefits__item-text {
  margin-top: 10px;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #5F6F8C;
}

.benefits__sublist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  max-width: 330px;
  list-style: none;
  margin-top: 10px;
}

.benefits__subitem {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #5F6F8C;
  white-space: nowrap;
}

@-webkit-keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.splide--draggable>.splide__slider>.splide__track,
.splide--draggable>.splide__track {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide--fade>.splide__slider>.splide__track>.splide__list,
.splide--fade>.splide__track>.splide__list {
  display: block;
}

.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide,
.splide--fade>.splide__track>.splide__list>.splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,
.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb.is-active>.splide__slider>.splide__track>.splide__list,
.splide--ttb.is-active>.splide__track>.splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  transform-style: preserve-3d;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  outline: none;
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  outline: none;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.verticals {
  position: relative;
  margin-bottom: 80px;
  margin-top: 70px;
}

.verticals__heading {
  position: relative;
  z-index: 2;
  padding-left: 15px;
  margin-bottom: 80px;
}

.verticals__slider {
  margin-top: -40px;
  margin-left: -62px;
}

.verticals__slides {
  overflow: visible;
}

.verticals__slide {
  position: relative;
  transition: all 0.1s ease-in;
}

.verticals__slide-wrap {
  transform-origin: 50% 50%;
  transition: transform 0.1s ease-in;
}

.verticals__slide-heading-box {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
}

.verticals__slide-heading-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.verticals__slide-heading {
  display: inline-block;
  margin-bottom: 5px;
  font-family: "Akzidenz-Grotesk Pro", sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.verticals__slide-heading-wrap::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 3px);
  right: 100%;
  transform: rotate(90deg);
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../img/decor1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.verticals__slide-number {
  font-family: "Akzidenz-Grotesk Pro", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #3075F3;
  text-transform: uppercase;
}

.verticals .splide__pagination {
  gap: 20px;
  margin-top: 35px;
  padding-left: 62px;
}

.splide__pagination__page {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #273855;
}

.splide__pagination__page.is-active {
  background-color: #fff;
}

.verticals__arrows {
  display: none;
}

.verticals__arrow {
  position: relative;
  font-size: 0;
}

.verticals__arrow-outer {
  width: 60px;
  height: 60px;
  fill: #fff;
  transition: fill 0.1s ease-in;
}

.verticals__arrow:hover .verticals__arrow-outer {
  fill: #3075F3;
}

.verticals__arrow-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 20px;
  fill: #fff;
  transition: fill 0.1s ease-in;
}

.verticals__arrow-inner--prev {
  transform: translate(-50%, -50%) rotate(180deg);
}

.verticals__arrow:hover .verticals__arrow-inner {
  fill: #3075F3;
}

.verticals__tooltip {
  display: none;
}

.forums {
  margin-top: 100px;
}

.forums__heading {
  position: relative;
  margin-left: 30px;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-family: "Akzidenz-Grotesk Pro", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.forums__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 34px;
  width: 1px;
  background-image: linear-gradient(#fff 40%, transparent 40%, transparent 100%);
  background-position: left;
  background-size: 1px 8px;
  background-repeat: repeat-y;
}

.forums__slider {
  background-color: #fff;
}

.forums__slider-track {
  padding: 15px;
}

.forums__slide {
  padding: 0;
  height: 68px;
  min-width: 100px;
  border: 1px solid rgba(15, 34, 67, 0.1);
  border-radius: 12px;
  transition: border-color 0.1s ease-in;
  overflow: hidden;
}

.forums__slide:hover {
  border-color: #777;
}

.forums__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
}

.forums__img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.forums__img[data-cover] {
  max-width: none;
  max-height: none;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.forums__arrows {
  display: none;
}

.forums__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
}

.forums__arrow--prev {
  right: 100%;
  transform: translateY(-50%) rotate(180deg);
  margin-right: 20px;
}

.forums__arrow--next {
  left: 100%;
  margin-left: 60px;
}

.forums__arrow-img {
  width: 40px;
}

.meetings {
  padding-bottom: 30px;
  margin-top: 90px;
}

.anchor-block#meetings {
  top: -150px;
}

.meetings__container {
  position: relative;
}

.meetings__heading {
  margin-bottom: 0;
}

.meetings__subheading {
  font-family: "Akzidenz-Grotesk Pro", sans-serif;
  font-size: 58px;
  font-weight: bold;
  font-style: italic;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  opacity: 0.1;
  text-align: right;
  text-transform: uppercase;
}

.meetings__slider {
  margin-top: 40px;
}

.meetings__slides {
  align-items: stretch;
}

.meeting {
  height: auto;
}

.meeting__link {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: repeat(5, auto) minmax(auto, 1fr);
  align-items: start;
  align-self: stretch;
  height: 100%;
  padding: 25px;
  border: 1px solid #000;
  border-radius: 15px;
  text-decoration: none;
  transition: background-color 0.1s ease-in, border-color 0.1s ease-in;
}

.meeting__link:hover {
  background-color: #3075F3;
  border-color: #3075F3;
}

.meeting--placeholder {
  align-self: stretch;
  border-radius: 15px;
}

.meeting__img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: start;
  max-width: 200px;
  padding: 15px 30px;
  font-size: 0;
  background-color: #fff;
  border-radius: 300px;
}

.meeting__img {
  width: auto;
  height: 30px;
}

.meeting__spinner {
  justify-self: end;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 6s infinite linear;
  animation: spin 6s infinite linear;
}

.meeting__date {
  grid-column: 1/3;
  margin-top: 20px;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  color: #fff;
}

.meeting__place {
  grid-column: 1/3;
  justify-self: start;
  display: inline-block;
  padding: 4px 12px;
  margin-top: 10px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #fff;
  border: 1px solid #273855;
  border-radius: 100px;
  transition: border-color 0.1s ease-in;
}

.meeting__link:hover .meeting__place {
  border-color: #fff;
}

.meeting__heading {
  grid-column: 1/3;
  justify-self: start;
  margin-top: 30px;
  font-family: "Akzidenz-Grotesk Pro", sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.meeting__description {
  grid-column: 1/3;
  justify-self: start;
  margin-top: 10px;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #5F6F8C;
  transition: color 0.1s ease-in;
}

.meeting__link:hover .meeting__description {
  color: #fff;
}

.meeting__link-label {
  grid-column: 1/3;
  display: flex;
  justify-content: center;
  align-items: baseline;
  justify-self: start;
  align-self: end;
  padding: 6px 12px 8px;
  margin-top: 25px;
  border: 1px solid #3075F3;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.1s ease-in, border-color 0.1s ease-in;
}

.meeting__link:hover .meeting__link-label {
  background-color: #fff;
  border-color: #fff;
}

.meeting__link-label-icon {
  width: 9px;
  height: 9px;
  margin-right: 9px;
  stroke: #3075F3;
}

.meeting__link-label-text {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  transition: color 0.1s ease-in;
}

.meeting__link:hover .meeting__link-label-text {
  color: #3075F3;
}

.meeting__placeholder {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 15px;
  background-image: url("../img/noise.png");
  background-repeat: repeat;
}

.meeting__placeholder::before,
.meeting__placeholder::after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.meeting__placeholder::after {
  top: 0;
  right: 0;
  background-image: url("../img/decor2.svg");
}

.meeting__placeholder::before {
  bottom: 0;
  left: 0;
  background-image: url("../img/decor1.svg");
}

.meeting__placeholder-heading {
  font-family: "Akzidenz-Grotesk Pro", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.meetings .splide__pagination {
  gap: 20px;
  margin-top: 25px;
}

.meetings .splide__pagination li {
  line-height: 0;
}

.meetings__arrows {
  display: none;
}

.meetings__arrow {
  position: relative;
  font-size: 0;
}

.meetings__arrow-outer {
  width: 60px;
  height: 60px;
  fill: #fff;
  transition: fill 0.1s ease-in;
}

.meetings__arrow:hover .meetings__arrow-outer {
  fill: #3075F3;
}

.meetings__arrow-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 20px;
  fill: #fff;
  transition: fill 0.1s ease-in;
}

.meetings__arrow-inner--prev {
  transform: translate(-50%, -50%) rotate(180deg);
}

.meetings__arrow:hover .meetings__arrow-inner {
  fill: #3075F3;
}

.footer {
  padding-bottom: 35px;
  background-image: url("../img/bg-footer-mobile-woman.png"), url("../img/bg-footer-earth-mobile.jpg"), url("../img/bg-footer-saturn.jpg");
  background-repeat: no-repeat;
  background-size: 327px auto, 974px auto, 431px auto;
  background-position: calc(50% + 270px) calc(100% + 50px), 0 calc(100% + 25px), calc(100% + 30px) 50px;
  background-blend-mode: normal, lighten, normal;
}

.footer__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__support {
  padding: 0;
}

.footer__support-heading {
  margin-bottom: 40px;
  font-size: 30px;
  color: #fff;
}

.footer-support__item-icon {
  fill: #fff;
}

.footer-support__item-heading {
  color: #fff;
}

.footer__become-partner {
  align-self: center;
  margin-top: 35px;
  margin-bottom: 50px;
}

.footer__docs-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer__docs-link {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  transition: color 0.1s ease-in, border-bottom-color 0.1s ease-in;
}

.footer__docs-link:hover {
  color: #3075F3;
  border-bottom-color: #3075F3;
}

.footer__copyright {
  margin-top: 35px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}

.modal {
  display: none;
}

.modal--opened {
  display: flex;
}

.modal,
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  flex-direction: column;
  align-items: stretch;
}

.backdrop {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}

@supports ((-webkit-backdrop-filter: blur(3px)) or (backdrop-filter: blur(3px))) {
  .backdrop {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
}

.modal__close-btn {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  font-size: 0;
  width: 100%;
  height: 80px;
}

.modal__close-btn-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  fill: #fff;
}

.modal__box {
  position: relative;
  z-index: 2;
  flex-grow: 1;
  background-color: #fff;
  overflow-y: scroll;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.modal__container {
  padding: 30px 30px 30px 15px;
}

.modal__heading {
  font-family: "Akzidenz-Grotesk Pro", sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

.modal__list {
  margin-top: 20px;
  list-style: none;
}

.modal__item+.modal__item {
  margin-top: 22px;
}

.modal__item-heading {
  margin-bottom: 10px;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #000;
}

.modal__item-text {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  color: #000;
}

.modal__wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: none;
}

.modal__wrap--signup-opened {
  display: block;
}

.modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}

@supports ((-webkit-backdrop-filter: blur(3px)) or (backdrop-filter: blur(3px))) {
  .modal__backdrop {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
}

.form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #fff;
  overflow-y: auto;
}

.form__signup-container {
  justify-content: center;
}

.form__close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 2;
  font-size: 0;
}

.form__close-btn-icon {
  width: 20px;
  height: 20px;
  fill: #000;
}

.form__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 70px 30px 70px;
}

.form__heading {
  margin: 0;
  font-family: "Akzidenz-Grotesk Pro", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

.form__lead {
  margin-bottom: 20px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  color: #000;
}

.form hr {
  margin: 20px 0;
}

.form__bottom-btn {
  font-weight: 500;
  color: #3075F3;
  transition: color 0.1s ease-in;
}

.form__bottom-btn:hover {
  color: #0F2243;
}

.form__submit-btn {
  align-self: flex-start;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.form__bottom-block {
  position: absolute;
  bottom: 0;
  right: 40px;
  left: 40px;
  padding: 14px 20px;
  margin-top: auto;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  color: #5F6F8C;
  background-color: rgba(95, 111, 140, 0.1);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.modal__wrap--signin-opened {
  display: block;
}

.form__signin-container {
  justify-content: center;
}

.form__signin-heading {
  margin-top: 0;
}

.form__btns-wrap {
  display: flex;
  align-items: center;
}

.form__btns-wrap .form__submit-btn {
  margin-top: 0;
}

.form__forgot-pass-btn {
  margin-left: 50px;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  color: #3075F3;
  transition: color 0.1s ease-in;
}

.form__forgot-pass-btn:hover {
  color: #0F2243;
}

@media (min-width: 556px) {
  .benefits__bg {
    background-position: right -50px;
  }
}

@media (min-width: 660px) {
  .header__heading {
    display: flex;
    margin-left: 20px;
  }

  .header__menu-btn {
    width: 100px;
    margin-left: 25px;
  }

  .header__menu-btn-icon {
    display: none;
  }

  .header__close-btn-icon {
    display: none;
  }

  .header__btn-icon--active {
    display: none;
  }

  .header__menu-btn-icon--long {
    display: inline;
  }
}

@media (min-width: 768px) {
  .container {
    padding: 0 30px;
  }

  .btn {
    font-size: 10px;
  }

  .heading {
    font-size: 40px;
  }

  .header__signin-btn-menu {
    grid-column: 1/2;
  }

  .nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    grid-gap: 0 80px;
    padding-top: 85px;
    padding-bottom: 160px;
    background-image: url("../img/plane-trace-tablet.svg");
    background-size: 55% auto;
  }

  .nav__list {
    grid-row: 2/3;
    padding-bottom: 0;
    font-size: 28px;
  }

  .nav__item {
    padding-left: 30px;
  }

  .nav__item+.nav__item {
    margin-top: 40px;
  }

  .nav__item::before {
    bottom: calc(100% - 15px);
  }

  .nav__item:hover::before {
    bottom: 4px;
  }

  nav hr {
    display: none;
  }

  .support {
    grid-row: 1/3;
    padding-top: 0;
  }

  .support__heading {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 24px;
  }

  .support__item+.support__item {
    margin-top: 35px;
  }

  .support__item-heading {
    font-size: 17px;
  }

  .support__item-link {
    font-size: 17px;
  }

  .become-partner {
    grid-column: 1/3;
    padding-bottom: 58px;
    margin-left: -30px;
  }

  .become-partner__btn-wrap {
    width: 220px;
    height: 220px;
    margin-right: 56px;
  }

  .become-partner__btn {
    width: 220px;
    height: 220px;
    font-size: 16px;
  }

  .become-partner__btn:hover {
    width: 183px;
    height: 183px;
  }

  .become-partner__btn::after {
    top: calc(50% - 54px);
  }

  .hero {
    padding-bottom: 203px;
    background-image: url("../img/bg-mobile-stone-1.png"), url("../img/bg-mobile-stones.png"), url("../img/bg-mobile-stone-2.png"), url("../img/cosmonaut.jpg");
    background-size: 104px auto, 51px auto, 22px auto, 816px auto;
    background-position: -50px 255px, 100% 25px, 70% 20px, 45vw 260px;
  }

  .hero__heading {
    margin-top: 95px;
    padding-left: max(calc((100% - 900px) / 2), 0px);
    font-size: 48px;
  }

  .hero__heading-bottom-text {
    padding-left: 85px;
  }

  .hero__subheading {
    padding-right: max(calc((100% - 900px) / 2), 0px);
    font-size: 58px;
  }

  .hero__subheading::after {
    width: 46px;
    height: 46px;
  }

  .hero__become-partner {
    width: 402px;
    height: 402px;
    margin-top: 0;
  }

  .become-partner__wrap-circle--sided {
    width: 406px;
    height: 406px;
  }

  .become-partner__wrap-circle--middle {
    width: 335px;
    height: 335px;
  }

  .instruction__list {
    padding-left: 190px;
  }

  .instructions__item:not(:last-child) {
    padding: 30px;
  }

  .instructions__item:not(:last-child)::before {
    top: 20px;
    margin-right: 157px;
  }

  .instructions__marker {
    top: 35px;
    transform: translateX(-220px);
    width: 60px;
  }

  .instructions__item:last-child::after {
    transform: translateX(-210px) rotate(45deg);
  }

  .instructions__item-icon {
    left: auto;
    right: 100%;
    transform: translateY(0);
  }

  .instructions__item-icon--phone {
    width: 57px;
    margin-right: 48px;
  }

  .instructions__item-icon--arrows {
    width: 65px;
    margin-right: 44px;
  }

  .instructions__item-icon--earth {
    width: 75px;
    margin-right: 39px;
  }

  .instructions__item-heading {
    font-size: 16px;
  }

  .instructions__item-description {
    font-size: 16px;
  }

  .benefits {
    margin-top: 90px;
    padding-bottom: 200px;
  }

  .benefits__bg {
    top: 230px;
    height: 700px;
    background-size: 915px auto;
    background-position: 150px -50px;
  }

  .benefits__bg-img {
    width: 340px;
    height: 265px;
  }

  .benefits__bg-img-1 {
    top: -50px;
    right: -170px;
  }

  .benefits__bg-img-2 {
    top: -10px;
    right: -250px;
  }

  .benefits__heading {
    margin: 0;
    font-size: 120px;
  }

  .benefits__list {
    margin-top: -42px;
  }

  .benefits__item+.benefits__item {
    margin-top: 40px;
  }

  .benefits__item--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 50px;
  }

  .benefits__item-heading {
    font-size: 16px;
    word-spacing: 100vw;
  }

  .benefits--eng .benefits__item-heading {
    word-spacing: normal;
  }

  .benefits__item-heading--grid {
    grid-column: 1/3;
    word-spacing: normal;
  }

  .benefits__item-text {
    font-size: 16px;
  }

  .benefits__sublist {
    grid-gap: 10px 30px;
    font-size: 16px;
  }

  .benefits__subitem {
    font-size: 16px;
  }

  .verticals {
    margin-bottom: 90px;
  }

  .verticals__heading {
    padding-right: 43px;
    padding-left: 0;
    text-align: right;
  }

  .verticals__slider {
    margin-left: 0;
  }

  .verticals__slide:not(.is-active) .verticals__slide-wrap {
    transform: scale(0.5);
  }

  .verticals__slide-heading-box {
    width: 180px;
  }

  .verticals__slide-heading {
    font-size: 20px;
  }

  .verticals__slide-heading-wrap::before {
    width: 35px;
    height: 35px;
  }

  .verticals__slide-number {
    font-size: 16px;
  }

  .verticals .splide__pagination {
    padding-left: 0;
  }

  .verticals__tooltip {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: inline;
    margin-left: 270px;
    margin-bottom: -25px;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #5F6F8C;
  }

  .forums {
    margin-top: 120px;
  }

  .forums__heading {
    padding-bottom: 50px;
    font-size: 16px;
  }

  .forums__slider-track {
    padding: 30px;
  }

  .meetings {
    margin-top: 130px;
  }

  .meetings__heading {
    line-height: 50px;
  }

  .meetings__subheading {
    position: absolute;
    top: -152px;
    right: 30px;
    font-size: 200px;
  }

  .meeting__btn {
    margin-top: 30px;
  }

  .meetings__slider {
    margin-top: 60px;
  }

  .meeting__link {
    padding: 30px;
  }

  .meeting__date {
    font-size: 18px;
  }

  .meeting__heading {
    margin-top: 35px;
    font-size: 20px;
  }

  .meeting__description {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
  }

  .footer {
    padding-top: 100px;
    padding-bottom: 75px;
    background-size: 600px auto, 100% auto, 652px auto;
    background-position: calc(50% + 520px) calc(100% + 220px), 0 calc(100% + 25px), calc(100% + 30px) -80px;
  }

  .footer__container {
    display: grid;
    grid-template-columns: auto 1fr;
  }

  .footer__support-heading {
    grid-column: 1/3;
    margin-bottom: 60px;
    font-size: 40px;
    word-spacing: 100vw;
  }

  .footer__become-partner {
    margin: 0 0 0 90px;
  }

  .footer__docs-links {
    grid-column: 1/3;
    flex-direction: row;
    gap: 40px;
    margin-top: 100px;
  }

  .footer__docs-link {
    font-size: 15px;
  }

  .footer__copyright {
    margin-top: 75px;
  }

  .modal__box {
    margin: 0 30px 30px;
    border-radius: 15px;
  }

  .modal__container {
    padding: 30px;
  }

  .modal__heading {
    font-size: 20px;
  }

  .modal__list {
    margin-top: 25px;
  }

  .modal__item-heading {
    font-size: 18px;
  }

  .modal__item-text {
    font-size: 16px;
    line-height: 26px;
  }

  .form {
    width: 451px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
    border-radius: 15px;
  }

  .form__container {
    padding: 40px;
  }
}

@media (min-width: 915px) {
  .benefits__bg {
    background-position: calc(100% + 300px) -50px;
  }
}

@media (min-width: 960px) {
  .hero__heading-bottom-text {
    padding-left: 0;
  }
}

@media (min-width: 1000px) {
  .benefits__bg {
    background-position: calc(100% + 100px) -50px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1400px;
    padding: 0 150px;
    margin: 0 auto;
  }

  .heading {
    font-size: 52px;
  }

  .header {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    bottom: 0;
    flex-direction: column;
  }

  .header__logo-link {
    width: 50px;
    height: 50px;
  }

  .header__box {
    flex-direction: column;
    border-bottom: none;
    border-right: 1px solid #273855;
  }

  .header__heading {
    display: none;
  }

  .socials {
    flex-direction: column;
    order: 2;
    flex-grow: 0;
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #273855;
  }

  .socials__item+.socials__item {
    margin-left: 0;
    margin-top: 18px;
  }

  .header__lang {
    display: none;
  }

  .header__menu-btn {
    flex-grow: 1;
    order: 1;
    width: 49px;
    height: auto;
    margin-left: 0;
    border-left: none;
  }

  .header__menu-btn:hover {
    background-color: #3075F3;
  }

  .header__menu-btn-icon--long {
    transform: rotate(90deg);
  }

  .header__signin-btn-menu {
    display: none;
  }

  .nav__wrap {
    top: 0;
    left: 100%;
    right: auto;
    bottom: 0;
    height: 100%;
    width: 0;
    transition: width 0.4s ease-in-out;
  }

  .nav__wrap--opened {
    height: 100vh;
    width: calc(100vw - 50px);
  }

  .nav {
    grid-gap: 0 150px;
    height: 100%;
    width: 100%;
    padding-top: 210px;
    padding-bottom: 0;
    background-image: url("../img/plane-trace-desktop.svg");
    background-repeat: no-repeat;
    background-size: 45% auto;
    background-position: 0 bottom;
  }

  .nav__list {
    grid-row: 1/3;
    padding: 0;
    font-size: 22px;
  }

  .nav__item::before {
    font-size: 14px;
  }

  .support__heading {
    position: relative;
    margin-bottom: 50px;
    font-size: 26px;
  }

  .support__heading::before {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 100%;
    transform: rotate(90deg);
    display: block;
    width: 60px;
    height: 60px;
    background-image: url("../img/decor1.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: invert(1);
  }

  .support__item-box {
    display: flex;
    align-items: center;
    margin-left: 20px;
  }

  .support__item-heading {
    width: 140px;
    font-size: 18px;
  }

  .support__item-link {
    margin-top: 0;
    font-size: 18px;
  }

  .become-partner {
    bottom: 10px;
    right: 0;
    padding: 0;
    margin: 0;
    background-image: none;
  }

  .become-partner__btn-wrap {
    width: 284px;
    height: 284px;
    margin-right: 0;
  }

  .controls {
    display: flex;
  }

  .controls__lang {
    position: absolute;
    bottom: 4px;
    right: 40px;
    display: flex;
    transition: all 0.4s ease-in-out;
  }

  .hero {
    margin-top: -70px;
  }

  .hero {
    background-image: url("../img/bg-desktop-stone-1.png"), url("../img/bg-desktop-stones.png"), url("../img/bg-mobile-stone-2.png"), url("../img/cosmonaut-flipped.jpg");
    background-size: 320px auto, 616px auto, 22px auto, 1043px auto;
    background-position: 110% 255px, 50% -50px, 70% 20px, 89% 120px;
  }

  .hero__heading {
    margin-top: 115px;
    padding-left: max(calc((100% - 1100px) / 2), 0px);
    font-size: 58px;
  }

  .hero__subheading {
    padding-right: max(calc((100% - 1100px) / 2), 0px);
    font-size: 80px;
  }

  .hero__subheading::after {
    width: 70px;
    height: 70px;
  }

  .mouse-decor {
    display: block;
  }

  .instruction__list {
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
    padding-left: 0;
    padding-bottom: 130px;
    margin-bottom: 85px;
    border-left: none;
    border-bottom: 1px solid #fff;
  }

  .instruction__list::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -1px;
    transform-origin: bottom right;
    transform: rotate(-45deg);
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .instructions__item+.instructions__item {
    margin-top: 0;
  }

  .instructions__item:not(:last-child) {
    padding: 68px 40px 34px 40px;
    background-size: contain, 38px 38px;
  }

  .instructions__item:last-child {
    display: none;
  }

  .instructions__item:not(:last-child)::before {
    top: 100%;
    right: auto;
    left: 0;
    margin-right: 0;
    margin-top: 85px;
    font-size: 16px;
  }

  .instructions__marker {
    top: 100%;
    right: auto;
    left: 25px;
    transform: translateX(0);
    margin-right: 0;
    margin-top: 85px;
    width: 11px;
    height: 90px;
  }

  .instructions__marker::after {
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translateY(0);
    width: 1px;
    height: auto;
    margin-left: -1px;
    background-image: repeating-linear-gradient(0deg, white 0, white 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 8px);
  }

  .instructions__item-icon {
    left: 40px;
    right: auto;
    top: 0;
    transform: translateY(-50%);
  }

  .instructions__item-icon--arrows {
    width: 75px;
    margin-right: 0;
  }

  .instructions__item-icon--earth {
    width: 86px;
    margin-right: 0;
  }

  .instructions__item-heading {
    font-size: 18px;
  }

  .instructions__item-description {
    margin-top: 10px;
    line-height: 24px;
  }

  .instruction__btn--desktop {
    display: inline-block;
  }

  .benefits {
    margin-top: 100px;
    padding-bottom: 150px;
  }

  .benefits__bg {
    top: 0;
    height: 970px;
    background-image: url("../img/bg-desktop-spaceship.jpg");
    background-size: 1540px auto;
    background-position: calc(100% + 550px) 0;
  }

  .benefits__bg-img {
    width: 581px;
    height: 446px;
  }

  .benefits__bg-img-1 {
    top: -100px;
    right: -200px;
  }

  .benefits__bg-img-2 {
    top: -50px;
    right: -350px;
  }

  .benefits__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px 20px;
    align-items: end;
    width: 800px;
    margin-top: -67px;
  }

  .benefits__item:nth-child(n+3):nth-child(-n+4) {
    margin-left: 0;
  }

  .benefits__item:nth-last-child(2) {
    grid-column: 1/2;
  }

  .benefits__item:nth-last-child(1) {
    grid-column: 2/3;
  }

  .benefits__item:nth-last-child(1) .benefits__item-heading {
    word-spacing: normal;
  }

  .benefits__item+.benefits__item {
    margin-top: 0;
  }

  .benefits__item--grid {
    width: 500px;
  }

  .benefits__item-heading {
    font-size: 18px;
    line-height: 28px;
  }

  .benefits__item-text {
    margin-top: 20px;
    line-height: 24px;
  }

  .verticals {
    margin-bottom: 140px;
    margin-left: calc((100vw - 1400px) / 2);
  }

  .verticals__heading {
    padding-right: 100px;
    margin-bottom: 50px;
  }

  .verticals__slider {
    margin-top: -100px;
  }

  .verticals__slide:not(.is-active) .verticals__slide-wrap {
    transform: scale(0.3) translateX(-100%);
  }

  .verticals__slide.is-active+.verticals__slide .verticals__slide-wrap {
    transform: scale(0.5);
  }

  .verticals__slide.is-active+.verticals__slide+.verticals__slide+.verticals__slide .verticals__slide-wrap {
    transform: scale(0.3) translateX(-250%);
  }

  .verticals__slide-heading-box {
    width: 280px;
  }

  .verticals__arrows {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-left: 760px;
  }

  .verticals__tooltip {
    bottom: 50px;
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: 260px;
  }

  .forums__heading {
    margin-left: 0;
  }

  .forums__slider-track {
    transform: translateX(25px);
    width: 1100px;
    margin: 0 auto;
  }

  .forums__slide {
    height: 95px;
    min-width: none;
  }

  .forums__arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    display: block;
    width: 1100px;
    margin: 0 auto;
  }

  .meetings {
    margin-top: 270px;
  }

  .meetings__heading br {
    display: none;
  }

  .meeting__date {
    font-size: 20px;
  }

  .meeting__place {
    padding: 4px 12px 6px;
    font-size: 15px;
  }

  .meeting__heading {
    margin-top: 40px;
    font-size: 24px;
  }

  .meetings__arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    width: calc(100% + 160px);
  }

  .footer {
    padding-top: 200px;
    background-image: url("../img/bg-footer-desktop-woman.png"), url("../img/bg-footer-earth-desktop.jpg"), url("../img/bg-footer-saturn.jpg");
    background-position: calc(50% + 580px) calc(100% + 70px), 0 100%, 100% calc(100% + 100px);
    background-size: 600px auto, 100% auto, 1126px auto;
  }

  .footer__support-heading {
    order: 1;
    margin-bottom: 115px;
    font-size: 52px;
  }

  .footer__support-heading::before {
    display: block;
    filter: invert(0);
  }

  .footer-support__list {
    order: 2;
  }

  .footer-support__item-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .footer__become-partner {
    order: 3;
    margin-left: 180px;
    margin-top: -90px;
  }

  .footer__docs-links {
    order: 5;
    grid-column: 2/3;
    align-self: end;
    margin-top: 0;
    margin-left: 160px;
  }

  .footer__docs-link {
    font-size: 16px;
    color: #fff;
  }

  .footer__copyright {
    order: 4;
    margin-top: 156px;
    font-size: 18px;
  }

  .form__container {
    width: 100%;
    padding: 20px 40px 70px;
  }
}

@media (min-width: 1460px) {
  .modal__close-btn {
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: 720px;
    width: auto;
    height: auto;
  }

  .modal__close-btn-icon {
    position: static;
    transform: none;
  }

  .modal__box {
    position: absolute;
    top: 70px;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 1400px;
    margin: 0;
  }

  .modal__container {
    width: 100%;
    padding: 40px;
  }

  .modal__heading {
    font-size: 24px;
  }

  .modal__list {
    margin-top: 30px;
  }

  .modal__item-heading {
    font-size: 20px;
  }
}

@media (min-width: 1540px) {
  .become-partner {
    bottom: 60px;
    right: 100px;
  }

  .benefits__heading {
    font-size: 238px;
  }

  .verticals__heading {
    padding-right: calc((100vw - 1400px) / 2);
  }

  .verticals__slide-heading-box {
    justify-content: flex-start;
    width: 240px;
  }

  .verticals__slide-heading {
    margin-bottom: 7px;
    font-size: 24px;
  }

  .verticals__slide-heading-wrap::before {
    width: 40px;
    height: 40px;
  }

  .verticals__slide-number {
    font-size: 20px;
  }
}

@media (min-width: 1600px) {
  .container {
    padding: 0 30px;
  }

  .header__logo-link {
    width: 70px;
    height: 70px;
  }

  .header__logo-icon {
    width: 45px;
    height: 45px;
  }

  .socials__item+.socials__item {
    margin-top: 30px;
  }

  .header__menu-btn {
    width: 69px;
  }

  .nav__wrap--opened {
    height: 100vh;
    width: calc(100vw - 70px);
  }

  .nav {
    padding-top: 210px;
  }

  .nav__list {
    padding: 0 0 0 200px;
    font-size: 38px;
  }

  .nav__item::before {
    bottom: calc(100% - 25px);
    font-size: 16px;
  }

  .support__heading {
    font-size: 30px;
  }

  .become-partner__btn {
    width: 284px;
    height: 284px;
    font-size: 20px;
  }

  .become-partner__btn:hover {
    width: 236px;
    height: 236px;
  }

  .controls {
    height: 70px;
  }

  .hero__heading {
    padding-left: max(calc((100% - 1200px) / 2), 0px);
    font-size: 60px;
  }

  .hero__subheading {
    padding-right: max(calc((100% - 1200px) / 2), 0px);
    font-size: 94px;
  }

  .hero__become-partner {
    width: 521px;
    height: 521px;
    margin-top: -70px;
  }

  .become-partner__wrap-circle--sided {
    width: 525px;
    height: 525px;
  }

  .become-partner__wrap-circle--middle {
    width: 435px;
    height: 435px;
  }

  .meetings__container {
    padding: 0 150px;
  }

  .meetings__subheading {
    top: -168px;
    font-size: 230px;
  }

  .meetings__slider {
    margin-top: 80px;
  }

  .form__container {
    width: 100%;
    padding: 20px 40px 70px;
  }
}

@media (min-width: 1700px) {
  .forums__slider-track {
    width: 1400px;
    padding: 40px;
  }

  .forums__arrows {
    width: 1400px;
  }

  .meetings__container {
    padding: 0 30px;
  }
}

@media (min-height: 740px) {
  .hero__become-partner {
    margin-top: 100px;
  }
}

/* partners */

.partners {
  position: relative;
  padding-bottom: 30px;
}

.partners__container {
  position: relative;
}

@media (min-width: 1540px) {
  .partners__container {
    display: grid;
    grid-template-columns: 410px 1fr;
    grid-gap: 30px 70px;
  }
}

@media (min-width: 768px) {
  .partners__heading {
    word-spacing: 100vw;
  }
}

@media (min-width: 1540px) {
  .partners__heading {
    grid-column: 1/3;
  }
}

.partners__subheading {
  display: none;
}

@media (min-width: 768px) {
  .partners__subheading {
    position: absolute;
    top: -76px;
    left: 30px;
    display: block;
    margin: 0;
    font-family: "Akzidenz-Grotesk Pro", sans-serif;
    font-size: 120px;
    font-weight: bold;
    font-style: italic;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    opacity: 0.1;
    text-transform: uppercase;
  }
}

@media (min-width: 1540px) {
  .partners__subheading {
    top: -176px;
    font-size: 238px;
  }
}

.partners__text {
  margin-top: 15px;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
}

@media (min-width: 768px) {
  .partners__text {
    padding-left: 123px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1540px) {
  .partners__text {
    padding-left: 0;
    margin-top: 0;
    font-size: 18px;
    line-height: 28px;
  }
}

.partners__list {
  display: grid;
  grid-template-columns: 160px 160px;
  grid-gap: 30px 20px;
  width: 340px;
  margin: 40px auto 0;
  list-style: none;
}

@media (min-width: 768px) {
  .partners__list {
    grid-template-columns: repeat(4, 160px);
    grid-gap: 45px 20px;
    margin: 60px auto 0;
    width: 700px;
  }
}

@media (min-width: 1540px) {
  .partners__list {
    grid-template-columns: repeat(4, 215px);
    grid-gap: 45px 20px;
    width: 920px;
    margin: 0;
  }
}

.partners__item {
  position: relative;
  width: 160px;
  height: 50px;
  overflow: hidden;
}

@media (min-width: 1540px) {
  .partners__item {
    width: 215px;
  }
}

.partners__item-track--animation-horizontal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  animation: slide-horizontal 6s infinite;
}

@media (min-width: 1540px) {
  .partners__item-track--animation-horizontal {
    width: 430px;
  }
}

.partners__item-track--animation-up,
.partners__item-track--animation-down {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 100px;
}

@media (min-width: 1540px) {

  .partners__item-track--animation-up,
  .partners__item-track--animation-down {
    width: 215px;
  }
}

.partners__item-track--animation-up {
  animation: slide-up 6s infinite;
}

.partners__item-track--animation-down {
  transform: translateY(-50%);
  animation: slide-down 6s infinite;
}

.partners__item-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  width: 100%;
  height: 50px;
}

.partners__item-image {
  height: 50px;
  width: auto;
}

@keyframes slide-up {
  from {
    transform: translateY(0);
  }

  16.6% {
    transform: translateY(-50%);
  }

  66.4% {
    transform: translateY(-50%);
  }

  83% {
    transform: translateY(0);
  }
}

@keyframes slide-down {
  from {
    transform: translateY(-50%);
  }

  16.6% {
    transform: translateY(0);
  }

  66.4% {
    transform: translateY(0);
  }

  83% {
    transform: translateY(-50%);
  }
}

@keyframes slide-horizontal {
  33.2% {
    transform: translateX(0);
  }

  49.8% {
    transform: translateX(-50%);
  }

  66.4% {
    transform: translateX(-50%);
  }

  83% {
    transform: translateX(0);
  }
}