/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* ==========================================================================
   Normalize.css
   ========================================================================== */

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   Project Styles
   ========================================================================== */

/* --------------------------------------------------------------------------
   Fonts
   -------------------------------------------------------------------------- */
/* Quicksand-regular - latin */
@font-face {
  font-display: swap;
  font-family: Quicksand;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Quicksand-Light.ttf) format("ttf");
}

/* Quicksand-500 - latin */
@font-face {
  font-display: swap;
  font-family: Quicksand;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Quicksand-Medium.ttf) format("ttf");
}

/* Quicksand-700 - latin */
@font-face {
  font-display: swap;
  font-family: Quicksand;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Quicksand-Bold.ttf) format("ttf");
}

/* --------------------------------------------------------------------------
   Variables
   -------------------------------------------------------------------------- */
:root {
  --yellow-site: #ffcd00;
  --color-primary: #008b80;
  --color-primary-hover: #309991;
  --gray: #c3c3c3;
}

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

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #e0edf3;
  font-family: Quicksand, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #2f2f2f;
}

@media (min-width: 767px) {
  body {
    font-size: 16px;
  }
}

body::-webkit-scrollbar {
  width: 14px;
  background-color: #c3c3c3;
}

body::-webkit-scrollbar-thumb {
  background: #f35b43;
}

body::-webkit-scrollbar-thumb:hover {
  background: #e03f25;
}

main {
  flex-grow: 1;
}

a {
  text-decoration: none;
  color: inherit;
}

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

img {
  max-width: 100%;
  display: block;
  height: auto;
}

/* --------------------------------------------------------------------------
   Layout Components
   -------------------------------------------------------------------------- */
.container {
  padding: 0 24px;
  max-width: 1324px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .container {
    padding-left: 48px;
    padding-right: 48px;
  }
}

.container--sm {
  max-width: 1116px;
}

.full-width {
  margin: 0 -24px;
  padding: 0 24px;
}

@media (min-width: 1024px) {
  .full-width {
    margin: 0 calc((100vw - var(--scrollbar-width) - 100%) / -2);
    padding: 0 calc((100vw - var(--scrollbar-width) - 1324px) / 2);
  }
}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.header {
  background-color: #e0edf3;
  position: relative;
  z-index: 2;
}

.header::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #f3f3f3;
  pointer-events: none;
}

.body--fixed-header .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}

.header-menu {
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 2px;
}

@media (min-width: 375px) {
  .header-menu {
    gap: 30px;
  }
}

@media (min-width: 767px) {
  .header-menu {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media (max-width: 1023.98px) {
  .header-menu--opened .header-menu__mobile-wrap {
    display: grid;
    align-items: start;
    grid-template-rows: 1fr auto;
    justify-content: stretch;
    grid-gap: 40px;
    gap: 40px;
    position: fixed;
    z-index: 100;
    top: 72px;
    left: 0;
    width: 100%;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 24px;
    background-color: #fff;
  }
  
  .header-menu--opened .header-menu__button-start {
    opacity: 0;
    visibility: hidden;
  }
  
  .header-menu--opened .header-menu__list {
    width: 100%;
    grid-template-columns: 1fr;
    grid-gap: 24px;
    gap: 24px;
    align-items: start;
    align-content: flex-start;
    justify-content: stretch;
    display: grid;
    justify-items: stretch;
  }
  
  .header-menu--opened .header-menu__item:not(:last-child) {
    padding-bottom: 16px;
    border-bottom: 2px solid #f4f4f4;
  }
  
  .header-menu--opened .header-menu__logo-wrap {
    z-index: 110;
  }
  
  .header-menu--opened .header-menu__button {
    z-index: 110;
  }
  
  .header-menu--opened .menu-button__icon path:not(.menu-button__icon-path-close),
  .header-menu--opened .menu-button__icon rect:not(.menu-button__icon-path-close) {
    display: none;
  }
  
  .header-menu--opened .menu-button__icon .menu-button__icon-path-close {
    display: block;
  }
}

.header-menu__logo-wrap {
  grid-area: logo;
}

@media (min-width: 1024px) {
  .header-menu__logo-img {
    width: 126px;
    height: 40px;
  }
}

.header-menu__logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d52105;
}

@media (min-width: 1024px) {
  .header-menu__logo-link {
    margin-left: 0;
  }
}

.header-menu__button {
  color: #d52105;
  padding: 0;
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 100;
}

.header-menu__mobile-wrap {
  grid-area: menu;
}

@media (max-width: 1023.98px) {
  .header-menu__mobile-wrap {
    display: none;
  }
}

.header-menu__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
  gap: 24px;
}

@media (min-width: 1024px) {
  .header-menu__list {
    gap: 16px;
    flex-direction: row;
    justify-content: start;
  }
}

@media (max-width: 1023.98px) {
  .header-menu__item {
    display: flex;
    justify-content: center;
  }
}

.header-menu__link {
  border: 0;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  background: rgba(0, 0, 0, 0);
  padding: 4px 16px 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  position: relative;
}

.header-menu__link::after {
  transition: width 0.3s ease 0s;
  width: 0;
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #d52105;
}

.header-menu__link:hover::after {
  width: calc(100% - 32px);
}

.header-menu__link:active,
.header-menu__link.is-active {
  color: #d52105;
}

.header-menu__link:active::after,
.header-menu__link.is-active::after {
  width: calc(100% - 32px);
}

@media (min-width: 1024px) {
  .header-menu__link {
    font-size: 1rem;
    line-height: 1.375rem;
    display: inline-flex;
  }
}

.header-menu__mobile-links {
  display: flex;
  gap: 24px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto 44px;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  letter-spacing: 0.02em;
}

.header-menu__button-start {
  display: none;
  margin-left: auto;
  min-height: 44px;
}

@media (min-width: 375px) {
  .header-menu__button-start {
    display: flex;
    min-width: 133px;
  }
}

@media (min-width: 1024px) {
  .header-menu__button-start {
    margin-left: 0;
    margin-left: initial;
    min-height: 50px;
    min-width: 195px;
  }
}

.header-menu__mobile-button {
  min-height: 58px;
  font-size: 1.125rem;
  line-height: 1.3;
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.footer {
  background-color: #e0edf3;
  color: #a8a8a8;
  padding-top: 40px;
  padding-bottom: 44px;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

@media (min-width: 767px) {
  .footer {
    font-size: 0.875rem;
    line-height: 1.3;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1366px) {
  .footer {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.footer__container {
  max-width: 1229px;
}

.footer__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 44px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 2px solid #ececec;
}

@media (min-width: 767px) {
  .footer__top {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 16px;
    margin-bottom: 14px;
    column-gap: max(16px, min(5vw, 40px));
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer__bottom {
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.0175rem;
  line-height: 1.7;
  display: grid;
  grid-gap: 24px;
  gap: 24px;
  color: #afafaf;
}

@media (min-width: 767px) {
  .footer__bottom {
    text-align: left;
    align-items: center;
    font-size: 0.75rem;
    gap: 40px;
    grid-template-columns: 9fr 2fr;
  }
}

@media (min-width: 1366px) {
  .footer__bottom {
    grid-template-columns: 12fr 2fr;
  }
}

.footer__bottom-copy {
  line-height: 1.4;
}

@media (min-width: 767px) {
  .footer__bottom-copy {
    justify-self: end;
  }
}

.footer__logo-link {
  display: inline-flex;
}

@media (min-width: 767px) {
  .footer__logo-img {
    width: 108px;
    height: 34px;
  }
}

@media (min-width: 1366px) {
  .footer__logo-img {
    width: 126px;
    height: 41px;
  }
}

.footer__links {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 16px;
}

@media (min-width: 767px) {
  .footer__links {
    flex: 1 1 auto;
    column-gap: 8px;
    flex-flow: row wrap;
    justify-content: center;
  }
}

.footer__link-item {
  justify-self: start;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .footer__link-item:not(:last-child) {
    padding-bottom: 16px;
    border-bottom: 2px solid #ececec;
  }
}

.footer__link-item-link {
  display: inline-flex;
  padding: 4px 12px;
  transition: all 0.3s ease 0s;
}

.footer__link-item-link:hover:not(:disabled):not([disabled]) {
  text-underline-offset: 6px;
  text-decoration: underline;
  text-decoration-color: #a8a8a8;
}

.footer__link-item-link:active:not(:disabled):not([disabled]) {
  color: #828282;
}

.footer__link-item-link:disabled,
.footer__link-item-link[disabled] {
  color: #a8a8a8;
  text-decoration: none;
}

.footer__copy-links {
  display: flex;
  gap: 24px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 767px) {
  .footer__copy-links {
    gap: 0;
    flex-flow: row wrap;
    justify-content: flex-end;
  }
}

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */
.app-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  color: #fff;
  font-family: Quicksand, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.625rem;
  padding: 4px 16px;
}

.app-button--rounded-12 {
  border-radius: 12px 0 12px 12px;
}

.app-button--rounded-l {
  border-radius: 12px 0 12px 12px;
}

@media (min-width: 767px) {
  .app-button--rounded-l {
    border-radius: 15px 0 15px 15px;
  }
}

.app-button--rounded-xl {
  border-radius: 15px 0 15px 15px;
}

.app-button--primary {
  background-color: #d52105;
}

.app-button--primary:hover:not(:disabled):not([disabled]),
.app-button--primary:focus-visible:not(:disabled):not([disabled]) {
  background-color: #e03f25;
}

.app-button--primary:active:not(:disabled):not([disabled]) {
  background-color: #f35b43;
}

.app-button--primary:disabled,
.app-button--primary[disabled] {
  background-color: #f4c4bc;
}

.app-button--outline {
  border: 2px solid #ff9180;
  background-color: rgba(0, 0, 0, 0);
  color: #f35b43;
}

.app-button--outline:hover:not(:disabled):not([disabled]),
.app-button--outline:focus-visible:not(:disabled):not([disabled]) {
  background-color: rgba(0, 0, 0, 0);
  border-color: #f35b43;
}

.app-button--outline:active:not(:disabled):not([disabled]) {
  background-color: rgba(0, 0, 0, 0);
  border-color: #e24038;
  color: #e24038;
}

.app-button--outline:disabled,
.app-button--outline[disabled] {
  background-color: rgba(0, 0, 0, 0);
  color: #c3c3c3;
  border-color: #c3c3c3;
}

.app-button--secondary {
  color: #d52105;
  background-color: #ffe8e7;
}

.app-button--secondary:hover:not(:disabled):not([disabled]),
.app-button--secondary:focus-visible:not(:disabled):not([disabled]) {
  background-color: #ffd0cd;
}

.app-button--secondary:active:not(:disabled):not([disabled]) {
  background-color: #ffb3af;
}

.app-button--secondary:disabled,
.app-button--secondary[disabled] {
  color: rgba(213, 33, 5, 0.3);
  background-color: #f9e1e0;
}

.up-button {
  bottom: 32px;
  padding-right: 23px;
  z-index: 9;
  left: 0;
  pointer-events: none;
  user-select: none;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: sticky;
}

@media (min-width: 767px) {
  .up-button {
    bottom: 22px;
    padding-right: 17px;
    margin-top: -16px;
  }
}

@media (min-width: 1366px) {
  .up-button {
    max-width: 1324px;
    margin-left: auto;
    margin-right: auto;
  }
}

.up-button__inner {
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  transition: all 0.3s ease 0s;
  transform: translate3d(0, 100px, 0);
  pointer-events: none;
  user-select: none;
}

.up-button__inner.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.up-button__link {
  pointer-events: all;
  position: relative;
  border: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a1a1a1;
}

.up-button__link svg {
  pointer-events: none;
}

.up-button__link:hover {
  --bg-color: #ffe8e7;
  color: #f35b43;
}

.up-button__link:active {
  --bg-color: #ffd0cd;
  color: #e24038;
}

/* --------------------------------------------------------------------------
   Forms
   -------------------------------------------------------------------------- */
.input-field.error .input-field__input {
  border: 1px solid #f36565;
  background-image: url(../img/input-error.89a843fefced75941e8f.svg);
}

.input-field.error .input-field__helper-text {
  color: #f36565;
  position: relative;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.input-field.success .input-field__input {
  background-image: url(../img/input-success.c5281526b7bf54452025.svg);
}

.input-field__wrap {
  position: relative;
}

.input-field__wrap:hover .input--textarea {
  border-color: #2f2f2f;
}

.input-field__input {
  color: #2f2f2f;
  caret-color: #5887ff;
  width: 100%;
  min-height: 40px;
  display: block;
  outline: none;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.7;
  border: 2px solid #efefef;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  padding: 38px 23px 14px;
  background-repeat: no-repeat;
  background-position: calc(100% - 24px) calc(100% - 16px);
  background-size: 24px 24px;
}

.input-field__input::placeholder {
  font-size: inherit;
  color: #d9d9d9;
}

.input-field__input:hover,
.input-field__input:focus,
.input-field__input:focus-visible {
  border-color: #e3e3e3;
}

.input-field__input:not(:placeholder-shown) {
  border-color: #e3e3e3;
}

.input-field__input:required + .input-field__label::after {
  content: "*";
  margin-left: 4px;
  color: #e24038;
}

.input-field__helper-text {
  font-size: 0.75rem;
  padding-top: 8px;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: absolute;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}

.input-field__label {
  color: #747474;
  position: absolute;
  top: 16px;
  left: 24px;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

@media (min-width: 1366px) {
  .input-field__label {
    font-size: 1.125rem;
    line-height: 1.7;
    letter-spacing: normal;
    letter-spacing: initial;
  }
}

.input-field__input--textarea {
  display: block;
  height: 160px;
  resize: none;
}

.input-checkbox {
  position: relative;
}

.input-checkbox__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.input-checkbox__label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.input-checkbox__label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 8px 0 8px 8px;
  border: 2px solid #d9d9d9;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: 10px 7px;
  background-position: 6px 8px;
}

.input-checkbox__label:hover::before {
  border: 2px solid #b4b4b4;
}

.input-checkbox input:checked ~ .input-checkbox__label::before {
  border: 2px solid #8dc811;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5 6.41421L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z' fill='%238DC811'/%3E%3C/svg%3E%0A");
}

.input-checkbox input:focus-visible ~ .input-checkbox__label::before {
  border: 2px solid #8dc811;
}

.input-checkbox input:checked:focus-visible ~ .input-checkbox__label::before {
  border: 2px solid #8dc811;
}

.input-checkbox-info__label-text {
  display: inline;
  vertical-align: bottom;
}

/* --------------------------------------------------------------------------
   Modal
   -------------------------------------------------------------------------- */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  -webkit-overflow-scrolling: touch;
  transform: scale(1.1);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.2s cubic-bezier(0.55, 0, 0.1, 1), transform 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  pointer-events: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal::-webkit-scrollbar {
  display: none;
}

.modal--preload {
  transition: none;
}

.modal.is-active {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.55, 0, 0.1, 1), transform 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  pointer-events: auto;
}

.modal__wrapper {
  transform: translateZ(0);
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100%;
  height: 100%;
  background: rgba(227, 227, 227, 0.6);
  backdrop-filter: blur(2px);
  padding: max(32px, min(10vh, 60px)) 16px 24px;
  overflow-y: auto;
}

@media (min-width: 1024px) {
  .modal__wrapper {
    padding-top: 10vh;
  }
}

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal__content {
  position: relative;
  display: flex;
}

.modal__close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  cursor: pointer;
}

.app-modal {
  margin: 0 auto;
  position: relative;
  border-radius: 16px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 0 250px rgba(0, 0, 0, 0.08);
}

.app-modal-success {
  padding: 32px;
  width: 100%;
  max-width: 328px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 40px 0 20px 20px;
}

@media (min-width: 767px) {
  .app-modal-success {
    padding: 44px;
    min-width: 416px;
  }
}

.app-modal-success__title {
  font-size: 1.5rem;
  line-height: 135%;
  margin: 0 0 8px;
}

@media (min-width: 767px) {
  .app-modal-success__title {
    margin-bottom: 4px;
    font-size: 2rem;
    line-height: 140%;
  }
}

.app-modal-success__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 155%;
  letter-spacing: 0.02em;
  color: #828282;
  margin: 0 0 24px;
  max-width: 50%;
}

@media (min-width: 767px) {
  .app-modal-success__text {
    font-size: 1.125rem;
    line-height: 165%;
  }
}

.app-modal__app-button-close {
  width: 100%;
  min-height: 58px;
}

/* --------------------------------------------------------------------------
   Menu Button
   -------------------------------------------------------------------------- */
.menu-button {
  display: none;
}

@media (max-width: 1023.98px) {
  .menu-button {
    cursor: pointer;
    color: #fff;
    display: grid;
    align-items: center;
    justify-items: center;
    place-items: center;
    border: 0;
    outline: 0;
    background: rgba(0, 0, 0, 0);
  }
}

.menu-button__icon {
  display: block;
  position: relative;
}

.menu-button__icon .menu-button__icon-path-close {
  display: none;
}

/* --------------------------------------------------------------------------
   Accordion
   -------------------------------------------------------------------------- */
[data-accordion="element"].is-active > [data-accordion="content"] {
  max-height: 100%;
}

[data-accordion="parent"].no-transition [data-accordion="content"] {
  transition: none;
}

[data-accordion="content"] {
  max-height: 0;
  transition: max-height 0.3s;
  overflow: hidden;
}

/* --------------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------------- */
.f-faq {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  align-items: start;
}

.f-faq__item {
  background-color: #fff;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 35px rgba(47, 47, 47, 0.04);
}

.f-faq__item summary,
.f-faq__item-title-wrap {
  padding: 20px 28px;
  transition: padding 0.3s;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  grid-gap: 30px;
  gap: 30px;
}

@media (min-width: 1024px) {
  .f-faq__item summary,
  .f-faq__item-title-wrap {
    padding: 28px 44px;
  }
}

.f-faq__item summary::marker,
.f-faq__item summary::-webkit-details-marker,
.f-faq__item-title-wrap::marker,
.f-faq__item-title-wrap::-webkit-details-marker {
  display: none;
}

.f-faq__item summary:hover,
.f-faq__item-title-wrap:hover {
  cursor: pointer;
}

.f-faq__item summary:hover .f-faq__item-button,
.f-faq__item-title-wrap:hover .f-faq__item-button {
  color: #f35b43;
}

.f-faq__item-title {
  margin: 0;
  font-weight: 500;
  font-size: 1rem;
  line-height: 155%;
  letter-spacing: 0.02em;
}

@media (min-width: 1024px) {
  .f-faq__item-title {
    font-size: 1.125rem;
    line-height: 1.3;
  }
}

.f-faq__item-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  transition: all 0.1s ease 0s;
  color: #d52105;
}

.f-faq__item[open] > summary,
.f-faq__item[open] > summary .f-faq__item-button,
.f-faq__item[open] > .f-faq__item-title-wrap .f-faq__item-button,
.f-faq__item.is-active > summary,
.f-faq__item.is-active > summary .f-faq__item-button,
.f-faq__item.is-active > .f-faq__item-title-wrap .f-faq__item-button {
  transform: rotate(180deg);
  color: #f1a09c;
}

.f-faq__item[open] > .f-faq__item-title-wrap,
.f-faq__item.is-active > .f-faq__item-title-wrap {
  padding-bottom: 16px;
}

@media (min-width: 767px) {
  .f-faq__item[open] > .f-faq__item-title-wrap,
  .f-faq__item.is-active > .f-faq__item-title-wrap {
    padding-bottom: 24px;
  }
}

.f-faq__item[open] > .f-faq__item-title-wrap:hover .f-faq__item-button,
.f-faq__item.is-active > .f-faq__item-title-wrap:hover .f-faq__item-button {
  color: #f35b43;
}

.f-faq__item-content {
  background: #fff;
}

.f-faq__item-content p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 170%;
  color: #a0a0a0;
  letter-spacing: 0.02em;
  border-top: 2px solid #f4f4f4;
  padding: 16px 28px 20px;
}

@media (min-width: 1024px) {
  .f-faq__item-content p {
    padding: 24px 44px 28px;
    font-size: 1.125rem;
  }
}

/* --------------------------------------------------------------------------
   Lists
   -------------------------------------------------------------------------- */
.feat-list {
  padding: 32px;
  margin-bottom: 0;
  background: #373a45;
}

.feat-list li {
  display: flex;
  align-items: center;
  justify-content: stretch;
  gap: 16px;
}

.feat-list li::before {
  flex: 0 0 24px;
  content: "";
  align-self: flex-start;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.feat-list li:not(:last-child) {
  margin-bottom: 16px;
}

.feat-list--plus li::before {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5 23C18.5751 23 23.5 18.0751 23.5 12C23.5 5.92487 18.5751 1 12.5 1C6.42487 1 1.5 5.92487 1.5 12C1.5 18.0751 6.42487 23 12.5 23ZM12.5 24C19.1274 24 24.5 18.6274 24.5 12C24.5 5.37258 19.1274 0 12.5 0C5.87258 0 0.5 5.37258 0.5 12C0.5 18.6274 5.87258 24 12.5 24ZM22.2143 12C22.2143 17.3651 17.8651 21.7143 12.5 21.7143C7.13495 21.7143 2.78571 17.3651 2.78571 12C2.78571 6.63496 7.13495 2.28573 12.5 2.28573C17.8651 2.28573 22.2143 6.63496 22.2143 12ZM13.3696 11.1304V6.78261H11.6304V11.1304H7.28261V12.8696H11.6304V17.2174H13.3696V12.8696H17.7174V11.1304H13.3696Z' fill='%231DAF4A'/%3E%3C/svg%3E%0A");
}

.feat-list--minus li::before {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5 23C18.5751 23 23.5 18.0751 23.5 12C23.5 5.92487 18.5751 1 12.5 1C6.42487 1 1.5 5.92487 1.5 12C1.5 18.0751 6.42487 23 12.5 23ZM12.5 24C19.1274 24 24.5 18.6274 24.5 12C24.5 5.37258 19.1274 0 12.5 0C5.87258 0 0.5 5.37258 0.5 12C0.5 18.6274 5.87258 24 12.5 24ZM22.2143 12.0001C22.2143 17.3651 17.8651 21.7144 12.5 21.7144C7.13497 21.7144 2.78574 17.3651 2.78574 12.0001C2.78574 6.63504 7.13497 2.28581 12.5 2.28581C17.8651 2.28581 22.2143 6.63504 22.2143 12.0001ZM17.7174 10.9566H7.28259V13.0436H17.7174V10.9566Z' fill='%231DAF4A'/%3E%3C/svg%3E%0A");
}

/* --------------------------------------------------------------------------
   Scroll Translator
   -------------------------------------------------------------------------- */
.scroll-translator {
  position: absolute;
  z-index: 99;
  transition: all 0.3s ease 0s;
}

.scroll-translator__indicator {
  width: 100%;
  height: 100%;
}

.scroll-translator--horizontal {
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 8px;
  background-color: #fff;
}

.scroll-translator--horizontal .scroll-translator__indicator {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  background-color: #d52105;
  transform: scaleX(0);
  border-radius: 0 12px 12px 0;
}

.scroll-translator--vertical {
  top: 0;
  left: 0;
  width: 8px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.scroll-translator--vertical .scroll-translator__indicator {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top;
  background-color: #d52105;
  transform: scaleY(0);
}

.scroll-translator:not(.visible) {
  opacity: 0;
  visibility: hidden;
}

/* --------------------------------------------------------------------------
   Links
   -------------------------------------------------------------------------- */
.text-link {
  color: #5887ff;
  text-decoration: underline;
  text-underline-offset: 4px;
  padding: 4px 16px 7px;
}

.text-link:active:not(:disabled):not([disabled]),
.text-link.active:not(:disabled):not([disabled]) {
  color: #d52105;
}

.text-link:disabled,
.text-link[disabled] {
  color: #2f2f2f;
  text-decoration: none;
}

/* --------------------------------------------------------------------------
   Breadcrumbs
   -------------------------------------------------------------------------- */
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #a0a0a0;
  gap: 0;
}

@media (min-width: 767px) {
  .breadcrumbs {
    gap: 12px;
  }
}

.breadcrumbs__item {
  padding: 0;
}

.breadcrumbs__item--active {
  font-weight: 700;
  color: #747474;
  pointer-events: none;
}

.breadcrumbs__separator {
  width: 24px;
  height: 24px;
  background-image: url(../img/right-arrow-sm.55ba86a29211f9003340.svg);
}

/* --------------------------------------------------------------------------
   Banner Cookies
   -------------------------------------------------------------------------- */
.banner-cookies {
  background-color: #e0edf3;
  box-shadow: 0 -4px 100px rgba(0, 0, 0, 0.1);
  color: #828282;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  transform: translate3d(0, 50px, 32px);
  transition: all 0.3s ease 0s;
}

.banner-cookies.is-active {
  z-index: 99;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.banner-cookies__container {
  padding: 16px 16px 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 375px;
  margin: 0 auto;
}

@media (min-width: 767px) {
  .banner-cookies__container {
    padding: 18px 69px;
    max-width: 1324px;
    text-align: right;
    justify-content: flex-end;
  }
}

@media (min-width: 1366px) {
  .banner-cookies__container {
    padding-left: 48px;
    padding-right: 48px;
  }
}

.banner-cookies__button {
  min-height: 44px;
  padding-left: 24px;
  padding-right: 24px;
  min-width: 100px;
}

.banner-cookies__button--accept {
  border-radius: 12px 0 12px 12px;
}

@media (min-width: 767px) {
  .banner-cookies__button--accept {
    margin-left: 16px;
  }
}

.banner-cookies__button--decline {
  border-radius: 0 12px 12px;
}

/* ==========================================================================
   Page Specific Styles
   ========================================================================== */

/* --------------------------------------------------------------------------
   Home Page
   -------------------------------------------------------------------------- */
.home-page {
  position: relative;
  padding-top: 108px;
  padding-bottom: 16px;
}

.home-page::before {
  content: "";
  position: absolute;
  height: 339px;
  top: 0;
  width: 100%;
  background-image: url(../img/home-bg.fe5fc56b01c03a500e34.png);
  background-size: auto auto;
  background-position: -100px bottom;
  background-repeat: no-repeat;
}

@media (min-width: 767px) {
  .home-page::before {
    background-size: 100% 100%;
    background-image: url(../img/home-bg-lg.bcd35d5d0e2e4f4b5f97.png);
    height: 410px;
    background-position-x: 0;
  }
}

.home-page::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 860px;
  width: 100%;
  background-image: url(../img/decor-bottom-sm.c47c3cc982c177d54707.png);
  background-position: -420px bottom;
  background-repeat: no-repeat;
  background-size: 1024px 860px;
  filter: blur(4px);
}

@media (min-width: 667px) {
  .home-page::after {
    background-position-x: 0;
  }
}

@media (min-width: 767px) {
  .home-page::after {
    background-image: url(../img/decor-bottom-lg.58245420a2fc1ff4de14.png);
    height: 1147px;
    background-position-x: center;
    background-size: 2560px 1147px;
  }
}

@media (min-width: 767px) {
  .home-page {
    padding-top: 122px;
    padding-bottom: 0;
  }
}

@media (min-width: 1366px) {
  .home-page {
    padding-top: 146px;
    padding-bottom: 16px;
  }
}

.home-page__section-bg {
  position: relative;
  /*background-image: linear-gradient(#e0edf3);*/
  overflow: hidden;
}

.home-page__section-bg::after {
  background-position: 0 0, 0 0;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  z-index: -1;
  width: 2560px;
  height: 1432px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/bg-decor-lines.49e8ae21ec5a37ab9630.svg);
  filter: blur(4px);
  background-size: 2953px 1432px;
}

/* --------------------------------------------------------------------------
   Hero Section
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}

@media (min-width: 767px) {
  .hero {
    margin-bottom: 0;
  }
}

.hero__container {
  display: grid;
  grid-gap: 18px;
  gap: 18px;
  overflow: hidden;
}

@media (min-width: 767px) {
  .hero__container {
    grid-template-columns: 1fr 1fr;
    column-gap: max(32px, min(5vw, 60px));
  }
}

@media (min-width: 1024px) {
  .hero__container {
    grid-template-columns: 5fr 7fr;
  }
}

@media (min-width: 1366px) {
  .hero__container {
    gap: 20px;
  }
}

.hero__img-wrap {
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  width: 100%;
  height: 242px;
  position: relative;
  z-index: 1;
}

.hero__img-wrap picture {
  grid-column: 1 / -1;
  grid-row: 1 / 2;
}

@media (min-width: 767px) {
  .hero__img-wrap {
    height: auto;
    /* aspect-ratio: 327/242; */
    align-items: flex-start;
    padding-top: 40px;
    width: 100%;
    order: 1;
  }
}

@media (min-width: 1024px) {
  .hero__img-wrap {
    aspect-ratio: initial;
  }
}

@media (min-width: 1366px) {
  .hero__img-wrap {
    padding-top: 38px;
  }
}

.hero__decor-wrap {
  grid-column: 1 / -1;
  grid-row: 1 / 2;
  width: 100%;
  max-width: 270px;
  height: auto;
  aspect-ratio: 327 / 242;
  position: relative;
}

@media (min-width: 767px) {
  .hero__decor-wrap {
    max-width: 425px;
    height: auto;
    aspect-ratio: 425 / 325;
  }
}

@media (min-width: 1366px) {
  .hero__decor-wrap {
    max-width: 576px;
    aspect-ratio: 576 / 441;
    margin-bottom: 37px;
  }
}

.hero__img-wrap-main-img {
  grid-column: 1 / -1;
  grid-row: 1 / 2;
  position: relative;
  z-index: 1;
}

@media (min-width: 767px) {
  .hero__img-wrap-main-img {
    width: 100%;
    max-width: 425px;
    height: auto;
    aspect-ratio: 425 / 325;
  }
}

@media (min-width: 1366px) {
  .hero__img-wrap-main-img {
    max-width: 576px;
    aspect-ratio: 576 / 441;
    padding-bottom: 37px;
  }
}

.hero__text-content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 767px) {
  .hero__text-content {
    align-items: flex-start;
  }
}

.hero__top-title {
  color: #828282;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 0 6px;
}

@media (min-width: 767px) {
  .hero__top-title {
    margin-bottom: 12px;
  }
}

@media (min-width: 1366px) {
  .hero__top-title {
    font-size: 1.125rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }
}

.hero__title {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0 0 24px;
}

@media (min-width: 1024px) {
  .hero__title {
    font-size: 1.875rem;
    margin-bottom: 32px;
  }
}

@media (min-width: 1366px) {
  .hero__title {
    font-size: 2.25rem;
    line-height: 1.45;
  }
}

.hero__feat-list {
  color: #828282;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  order: 2;
}

@media (min-width: 767px) {
  .hero__feat-list {
    margin: 0 0 32px;
  }
}

.hero__feat-list-item {
  display: flex;
  gap: 16px;
  align-items: center;
}

.hero__feat-list-item:not(:last-child) {
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  .hero__feat-list-item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.hero__feat-list-item::before {
  content: "";
  width: 44px;
  height: auto;
  aspect-ratio: 1 / 1;
  flex: 0 0 44px;
  border-radius: 12px;
  background-color: #f1f1f1;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.hero__feat-list-item--like::before {
  background-image: url(../img/like.a9ceec9deb5010e31118.svg);
}

.hero__feat-list-item--chart::before {
  background-image: url(../img/chart.92c6562876abb21f15f5.svg);
}

.hero__feat-list-item--metr::before {
  background-image: url(../img/metr.624edcd57854e2c504ed.svg);
}

.hero__button {
  min-height: 58px;
  margin: 0 0 32px;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 767px) {
  .hero__button {
    order: 3;
    margin: 0;
    width: auto;
    min-width: 199px;
  }
}

.hero__decor {
  position: absolute;
  aspect-ratio: 1 / 1;
  height: auto;
  animation: rotate 8s cubic-bezier(0.55, 0, 0.1, 1) infinite;
}

.hero__decor--bitcoin {
  top: 35%;
  left: -24px;
  animation-name: bitcoin;
  animation-delay: 0.3s;
  animation-direction: reverse;
}

@media (min-width: 767px) {
  .hero__decor--bitcoin {
    width: 61px;
    left: -38px;
  }
}

@media (min-width: 1366px) {
  .hero__decor--bitcoin {
    width: 82px;
    left: -51px;
  }
}

.hero__decor--red {
  right: -28px;
  top: 10%;
}

@media (min-width: 767px) {
  .hero__decor--red {
    width: 68px;
    right: -44px;
  }
}

@media (min-width: 1366px) {
  .hero__decor--red {
    width: 92px;
    right: -60px;
  }
}

.hero__decor--etherium {
  bottom: 10%;
  right: -13px;
  z-index: 1;
  animation: rotate-30 6s ease-in-out 0.5s infinite;
}

@media (min-width: 767px) {
  .hero__decor--etherium {
    width: 62px;
    right: -20px;
    bottom: 12%;
  }
}

@media (min-width: 1366px) {
  .hero__decor--etherium {
    width: 84px;
    right: -27px;
    bottom: 23%;
  }
}

.hero__decor--blue {
  bottom: -15px;
  right: 16%;
  z-index: 1;
}

@media (min-width: 767px) {
  .hero__decor--blue {
    width: 47px;
    bottom: -12px;
    right: 27%;
  }
}

@media (min-width: 1366px) {
  .hero__decor--blue {
    width: 64px;
    bottom: 0;
  }
}

.hero__decor--dog {
  top: -20px;
  left: 27%;
  animation: rotate-30 8s ease-in-out 0.2s infinite;
}

@media (min-width: 767px) {
  .hero__decor--dog {
    top: -34px;
    width: 34px;
    left: 35%;
  }
}

@media (min-width: 1366px) {
  .hero__decor--dog {
    width: 46px;
    top: -30px;
  }
}

.hero__decor--green {
  top: -14px;
  left: -17px;
  z-index: 6;
}

@media (min-width: 767px) {
  .hero__decor--green {
    top: -28px;
    left: -34px;
    width: 64px;
  }
}

@media (min-width: 1366px) {
  .hero__decor--green {
    top: -30px;
    left: -38px;
    width: 87px;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes rotate-30 {
  0% {
    transform: rotate(-30deg);
  }
  50% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(-30deg);
  }
}

@keyframes bitcoin {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(15px, 15px) rotate(125deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

/* --------------------------------------------------------------------------
   Partners Section
   -------------------------------------------------------------------------- */
.partners {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
/*
.partners::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 375px;
  height: 90px;
  background-color: #fcfcfc;
  /* mask-image: url(../img/bg-decor.487a2437407d6a3481c3.png); 
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
*/
/*
@media (min-width: 1024px) {
  .partners::after {
    mask-image: url(../img/bg-decor-lg.0a83351a86d7042b0bee.png); 
    max-width: 530px;
    height: 90px;
  }
}
*/

@media (min-width: 767px) {
  .partners {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1366px) {
  .partners {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

.partners__decor {
  position: absolute;
  z-index: 2;
  width: 256px;
  height: auto;
  aspect-ratio: 1 / 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/obsidian-opacity.fa929ca5e6292cfceb10.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 767px) {
  .partners__decor {
    width: 295px;
  }
}

@media (min-width: 1366px) {
  .partners__decor {
    width: 492px;
  }
}

.partners__title {
  text-align: center;
  margin-bottom: 16px;
}

@media (min-width: 767px) {
  .partners__title {
    margin-bottom: 20px;
  }
}

@media (min-width: 1366px) {
  .partners__title {
    margin-bottom: 28px;
  }
}

.partners-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  gap: 15px;
  width: 100%;
}

@media (min-width: 767px) {
  .partners-list {
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }
}

.partners-list__item {
  --border-radius: 12px;
  backdrop-filter: blur(6px);
  min-height: 56px;
  min-width: 100%;
  width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  background-color: rgba(82, 82, 82, 0.05);
  border-radius: 12px;
  border-radius: var(--border-radius);
  padding: 6px;
}

@media (min-width: 767px) {
  .partners-list__item {
    --border-radius: 18px;
  }
}

@media (min-width: 1024px) {
  .partners-list__item {
    min-height: 76px;
  }
}

@media (min-width: 1366px) {
  .partners-list__item {
    --border-radius: 24px;
    min-height: 100px;
  }
}

.partners-list__item img {
  width: 100%;
  height: auto;
}

.partners-list__item--binance {
  border-top-right-radius: 0;
}

@media (min-width: 767px) {
  .partners-list__item--binance {
    background: linear-gradient(270deg, rgba(82, 82, 82, 0.05) 0%, transparent 100%);
  }
}

.partners-list__item--binance img {
  max-width: 100px;
}

@media (min-width: 767px) {
  .partners-list__item--binance img {
    max-width: 130px;
  }
}

@media (min-width: 1366px) {
  .partners-list__item--binance img {
    max-width: 172px;
  }
}

.partners-list__item--kraken {
  border-top-right-radius: 0;
}

@media (min-width: 767px) {
  .partners-list__item--kraken {
    border-radius: var(--border-radius);
    border-top-left-radius: 0;
  }
}

.partners-list__item--kraken img {
  max-width: 92px;
}

@media (min-width: 767px) {
  .partners-list__item--kraken img {
    max-width: 120px;
  }
}

@media (min-width: 1366px) {
  .partners-list__item--kraken img {
    max-width: 158px;
  }
}

.partners-list__item--crystal {
  border-bottom-right-radius: 0;
}

.partners-list__item--crystal img {
  max-width: 86px;
}

@media (min-width: 767px) {
  .partners-list__item--crystal img {
    max-width: 118px;
  }
}

@media (min-width: 1366px) {
  .partners-list__item--crystal img {
    max-width: 156px;
  }
}

.partners-list__item--b2b {
  border-bottom-left-radius: 0;
}

@media (min-width: 767px) {
  .partners-list__item--b2b {
    background: linear-gradient(90deg, rgba(82, 82, 82, 0.05) 0%, transparent 100%);
  }
}

.partners-list__item--b2b img {
  max-width: 98px;
}

@media (min-width: 767px) {
  .partners-list__item--b2b img {
    max-width: 132px;
  }
}

@media (min-width: 1366px) {
  .partners-list__item--b2b img {
    max-width: 165px;
  }
}

.partners-list__item-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* --------------------------------------------------------------------------
   Who Section
   -------------------------------------------------------------------------- */
.who {
  padding-top: 80px;
  text-align: center;
  font-size: 1rem;
}

@media (min-width: 767px) {
  .who {
    padding-top: 100px;
  }
}

.who .container {
  scroll-margin-block-start: 100px;
}

.who__title {
  margin: 0 0 16px;
}

@media (min-width: 767px) {
  .who__title {
    margin-bottom: 36px;
  }
}

@media (min-width: 1366px) {
  .who__title {
    margin-bottom: 60px;
  }
}

.who__obsidian-list {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 0 0 32px;
}

@media (min-width: 767px) {
  .who__obsidian-list {
    margin-bottom: 48px;
  }
}

@media (min-width: 1366px) {
  .who__obsidian-list {
    margin-bottom: 60px;
  }
}

.obsidian-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

@media (min-width: 1024px) {
  .obsidian-list {
    display: inline-flex;
    gap: 20px;
    position: relative;
  }
  
  .obsidian-list::after {
    content: "";
    pointer-events: none;
    position: absolute;
    width: calc(100% - 184px);
    height: calc(100% + 24px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(133, 133, 133, 0.1);
    border-radius: 200px;
  }
}

.obsidian-list__item {
  background-color: rgba(133, 133, 133, 0.16);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 148px;
  height: auto;
  aspect-ratio: 1 / 1;
  transition: all 0.3s ease 0s;
}

.obsidian-list__item:first-child,
.obsidian-list__item:last-child {
  max-width: 78px;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
}

@media (min-width: 1024px) {
  .obsidian-list__item:first-child,
  .obsidian-list__item:last-child {
    max-width: 84px;
  }
}

@media (min-width: 1024px) {
  .obsidian-list__item:nth-child(3) {
    margin-left: 48px;
    margin-right: 48px;
  }
}

.obsidian-list__item img {
  user-select: none;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  max-width: calc(100% - 16px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: 8px;
}

.who__subtitle {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin: 0 0 12px;
}

@media (min-width: 767px) {
  .who__subtitle {
    margin-bottom: 8px;
  }
}

.who__text {
  color: #a0a0a0;
  line-height: 1.7;
  letter-spacing: 0.02em;
  max-width: 672px;
  margin: 0 auto 24px;
}

@media (min-width: 767px) {
  .who__text {
    font-size: 1.125rem;
    line-height: 165%;
  }
}

@media (min-width: 1366px) {
  .who__text {
    letter-spacing: normal;
    letter-spacing: initial;
  }
}

.who__features-list {
  margin-top: 44px;
}

@media (min-width: 767px) {
  .who__features-list {
    margin-top: 48px;
  }
}

.who-features-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 32px;
  column-gap: 48px;
}

.who-features-list__item {
  flex: 0 1 275px;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  justify-content: center;
  justify-items: center;
  align-items: start;
}

.who-features-list__item-title {
  border-radius: 47px 47px 0;
  background-color: rgba(133, 133, 133, 0.08);
  padding: 4px;
  padding-right: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.who-features-list__item-title-icon-wrap {
  border-radius: 50%;
  padding: 5px;
  background-color: #fff;
  color: #e24038;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.who-features-list__item-subtext {
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.02em;
  color: #a0a0a0;
}

/* --------------------------------------------------------------------------
   Steps Section
   -------------------------------------------------------------------------- */
.steps {
  padding-top: 64px;
}

@media (min-width: 767px) {
  .steps {
    padding-top: 100px;
  }
}

.steps .container {
  scroll-margin-block-start: 100px;
}

.steps__title {
  text-align: center;
  margin-bottom: 16px;
}

@media (min-width: 767px) {
  .steps__title {
    margin-bottom: 24px;
  }
}

@media (min-width: 1366px) {
  .steps__title {
    margin-bottom: 28px;
  }
}

.steps-list {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  justify-content: center;
  justify-items: center;
}

@media (min-width: 767px) {
  .steps-list {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

@media (min-width: 1024px) {
  .steps-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

@media (min-width: 1366px) {
  .steps-list {
    gap: 40px;
  }
}

.steps-list__step-item {
  counter-increment: li;
}

.step-item {
  --border-radius: 30px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  border-radius: var(--border-radius);
  box-shadow: 0 0 250px rgba(53, 53, 53, 0.12);
  display: inline-grid;
  grid-template-columns: 140px 117px;
  gap: 28px;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .step-item {
    --border-radius: 40px;
    padding-bottom: 20px;
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    align-items: stretch;
    gap: 16px;
    height: 100%;
  }
}

@media (min-width: 1366px) {
  .step-item {
    gap: 20px;
  }
}

.step-item:nth-child(1) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 15px;
}

@media (min-width: 1024px) {
  .step-item:nth-child(1) {
    border-radius: 40px 0 25px 25px;
  }
}

@media (min-width: 1366px) {
  .step-item:nth-child(1) {
    border-radius: 50px 0 30px 30px;
  }
}

.step-item:nth-child(1) .step-item__img-wrap {
  background-image: url(../img/step-1-md.e71334356c258889215d.svg);
  border-bottom-right-radius: 0;
  border-top-right-radius: 10px;
}

@media (min-width: 1024px) {
  .step-item:nth-child(1) .step-item__img-wrap {
    background-size: 98px 107px;
    background-position-x: 55%;
    border-radius: 30px 0 15px 15px;
  }
}

@media (min-width: 1366px) {
  .step-item:nth-child(1) .step-item__img-wrap {
    border-radius: 38px 0 20px 20px;
    background-size: 128px 141px;
    background-position-x: 65px;
  }
}

.step-item:nth-child(2) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 15px;
}

@media (min-width: 1024px) {
  .step-item:nth-child(2) {
    border-radius: 0 40px 25px 25px;
  }
}

@media (min-width: 1366px) {
  .step-item:nth-child(2) {
    border-radius: 0 40px 30px 30px;
  }
}

.step-item:nth-child(2) .step-item__img-wrap {
  background-image: url(../img/step-2-md.849a6d287f203da9c5dd.svg);
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
}

@media (min-width: 1024px) {
  .step-item:nth-child(2) .step-item__img-wrap {
    background-image: url(../img/step-2-lg.4eb0d71e45cd45e66d36.svg);
    background-size: 117px 117px;
    border-radius: 0 30px 15px 15px;
  }
}

@media (min-width: 1366px) {
  .step-item:nth-child(2) .step-item__img-wrap {
    background-size: 156px 158px;
    background-position-x: 56px;
    border-radius: 0 27px 20px 20px;
  }
}

.step-item:nth-child(3) {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
}

@media (min-width: 1024px) {
  .step-item:nth-child(3) {
    border-radius: 40px 25px 0;
  }
}

@media (min-width: 1366px) {
  .step-item:nth-child(3) {
    border-radius: 50px 30px 0;
  }
}

.step-item:nth-child(3) .step-item__img-wrap {
  background-image: url(../img/step-3-md.194265b809b024adc877.svg);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
}

@media (min-width: 1024px) {
  .step-item:nth-child(3) .step-item__img-wrap {
    background-image: url(../img/step-3-lg.6143c0494102d83fdcef.svg);
    background-size: 139px 147px;
    background-position: 32px 23px;
    border-radius: 30px 15px 0;
  }
}

@media (min-width: 1366px) {
  .step-item:nth-child(3) .step-item__img-wrap {
    background-size: 175px 185px;
    background-position: 56px 29px;
    border-radius: 38px 20px 0;
  }
}

.step-item:nth-child(4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 15px;
}

@media (min-width: 1024px) {
  .step-item:nth-child(4) {
    border-radius: 25px 40px 25px 0;
  }
}

@media (min-width: 1366px) {
  .step-item:nth-child(4) {
    border-radius: 30px 50px 30px 0;
  }
}

.step-item:nth-child(4) .step-item__img-wrap {
  background-image: url(../img/step-4-md.6919b10b0de724e0c2e9.svg);
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
}

@media (min-width: 1024px) {
  .step-item:nth-child(4) .step-item__img-wrap {
    background-image: url(../img/step-4-lg.3fbf8570dad60434f29b.svg);
    background-size: 155px 127px;
    background-position: 38px 29px;
    border-radius: 15px 30px 15px 0;
  }
}

@media (min-width: 1366px) {
  .step-item:nth-child(4) .step-item__img-wrap {
    border-radius: 20px 38px 20px 0;
    background-size: 209px 171px;
    background-position: center 29px;
  }
}

@media (min-width: 1366px) {
  .step-item:nth-child(4) .step-item__text {
    padding-left: 0;
    padding-right: 0;
  }
}

.step-item__img-wrap {
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 96px;
  position: relative;
  border-radius: 20px;
  background-color: #ffc5c2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  border: 0;
  padding: 0;
}

@media (min-width: 1024px) {
  .step-item__img-wrap {
    border-radius: 30px;
    background-position: center bottom;
    padding-top: 9px;
    flex-direction: column;
    justify-content: space-between;
    height: 148px;
    align-items: center;
  }
}

@media (min-width: 1366px) {
  .step-item__img-wrap {
    padding-top: 12px;
    height: 195px;
  }
}

.step-item__img-wrap img {
  margin-bottom: -0.5px;
  margin-left: -0.5px;
  background-color: rgba(0, 0, 0, 0);
}

.step-item__text {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  color: #a0a0a0;
}

@media (min-width: 1024px) {
  .step-item__text {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1366px) {
  .step-item__text {
    font-size: 1rem;
    line-height: 1.3;
  }
}

.step-item__step-text {
  color: #de6d67;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}

@media (min-width: 1024px) {
  .step-item__step-text {
    top: auto;
    top: initial;
    transform: none;
    right: auto;
    right: initial;
    position: relative;
  }
}

@media (min-width: 1366px) {
  .step-item__step-text {
    font-size: 1.125rem;
  }
}

.step-item__step-text::after {
  content: " " counter(li);
}

/* --------------------------------------------------------------------------
   Form Section
   -------------------------------------------------------------------------- */
.form-section {
  margin-top: 64px;
  margin-bottom: 64px;
  position: relative;
  scroll-margin-block-start: 100px;
}

@media (min-width: 767px) {
  .form-section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media (min-width: 1366px) {
  .form-section {
    margin-top: 100px;
    margin-bottom: 91px;
  }
}

.form-section__title {
  text-align: center;
  margin-bottom: 16px;
}

@media (min-width: 767px) {
  .form-section__title {
    margin-bottom: 24px;
  }
}

@media (min-width: 1366px) {
  .form-section__title {
    margin-bottom: 28px;
  }
}

@media (min-width: 767px) {
  .form-section__form {
    padding: 40px 48px;
    background-color: #fff;
    border-radius: 50px 50px 0;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.04);
  }
}

@media (min-width: 1366px) {
  .form-section__form {
    padding: 48px 56px;
  }
}

.form__content {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  align-items: start;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .form__content {
    grid-template-columns: 1fr 1fr;
  }
  
  .form__content > div:nth-child(3),
  .form__content > div:nth-child(4) {
    grid-column: 1 / -1;
  }
}

.form__footer {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #a1a1a1;
}

@media (min-width: 667px) {
  .form__footer {
    text-align: center;
  }
}

@media (min-width: 767px) {
  .form__footer {
    color: #a0a0a0;
    font-size: 1rem;
    line-height: 1.7;
  }
}

.form__agreement {
  font-size: 0.875rem;
  color: #b4b4b4;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 24px;
}

.form__agreement-checkbox {
  margin-right: 8px;
}

.form__agreement-label label {
  cursor: pointer;
}

.form__policy-link {
  padding-left: 0;
  padding-right: 0;
}

.form__btn-submit {
  margin: 0 auto;
  min-height: 58px;
  width: 100%;
  max-width: 327px;
}

@media (min-width: 667px) {
  .form__btn-submit {
    max-width: 222px;
  }
}

/* --------------------------------------------------------------------------
   Home FAQ
   -------------------------------------------------------------------------- */
.home-faq__title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
}

@media (min-width: 767px) {
  .home-faq__title {
    margin-bottom: 20px;
  }
}

/* --------------------------------------------------------------------------
   404 Page
   -------------------------------------------------------------------------- */
.not-found {
  position: relative;
  padding-top: 24px;
  padding-bottom: 64px;
  flex: 0 1 auto;
  justify-self: center;
}

@media (min-width: 1024px) {
  .not-found {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (min-width: 1366px) {
  .not-found {
    padding-top: 64px;
    padding-bottom: 92px;
  }
}

.not-found__intro {
  text-align: center;
  display: grid;
  grid-gap: 48px;
  gap: 48px;
}

@media (min-width: 1024px) {
  .not-found__intro {
    text-align: left;
    display: grid;
    grid-template-columns: 5fr 7fr;
    grid-gap: 15px;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 1366px) {
  .not-found__intro {
    grid-template-columns: 4fr 8fr;
  }
}

.not-found__intro-img {
  display: flex;
  justify-content: center;
}

@media (min-width: 1024px) {
  .not-found__intro-img {
    justify-content: flex-end;
  }
}

.not-found__intro-img img {
  width: 100%;
  height: auto;
  max-width: 400px;
}

@media (min-width: 1024px) {
  .not-found__intro-img img {
    max-width: 733px;
  }
}

.not-found__text-content {
  margin: 0 auto;
  max-width: 345px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (min-width: 1024px) {
  .not-found__text-content {
    max-width: 539px;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
}

.not-found__title {
  width: 100%;
  margin: 0 0 4px;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 150%;
  letter-spacing: 0.02em;
}

@media (min-width: 1024px) {
  .not-found__title {
    margin-bottom: 16px;
    font-size: 1.875rem;
  }
}

@media (min-width: 1366px) {
  .not-found__title {
    font-size: 2.25rem;
    line-height: 145%;
  }
}

.not-found__text {
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #a0a0a0;
}

.not-found__button {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 327px;
  min-height: 58px;
}

@media (min-width: 1024px) {
  .not-found__button {
    max-width: 296px;
    margin-top: 44px;
  }
}

@media (min-width: 1366px) {
  .not-found__button {
    max-width: 292px;
  }
}

/* --------------------------------------------------------------------------
   Privacy Page
   -------------------------------------------------------------------------- */
.privacy {
  padding-top: 102px;
  padding-bottom: 44px;
}

@media (min-width: 1024px) {
  .privacy {
    padding-top: 122px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1366px) {
  .privacy {
    padding-top: 146px;
    padding-bottom: 64px;
  }
}

.privacy h1 {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.25rem;
}

@media (min-width: 767px) {
  .privacy h1 {
    font-size: 1.875rem;
    line-height: 1.5;
  }
}

@media (min-width: 1366px) {
  .privacy h1 {
    margin-bottom: 10px;
    font-size: 2.25rem;
    line-height: 1.45;
  }
}

.privacy h2 {
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.0625rem;
}

@media (min-width: 1024px) {
  .privacy h2 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}

.privacy p {
  color: #828282;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
}

.privacy li:not(:last-child) {
  margin: 0 0 32px;
}

@media (min-width: 1024px) {
  .privacy li:not(:last-child) {
    margin-bottom: 36px;
  }
}

@media (min-width: 1366px) {
  .privacy li:not(:last-child) {
    margin-bottom: 40px;
  }
}

.privacy .breadcrumbs {
  margin-bottom: 16px;
}

@media (min-width: 767px) {
  .privacy .breadcrumbs {
    margin-bottom: 22px;
  }
}

@media (min-width: 1366px) {
  .privacy .breadcrumbs {
    margin-bottom: 36px;
  }
}

/* ==========================================================================
   Utilities
   ========================================================================== */
.scroll-lock-ios {
  position: fixed;
  overflow: hidden;
}

.scroll-lock {
  overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

@media (min-width: 767px) {
  .lg-hidden {
    display: none;
  }
}

@media (min-width: 1024px) {
  .xl-hidden {
    display: none;
  }
}

.lg-block {
  display: none;
}

@media (min-width: 767px) {
  .lg-block {
    display: block;
  }
}

.xl-block {
  display: none;
}

@media (min-width: 1024px) {
  .xl-block {
    display: block;
  }
}

@media (min-width: 1366px) {
  .xxl-hidden {
    display: none;
  }
}

.mb {
  margin-bottom: 40px;
}

@media (min-width: 767px) {
  .mb {
    margin-bottom: 80px;
  }
}

.mb-8 {
  margin-bottom: 32px;
}

.text-yellow {
  color: #ffcd00;
}

.text-orange {
  color: #faa341;
}

.text-primary {
  color: #d52105;
}

.scroll-padding-top {
  scroll-padding-block-start: 90px;
}

@media (min-width: 768px) {
  .scroll-padding-top {
    scroll-padding-block-start: 160px;
  }
}

.title-h2 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 135%;
}

@media (min-width: 767px) {
  .title-h2 {
    font-size: 1.75rem;
    line-height: 140%;
  }
}

@media (min-width: 1366px) {
  .title-h2 {
    font-size: 2rem;
  }
}