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

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

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

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1023px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 15px !important;
}

.mt-1,
.my-1 {
  margin-top: 15px !important;
}

.mr-1,
.mx-1 {
  margin-right: 15px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 15px !important;
}

.ml-1,
.mx-1 {
  margin-left: 15px !important;
}

.m-2 {
  margin: 30px !important;
}

.mt-2,
.my-2 {
  margin-top: 30px !important;
}

.mr-2,
.mx-2 {
  margin-right: 30px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 30px !important;
}

.ml-2,
.mx-2 {
  margin-left: 30px !important;
}

.m-3 {
  margin: 45px !important;
}

.mt-3,
.my-3 {
  margin-top: 45px !important;
}

.mr-3,
.mx-3 {
  margin-right: 45px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 45px !important;
}

.ml-3,
.mx-3 {
  margin-left: 45px !important;
}

.m-4 {
  margin: 60px !important;
}

.mt-4,
.my-4 {
  margin-top: 60px !important;
}

.mr-4,
.mx-4 {
  margin-right: 60px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 60px !important;
}

.ml-4,
.mx-4 {
  margin-left: 60px !important;
}

.m-5 {
  margin: 75px !important;
}

.mt-5,
.my-5 {
  margin-top: 75px !important;
}

.mr-5,
.mx-5 {
  margin-right: 75px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 75px !important;
}

.ml-5,
.mx-5 {
  margin-left: 75px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 15px !important;
}

.pt-1,
.py-1 {
  padding-top: 15px !important;
}

.pr-1,
.px-1 {
  padding-right: 15px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 15px !important;
}

.pl-1,
.px-1 {
  padding-left: 15px !important;
}

.p-2 {
  padding: 30px !important;
}

.pt-2,
.py-2 {
  padding-top: 30px !important;
}

.pr-2,
.px-2 {
  padding-right: 30px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 30px !important;
}

.pl-2,
.px-2 {
  padding-left: 30px !important;
}

.p-3 {
  padding: 45px !important;
}

.pt-3,
.py-3 {
  padding-top: 45px !important;
}

.pr-3,
.px-3 {
  padding-right: 45px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 45px !important;
}

.pl-3,
.px-3 {
  padding-left: 45px !important;
}

.p-4 {
  padding: 60px !important;
}

.pt-4,
.py-4 {
  padding-top: 60px !important;
}

.pr-4,
.px-4 {
  padding-right: 60px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 60px !important;
}

.pl-4,
.px-4 {
  padding-left: 60px !important;
}

.p-5 {
  padding: 75px !important;
}

.pt-5,
.py-5 {
  padding-top: 75px !important;
}

.pr-5,
.px-5 {
  padding-right: 75px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 75px !important;
}

.pl-5,
.px-5 {
  padding-left: 75px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 15px !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 15px !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 15px !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 15px !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 15px !important;
  }

  .m-sm-2 {
    margin: 30px !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 30px !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 30px !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 30px !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 30px !important;
  }

  .m-sm-3 {
    margin: 45px !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 45px !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 45px !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 45px !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 45px !important;
  }

  .m-sm-4 {
    margin: 60px !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 60px !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 60px !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 60px !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 60px !important;
  }

  .m-sm-5 {
    margin: 75px !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 75px !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 75px !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 75px !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 75px !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 15px !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 15px !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 15px !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 15px !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 15px !important;
  }

  .p-sm-2 {
    padding: 30px !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 30px !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 30px !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 30px !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 30px !important;
  }

  .p-sm-3 {
    padding: 45px !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 45px !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 45px !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 45px !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 45px !important;
  }

  .p-sm-4 {
    padding: 60px !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 60px !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 60px !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 60px !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 60px !important;
  }

  .p-sm-5 {
    padding: 75px !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 75px !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 75px !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 75px !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 75px !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 15px !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 15px !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 15px !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 15px !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 15px !important;
  }

  .m-md-2 {
    margin: 30px !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 30px !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 30px !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 30px !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 30px !important;
  }

  .m-md-3 {
    margin: 45px !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 45px !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 45px !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 45px !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 45px !important;
  }

  .m-md-4 {
    margin: 60px !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 60px !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 60px !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 60px !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 60px !important;
  }

  .m-md-5 {
    margin: 75px !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 75px !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 75px !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 75px !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 75px !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 15px !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 15px !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 15px !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 15px !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 15px !important;
  }

  .p-md-2 {
    padding: 30px !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 30px !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 30px !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 30px !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 30px !important;
  }

  .p-md-3 {
    padding: 45px !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 45px !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 45px !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 45px !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 45px !important;
  }

  .p-md-4 {
    padding: 60px !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 60px !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 60px !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 60px !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 60px !important;
  }

  .p-md-5 {
    padding: 75px !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 75px !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 75px !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 75px !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 75px !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1023px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 15px !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 15px !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 15px !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 15px !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 15px !important;
  }

  .m-lg-2 {
    margin: 30px !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 30px !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 30px !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 30px !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 30px !important;
  }

  .m-lg-3 {
    margin: 45px !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 45px !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 45px !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 45px !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 45px !important;
  }

  .m-lg-4 {
    margin: 60px !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 60px !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 60px !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 60px !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 60px !important;
  }

  .m-lg-5 {
    margin: 75px !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 75px !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 75px !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 75px !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 75px !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 15px !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 15px !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 15px !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 15px !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 15px !important;
  }

  .p-lg-2 {
    padding: 30px !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 30px !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 30px !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 30px !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 30px !important;
  }

  .p-lg-3 {
    padding: 45px !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 45px !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 45px !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 45px !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 45px !important;
  }

  .p-lg-4 {
    padding: 60px !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 60px !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 60px !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 60px !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 60px !important;
  }

  .p-lg-5 {
    padding: 75px !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 75px !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 75px !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 75px !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 75px !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 15px !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 15px !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 15px !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 15px !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 15px !important;
  }

  .m-xl-2 {
    margin: 30px !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 30px !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 30px !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 30px !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 30px !important;
  }

  .m-xl-3 {
    margin: 45px !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 45px !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 45px !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 45px !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 45px !important;
  }

  .m-xl-4 {
    margin: 60px !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 60px !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 60px !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 60px !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 60px !important;
  }

  .m-xl-5 {
    margin: 75px !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 75px !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 75px !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 75px !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 75px !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 15px !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 15px !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 15px !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 15px !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 15px !important;
  }

  .p-xl-2 {
    padding: 30px !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 30px !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 30px !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 30px !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 30px !important;
  }

  .p-xl-3 {
    padding: 45px !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 45px !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 45px !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 45px !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 45px !important;
  }

  .p-xl-4 {
    padding: 60px !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 60px !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 60px !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 60px !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 60px !important;
  }

  .p-xl-5 {
    padding: 75px !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 75px !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 75px !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 75px !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 75px !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 15px !important;
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 15px !important;
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 15px !important;
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 15px !important;
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 15px !important;
  }

  .m-xxl-2 {
    margin: 30px !important;
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 30px !important;
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 30px !important;
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 30px !important;
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 30px !important;
  }

  .m-xxl-3 {
    margin: 45px !important;
  }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 45px !important;
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 45px !important;
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 45px !important;
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 45px !important;
  }

  .m-xxl-4 {
    margin: 60px !important;
  }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 60px !important;
  }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 60px !important;
  }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 60px !important;
  }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 60px !important;
  }

  .m-xxl-5 {
    margin: 75px !important;
  }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 75px !important;
  }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 75px !important;
  }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 75px !important;
  }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 75px !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 15px !important;
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 15px !important;
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 15px !important;
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 15px !important;
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 15px !important;
  }

  .p-xxl-2 {
    padding: 30px !important;
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 30px !important;
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 30px !important;
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 30px !important;
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 30px !important;
  }

  .p-xxl-3 {
    padding: 45px !important;
  }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 45px !important;
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 45px !important;
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 45px !important;
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 45px !important;
  }

  .p-xxl-4 {
    padding: 60px !important;
  }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 60px !important;
  }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 60px !important;
  }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 60px !important;
  }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 60px !important;
  }

  .p-xxl-5 {
    padding: 75px !important;
  }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 75px !important;
  }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 75px !important;
  }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 75px !important;
  }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 75px !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

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

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

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

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

.d-inline-flex {
  display: inline-flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

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

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

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

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

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

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 1023px) {
  .d-lg-inline {
    display: inline !important;
  }

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

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

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

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

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

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }

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

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

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1023px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto>* {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1>* {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2>* {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3>* {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4>* {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5>* {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6>* {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 15px;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 15px;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 30px;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 30px;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 45px;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 45px;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 60px;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 60px;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 75px;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 75px;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 15px;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 15px;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 30px;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 30px;
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 45px;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 45px;
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 60px;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 60px;
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 75px;
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 75px;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 15px;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 15px;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 30px;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 30px;
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 45px;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 45px;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 60px;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 60px;
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 75px;
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 75px;
  }
}

@media (min-width: 1023px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 15px;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 15px;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 30px;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 30px;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 45px;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 45px;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 60px;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 60px;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 75px;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 75px;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 15px;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 15px;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 30px;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 30px;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 45px;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 45px;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 60px;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 60px;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 75px;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 75px;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 15px;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 15px;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 30px;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 30px;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 45px;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 45px;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 60px;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 60px;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 75px;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 75px;
  }
}

@font-face {
  font-family: "SB Sans Display";
  src: url("../fonts/SBSansDisplay-Regular.woff2") format("woff2"), url("../fonts/SBSansDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SB Sans Display";
  src: url("../fonts/SBSansDisplay-Light.woff2") format("woff2"), url("../fonts/SBSansDisplay-Light.woff") format("woff");
  font-weight: 250;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SB Sans Text";
  src: url("../fonts/SBSansText-Regular.woff2") format("woff2"), url("../fonts/SBSansText-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

.bx-core-window * {
  box-sizing: content-box;
  vertical-align: top;
}

body {
  font: 400 16px/1.3 "SB Sans Text", "Helvetica", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #14191D;
  background-color: #ffffff;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.content {
  background-color: #ffffff;
  position: relative;
  z-index: 3;
}

@media (max-width: 1023px) {
  .content {
    margin-top: 0;
  }
}

*:focus:not(:focus-visible) {
  outline: none;
}

p {
  margin: 0;
}

p:not(:last-child) {
  margin: 0 0 16px;
}

@media screen and (hover: hover) and (pointer: fine) {
  a:hover {
    text-decoration: none;
  }
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

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

.reset-list>li {
  display: inline;
  margin: 0;
}

.reset-btn {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background-color: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize line-height. Cannot be changed from normal in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable input types in iOS */
  -webkit-appearance: none;
}

.reset-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.bg-message {
  margin: 0 0 8px;
  padding: 2vw;
  font-size: 16px;
}

.bg-primary {
  color: #fff;
  background-color: #ffffff;
}

.bg-primary:hover {
  background-color: #ffffff;
}

.bg-success {
  color: #14191D;
  background-color: #28a745;
}

.bg-success:hover {
  background-color: #28a745;
}

.bg-info {
  color: #14191D;
  background-color: #17a2b8;
}

.bg-info:hover {
  background-color: #17a2b8;
}

.bg-danger {
  color: #14191D;
  background-color: #dc3545;
}

.bg-danger:hover {
  background-color: #dc3545;
}

.color-white {
  color: #ffffff;
}

.hover-underline {
  text-decoration: none;
}

@media screen and (hover: hover) and (pointer: fine) {
  .hover-underline:hover {
    text-decoration: underline;
  }
}

.hover-opacity {
  transition: 0.3s opacity ease-in-out;
}

@media screen and (hover: hover) and (pointer: fine) {
  .hover-opacity:hover {
    opacity: 0.75;
  }
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-title {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 500;
  padding-bottom: 40px;
}

.has-no-error {
  border-color: #28a745 !important;
}

.has-error {
  border-color: #dc3545 !important;
}

.is-loading {
  filter: blur(3px) grayscale(80%);
}

input[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

label,
select,
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

.form-description {
  margin: 40px 0;
}

.form-agree {
  margin: 40px 0;
  text-align: center;
  font-size: 16px;
}

.form-agree input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.form-agree label {
  position: relative;
  padding-left: 30px;
  font-weight: normal;
}

.form-agree label:after {
  height: 20px;
  width: 20px;
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}

.form-agree label:before {
  height: 10px;
  width: 5px;
  border: 2px solid #28a745;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  z-index: 3;
  opacity: 0;
  transition: 0.3s;
  content: "";
}

.form-agree input:checked+label:after {
  border-color: #14191D;
}

.form-agree input:checked+label:before {
  opacity: 1;
}

.form-agree a {
  color: #28a745;
  border-bottom: 1px solid;
}

.form-action {
  margin-top: 30px;
}

.form-group {
  position: relative;
}

.form-group:not(:last-child) {
  margin-bottom: 40px;
}

.form-label {
  font: 400 20px/1.3 "SB Sans Text", "Helvetica", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: block;
  color: currentColor;
  transition: 0.3s;
  margin: 0 0 7px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font: 400 20px/1.3 "SB Sans Text", "Helvetica", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #14191D;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #14191D;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-appearance: none;
}

.form-control:focus~.form-focus {
  width: 100%;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #14191D;
  outline: 0;
}

.form-control.placeholder {
  color: currentColor;
  opacity: 1;
}

.form-control:-moz-placeholder {
  color: currentColor;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: currentColor;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: currentColor;
  opacity: 1;
}

.form-control::-webkit-input-placeholder {
  color: currentColor;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

textarea.form-control {
  height: 68px;
  min-height: 68px;
  min-width: 100%;
}

.btn {
  margin: 0;
  width: auto;
  font-family: inherit;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: 20px 26px;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  color: #ffffff;
  background: #ffffff;
  transition: 0.3s;
}

.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.pop {
  padding: 40px 70px;
  overflow: visible;
  background: #F8F8F8;
}

.pop-title {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.3em;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}

.pop-form {
  max-width: 470px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  z-index: 99;
  box-shadow: 0px 4px 11px 0px rgba(34, 60, 80, 0.2);
}

@media screen and (max-width: 767.98px) {
  .header {
    border-bottom: 1px solid #e3e5e7;
  }
}

@media (max-width: 375px) {
  .header {
    height: 56px;
  }
}

.header__btn {
  padding: 25px 43.5px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.5px;
  background: #7b61ff;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  transition: background-image 0.3s;
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 64px;
}

.header__btn span {
  position: relative;
  z-index: 3;
}

.header__btn::before {
  position: absolute;
  content: "";
  background: #7fd7cf;
  filter: blur(28px);
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: none;
  z-index: 2;
  transition: 0.2s;
}

.header__btn::after {
  position: absolute;
  content: "";
  background: #dfd9ff;
  filter: blur(24px);
  transform: rotate(90deg);
  width: 70px;
  height: 122px;
  top: calc(50% - 61px - 54px);
  filter: blur(24px);
  left: -20px;
  z-index: 2;
  transition: 0.2s;
}

.header__btn:hover::before {
  filter: blur(48px);
  top: 0;
  height: 100%;
  width: 100%;
  transition: 0.2s;
}

.header__btn:hover::after {
  top: calc(50% - 61px - 54px);
  left: -50px;
  transition: 0.2s;
}

@media screen and (max-width: 767.98px) {
  .header__btn {
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 375px) {
  .header__btn {
    padding: 21px 32px;
    height: 56px;
  }
}

.header__logo {
  padding: 0 20px;
  cursor: pointer;
}

.header__logo img {
  width: 110px;
  height: 36px;
}

.header__call {
  margin: 0 16px 0 auto;
}

.header__tel {
  padding: 25px 20px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.5px;
  cursor: pointer;
  text-decoration: none;
  color: #14191D;
  font-weight: 500;
  white-space: nowrap;
}

@media screen and (max-width: 767.98px) {
  .header__tel {
    border-left: 1px solid #e3e5e7;
  }
}

@media (max-width: 375px) {
  .header__tel {
    padding: 21px 11px;
  }
}

.footer {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}

.footer-main {
  padding: 24px;
}

@media screen and (max-width: 767.98px) {
  .footer-main {
    padding: 32px 16px 32px;
  }
}

.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 114px;
}

.footer-top__adress {
  max-width: 198px;
  width: 100%;
}

@media screen and (max-width: 1022.98px) {
  .footer-top {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767.98px) {
  .footer-top {
    margin-bottom: 32px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer-middle {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 1022.98px) {
  .footer-middle {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767.98px) {
  .footer-middle {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer-links {
  max-width: 198px;
  margin-left: 24px;
}

@media screen and (max-width: 1022.98px) {
  .footer-links {
    order: 2;
  }
}

@media screen and (max-width: 767.98px) {
  .footer-links {
    margin: 24px 0 0 0;
  }
}

.footer-links__item {
  display: block;
  margin-bottom: 8px;
  color: #BFC3C9;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: -1px;
}

@media screen and (min-width: 1800px) {
  .footer-links__item {
    font-size: 14px;
  }
}

.footer-links__item:last-of-type {
  margin-bottom: 0;
}

.footer-public-offer {
  font-size: 12px;
  line-height: 13px;
  letter-spacing: -1px;
  color: #BFC3C9;
  margin: 0 auto 0 24px;
}

.footer-public-offer p {
  max-width: 653px;
}

@media screen and (max-width: 1022.98px) {
  .footer-public-offer {
    order: 3;
    width: 100%;
    margin: 0;
    margin-top: 40px;
  }
}

@media screen and (min-width: 1800px) {
  .footer-public-offer {
    font-size: 14px;
  }

  .footer-public-offer p {
    max-width: 733px;
  }
}

.footer__title {
  font-family: "SB Sans Display", sans-serif;
  font-size: 36px;
  line-height: 38px;
  letter-spacing: -1px;
  color: #E3E5E7;
  text-transform: uppercase;
}

.footer__title a {
  color: #14191D;
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 767.98px) {
  .footer__title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}

.footer-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media (max-width: 1023px) {
  .footer-info {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.footer-adress {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.5px;
  color: #14191D;
  font-weight: 500;
}

.footer-adress span {
  display: block;
  margin-bottom: 4px;
  color: #BFC3C9;
  font-weight: 400;
}

.footer-adress p {
  margin: 0;
}

.footer-adress a {
  color: #14191D;
  text-decoration: underline;
}

.footer-adress a.no-underline {
  text-decoration: none;
}

.footer-adress a:hover {
  text-decoration: underline;
}

.footer-socials {
  width: 100%;
  display: flex;
  align-items: center;
  height: 64px;
  border-top: 1px solid #E3E5E7;
}

.footer-socials__item {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
}

.footer-socials__item+.footer-socials__item {
  border-left: 1px solid #E3E5E7;
}

.footer-socials__item:hover {
  background-color: #E3E5E7;
  transition: 0.3s;
}

.footer-socials__item:hover svg path {
  fill: #14191D;
}

.footer-company__logo {
  display: block;
  text-decoration: none;
}

.footer-company__desc {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -1px;
  margin-top: 12px;
  color: #BFC3C9;
}

@media screen and (min-width: 1800px) {
  .footer-company__desc {
    font-size: 14px;
  }
}

.hero {
  position: relative;
  padding: 50px 24px 24px;
  max-width: 55%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: rgba(12, 16, 26, 0.4);
}

@media screen and (max-width: 1022.98px) {
  .hero {
    max-width: 100%;
    height: 100vh;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 142px;
  }
}

@media screen and (max-width: 767.98px) {
  .hero {
    justify-content: flex-start;
    padding-top: 134px 16px 24px;
  }
}

.hero__title {
  font-size: 50px;
  line-height: 1;
  letter-spacing: -1px;
  color: #FFF;
  margin-bottom: 73px;
  text-transform: uppercase;
  font-family: "SB Sans Display", sans-serif;
  position: relative;
  z-index: 2;
  max-width: 1220px;
}

.hero__title span {
  display: block;
}

.hero__title span:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 1199.98px) {
  .hero__title span:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 1599px) {
  .hero__title {
    font-size: 48px;
  }
}

@media screen and (max-width: 1199.98px) {
  .hero__title {
    margin-bottom: 40px;
  }
}

@media (max-height: 800px) {
  .hero__title {
    font-size: 32px;
    line-height: 1.08;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 1022.98px) {
  .hero__title {
    font-size: 32px;
    line-height: 1.08;
    margin-bottom: 16px;
  }
}

@media (min-width: 1200px) {
  .hero__title {
    margin-bottom: 100px;
  }
}

.hero__text {
  color: #FFF;
  margin: auto 0 0 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1022.98px) {
  .hero__text {
    margin: auto 0 0;
    font-size: 12px;
    line-height: 1.16;
  }
}

.hero__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 100%;
}

.hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.hero-infrastructure {
  position: relative;
  z-index: 2;
  max-width: 100%;
  width: 100%;
  margin: 0 -12px;
}

.advantages {
  max-width: 45%;
  width: 100%;
}

@media screen and (max-width: 1022.98px) {
  .advantages {
    max-width: 100%;
  }
}

.main-content {
  display: flex;
  align-items: stretch;
  height: 100vh;
  padding-top: 64px;
}

@media screen and (max-width: 1022.98px) {
  .main-content {
    height: auto;
    flex-direction: column;
    align-items: baseline;
    padding-top: 0;
  }
}

.advantages {
  display: flex;
  flex-wrap: wrap;
}

.advantages-purchase.advantages-item {
  width: 100%;
  height: 50%;
  padding: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  text-decoration: none;
  cursor: auto;
}

.advantages-purchase.advantages-item:hover .advantages-purchase__title {
  text-decoration: none;
}

@media screen and (max-width: 1022.98px) {
  .advantages-purchase.advantages-item {
    height: 350px;
  }
}

.advantages-purchase__img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.advantages-purchase__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.advantages-purchase__subtitle {
  position: relative;
  z-index: 2;
  font-family: "SB Sans Display", sans-serif;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1px;
  color: #FFF;
  opacity: 0.63;
  margin-bottom: 12px;
}

@media screen and (max-width: 767.98px) {
  .advantages-purchase__subtitle {
    font-size: 8px;
  }
}

.advantages-purchase__title {
  position: relative;
  z-index: 2;
  font-size: 20px;
  line-height: 1.24;
  color: #FFF;
  letter-spacing: -1px;
  max-width: 300px;
  text-decoration: none;
}

@media screen and (max-width: 1022.98px) {
  .advantages-purchase__title {
    font-size: 16px;
    text-decoration: none;
  }
}

@media screen and (max-width: 767.98px) {
  .advantages-purchase__title {
    font-size: 12px;
  }
}

.advantages-purchase__time {
  position: absolute;
  z-index: 2;
  background: url("../images/advantages-btn.png") center center/cover no-repeat;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 12px;
  line-height: 1.2;
}

.advantages-purchase__time img {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

@media screen and (max-width: 1022.98px) {
  .advantages-purchase__time {
    padding: 11px;
  }

  .advantages-purchase__time img {
    width: 23px;
    height: 23px;
  }
}

.advantages-item {
  padding: 24px;
  width: 50%;
  height: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 1022.98px) {
  .advantages-item {
    height: 332px;
  }
}

@media screen and (max-width: 767.98px) {
  .advantages-item {
    height: 240px;
    width: 100%;
  }
}

.advantages-item--left {
  background-color: #333F48;
}

.advantages-item--right {
  background-color: #1F262B;
}

.advantages-item__subtitle {
  font-size: 10px;
  line-height: 1.1;
  color: #FFF;
  opacity: 0.64;
  letter-spacing: 1px;
  font-family: "SB Sans Display", sans-serif;
  margin-bottom: 12px;
  text-transform: uppercase;
}

@media screen and (max-width: 767.98px) {
  .advantages-item__subtitle {
    font-size: 8px;
  }
}

.advantages-item__img {
  align-self: center;
  margin: auto 0;
}

@media screen and (max-width: 1022.98px) {
  .advantages-item__img img {
    display: block;
    height: 44px;
    width: 44px;
  }
}

.advantages-item__title {
  font-size: 16px;
  line-height: 1.2;
  color: #FFF;
  max-width: 160px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767.98px) {
  .advantages-item__title {
    font-size: 12px;
  }
}

.advantages-item__text {
  margin: auto 0 0 0;
  font-size: 12px;
  line-height: 1.16;
  letter-spacing: -1px;
  font-family: "SB Sans Text", sans-serif;
  color: rgba(255, 255, 255, 0.63);
  max-width: 300px;
}

@media screen and (max-width: 767.98px) {
  .advantages-item__text {
    max-width: 100%;
  }
}

@media screen and (min-width: 1800px) {
  .advantages-item__text {
    font-size: 14px;
  }
}

.infrastructure {
  display: flex;
  align-items: stretch;
  height: 100vh;
  background-color: #FFF;
  overflow: hidden;
  display: none;
}

@media screen and (max-width: 1022.98px) {
  .infrastructure {
    height: auto;
    flex-direction: column-reverse;
    display: flex;
    padding: 24px;
  }
}

@media screen and (max-width: 767.98px) {
  .infrastructure {
    padding: 0;
  }
}

.infrastructure-info {
  width: 40%;
  padding: 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1399.98px) {
  .infrastructure-info {
    padding: 0 40px;
  }
}

@media (max-width: 1023px) {
  .infrastructure-info {
    width: 100%;
    padding: 24px 24px 37px 24px;
  }
}

@media screen and (max-width: 767.98px) {
  .infrastructure-info {
    padding: 0;
  }
}

.infrastructure-list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: auto -14px 0;
  padding-bottom: 22px;
}

@media (max-width: 1023px) {
  .infrastructure-list {
    display: flex;
    margin: auto -14px 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) and (max-height: 760px) {
  .infrastructure-list {
    margin: auto -10px 0 !important;
    padding-bottom: 0 !important;
  }
}

.infrastructure-item {
  font-family: "SB Sans Display", "Helvetica", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  width: calc(100% / 3);
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  padding: 44px 14px 0;
  text-transform: uppercase;
  color: #ffffff;
}

.infrastructure-item span {
  font-family: "SB Sans Text", "Helvetica", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-top: 10px;
  display: block;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -1px;
  color: #ffffff;
  text-transform: none;
}

@media (max-width: 1023px) {
  .infrastructure-item {
    padding: 22px 14px 0;
    width: 33.3333%;
    font-size: 20px;
    line-height: 1.3;
  }

  .infrastructure-item span {
    font-size: 14px;
    line-height: 1.16;
    margin-top: 8px;
  }
}

@media screen and (min-width: 1800px) {
  .infrastructure-item span {
    font-size: 16px;
  }
}

@media screen and (max-width: 767.98px) {
  .infrastructure-item {
    width: 50%;
    padding: 22px 14px 0;
    font-size: 16px;
    line-height: 18px;
  }

  .infrastructure-item span {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) and (max-height: 760px) {
  .infrastructure-item {
    padding: 18px 10px 0 !important;
  }

  .infrastructure-item span {
    font-size: 13px;
    line-height: 1.2;
    margin-top: 5px;
  }
}

.quarter {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: stretch;
  background-color: #14191D;
}

@media screen and (max-width: 1022.98px) {
  .quarter {
    height: auto;
    flex-direction: column-reverse;
    align-items: flex-start;
    min-height: auto;
  }
}

.quarter-info {
  max-width: 429px;
  width: 100%;
  padding: 40px 24px;
  background-color: #14191D;
}

@media screen and (max-width: 1022.98px) {
  .quarter-info {
    padding: 24px 24px 40px 24px;
    max-width: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .quarter-info {
    padding: 24px 16px;
  }
}

.quarter-gallery {
  position: relative;
  width: 100%;
  height: 100%;
}

.quarter__title {
  font-size: 36px;
  line-height: 1.08;
  font-family: "SB Sans Display", sans-serif;
  letter-spacing: -1px;
  color: #333f48;
  margin-bottom: 31px;
  text-transform: uppercase;
  font-weight: 400;
}

.quarter__title span {
  display: block;
  color: #E3E5E7;
}

@media screen and (max-width: 1022.98px) {
  .quarter__title {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767.98px) {
  .quarter__title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.quarter__desc {
  font-size: 14px;
  line-height: 1.16;
  letter-spacing: -1px;
  color: #9BA1AA;
  font-family: "SB Sans Text", sans-serif;
}

.quarter__desc span {
  color: #5FC5AB;
}

@media screen and (max-width: 767.98px) {
  .quarter__desc {
    font-size: 12px;
  }
}

.quarter__desc p+p {
  margin-top: 16px;
}

@media screen and (max-width: 1022.98px) {
  .quarter__desc p+p {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767.98px) {
  .quarter__desc p+p {
    margin-top: 20px;
  }
}

.quarter-item {
  width: 100%;
  position: relative;
  height: calc(100vh - 64px);
}

@media (max-width: 1023px) {
  .quarter-item {
    height: auto;
  }
}

@media (max-width: 1023px) {
  .quarter-item {
    height: auto;
    height: 508px;
  }
}

@media screen and (max-width: 767.98px) {
  .quarter-item {
    height: 288px;
  }
}

.quarter-item__picture {
  width: 100%;
  height: 100%;
  display: block;
}

.quarter-item__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.quarter-item__final {
  max-width: 140px;
  padding: 19.5px 12px;
  width: 100%;
  margin-right: 18px;
  background-color: #14191D;
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.5px;
  flex-shrink: 0;
}

@media screen and (max-width: 767.98px) {
  .quarter-item__final {
    min-height: 46px;
    padding: 9px 12px;
    margin-right: 0;
    margin-bottom: 9px;
  }
}

@media screen and (min-width: 1800px) {
  .quarter-item__final {
    font-size: 14px;
  }
}

.quarter-item__status {
  max-width: 140px;
  padding: 19.5px 12px;
  width: 100%;
  background-color: #14191D;
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.5px;
  text-decoration: none;
  flex-shrink: 0;
}

.quarter-item__status-link {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 767.98px) {
  .quarter-item__status {
    min-height: 46px;
    padding: 9px 12px;
  }
}

@media screen and (min-width: 1800px) {
  .quarter-item__status {
    font-size: 14px;
  }
}

.quarter-item__info {
  position: absolute;
  bottom: 88px;
  left: 24px;
  display: flex;
  align-items: stretch;
  z-index: 4;
}

@media screen and (max-width: 767.98px) {
  .quarter-item__info {
    flex-direction: column;
    bottom: 80px;
    left: 16px;
  }
}

.slider {
  overflow: hidden;
}

.slider-panel {
  height: 64px;
  display: flex;
  background-color: #14191D;
  position: relative;
  border: 1px solid #29323A;
}

.slider-nav {
  width: 112px;
  border-right: 1px solid #29323A;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1023px) {
  .slider-nav {
    border-right: none;
    width: auto;
  }
}

.slider-nav__prev,
.slider-nav__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 2px;
  cursor: pointer;
}

.slider-nav__prev svg,
.slider-nav__next svg {
  transform: translateX(0px);
  transition: transform 0.3s;
}

.slider-nav__prev:hover svg {
  transform: translateX(-3px);
  transition: transform 0.3s;
}

@media (max-width: 1023px) {
  .slider-nav__prev {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 64px;
    height: 64px;
    border-right: 1px solid #E3E5E7;
  }
}

.slider-nav__next:hover svg {
  transform: translateX(3px);
  transition: transform 0.3s;
}

@media (max-width: 1023px) {
  .slider-nav__next {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 64px;
    height: 64px;
    border-left: 1px solid #E3E5E7;
  }
}

.slider-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination {
  position: static;
}

@media (max-width: 1023px) {
  .swiper-pagination {
    pointer-events: none;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 1px;
    font-family: "SB Sans Display", sans-serif;
    color: #9BA1AA;
    text-transform: uppercase;
  }
}

.swiper-pagination-bullet {
  width: 16px;
  height: 2px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1023px) {
  .swiper-pagination-bullet {
    font-size: 10px;
    line-height: 12px;
    background-color: transparent;
    height: auto;
    width: auto;
    color: #14191D;
    opacity: 1;
  }
}

.swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-bullet-active::before {
  background-color: #FFFFFF;
  animation: slide-progress 2s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}

.swiper-paused .swiper-pagination-bullet-active::before {
  animation-play-state: paused;
}

@keyframes slide-progress {
  0% {
    transform: translateX(-100%);
  }

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

.standarts {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-color: #14191d;
}

@media (max-width: 1023px) {
  .standarts {
    flex-direction: column;
    height: auto;
    padding: 24px;
  }
}

@media screen and (max-width: 767.98px) {
  .standarts {
    padding: 24px 16px 16px;
  }
}

.standarts__title {
  max-width: 500px;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 1px;
  color: #9BA1AA;
  margin-bottom: 24px;
  text-transform: uppercase;
}

@media screen and (max-width: 1022.98px) {
  .standarts__title {
    max-width: 100%;
    margin-bottom: 16px;
  }
}

.standarts-head {
  padding: 40px 24px 24px 24px;
}

@media (max-width: 1023px) {
  .standarts-head {
    padding: 0;
  }
}

@media (max-width: 1023px) {
  .standarts-sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow-x: auto;
    margin-bottom: 24px;
  }

  .standarts-sort::-webkit-scrollbar {
    display: none;
  }
}

.standarts-sort__item {
  font-family: "SB Sans Display", sans-serif;
  font-size: 36px;
  line-height: 38px;
  letter-spacing: -1px;
  color: #333f48;
  padding: 30px 0;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}

@media (max-width: 1023px) {
  .standarts-sort__item {
    padding: 0;
    margin-right: 16px;
  }
}

@media screen and (max-width: 767.98px) {
  .standarts-sort__item {
    font-size: 28px;
    line-height: 30px;
  }
}

.standarts-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #9ba1aa;
  background-color: #1f262b;
  height: 149px;
}

@media (max-width: 1023px) {
  .standarts-item {
    height: 149px;
  }
}

@media screen and (max-width: 767.98px) {
  .standarts-item {
    height: 100px;
  }
}

.standarts-item__title {
  margin-top: 24px;
  font-size: 11px;
  letter-spacing: -0.5px;
}

@media screen and (max-width: 767.98px) {
  .standarts-item__title {
    margin-top: 16px;
  }
}

@media screen and (min-width: 1800px) {
  .standarts-item__title {
    font-size: 12px;
  }
}

@media screen and (max-width: 767.98px) {
  .standarts-item__icon {
    width: 20px;
    height: 20px;
  }
}

.standarts-item--empty {
  background-color: #14191d;
}

@media (max-width: 1023px) {
  .standarts-item--empty {
    display: none;
  }
}

.standarts-item--superb {
  background-color: #14191d;
  transform: scale(0);
  transition: 0.24s;
}

@media (max-width: 1023px) {
  .standarts-item--superb {
    order: 100;
  }
}

.standarts-item--superb>* {
  opacity: 0;
}

.standarts-list {
  background-color: rgba(31, 38, 43, 0.2);
  max-width: 60%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 1023px) {
  .standarts-list {
    grid-template-columns: repeat(5, 1fr);
    max-width: 100%;
    background-color: rgba(31, 38, 43, 0.3);
  }
}

@media screen and (max-width: 767.98px) {
  .standarts-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .standarts-list::-webkit-scrollbar {
    display: none;
  }
}

.standarts-list.is-balanced .standarts-item.is-balanced {
  background-color: #107f8c;
  transform: scale(0.5);
  transition: 0.2s;
  opacity: 0;
}

.standarts-list.is-balanced .standarts-item.is-balanced .standarts-item__title {
  opacity: 1;
}

.standarts-list.is-balanced .standarts-item.is-balanced .standarts-item__icon {
  opacity: 1;
}

.standarts-list.is-optimum .standarts-item.is-optimum {
  background-color: #107f8c;
  transform: scale(1);
  transition: 0.2s;
  opacity: 1;
}

.standarts-list.is-advanced .standarts-item.is-advanced {
  background-color: #107f8c;
  transform: scale(1);
  transition: 0.2s;
  opacity: 1;
}

.standarts-list.is-advanced .standarts-item.is-advanced.is-advanced-default {
  background: #1F262B;
}

.standarts-list.is-advanced .standarts-item.is-advanced.is-advanced-default .standarts-item__title {
  color: #9BA1AA !important;
}

@media (max-width: 1023px) {
  .standarts-list.is-advanced .standarts-item.is-advanced {
    order: 50;
  }
}

.standarts-list.is-advanced .standarts-item.is-advanced .standarts-item__title {
  opacity: 1;
}

.standarts-list.is-advanced .standarts-item.is-advanced .standarts-item__title .advanced {
  display: block !important;
}

.standarts-list.is-advanced .standarts-item.is-advanced .standarts-item__title .optimum {
  display: none !important;
}

.standarts-list.is-advanced .standarts-item.is-advanced .standarts-item__icon {
  opacity: 1;
}

.standarts-list.is-sup .standarts-item--superb {
  background-color: #107f8c;
  transform: scale(1);
  transition: 0.25s;
  opacity: 1;
}

.standarts-list.is-sup .standarts-item--superb .standarts-item__title {
  color: #FFF;
}

.standarts-list.is-sup .standarts-item--superb .standarts-item__icon {
  opacity: 1;
}

.standarts-list.is-sup .standarts-item--superb>* {
  opacity: 1;
}

@media screen and (max-width: 1022.98px) {
  .standarts__types {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
  }
}

.standarts__type {
  display: block;
  font-family: "SB Sans Display", "Helvetica", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 36px;
  line-height: 38px;
  letter-spacing: -1px;
  color: #333f48;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}

.standarts__type:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 1022.98px) {
  .standarts__type {
    font-size: 28px;
    line-height: 30px;
    padding: 0;
  }

  .standarts__type:not(:last-of-type) {
    margin-bottom: 0;
  }
}

.standarts__type.is-active {
  color: #FFFFFF;
}

.finish {
  position: relative;
  height: 100vh;
  background-color: #14191d;
  border-top: 1px solid #29323A;
}

@media screen and (max-width: 1022.98px) {
  .finish {
    height: auto;
    border-top: 0;
  }
}

.finish-main {
  max-width: 65%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .finish-main {
    max-width: 100%;
  }
}

.finish__title {
  color: #fff;
  font-family: "SB Sans Display";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 108%;
  /* 38.88px */
  letter-spacing: -1px;
  text-transform: uppercase;
}

@media screen and (max-width: 767.98px) {
  .finish__title {
    font-size: 28px;
  }
}

.finish-section {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

.finish-section.is-open {
  position: static;
  width: auto;
  height: auto;
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1023px) {
  .finish-section {
    flex-direction: column;
  }

  .finish .finish-section,
  .finish .finish-section * {
    pointer-events: none !important;
  }

  .finish .finish-section.is-open,
  .finish .finish-section.is-open * {
    pointer-events: auto !important;
  }

  .finish .finish-section.is-open .slider-panel {
    z-index: 5;
  }

  .finish .finish-section.is-open .swiper-pagination,
  .finish .finish-section.is-open .slider-pagination {
    pointer-events: none !important;
  }
}

.finish-section-info {
  padding: 228px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 35%;
}

@media (max-width: 1023px) {
  .finish-section-info {
    padding: 0;
    width: 100%;
  }
}

.finish-head {
  max-width: 35%;
  padding: 40px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

@media (max-width: 1023px) {
  .finish-head {
    position: static;
    max-width: 100%;
    padding: 24px;
  }
}

@media screen and (max-width: 767.98px) {
  .finish-head {
    padding: 24px 16px 16px;
  }
}

.finish-head__subtitle {
  font-family: "SB Sans Display", sans-serif;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 1px;
  color: #9BA1AA;
  margin-bottom: 24px;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .finish-head__subtitle {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767.98px) {
  .finish-head__subtitle {
    margin-bottom: 16px;
  }
}

.finish-head__text {
  max-width: 320px;
  margin: auto 0 0 0;
  color: #9ba1aa;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -1px;
}

@media (max-width: 1023px) {
  .finish-head__text {
    display: none;
  }
}

@media (max-width: 1023px) {
  .finish-sort {
    display: flex;
    align-items: center;
    overflow-x: auto;
    width: 100%;
  }

  .finish-sort::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .finish-sort {
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 0 16px;
  }
}

.finish-sort__item {
  font-family: "SB Sans Display", "Helvetica", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 36px;
  line-height: 38px;
  letter-spacing: -1px;
  color: #333f48;
  text-transform: uppercase;
  cursor: pointer;
}

.finish-sort__item:not(:last-of-type) {
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  .finish-sort__item:not(:last-of-type) {
    margin-bottom: 0;
  }
}

@media (max-width: 1023px) {
  .finish-sort__item {
    font-size: 28px;
    line-height: 30px;
    margin-right: 24px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767.98px) {
  .finish-sort__item {
    margin-right: 16px;
  }
}

.finish-sort__item:hover {
  color: #9ba1aa;
}

.finish-sort__item.is-on {
  color: #FFFFFF;
}

.finish-types {
  width: 100%;
}

.finish-type-wrapper {
  display: flex;
}

.finish-type {
  padding: 24px 0;
  display: flex;
  width: 100%;
  cursor: pointer;
}

.finish-type.is-active .finish-type__title {
  color: #5fc5ab;
}

.finish-type__img {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  margin-right: 24px;
}

.finish-type__img img {
  width: 100%;
  height: 100%;
}

.finish-type__title {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.5px;
  margin-bottom: 4px;
  color: #ffffff;
}

.finish-type__text {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.5px;
  color: #9ba1aa;
  max-width: 213px;
}

@media screen and (min-width: 1800px) {
  .finish-type__text {
    font-size: 14px;
  }
}

.finish-type__theme {
  display: flex;
  align-items: center;
  align-self: center;
  margin: 0 0 0 auto;
}

.finish-type__theme-item {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.finish-type__theme-item span {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #ffffff;
}

.finish-type__theme-item.is-active {
  border-color: #5fc5ab;
}

.finish-type__theme-white {
  margin-right: 10px;
}

.finish-type__theme-white span {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  background: #e3e5e7;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.08);
}

.finish-type__theme-black span {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  background: #333f48;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.08);
}

.finish-slide {
  height: calc(100vh - 64px);
  position: relative;
}

@media (max-width: 1023px) {
  .finish-slide {
    height: 508px;
  }
}

@media screen and (max-width: 767.98px) {
  .finish-slide {
    height: 281px;
  }
}

.finish-slide__title {
  position: absolute;
  top: 24px;
  left: 24px;
  font-size: 10px;
  line-height: 11px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
}

.finish-slide__picture {
  height: 100%;
}

.finish-slide__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.finish-panel {
  display: none;
}

@media (max-width: 1023px) {
  .finish-panel {
    display: flex;
    border: 1px solid #29323A;
    width: 100%;
  }

  .finish-panel__name {
    width: 100%;
    padding: 23.5px 20px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.5px;
    border-right: 1px solid #29323A;
    color: #ffffff;
  }

  .finish-panel__show {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .finish-panel__show.is-active {
    background-color: #333f48;
  }

  .finish-panel__show.is-active svg path {
    fill: #ffffff;
  }

  .finish-panel__close {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }

  .finish-panel__close.is-show {
    display: flex;
  }
}

.finish-panel-popup {
  width: 100%;
}

@media (max-width: 1023px) {
  .finish-panel-popup {
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #14191D;
    padding: 0 24px;
    display: none;
    z-index: 11;
  }

  .finish-panel-popup.is-open {
    display: block;
  }
}

.finish-panel-popup__btn {
  display: none;
  height: 64px;
  width: 100%;
  text-align: center;
  background-color: #14191d;
  color: #ffffff;
  width: calc(100% + 48px);
  margin: 0 -24px;
  font-size: 12px;
  line-height: 14px;
  padding: 25px;
}

@media (max-width: 1023px) {
  .finish-panel-popup__btn {
    display: block;
  }
}

.finish-slider {
  display: none;
}

.finish-slider.is-open {
  display: block;
}

.finish-slider-panel {
  display: none;
}

@media(min-width: 1024px) {
  .finish-slider {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
  }

  .finish-slider.is-open {
    position: static;
    width: auto;
    height: auto;
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 1023px) {
  .finish-slider-panel {
    display: flex;
    border: 1px solid #29323A;
    width: 100%;
    padding: 23.5px 20px;
  }

  .finish-slider-panel__name {
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.5px;
    color: #ffffff;
  }

  .finish-slider-panel__toggle {
    display: flex;
    align-items: center;
  }
}

.finish-slider-panel__themes {
  display: flex;
  align-items: center;
  align-self: center;
  margin: 0 0 0 auto;
}

.finish-slider-panel__theme {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.finish-slider-panel__theme span {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #ffffff;
}

.finish-slider-panel__theme.is-active {
  border-color: #5fc5ab;
}

.finish-slider-panel__theme--white {
  margin-right: 10px;
}

.finish-slider-panel__theme--white span {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  background: #e3e5e7;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.08);
}

.finish-slider-panel__theme--black span {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  background: #333f48;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.08);
}

@media (max-width: 1023px) {
  .finish-slider {
    display: block;
  }
}

@media (max-width: 1023px) {
  .finish-slider-mob {
    display: none;
  }

  .finish-slider-mob.is-active {
    display: block;
  }
}

@media (max-width: 1023px) {
  .finish-section-info {
    display: none;
  }
}

.city {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background-color: #14191D;
}

@media screen and (max-width: 1022.98px) {
  .city {
    height: auto;
    flex-direction: column-reverse;
  }
}

.city__img {
  width: 65%;
  height: 100%;
}

@media screen and (max-width: 1022.98px) {
  .city__img {
    width: 100%;
  }
}

.city__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.city-info {
  width: 35%;
  padding: 40px 24px 24px;
}

@media screen and (max-width: 1022.98px) {
  .city-info {
    width: 100%;
    padding: 24px;
  }
}

.city__title {
  color: #333F48;
  font-family: "SB Sans Display";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 108%;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 34px;
}

.city__title span {
  display: block;
  color: #ffffff;
}

@media screen and (max-width: 1022.98px) {
  .city__title {
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 767.98px) {
  .city__title {
    margin-bottom: 24px;
    font-size: 28px;
  }
}

@media screen and (max-width: 1022.98px) {
  .city-infrastructure {
    margin: -16px;
  }
}

@media screen and (max-width: 767.98px) {
  .city-infrastructure {
    margin: -16px;
  }
}

.city__map {
  max-width: 1400px;
  width: 65%;
  display: flex;
  height: auto;
  position: relative;
}

@media screen and (max-width: 1022.98px) {
  .city__map {
    width: 100%;
  }
}

.city-info {
  width: 35%;
  padding: 40px 24px 24px;
}

@media screen and (max-width: 1022.98px) {
  .city-info {
    width: 100%;
  }
}

.map {
  position: relative;
  overflow: hidden;
}

.map-pin {
  position: absolute;
  max-width: 180px;
  z-index: 5;
}

.map-pin[data-map-pin-name="В21"] {
  top: 366.717px;
  left: 26.4%;
}

@media screen and (max-width: 767.98px) {
  .map-pin {
    max-width: 80px;
  }
}

.map-pin__container {
  transform: translateX(-53%) translateY(4%);
}

@media screen and (max-width: 767.98px) {
  .map-pin__container {
    transform: translateX(-57%) translateY(6%);
  }
}

.map-pin--top .map-pin__container {
  transform: translateX(-53%) translateY(-104%);
}

@media screen and (max-width: 767.98px) {
  .map-pin--top .map-pin__container {
    transform: translateX(-57%) translateY(-106%);
  }
}

.map-pin img {
  display: block;
  aspect-ratio: 305 / 216;
  object-fit: cover;
  object-position: center;
}

.map-pin--bottom img {
  border-radius: 0 0 8px 8px;
}

@media screen and (max-width: 767.98px) {
  .map-pin--bottom img {
    border-radius: 0 0 4px 4px;
  }
}

.map-pin--top img {
  border-radius: 8px 8px 0 0;
}

@media screen and (max-width: 767.98px) {
  .map-pin--top img {
    border-radius: 4px 4px 0 0;
  }
}

.map-pin__text {
  font-family: "SB Sans Text", sans-serif;
  padding: 7px 4px;
  text-align: center;
  background-color: #FFFFFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
  letter-spacing: -0.5px;
  border-radius: 0 0 8px 8px;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .map-pin__text {
    padding: 5px;
    font-size: 7px;
  }
}

.map-pin__text span {
  position: relative;
  z-index: 5;
}

.map-pin--bottom .map-pin__text {
  border-radius: 8px 8px 0 0;
  margin-bottom: -2px;
}

@media screen and (max-width: 767.98px) {
  .map-pin--bottom .map-pin__text {
    border-radius: 4px 4px 0 0;
  }
}

.map-pin--top .map-pin__text {
  border-radius: 0 0 8px 8px;
  margin-top: -2px;
}

@media screen and (max-width: 767.98px) {
  .map-pin--top .map-pin__text {
    border-radius: 0 0 4px 4px;
  }
}

.map-pin__text::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  left: calc(50% - 4px);
  transform: rotate(45deg);
}

.map-pin--bottom .map-pin__text::before {
  bottom: calc(100% - 8px);
}

.map-pin--top .map-pin__text::before {
  top: calc(100% - 8px);
}

.map-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media screen and (max-width: 1022.98px) {
  .map-img {
    height: 300px;
  }
}

@media screen and (max-width: 1022.98px) {
  .map-img img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 100%;
    max-width: none;
    min-width: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.map-markers {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  z-index: 5;
  pointer-events: none;
}

@media screen and (max-width: 1022.98px) {
  .map-markers {
    height: auto;
    left: 0;
    transform: translate(0%, -50%);
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  z-index: 10;
  display: none;
}

.modal.is-open {
  display: block;
}

.modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.modal-content {
  position: absolute;
  max-width: 342px;
  width: 100%;
  background-color: #ffffff;
  padding: 24px 24px 124px 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media screen and (max-width: 1022.98px) {
  .modal-content {
    padding-bottom: 112px;
  }
}

@media screen and (max-width: 767.98px) {
  .modal-content {
    padding: 24px 16px 240px 16px;
  }
}

.modal-content__img {
  margin-bottom: 24px;
}

@media screen and (max-width: 767.98px) {
  .modal-content__img {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin-bottom: 0;
  }

  .modal-content__img img {
    width: 100%;
    height: 216px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }
}

.modal-content__title {
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 5px;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: "SB Sans Display", sans-serif;
}

@media screen and (max-width: 767.98px) {
  .modal-content__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.modal-content__text {
  font-size: 12px;
  line-height: 1.16;
  letter-spacing: -1px;
  color: #9BA1AA;
}

.modal-content__text .divider {
  margin: 8px 0;
  width: 100%;
  height: 1px;
  background-color: #E3E5E7;
}

.modal-content__text a {
  color: #6BEAC7;
  text-decoration: none;
}

.modal-content__text p {
  margin: 4px 0 0 0;
}

.modal-content__desc {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.16;
  letter-spacing: -1px;
}

.modal-content__desc p {
  margin: 4px 0 0 0;
}

.modal-content__btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 12px;
  line-height: 1.2;
  padding: 17px;
  color: #ffffff;
  background: url("../images/modal-btn.png") center center/cover no-repeat;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.modal-content__btn-sber {
  position: absolute;
  width: calc(100% - 48px);
  bottom: 21px;
  left: 24px;
  right: 24px;
  font-size: 14px;
  line-height: 1.2;
  padding: 17px;
  color: #ffffff;
  background: #21A038;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

@media screen and (max-width: 767.98px) {
  .modal-content__btn-sber {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.modal-error {
  padding-bottom: 50px;
  position: relative;
}

.modal-error .modal-content__img {
  max-width: 66px;
  margin-bottom: 12px;
}

.modal-error .modal-content__text {
  height: 230px;
  overflow-y: auto;
  padding-bottom: 50px;
}

.modal-error .modal-content__text::before {
  position: absolute;
  content: "";
  bottom: 50px;
  left: 0;
  right: 0;
  width: 100%;
  height: 78px;
  background: url("../images/modal-blur.png") center center/cover no-repeat;
}

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

.form {
  display: flex;
  flex-direction: column;
}

.form__body,
.form__footer {
  width: 100%;
}

.form__body:not(:last-child) {
  margin-bottom: 40px;
}

.form__footer:not(:first-child) {
  margin-top: auto;
}

.form-field--disabled {
  display: none;
}

.form-field+.form-field {
  margin-top: 40px;
}

@media screen and (max-width: 575px) {
  .form-field+.form-field {
    margin-top: 24px;
  }
}

.form-field+.form-field--closest {
  margin-top: 24px;
}

.form-field__label {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: #9ba1aa;
}

.form-field__label:not(:last-child) {
  margin-bottom: 8px;
}

.form-field__label span {
  color: #ff453a;
}

.form-field__input {
  display: block;
  width: 100%;
  padding: 24px 16px;
  margin: 0;
  border: none;
  border-radius: 4px;
  background: #f7f7f7;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.24;
  letter-spacing: -0.04em;
  color: #14191d;
  outline: none !important;
}

@media screen and (max-width: 575px) {
  .form-field__input {
    padding: 16px;
  }
}

.form-field__input::placeholder {
  color: #9ba1aa;
}

.form-field__input--select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #14191D 50%),
    linear-gradient(135deg, #14191D 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(2em + 2px),
    calc(100% - 15px) calc(2em + 2px),
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
}

@media screen and (max-width: 575px) {
  .form-field__input--select {
    background-position:
      calc(100% - 20px) calc(1.5em + 2px),
      calc(100% - 15px) calc(1.5em + 2px),
      calc(100% - .5em) .5em;
  }
}

.form-field__alarm {
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #ff453a;
  display: none;
}

.form-field__alarm.is-visible {
  display: block;
}

.form-field__alarm:not(:first-child) {
  margin-top: 8px;
}

.form-agreement {
  position: relative;
}

.form-agreement:not(:last-child) {
  margin-bottom: 12px;
}

.form-agreement__label {
  display: flex;
  align-items: flex-start;
}

.form-agreement__label__checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 2px;
  border: 1px solid #5fc5ab;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  background: transparent;
  color: transparent;
  cursor: pointer;
}

.form-agreement__label__checkbox:not(:last-child) {
  margin-right: 16px;
}

.form-agreement__label__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.24;
  letter-spacing: -0.04em;
  color: #14191d;
}

@media screen and (max-width: 575px) {
  .form-agreement__label__text {
    font-size: 12px;
  }
}

.form-agreement__label__text a {
  text-decoration: none;
  color: #5fc5ab;
}

.form-agreement__checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  border: none;
  pointer-events: none;
  opacity: 0;
}

.form-agreement__checkbox:checked~.form-agreement__label .form-agreement__label__checkbox {
  background-color: #5fc5ab;
  color: #ffffff;
}

.form-field__code__input {
  display: flex;
  align-items: stretch;
  border-radius: 4px;
  overflow: hidden;
  background: #f7f7f7;
  padding: 24px 0;
}

@media screen and (max-width: 575px) {
  .form-field__code__input {
    padding: 16px 0;
  }
}

.form-field__code__input input {
  position: relative;
  width: calc(100% / 6);
  outline: none !important;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.24;
  letter-spacing: -0.04em;
  text-align: center;
  color: #14191d;
  text-transform: uppercase;
}

.form-field__code__input input:not(:last-child) {
  border-right: 1px solid #e3e5e7;
}

.form-info__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.16;
  letter-spacing: -0.07em;
  color: #14191d;
}

@media screen and (max-width: 575px) {
  .form-info__text {
    font-size: 12px;
  }
}

.form-info__text a {
  text-decoration: none;
  color: #6beac7;
}

.form-info__alarm {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: #bfc3c9;
}

.fancybox-content {
  padding: 0;
  width: 100%;
  max-width: 480px;
}

.fancybox-button {
  display: none;
}

@media screen and (max-width: 575px) {
  .popup {
    vertical-align: bottom;
    margin: 0 -6px -6px !important;
    width: calc(100% + 12px);
  }

  .popup--mobile-full-screen {
    margin: -6px !important;
    height: calc(100% + 6px * 2);
  }
}

.popup-header {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #e3e5e7;
}

.popup-header__headline {
  flex: 1 1 auto;
  padding: 25px 24px;
}

@media screen and (max-width: 575px) {
  .popup-header__headline {
    padding: 24px 16px;
  }
}

.popup-header__headline:not(:last-child) {
  border-right: 1px solid #e3e5e7;
}

.popup-header__title {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: #14191d;
}

.popup-header__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  min-width: 64px;
  color: #9BA1AA;
}

.popup-body {
  padding: 24px;
  min-height: 618px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.popup-body--md {
  min-height: 570px;
}

.popup-body--xs {
  min-height: 198px;
}

@media screen and (max-width: 575px) {
  .popup-body {
    padding: 24px 16px;
    min-height: 50vh;
  }

  .popup--mobile-full-screen .popup-body {
    min-height: calc(100% - 64px);
  }
}

.popup-body--small {
  min-height: auto;
  padding: 50px 24px;
}

@media screen and (max-width: 575px) {
  .popup-body--small {
    padding: 50px 16px;
    min-height: auto;
  }
}

@media screen and (max-width: 575px) {
  .popup-body--background {
    height: 80vh;
    max-height: 543px;
  }
}

.popup-body__background {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.popup-body__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.popup-body__background ~ * {
  position: relative;
  z-index: 2;
}

.popup-body__info {
  width: 100%;
}

.popup-body__info:not(:last-child) {
  margin-bottom: 40px;
}

.popup-body__form {
  flex: 1 1 auto;
}

.popup-body__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.16;
  letter-spacing: -0.07em;
  color: #9ba1aa;
}

@media screen and (max-width: 575px) {
  .popup-body__text {
    font-size: 12px;
  }
}

.popup-body__text:not(:last-child) {
  margin-bottom: 24px;
}

.popup-body__text b {
  font-weight: 500;
  color: #14191d;
}

.popup-body__text__link {
  font-weight: 500;
  text-decoration: none;
  color: #5fc5ab;
  cursor: pointer;
}

.popup-body__alarm {
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.64;
}

.popup-body__alarm:not(:last-child) {
  margin-bottom: 10px;
}

.popup-body__title {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #e3e5e7;
}

@media screen and (max-width: 575px) {
  .popup-body__title {
    font-size: 32px;
  }
}

.popup-body__title--white {
  color: #fff;
}

.popup-body__subtitle {
  color: #14191d;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 124%;
  letter-spacing: -1px;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .popup-body__subtitle {
    font-size: 14px;
  }
}

.popup-body__title:not(:last-child) {
  margin-bottom: 40px;
}

.popup-body__title span {
  color: #14191d;
}

.popup-body__picture {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.popup-body__picture--small-square {
  aspect-ratio: 1 / 1;
  width: 26%;
  margin: 112px auto;
}

@media screen and (max-width: 575px) {
  .popup-body__picture--small-square {
    margin: 80px auto;
  }
}

.popup-footer__button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: none;
  border-radius: 0;
  padding: 0 24px;
  background: #7b61ff;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: relative;
  min-height: 64px;
}

@media screen and (max-width: 575px) {
  .popup-footer__button {
    padding: 0 16px;
  }
}

.popup-footer__button.is-disabled {
  background: #e3e5e7;
  color: #9ba1aa;
  pointer-events: none;
}

.popup-footer__button.is-awaited {
  background: #14191d;
  pointer-events: none;
}

.popup-footer__button__background {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  transition: 0.2s ease-in-out;
}

.popup-footer__button:hover .popup-footer__button__background {
  opacity: 0;
}

.popup-footer__button.is-awaited .popup-footer__button__background,
.popup-footer__button.is-disabled .popup-footer__button__background {
  display: none;
}

.popup-footer__button__text,
.popup-footer__button__loader {
  position: relative;
  z-index: 2;
}

.popup-footer__button.is-awaited .popup-footer__button__text {
  display: none;
}

.popup-footer__button__loader {
  display: none;
  font-size: 24px;
  transform: translateY(-20%);
  clip-path: inset(0 2ch 0 0);
  animation: btn-loading 1s steps(4) infinite;
}

.popup-footer__button.is-awaited .popup-footer__button__loader {
  display: block;
}

@keyframes btn-loading {
  to {
    clip-path: inset(0 -1ch 0 0)
  }
}

.manager-verification {
  position: relative;
  overflow: hidden;
  min-height: 100dvh;
}

.manager-verification__bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.manager-verification__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*# sourceMappingURL=style.css.map */