/*========== Variables ==========*/
:root {
  --shape-margin-left: 78px;
  --shape-margin-right: 50px;
  --content-width: 1440px;
  --container-gutter-x: 15px; }
  @media (max-width: 1599.98px) {
    :root {
      --content-width: 1200px; } }
  @media (max-width: 1279.98px) {
    :root {
      --content-width: 960px; } }
  @media (max-width: 1023.98px) {
    :root {
      --content-width: 720px; } }
  @media (max-width: 767.98px) {
    :root {
      --content-width: 540px; } }

@media (min-width: 768px) {
  * {
    --bs-gutter-x: 30px !important; } }

@media (max-width: 767.98px) {
  * {
    --bs-gutter-x: 15px !important; } }

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 1024px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1280px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px; } }

@media (min-width: 1600px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1440px; } }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    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.33333%; }

.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.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@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.33333%; }
  .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.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .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: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@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.33333%; }
  .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.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .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: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1024px) {
  .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.33333%; }
  .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.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .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: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1280px) {
  .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.33333%; }
  .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.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .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: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1600px) {
  .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.33333%; }
  .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.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .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: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

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

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

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

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

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

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

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

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

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

.flex-fill {
  flex: 1 1 auto !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-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; }

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

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !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; }

.justify-content-evenly {
  justify-content: space-evenly !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; }

.order-first {
  order: -1 !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !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-grid {
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !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; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !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-grid {
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !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; }
  .justify-content-md-evenly {
    justify-content: space-evenly !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; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; } }

@media (min-width: 1024px) {
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !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; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; } }

@media (min-width: 1280px) {
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !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; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; } }

@media (min-width: 1600px) {
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !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; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !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; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

/*========== Basic ==========*/
body {
  min-width: 320px;
  overflow-y: scroll;
  transition: visibility .5s ease-out, opacity .5s ease-out; }
  body.loaded {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all !important; }

* {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  min-width: 0px;
  min-height: 0px; }
  *:before, *:after {
    box-sizing: border-box; }

button, input, textarea, select {
  outline: none;
  display: block;
  background-color: transparent;
  box-shadow: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border-radius: 0;
  color: inherit; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

textarea {
  resize: none; }

a, button, label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  cursor: pointer; }

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

table {
  border-collapse: collapse; }

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

/*========== Typography ==========*/
html {
  font-size: 16px; }

body {
  font-family: "Roboto", sans-serif;
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.625;
  text-rendering: geometricPrecision; }

button, input, textarea {
  text-rendering: inherit;
  font-weight: inherit; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Muller", sans-serif;
  font-weight: 500;
  color: var(--color-text-accent);
  margin: 1.5rem 0 1rem 0; }
  h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
    margin-top: 0; }
  h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
    margin-bottom: 0; }
  h1 strong, .h1 strong, h2 strong, .h2 strong, h3 strong, .h3 strong, h4 strong, .h4 strong, h5 strong, .h5 strong, h6 strong, .h6 strong {
    font-weight: inherit;
    color: var(--color-accent); }

h1, .h1 {
  font-size: 2.8125rem;
  line-height: 1.1; }

h2, .h2 {
  font-size: 2.25rem;
  line-height: 1.2; }

h3, .h3 {
  font-size: 1.75rem;
  line-height: 1.3; }

h4, .h4 {
  font-size: 1.25rem;
  line-height: 1.3; }

h5, .h5 {
  font-size: 1.125rem;
  line-height: 1.3; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.3; }

@media (max-width: 575.98px) {
  h1, .h1 {
    font-size: 1.875rem;
    line-height: 1.2; }
  h2, .h2 {
    font-size: 1.625rem; }
  h3, .h3 {
    font-size: 1.5rem; } }

p {
  margin: 0 0 1rem 0; }
  p:last-child {
    margin-bottom: 0; }

blockquote {
  display: inline;
  padding: 5px 10px;
  margin: 0 -10px;
  border-radius: 4px;
  background: rgba(34, 122, 235, 0.16);
  color: #2784ED;
  font-weight: 500;
  border: 3px solid #2784ED; }

mark {
  color: #2784ED;
  background: rgba(34, 122, 235, 0.16);
  font-weight: 500;
  padding: 2px 0; }

strong, b {
  font-weight: 700; }

/*========== Layout ==========*/
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden; }

.main {
  flex: 1 1 100%; }

.section {
  position: relative;
  padding: 70px 0 0 0; }
  .section__head {
    margin-bottom: 55px;
    position: relative;
    z-index: 2; }
  .section__title {
    position: relative; }
    .section__title::before {
      content: '';
      display: block;
      width: 18px;
      height: 18px;
      border-radius: 50px;
      background-color: #227AEB;
      position: absolute;
      right: calc(100% + 6px);
      bottom: calc(100% + 6px); }
    .section__title:not(:last-child) {
      margin-bottom: 10px; }
  .section__head-text {
    color: var(--color-muted);
    font-size: 1.3125rem; }
  @media (max-width: 1023.98px) {
    .section__head {
      margin-bottom: 45px; }
    .section__head-text {
      font-size: 1.125rem; } }
  @media (max-width: 575.98px) {
    .section {
      padding: 50px 0 0 0; }
      .section__head {
        margin-bottom: 40px; }
      .section__head-text {
        font-size: 1rem; }
      .section__title {
        padding-left: 25px; }
        .section__title::before {
          width: 14px;
          height: 14px;
          left: 0;
          top: -5px; } }

.container {
  position: relative;
  padding-left: var(--container-gutter-x);
  padding-right: var(--container-gutter-x); }
  @media (min-width: 1600px) {
    .container {
      max-width: 1200px; } }

/*========== Buttons ==========*/
.button {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  font-weight: 500; }
  .button .icon {
    height: 20px;
    width: 20px; }
    .button .icon:not(:last-child) {
      margin-right: 10px; }
    .button .icon:not(:first-child) {
      margin-left: 10px; }
  .button_style-1 {
    font-size: 1.125rem;
    line-height: 46px;
    height: 46px;
    padding: 0 16px;
    border-radius: 5px;
    color: var(--color-button-1);
    background-color: var(--color-button-1-bg); }
    .button_style-1[data-touch], .button_style-1[data-hover] {
      background-color: var(--color-button-1-hover-bg); }
    .button_style-1[data-click] {
      background-color: var(--color-button-1-click-bg); }
  .button_style-2 {
    line-height: 68px;
    height: 68px;
    padding: 0 40px;
    border-radius: 10px;
    color: var(--color-button-2);
    background-color: var(--color-button-2-bg);
    font-size: 1.25rem; }
    .button_style-2[data-touch], .button_style-2[data-hover] {
      background-color: var(--color-button-2-hover-bg); }
    .button_style-2[data-click] {
      background-color: var(--color-button-2-click-bg); }
  @media (max-width: 1023.98px) {
    .button_style-2 {
      font-size: 1.125rem;
      line-height: 60px;
      height: 60px;
      padding: 0 30px; } }

/*========== Components ==========*/
img {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* pointer-events: none; */ }
  img.lazyload, img.lazyloading {
    opacity: 0;
    visibility: hidden; }
  img.lazyloaded {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out; }

.image {
  display: block;
  position: relative; }
  .image img {
    width: 100%;
    height: auto; }
  .image_contain img, .image_cover img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
  .image_cover {
    overflow: hidden; }
    .image_cover img {
      -o-object-fit: cover;
         object-fit: cover; }
  .image_contain img {
    -o-object-fit: contain;
       object-fit: contain; }

.lang-toggle {
  --radius: 26px;
  --background: #F1F6FC;
  background-color: var(--background);
  border-radius: 0 var(--radius) var(--radius) 0; }
  .lang-toggle_type-1 {
    padding: 45px 20px;
    left: 0;
    top: 50vh;
    transform: translateY(-50%);
    position: absolute;
    z-index: 900;
    border-radius: 0 var(--radius) var(--radius) 0; }
  .lang-toggle_type-2 {
    padding: 15px 20px;
    border-radius: var(--radius) var(--radius) 0 0; }
  .lang-toggle__top, .lang-toggle__bottom {
    width: var(--radius);
    height: var(--radius);
    color: var(--background);
    position: absolute;
    left: 0; }
  .lang-toggle__top {
    bottom: 100%; }
  .lang-toggle__bottom {
    top: 100%; }
  .lang-toggle__container {
    display: flex;
    align-items: center; }
    .lang-toggle__container_type-1 {
      flex-direction: column; }
    .lang-toggle__container_type-2 {
      justify-content: space-around; }
  .lang-toggle__button {
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    transition: opacity 0.15s ease-in-out; }
    .lang-toggle__button[data-touch], .lang-toggle__button[data-hover] {
      opacity: 0.8; }
    .lang-toggle__button_type-1:not(:last-child) {
      margin-bottom: 23px; }
  .lang-toggle__button-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.09);
    margin: 0 auto 7px auto; }
    .lang-toggle__button-icon img {
      display: block;
      width: 100%;
      height: 100%; }
  @media (max-width: 1279.98px) {
    .lang-toggle_type-1 {
      display: none; } }

.shape-element {
  position: absolute;
  width: 120px;
  height: auto; }
  @media (max-width: 767.98px) {
    .shape-element {
      width: 80px; } }

.desktop-nav {
  padding-left: 10px; }
  .desktop-nav__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px -20px 0; }
  .desktop-nav__item {
    margin: 0 40px 20px 0; }
  .desktop-nav__link {
    font-size: 1.125rem;
    color: var(--color-muted);
    display: block;
    position: relative;
    transition: color 0.15s ease-in-out; }
    .desktop-nav__link::before {
      content: '';
      display: block;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background-color: var(--color-accent);
      position: absolute;
      right: calc(100% + 14px);
      top: 10px;
      transition: opacity 0.15s ease-in-out;
      opacity: 0; }
    .desktop-nav__link[data-touch], .desktop-nav__link[data-hover] {
      color: var(--color-accent); }
    .desktop-nav__link_active {
      pointer-events: none;
      color: var(--color-accent);
      font-weight: 500; }
      .desktop-nav__link_active::before {
        opacity: 1; }
  @media (max-width: 1279.98px) {
    .desktop-nav {
      padding: 0 15px; }
      .desktop-nav__list {
        justify-content: center; } }
  @media (max-width: 575.98px) {
    .desktop-nav__list {
      margin: 0 -20px -10px 0; }
    .desktop-nav__item {
      margin: 0 20px 10px 0; } }

.desktop-auth {
  display: flex;
  align-items: center; }
  .desktop-auth__link {
    transition: color 0.15s ease-in-out;
    color: var(--color-text-accent);
    font-size: 1.125rem;
    font-weight: 500;
    margin-right: 40px;
    flex: 0 0 auto; }
    .desktop-auth__link[data-touch], .desktop-auth__link[data-hover] {
      color: var(--color-accent); }
  .desktop-auth__button {
    flex: 1 1 auto; }
    .desktop-auth__button .icon {
      width: 13px; }
  @media (max-width: 1279.98px) {
    .desktop-auth__link {
      margin-right: 20px; } }
  @media (max-width: 575.98px) {
    .desktop-auth {
      flex-direction: column;
      align-items: flex-start; }
      .desktop-auth__link {
        margin: 0 0 20px 0; }
      .desktop-auth__button {
        width: 100%; } }

.logo {
  width: 200px; }
  .logo img {
    display: block;
    width: 100%;
    height: auto; }
  @media (max-width: 1279.98px) {
    .logo {
      width: 180px; } }
  @media (max-width: 575.98px) {
    .logo {
      width: 160px; } }

/*========== Modal ==========*/
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--color-bg-transparent); }
  .modal.active {
    display: block; }
  .modal__wrapper {
    position: relative;
    z-index: 1;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: var(--container-gutter-x);
    display: flex;
    cursor: pointer; }
  .modal-close {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
    z-index: 2;
    cursor: pointer; }
    .modal-close:before, .modal-close:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 5px;
      width: 30px;
      height: 2px;
      background-color: var(--color-accent);
      transition: opacity 0.15s ease-in-out; }
    .modal-close:before {
      transform: translateY(-50%) rotate(-45deg); }
    .modal-close:after {
      transform: translateY(-50%) rotate(45deg); }
    .modal-close[data-touch], .modal-close[data-hover] {
      opacity: 0.8; }
  .modal-block {
    position: relative;
    margin: auto;
    padding: 60px;
    cursor: default;
    background-color: #fff;
    border-radius: 10px;
    max-width: 600px; }
  @media (max-width: 575.98px) {
    .modal-block {
      padding: 60px 20px 30px 20px; } }

/*========== Helpers ==========*/
/*========== Form ==========*/
.input {
  display: block;
  position: relative; }
  .input__label {
    display: block;
    margin-bottom: 25px;
    padding-left: 30px; }
  .input__element {
    color: var(--color-text);
    display: block;
    font-size: 1.125rem;
    line-height: 24px;
    border: 1px solid #EDF4FC;
    background-color: #EDF4FC;
    padding: 21px 28px;
    width: 100%;
    height: 68px;
    transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    border-radius: 10px; }
    .input__element:not(textarea) {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .input__element:-webkit-autofill, .input__element:-webkit-autofill:hover, .input__element:-webkit-autofill:focus {
      -webkit-text-fill-color: var(--color-text);
      -webkit-box-shadow: 0 0 0 1000px #EDF4FC inset; }
    .input__element::-moz-placeholder {
      -moz-transition: opacity 0.15s ease-in-out;
      transition: opacity 0.15s ease-in-out;
      color: var(--color-muted); }
    .input__element:-ms-input-placeholder {
      -ms-transition: opacity 0.15s ease-in-out;
      transition: opacity 0.15s ease-in-out;
      color: var(--color-muted); }
    .input__element::placeholder {
      transition: opacity 0.15s ease-in-out;
      color: var(--color-muted); }
    .input__element:focus {
      background-color: #fff;
      border-color: #2784ED; }
      .input__element:focus::-moz-placeholder {
        opacity: 0; }
      .input__element:focus:-ms-input-placeholder {
        opacity: 0; }
      .input__element:focus::placeholder {
        opacity: 0; }
  @media (max-width: 1023.98px) {
    .input__label {
      margin-bottom: 15px; }
    .input__element {
      font-size: 1rem;
      line-height: 20px;
      padding: 19px 29px;
      height: 60px; } }
  @media (max-width: 1023.98px) {
    .input__element {
      padding: 19px; }
    .input__label {
      margin-bottom: 5px;
      padding-left: 20px; } }

.form__item:not(:last-child) {
  margin-bottom: 44px; }

.form__submit {
  text-align: center; }

@media (max-width: 575.98px) {
  .form__item:not(:last-child) {
    margin-bottom: 30px; }
  .form__submit {
    margin-top: 40px; }
    .form__submit .button {
      width: 100%; } }

/*========== Blocks ==========*/
.home-screen {
  padding-top: 250px; }
  .home-screen .shape-1 {
    position: absolute;
    width: 100vw;
    height: calc(100% + 70px);
    top: -50px;
    left: calc(-1 * var(--shape-margin-left) + var(--container-gutter-x));
    border-width: 2px 2px 0 0;
    border-color: var(--color-shape);
    border-radius: 0 40px 0 0;
    border-style: solid;
    transform: translateX(-100%); }
  .home-screen .shape-element {
    left: 350px;
    bottom: 0; }
  .home-screen__title {
    margin-bottom: 33px;
    position: relative; }
    .home-screen__title::before {
      content: '';
      display: block;
      width: 4px;
      height: calc(100% - 0.2em);
      top: 0.05em;
      position: absolute;
      left: calc(-1 * var(--shape-margin-left) - 3px);
      background-color: var(--color-accent);
      border-radius: 4px; }
  .home-screen__text {
    font-size: 1.125rem;
    color: var(--color-muted);
    position: relative; }
    .home-screen__text::before {
      content: '';
      display: block;
      width: 4px;
      height: calc(100% - 0.3em);
      top: 0.1em;
      position: absolute;
      left: calc(-1 * var(--shape-margin-left) - 3px);
      background-color: #CFE4FB;
      border-radius: 4px; }
  .home-screen__content {
    height: 530px; }
  .home-screen__button {
    margin-top: 40px; }
  .home-screen__image {
    width: 650px;
    position: absolute;
    right: -80px;
    top: -90px; }
    .home-screen__image::before {
      content: '';
      display: block;
      padding-top: 95%; }
  @media (max-width: 1599.98px) {
    .home-screen {
      padding-top: 220px; }
      .home-screen__image {
        top: -60px;
        width: 620px; } }
  @media (max-width: 1279.98px) {
    .home-screen__image {
      width: 600px;
      right: -120px; }
    .home-screen .shape-element {
      left: 300px; } }
  @media (max-width: 1023.98px) {
    .home-screen {
      padding-bottom: 150px; }
      .home-screen__image {
        width: 500px;
        right: -200px;
        top: 0; }
      .home-screen__content {
        height: auto; }
      .home-screen .shape-1 {
        height: calc(100% + 220px); }
      .home-screen .shape-element {
        bottom: -150px;
        left: 250px; }
      .home-screen__text {
        font-size: 1rem; } }
  @media (max-width: 767.98px) {
    .home-screen {
      padding-top: 200px;
      padding-bottom: 120px; }
      .home-screen__image {
        right: -160px;
        top: initial;
        width: 300px;
        bottom: -100px; }
      .home-screen .shape-element {
        bottom: -120px; } }
  @media (max-width: 575.98px) {
    .home-screen {
      padding-top: 120px;
      padding-bottom: 0;
      margin-bottom: 60px; }
      .home-screen__image {
        width: calc(100% - 80px);
        margin: 0 auto 40px auto;
        position: relative;
        bottom: initial;
        right: initial; }
      .home-screen__title {
        margin-bottom: 25px; }
      .home-screen__button {
        width: 100%;
        margin-top: 30px; }
      .home-screen .shape-element {
        display: none; } }

.how-it-works {
  margin-bottom: 115px; }
  .how-it-works .shape-1 {
    position: absolute;
    top: -50px;
    left: calc(-1 * var(--shape-margin-left) + var(--container-gutter-x) - 2px);
    width: 150px;
    height: 150px;
    border-radius: 0 75px 75px 75px;
    border: 2px solid var(--color-shape); }
  .how-it-works .shape-2 {
    position: absolute;
    top: -50px;
    left: calc(-1 * var(--shape-margin-left) + var(--container-gutter-x) - 2px);
    width: 100vw;
    border-top: 2px solid var(--color-shape);
    transform: translateX(-100%); }
  .how-it-works .shape-3 {
    position: absolute;
    top: -50px;
    right: calc(-1 * var(--shape-margin-left) + var(--container-gutter-x));
    transform: translateX(100%);
    width: 100vw;
    height: 620px;
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: var(--color-shape);
    border-radius: 40px 0 0 0; }
  .how-it-works .shape-4 {
    position: absolute;
    top: 50px;
    left: calc(50% - 1px);
    height: calc(100% + 200px);
    width: 100vw;
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: var(--color-shape);
    border-radius: 40px 0 0 0; }
  .how-it-works .shape-element {
    right: var(--container-gutter-x);
    bottom: -100px; }
  .how-it-works__button {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-top: 15px; }
    .how-it-works__button-inner {
      background-color: #fff;
      padding: 15px; }
  @media (max-width: 1023.98px) {
    .how-it-works .shape-1, .how-it-works .shape-2 {
      display: none; }
    .how-it-works .shape-4 {
      top: 80px; }
    .how-it-works__button {
      margin: 0; } }
  @media (max-width: 575.98px) {
    .how-it-works {
      margin-bottom: 60px; }
      .how-it-works__button-inner {
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
        .how-it-works__button-inner .button {
          width: 100%; }
      .how-it-works .shape-1, .how-it-works .shape-2, .how-it-works .shape-element {
        display: none; } }

.hw-block {
  position: relative;
  z-index: 2; }
  .hw-block__image {
    border-radius: 10px;
    background-color: rgba(234, 242, 251, 0.66); }
    .hw-block__image img {
      padding: 15px; }
    .hw-block__image::before {
      content: '';
      display: block;
      padding-top: 73%; }
    .hw-block__image_1 img {
      transform: translateX(5%); }
    .hw-block__image_2 img {
      transform: translateX(8%); }
    .hw-block__image_3 img {
      transform: translateX(3%); }
    .hw-block__image_4 img {
      transform: translateX(2%); }
  .hw-block__index {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: var(--color-accent-2);
    position: absolute;
    left: 30px;
    bottom: -15px;
    font-weight: 500; }
  .hw-block__title {
    text-align: center;
    margin-top: 33px;
    line-height: 1.625; }
  @media (max-width: 1023.98px) {
    .hw-block {
      margin-bottom: 50px; } }
  @media (max-width: 575.98px) {
    .hw-block {
      padding-top: 15px;
      padding-bottom: 15px;
      background-color: #fff;
      margin-bottom: 35px; }
      .hw-block__title {
        margin-top: 25px; } }

.section-bookmakers {
  margin-top: 130px;
  margin-bottom: 50px; }
  .section-bookmakers .shape-1 {
    position: absolute;
    top: -60px;
    left: calc(-1 * var(--shape-margin-left) + var(--container-gutter-x) - 2px);
    width: calc(100% - 200px);
    height: calc(100% + 100px);
    border-radius: 40px 0 0 0;
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: var(--color-shape); }
  .section-bookmakers .shape-2 {
    position: absolute;
    top: -150px;
    left: calc(100% - 200px - var(--shape-margin-left) + var(--container-gutter-x) - 2px);
    width: 100vw;
    height: 90px;
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: var(--color-shape); }
  .section-bookmakers .shape-element {
    top: -60px;
    left: calc(100% - 200px - var(--shape-margin-left) + var(--container-gutter-x) - 2px + 20px); }
  .section-bookmakers__title:not(:last-child) {
    margin-bottom: 45px; }
  .section-bookmakers__head-text {
    font-size: 1.125rem;
    color: var(--color-text); }
  .section-bookmakers__more {
    text-align: center;
    margin-top: 16px; }
  .section-bookmakers__trigger .icon {
    width: 16px;
    height: 16px; }
  .section-bookmakers__trigger span:nth-child(2) {
    display: none; }
  .section-bookmakers__trigger.is-active .icon {
    transform: rotate(180deg); }
  .section-bookmakers__trigger.is-active span:nth-child(1) {
    display: none; }
  .section-bookmakers__trigger.is-active span:nth-child(2) {
    display: block; }
  @media (min-width: 1280px) {
    .section-bookmakers__head {
      margin-bottom: 60px; } }
  @media (max-width: 1279.98px) {
    .section-bookmakers .shape-element {
      left: 600px; } }
  @media (max-width: 1023.98px) {
    .section-bookmakers__more {
      margin-top: 15px; } }
  @media (max-width: 575.98px) {
    .section-bookmakers {
      margin-top: 0; }
      .section-bookmakers__more {
        margin-top: 10px; }
      .section-bookmakers__head-text {
        font-size: 1rem; }
      .section-bookmakers__trigger {
        width: 100%; }
      .section-bookmakers__title:not(:last-child) {
        margin-bottom: 40px; }
      .section-bookmakers .shape-1, .section-bookmakers .shape-2 {
        display: none; } }

.bk-item {
  margin-bottom: 44px; }
  .bk-item__image {
    background: rgba(234, 242, 251, 0.84);
    border-radius: 10px;
    height: 110px; }
    .bk-item__image img {
      padding: 30px; }
  .bk-item__title {
    text-align: center;
    margin: 20px 0 0 0;
    text-transform: uppercase; }
  @media (max-width: 1279.98px) {
    .bk-item__image img {
      padding: 20px; } }
  @media (max-width: 1023.98px) {
    .bk-item {
      margin-bottom: 40px; } }
  @media (max-width: 575.98px) {
    .bk-item {
      margin-bottom: 30px; }
      .bk-item__image {
        height: 100px; }
        .bk-item__image img {
          padding: 10px; }
      .bk-item__title {
        margin-top: 15px; } }

.section-advantages {
  position: relative;
  margin-bottom: 70px; }
  .section-advantages .shape-element {
    left: 430px;
    bottom: -80px; }
  .section-advantages .shape-1 {
    content: '';
    display: block;
    height: 1200px;
    width: calc(100% - 80px);
    left: 40px;
    top: 0;
    border-radius: 90px 90px 0 0;
    position: absolute;
    overflow: hidden;
    transform: skewY(7deg); }
    .section-advantages .shape-1::after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, white 20%, #f3f8fd 100%);
      transform: skewY(-7deg); }
    .section-advantages .shape-1::before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 50%;
      top: 0;
      background-color: #f3f8fd; }
  .section-advantages__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .section-advantages__content {
    flex: 0 0 420px;
    position: relative; }
  .section-advantages__item {
    position: absolute;
    width: 100%; }
    .section-advantages__item.is-active {
      z-index: 2; }
    .section-advantages__item-title {
      margin-top: 0;
      margin-bottom: 20px; }
    .section-advantages__item-image {
      width: 340px;
      height: 340px;
      margin: 0 0 50px 10px;
      will-change: transform; }
      .section-advantages__item-image_1 img {
        width: 114%;
        height: 114%;
        top: -7%;
        left: -7%; }
      .section-advantages__item-image_3 img {
        width: 109%;
        height: 114%;
        top: -7%;
        left: -9%; }
      .section-advantages__item-image_4 img {
        width: 109%;
        left: -15%; }
      .section-advantages__item-image_5 img {
        width: 110%;
        left: -17%;
        top: 2%; }
      .section-advantages__item-image_6 img {
        width: 110%;
        left: -14%;
        top: 2%; }
  .section-advantages__cards {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -10px 0;
    flex: 1 1 auto;
    padding-left: 30px;
    position: relative; }
  .section-advantages__card {
    margin: 0 10px 10px 0;
    width: calc(33.33% - 10px);
    text-align: center;
    padding: 15px 20px 20px 20px;
    background-color: #fff;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    border: 1px solid transparent;
    transition: border-color 0.15s ease-in-out;
    cursor: pointer; }
    .section-advantages__card.is-active, .section-advantages__card[data-touch], .section-advantages__card[data-hover] {
      border-color: #2784ED; }
    .section-advantages__card-title {
      margin: 15px 0 0 0; }
    .section-advantages__card-image {
      width: 110px;
      height: 110px;
      margin: 0 auto; }
      .section-advantages__card-image_1 img {
        transform: translateX(8%); }
      .section-advantages__card-image_2 img {
        transform: translateX(13%); }
      .section-advantages__card-image_3 img {
        transform: translate(9%, 3%); }
      .section-advantages__card-image_4 img {
        transform: translateX(16%) scale(0.9); }
      .section-advantages__card-image_5 img {
        transform: translateX(16%); }
      .section-advantages__card-image_6 img {
        transform: translateX(13%); }
  @media (max-width: 1279.98px) {
    .section-advantages__content {
      flex: 0 0 360px; }
    .section-advantages__item-image {
      width: 280px;
      height: 280px; } }
  @media (max-width: 1023.98px) {
    .section-advantages .shape-1 {
      width: calc(100% - 40px);
      left: 20px; }
    .section-advantages .shape-element {
      display: none; }
    .section-advantages__container {
      display: block; }
    .section-advantages__content {
      margin-bottom: 60px; }
    .section-advantages__cards {
      padding: 0; } }
  @media (max-width: 767.98px) {
    .section-advantages__card {
      width: calc(50% - 10px); }
    .section-advantages__item-image {
      margin-bottom: 40px; } }
  @media (max-width: 575.98px) {
    .section-advantages {
      margin-bottom: 60px; }
      .section-advantages .shape-1 {
        width: 100%;
        left: 0;
        border-radius: 30px 30px 0 0;
        transform: skewY(5deg); }
        .section-advantages .shape-1::after {
          transform: skewY(-5deg); }
      .section-advantages__item-image {
        margin: 0 auto 30px auto;
        width: 240px;
        height: 240px; }
      .section-advantages__item-title {
        margin-bottom: 15px; }
      .section-advantages__card {
        padding: 15px 10px; }
      .section-advantages__card-image {
        width: 80px;
        height: 80px; }
      .section-advantages__content {
        margin-bottom: 40px; } }

.section-income {
  margin-bottom: 30px; }
  .section-income__title:not(:last-child) {
    margin-bottom: 45px; }
  .section-income__text {
    font-size: 1rem;
    margin-bottom: 5px;
    color: var(--color-text); }
  .section-income__content-title {
    text-align: center;
    margin-bottom: 30px; }
  .section-income__chart-content {
    display: flex; }
  .section-income__chart-element {
    flex: 0 0 830px; }
    .section-income__chart-element::before {
      content: '';
      display: block;
      padding-top: 48.1%; }
    .section-income__chart-element img {
      width: 111%;
      height: 102%;
      top: -2%;
      left: -5%; }
  .section-income__chart-info {
    flex: 1 1 auto;
    padding-left: 40px;
    padding-top: 15px; }
  .section-income__chart-info-element {
    padding-left: 65px;
    min-height: 60px;
    position: relative;
    font-family: "Muller", sans-serif;
    font-weight: 500; }
    .section-income__chart-info-element:first-child img {
      transform: translateX(-4px); }
    .section-income__chart-info-element:not(:last-child) {
      margin-bottom: 55px; }
    .section-income__chart-info-element .icon {
      width: 50px;
      height: 50px;
      display: block;
      position: absolute;
      left: 0;
      top: -4px; }
    .section-income__chart-info-element span {
      display: block; }
      .section-income__chart-info-element span:nth-child(2) {
        font-size: 2rem;
        color: #2784ED;
        margin-bottom: 10px;
        line-height: 1.2; }
      .section-income__chart-info-element span span {
        display: inline;
        font-size: 0.7em; }
  @media (max-width: 1279.98px) {
    .section-income__chart-content {
      display: block; }
    .section-income__chart-info {
      padding: 0;
      margin-top: 40px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  @media (max-width: 1023.98px) {
    .section-income__chart-info {
      margin: 40px -40px -40px 0; }
    .section-income__chart-info-element {
      padding-left: 50px;
      margin: 0 40px 40px 0; }
      .section-income__chart-info-element .icon {
        width: 40px;
        height: 40px;
        top: -5px; }
      .section-income__chart-info-element span:nth-child(2) {
        font-size: 1.5rem;
        margin-bottom: 5px; } }
  @media (max-width: 575.98px) {
    .section-income {
      margin-bottom: 60px; }
      .section-income__title:not(:last-child) {
        margin-bottom: 30px; }
      .section-income__chart-info {
        display: block;
        margin: 40px 0 0 0; }
      .section-income__chart-info-element {
        margin: 0; }
        .section-income__chart-info-element:not(:last-child) {
          margin-bottom: 30px; } }

.section-image__image .image::before {
  content: '';
  display: block;
  padding-top: 82%; }

.section-image__container {
  align-items: center; }

@media (min-width: 1024px) {
  .section-image__title {
    margin-left: 24px; } }

@media (max-width: 1023.98px) {
  .section-image {
    margin-bottom: 70px; }
    .section-image__image {
      margin-bottom: 50px; } }

@media (max-width: 575.98px) {
  .section-image {
    margin-bottom: 60px; }
    .section-image__image {
      margin-bottom: 40px; } }

.section-compensation__image img {
  top: -4%;
  left: -36%;
  width: 146%;
  height: 115%; }

.section-compensation__button {
  margin-top: 40px; }

@media (max-width: 575.98px) {
  .section-compensation__button {
    margin-top: 30px;
    width: 100%; }
  .section-compensation__image img {
    left: -30%; } }

.section-cost__image img {
  left: 10%; }

.section-faq {
  margin-bottom: -36px; }
  .section-faq .shape-1 {
    position: absolute;
    top: -80px;
    left: calc(-1 * var(--shape-margin-left) + var(--container-gutter-x) - 2px);
    width: 150px;
    height: 150px;
    border-radius: 0 75px 75px 75px;
    border: 2px solid var(--color-shape); }
  .section-faq .shape-2 {
    position: absolute;
    top: -80px;
    left: calc(-1 * var(--shape-margin-left) + var(--container-gutter-x) - 2px);
    width: 100vw;
    border-top: 2px solid var(--color-shape);
    transform: translateX(-100%); }
  .section-faq .shape-element {
    top: -40px;
    right: 320px; }
  @media (min-width: 1280px) {
    .section-faq__head {
      margin-bottom: 70px; }
    .section-faq__container {
      padding: 0 30px; } }
  @media (max-width: 1023.98px) {
    .section-faq .shape-element {
      right: 15px; } }
  @media (max-width: 575.98px) {
    .section-faq {
      margin-bottom: 40px; }
      .section-faq .shape-1, .section-faq .shape-2, .section-faq .shape-element {
        display: none; } }

.faq-item {
  margin-bottom: 36px; }
  .faq-item__container {
    background-color: #EDF4FC;
    border-radius: 10px;
    border: 3px solid #EDF4FC;
    transition: background-color .25s ease-in-out; }
    .faq-item__container.is-active {
      background-color: transparent; }
  .faq-item__trigger {
    display: block;
    text-align: left;
    width: 100%;
    position: relative;
    padding: 20px 37px 18px 87px;
    line-height: 24px;
    font-size: 1.125rem;
    font-family: "Muller", sans-serif;
    font-weight: 500; }
    .faq-item__trigger span {
      display: block;
      position: absolute;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background-color: #2784ED;
      top: 12px;
      left: 32px;
      transition: background-color .25s ease-in-out; }
      .faq-item__trigger span::before, .faq-item__trigger span::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        border-radius: 2px;
        transition: opacity .25s ease-in-out; }
      .faq-item__trigger span::before {
        width: 2px;
        height: 10px; }
      .faq-item__trigger span::after {
        height: 2px;
        width: 10px; }
    .faq-item__trigger.is-active span {
      background-color: #EB5757; }
      .faq-item__trigger.is-active span::before {
        opacity: 0; }
  .faq-item__content {
    padding: 10px 40px 30px 90px;
    color: var(--color-muted); }
  @media (max-width: 575.98px) {
    .faq-item {
      margin-bottom: 20px; }
      .faq-item__trigger {
        padding: 20px 20px 18px 75px;
        font-size: 1rem; }
        .faq-item__trigger span {
          left: 20px; }
      .faq-item__content {
        padding: 0 20px 18px 75px; } }

.section-auth {
  padding-top: 220px; }
  .section-auth .shape-element {
    left: 110px;
    bottom: -100px; }
  .section-auth__image {
    position: absolute;
    width: 445px;
    display: block;
    height: auto;
    right: -40px; }
  .section-auth__head {
    padding-left: 200px; }
  .section-auth__container {
    padding-left: 170px; }
  .section-auth__form {
    width: 480px; }
  @media (max-width: 1279.98px) {
    .section-auth__container {
      padding-left: 0; }
    .section-auth__head {
      padding-left: 30px; }
    .section-auth .shape-element {
      left: -50px; } }
  @media (max-width: 1023.98px) {
    .section-auth__form {
      width: 360px; }
    .section-auth__image {
      width: 320px; } }
  @media (max-width: 767.98px) {
    .section-auth__image {
      bottom: -130px;
      width: 200px; } }
  @media (max-width: 575.98px) {
    .section-auth {
      padding-top: 160px;
      margin-bottom: 60px; }
      .section-auth__image {
        bottom: initial;
        top: -25px;
        width: 80px;
        right: 15px; }
      .section-auth .shape-element {
        display: none; }
      .section-auth__form {
        width: 100%; }
      .section-auth__head {
        padding-left: 0; } }

/*========== Header ==========*/
.header {
  --margin: 60px;
  padding: var(--margin) 0;
  position: absolute;
  width: 100%;
  z-index: 1000; }
  .header__container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header__right {
    display: flex;
    align-items: center; }
  @media (max-width: 1279.98px) {
    .header .desktop-nav {
      display: none; } }
  @media (max-width: 767.98px) {
    .header {
      --margin: 40px; }
      .header__desktop-auth {
        display: none; } }
  @media (max-width: 575.98px) {
    .header {
      --margin: 30px; } }

.mobile-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: var(--color-bg-transparent);
  z-index: 1;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
  cursor: pointer; }
  .mobile-nav.active {
    opacity: 1;
    visibility: visible; }
    .mobile-nav.active .mobile-nav__container {
      transform: translateX(0); }
  .mobile-nav__container {
    background-color: #fff;
    width: 320px;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(-100%);
    transition: transform .25s ease-out;
    cursor: default; }
  .mobile-nav__content {
    padding: var(--margin) 20px 0 20px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .mobile-nav__item:not(:last-child) {
    margin-bottom: 15px; }
  .mobile-nav__link {
    padding: 4px 0;
    font-size: 1.25rem;
    display: block;
    transition: color 0.15s ease-in-out;
    position: relative; }
    .mobile-nav__link[data-touch], .mobile-nav__link[data-hover] {
      color: var(--color-accent); }
    .mobile-nav__link_active {
      color: var(--color-accent);
      pointer-events: none;
      padding-left: 20px; }
      .mobile-nav__link_active::before {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: var(--color-accent);
        position: absolute;
        left: 0;
        top: 13px; }
  .mobile-nav__lang-toggle {
    margin-top: 40px; }
  .mobile-nav__desktop-auth {
    margin-top: 40px; }
  @media (min-width: 1280px) {
    .mobile-nav {
      display: none; } }
  @media (max-width: 575.98px) {
    .mobile-nav__container {
      width: 260px; }
    .mobile-nav__link {
      font-size: 1.125rem; }
    .mobile-nav__content {
      padding: var(--margin) 15px 0 15px; } }

.mobile-nav-toggle {
  z-index: 2;
  margin-left: 50px;
  margin-right: -5px;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative; }
  .mobile-nav-toggle span {
    width: 30px;
    height: 2px;
    background-color: #2784ED;
    position: relative;
    transition: background-color .25s ease-in-out, transform .25s ease-in-out; }
    .mobile-nav-toggle span:last-child {
      margin-top: 8px; }
  .mobile-nav-toggle.active span {
    background-color: #fff; }
    .mobile-nav-toggle.active span:first-child {
      transform: translateY(5px) rotate(45deg); }
    .mobile-nav-toggle.active span:last-child {
      transform: translateY(-5px) rotate(-45deg); }
  @media (min-width: 1280px) {
    .mobile-nav-toggle {
      display: none; } }

/*========== Footer ==========*/
.footer {
  flex-shrink: 0;
  margin-top: 150px;
  padding-bottom: 60px;
  color: var(--color-muted); }
  .footer__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px; }
  .footer__telegram-link {
    transition: color 0.15s ease-in-out;
    color: var(--color-text-accent);
    font-size: 1.125rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center; }
    .footer__telegram-link .icon {
      width: 20px;
      height: 20px;
      margin-right: 10px; }
    .footer__telegram-link[data-touch], .footer__telegram-link[data-hover] {
      color: var(--color-accent); }
  .footer__copyright {
    text-align: center; }
  @media (min-width: 1280px) {
    .footer__copyright {
      font-size: 1.125rem; } }
  @media (max-width: 1279.98px) {
    .footer__top {
      flex-wrap: wrap;
      margin-bottom: 0; }
    .footer .desktop-nav {
      order: 3;
      width: 100%;
      margin: 40px 0; } }
  @media (max-width: 575.98px) {
    .footer {
      padding: 40px 0;
      margin: 0; }
      .footer .desktop-nav {
        order: 2;
        margin: 30px 0; }
      .footer__top {
        justify-content: center; }
      .footer__telegram-link {
        font-size: 1rem;
        order: 3;
        margin-bottom: 30px; } }

/*# sourceMappingURL=maps/common.css.map */
