@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@800&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/*!
 * Bootstrap Grid v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 465px;
}

@media (min-width: 768px) {
  .container-md, .container {
    max-width: 688px;
  }
}
@media (min-width: 1200px) {
  .container-lg, .container-md, .container {
    max-width: 1080px;
  }
}
@media (min-width: 1500px) {
  .container-xl, .container-lg, .container-md, .container {
    max-width: 1244px;
  }
}
:root {
  --bs-breakpoint-sm: 0;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 1200px;
  --bs-breakpoint-xl: 1500px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  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.33333333%;
}

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

.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: 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: 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.33333333%;
  }
  .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.66666667%;
  }
  .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: 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: 1200px) {
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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: 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: 1500px) {
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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: 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;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

.d-inline-grid {
  display: inline-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;
}

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

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

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

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

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

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

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

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

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

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

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

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

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

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

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

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

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

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !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-inline-grid {
    display: inline-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;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .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-inline-grid {
    display: inline-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;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1500px) {
  .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-inline-grid {
    display: inline-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;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !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-inline-grid {
    display: inline-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;
  }
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

.modal {
  --bs-modal-margin: 1.75rem;
  --bs-modal-box-shadow: var(--bs-box-shadow);
}

.modal-dialog {
  max-width: var(--bs-modal-width);
  margin-right: auto;
  margin-left: auto;
}

.modal-sm {
  --bs-modal-width: 300px;
}

@media (min-width: 1200px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1500px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1499.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1500px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

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

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #022602;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 21;
}

.loader {
  border: 4px solid #CCFF00;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 22;
}
.header.fixed {
  background: #0F3204;
  box-shadow: 0px 6px 14px 0px #022602;
}
.header.fixed .header__wrapper {
  border: 0;
  padding: 10px 0;
}
.header__wrapper {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header__logo {
  width: 156px;
}
.header__badge {
  width: 110px;
}
.header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__list {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.header__list--item {
  margin-right: 19px;
}
.header__list--item:last-of-type {
  margin-right: 0;
}
.header__register {
  display: flex;
  align-items: center;
}
.header__register .login-btn {
  text-transform: uppercase;
  margin-right: 14px;
}

@media screen and (max-width: 767px) {
  .header__logo {
    width: 100px;
  }
  .header__register .login-btn {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .header {
    background: #0F3204;
    box-shadow: 0px 6px 14px 0px #022602;
    z-index: 22;
  }
  .header.fixed .header__wrapper {
    padding: 6px 0;
  }
  .header__wrapper {
    border: 0;
    padding: 6px 0;
  }
  .header__mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    transition: left 0.3s;
    z-index: 1000;
  }
  .header__mobile-menu .header__list {
    flex-direction: column;
    background: #052805;
    height: 100%;
    padding: 8px 53px 16px 16px;
    align-items: flex-start;
  }
  .header__mobile-menu .header__list--item {
    margin: 0 0 24px;
  }
  .header__mobile-menu .header__list--item:first-of-type {
    margin: 0 0 24px -5px;
  }
  .header__mobile-menu .header__list--item:last-of-type {
    margin: auto 0 0;
  }
  .header__mobile-menu .header__list--item a {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .header__mobile-menu .header__list--item a img {
    margin-left: 10px;
  }
  .header__mobile-menu--close {
    position: absolute;
    right: 0;
    width: 53px;
    top: 0;
    bottom: 0;
    background: #6e7f6d;
    padding: 11px 14px;
  }
  .header__mobile-menu--close .close-btn {
    width: 25px;
    height: 25px;
    background: #0A2D04;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
  }
  .header__mobile-menu .header__badge {
    width: 130px;
  }
  .header__mobile-menu.active {
    left: 0;
    width: 100%;
  }
  .header .burger-icon {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1500px) {
  .header__wrapper {
    padding: 19px 0;
  }
  .header__logo {
    width: 202px;
  }
  .header__badge {
    width: 130px;
    height: 49px;
  }
}
.video-section {
  min-height: 100vh;
  padding: 72px 0 0;
  display: flex;
  align-items: center;
}
.video-section__info {
  max-width: 521px;
  margin-right: 50px;
}
.video-section__info p {
  color: #FFF;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
  margin-bottom: 20px;
}
.video-section__info--bottom {
  border-top: 1px solid #CCFF00;
  padding: 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.video-section__info--bottom p {
  line-height: 160%;
  color: #CCFF00;
  letter-spacing: normal;
  margin: 0 20px 0 0;
  flex: 1;
}
.video-section__title {
  font-size: 110px;
  font-size: 6.875rem;
  font-style: normal;
  font-weight: 200;
  color: #CCFF00;
}
.video-section__title-bold {
  font-size: 58px;
  font-size: 3.625rem;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  color: #ffffff;
  margin: -18px 0 20px;
}
.video-section__video {
  border-radius: 30px;
  min-height: 290px;
  border: 5px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 10px 10px 50px -32px rgba(0, 0, 0, 0.4);
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.video-section__video:after {
  content: "";
  width: 485px;
  height: 597px;
  position: absolute;
  top: -110px;
  right: -116px;
  background-image: url(/images/video-back-image.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.video-section__video img {
  width: 100%;
  border-radius: 30px;
}
.video-section__video:hover {
  box-shadow: 0 0 30px 15px rgba(204, 255, 0, 0.3);
}
.video-section__video:hover .video-section__video--play {
  box-shadow: 0 0 5px 10px rgba(204, 255, 0, 0.5), 0 0 10px 20px rgba(204, 255, 0, 0.3);
}
.video-section__video--play {
  width: 97px;
  height: 97px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  backdrop-filter: blur(10px);
  background-color: #CCFF00;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #03542B;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 154px;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 5px 5px rgba(204, 255, 0, 0.5), 0 0 10px 10px rgba(204, 255, 0, 0.3);
}

@media screen and (max-width: 767px) {
  .video-section {
    padding: 46px 4px 0;
  }
  .video-section__info {
    margin-right: 0;
    max-width: 100%;
    text-align: center;
  }
  .video-section__info p {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.14px;
    margin-bottom: 30px;
  }
  .video-section__title {
    font-size: 80px;
    font-size: 5rem;
  }
  .video-section__title-bold {
    font-size: 42px;
    font-size: 2.625rem;
    margin: 0 0 8px;
  }
  .video-section__video {
    min-height: 120px;
  }
  .video-section__video--play {
    width: 67px;
    height: 67px;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    right: 20%;
  }
  .video-section__video:after {
    display: none;
  }
}
@media screen and (max-width: 359px) {
  .video-section__title {
    font-size: 68px;
    font-size: 4.25rem;
  }
  .video-section__title-bold {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .video-section__info {
    margin-right: 0;
    max-width: 100%;
    text-align: center;
  }
  .video-section__video:after {
    display: none;
  }
}
@media screen and (min-width: 1500px) {
  .video-section__info {
    margin-right: 0;
  }
  .video-section__info p {
    font-size: 16px;
    font-size: 1rem;
  }
  .video-section__info--bottom p {
    margin: 0 25px 0 0;
  }
  .video-section__title {
    font-size: 130px;
    font-size: 8.125rem;
  }
  .video-section__title-bold {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
.slick-slide {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.slick-active {
  opacity: 1 !important;
  transition: opacity 0.5s ease-in;
}

.slick-cloned {
  opacity: 0.3;
}

.slick-dots {
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
}
.slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
.slick-dots li button {
  font-size: 0;
  border: 0;
  padding: 0;
  background-color: #fff;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background-color: #CCFF00;
}

.profits__slider {
  cursor: grab;
}
.profits__title {
  color: #CCFF00;
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 6px;
}
.profits__title--bold {
  color: #FFF;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.profits__badge {
  border-radius: 14px;
  background: #CCFF00;
  padding: 15px;
  display: flex;
  align-items: center;
}
.profits__badge p {
  color: #022602;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%; /* 38.4px */
  margin: 0 0 0 15px;
}
.profits__step {
  color: rgba(204, 255, 0, 0.1);
  font-family: "Baloo 2", sans-serif;
  font-size: 120px;
  font-size: 7.5rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}
.profits__phone {
  height: 627px;
  background-size: cover;
  background-repeat: no-repeat;
  border: 21px solid #1c1c1c;
  border-radius: 71px;
  position: relative;
}
.profits__phone--img {
  overflow: hidden;
  border-radius: 44px;
  height: 100%;
  width: 100%;
}
.profits__phone .phone-bg {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  opacity: 0.2;
  background: #CCFF00;
  z-index: -1;
}
.profits__item {
  padding: 150px 0 0;
  align-items: center;
  display: none;
}
.profits__item.active {
  display: flex;
}

@media screen and (max-width: 1199px) {
  .profits {
    padding-bottom: 40px;
  }
  .profits__item {
    height: auto;
    padding: 40px 4px;
  }
  .profits__title {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 0;
  }
  .profits__title--bold {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 6px;
  }
  .profits__info {
    text-align: center;
  }
  .profits__badge {
    width: 100%;
    max-width: 400px;
    padding: 6px 10px;
    margin: 0 auto 16px;
  }
  .profits__badge img {
    width: 40px;
    height: 40px;
  }
  .profits__badge p {
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 0 8px;
  }
  .profits__phone {
    height: 467px;
    width: 246px;
    margin: 0 auto;
    border: 13px solid #1c1c1c;
    border-radius: 40px;
  }
  .profits__phone--img {
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
  }
}
@media screen and (max-width: 359px) {
  .profits__info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .profits__info.first .profits__title {
    font-size: 27px;
    font-size: 1.6875rem;
    margin: 0 8px 6px 0;
  }
  .profits__info.first .profits__title--bold {
    font-size: 27px;
    font-size: 1.6875rem;
    margin: 0 0 6px;
  }
  .profits__info.second .profits__title {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 8px 6px 0;
  }
  .profits__info.second .profits__title--bold {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 0 6px;
  }
  .profits__info.third .profits__title {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 4px 6px 0;
  }
  .profits__info.third .profits__title--bold {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 0 6px;
  }
  .profits__info.fourth .profits__title {
    font-size: 27px;
    font-size: 1.6875rem;
    margin: 0 8px 6px 0;
  }
  .profits__info.fourth .profits__title--bold {
    font-size: 27px;
    font-size: 1.6875rem;
    margin: 0 0 6px;
  }
  .profits__info.fifth .profits__title {
    font-size: 19px;
    font-size: 1.1875rem;
    margin: 0 4px 6px 0;
  }
  .profits__info.fifth .profits__title--bold {
    font-size: 19px;
    font-size: 1.1875rem;
    margin: 0 0 6px;
  }
}
@media screen and (min-width: 1500px) {
  .profits__title {
    font-size: 88px;
    font-size: 5.5rem;
  }
  .profits__title--bold {
    font-size: 62px;
    font-size: 3.875rem;
  }
  .profits__badge {
    padding: 20px;
  }
  .profits__badge p {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 0 20px;
  }
  .profits__step {
    font-size: 150px;
    font-size: 9.375rem;
  }
}
.ambassador {
  padding: 100px 0 0;
}
.ambassador__title {
  color: #CCFF00;
  text-align: center;
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 200;
  line-height: normal;
}
.ambassador__title--bold {
  color: #FFF;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin: 6px 0 48px;
  text-align: center;
}
.ambassador__title--bold span {
  color: #CCFF00;
}
.ambassador__item {
  border-radius: 30px;
  border: 2px solid #2a5101;
  background: linear-gradient(267deg, #416504 0.58%, #163C0E 59.22%, #163C0E 99.67%);
  box-shadow: 10px 90px 50px -32px rgba(32, 32, 32, 0.4);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.ambassador__item--image {
  width: 440px;
  height: 235px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ambassador__item--image.first {
  background-image: url(/images/ambassador_image_1.png);
}
.ambassador__item--image.second {
  background-image: url(/images/ambassador_image_2.png);
}
.ambassador__item--image.third {
  background-image: url(/images/ambassador_image_3.png);
}
.ambassador__item--image.fourth {
  background-image: url(/images/ambassador_image_4.png);
}
.ambassador__item--description {
  padding: 50px 30px;
  flex: 1;
}
.ambassador__item--description .title {
  color: #CCFF00;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 14px;
}
.ambassador__item--description p {
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
  margin: 0;
}
.ambassador .cta-btn-3 {
  max-width: 331px;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 18px 30px;
}

@media screen and (max-width: 767px) {
  .ambassador {
    padding: 30px 4px 0;
  }
  .ambassador__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .ambassador__title--bold {
    font-size: 19px;
    font-size: 1.1875rem;
    margin: 0 0 30px;
  }
  .ambassador__items {
    margin-bottom: 14px !important;
  }
  .ambassador__item {
    flex-direction: column;
  }
  .ambassador__item--image {
    width: 100%;
    height: 148px;
  }
  .ambassador__item--description {
    padding: 20px 10px;
  }
  .ambassador__item--description .title {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 8px;
  }
  .ambassador__item--description p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .ambassador .cta-btn-3 {
    box-shadow: none;
    padding: 20px 30px;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 5px;
    max-width: 100%;
  }
}
@media screen and (max-width: 374px) {
  .ambassador__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .ambassador__title--bold {
    font-size: 19px;
    font-size: 1.1875rem;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 359px) {
  .ambassador__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .ambassador__title--bold {
    font-size: 17px;
    font-size: 1.0625rem;
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .ambassador {
    padding: 60px 0 0;
  }
  .ambassador__title {
    font-size: 46px;
    font-size: 2.875rem;
  }
  .ambassador__title--bold {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .ambassador__item {
    flex-direction: column;
  }
  .ambassador__item--image {
    width: 100%;
    background-position: top;
  }
}
@media screen and (min-width: 1500px) {
  .ambassador__title {
    font-size: 64px;
    font-size: 4rem;
  }
  .ambassador__title--bold {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .ambassador__item--image {
    width: 500px;
    height: 288px;
  }
  .ambassador__item--description .title {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .ambassador__item--description p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .ambassador .cta-btn-3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
:root {
  --space-unit: 1em;
  --space-xxxxs: calc(0.125 * var(--space-unit));
  --space-xxxs: calc(0.25 * var(--space-unit));
  --space-xxs: calc(0.375 * var(--space-unit));
  --space-xs: calc(0.5 * var(--space-unit));
  --space-sm: calc(0.75 * var(--space-unit));
  --space-md: calc(1.25 * var(--space-unit));
  --space-lg: calc(2 * var(--space-unit));
  --space-xl: calc(3.25 * var(--space-unit));
  --space-xxl: calc(5.25 * var(--space-unit));
  --space-xxxl: calc(8.5 * var(--space-unit));
  --space-xxxxl: calc(13.75 * var(--space-unit));
  --component-padding: var(--space-md);
}

.stack-cards {
  --stack-cards-gap: var(--space-sm);
}

.stack-cards__item {
  position: relative;
  position: sticky;
  top: var(--space-md);
  transform-origin: center top;
}

.stack-cards {
  margin-bottom: 3rem;
}

.earnings {
  padding: 95px 0;
  background-image: url(/images/earnings-bg.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.earnings__wrapper {
  margin: 150px -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 41px;
  border: 2px solid #2a5101;
  background: radial-gradient(353.7% 60.9% at 60.52% 48.53%, rgba(8, 54, 8, 0.5) 0%, rgba(1, 32, 1, 0.5) 100%);
  box-shadow: 10px 50px 50px 10px rgba(33, 33, 33, 0.2);
  backdrop-filter: blur(19px);
}
.earnings__info {
  padding: 40px 0 40px 40px;
  margin-right: 60px;
}
.earnings__info--title {
  font-size: 52px;
  font-size: 3.25rem;
  color: #CCFF00;
  font-weight: 200;
  line-height: normal;
}
.earnings__info--title-bold {
  color: #FFFFFF;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.earnings__info--description {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.14);
  padding: 20px;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
}
.earnings__info--description span {
  color: #CCFF00;
}
.earnings__calc {
  min-width: 460px;
  margin: -53px 40px;
  padding: 40px 20px 20px;
  border-radius: 30px;
  border: 2px solid #2a5101;
  background: linear-gradient(244deg, #416504 23.64%, #163C0E 89.09%, #163C0E 134.24%);
  box-shadow: 10px 90px 50px -32px rgba(32, 32, 32, 0.4);
  backdrop-filter: blur(10px);
}
.earnings__calc--title {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 32px;
  font-weight: 300;
  line-height: normal;
}
.earnings__calc .followers-num {
  margin-bottom: 24px;
}
.earnings__calc .followers-num .input-grp {
  display: flex;
  align-items: center;
}
.earnings__calc .followers-num .input-wrapper {
  flex: 1;
  margin-right: 17px;
}
.earnings__calc .followers-num .followers-control {
  flex: 1;
  height: 5px;
  background: #0A3009;
  border-radius: 50px;
  box-shadow: none;
  border: 0;
}
.earnings__calc .followers-num .noUi-base {
  pointer-events: none;
}
.earnings__calc .followers-num .noUi-handle {
  width: 26px;
  height: 26px;
  border: 0;
  box-shadow: none;
  background: #B8E900;
  border-radius: 50px;
  cursor: grab;
  top: -10px;
}
.earnings__calc .followers-num .noUi-handle:before {
  width: 7px;
  height: 7px;
  border-radius: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.earnings__calc .followers-num .noUi-handle:after {
  display: none;
}
.earnings__calc .followers-num .noUi-handle-lower {
  display: none;
}
.earnings__calc .followers-num .noUi-handle-upper {
  pointer-events: all;
}
.earnings__calc .followers-num .noUi-connect {
  background: #B8E900;
}
.earnings__calc .posts {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}
.earnings__calc .posts .input-grp {
  margin-right: 17px;
}
.earnings__calc .posts .input-grp:last-of-type {
  margin-right: 0;
}
.earnings__calc .hint {
  color: #FFF;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 7px;
  line-height: normal;
}
.earnings__calc .income {
  border-radius: 20px 20px 0px 0px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 26px 14px;
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  color: #CCFF00;
  font-weight: 400;
  line-height: normal;
}
.earnings__calc .income .sum {
  color: #FFF;
  font-weight: 700;
}
.earnings__calc .income-badge {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 0px 0px 20px 20px;
  background: #CCFF00;
  padding: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #022602;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .earnings {
    padding: 65px 4px;
    background-size: cover;
  }
  .earnings__wrapper {
    margin: 0 -8px;
    padding: 0 12px;
    flex-direction: column;
  }
  .earnings__info {
    padding: 20px 0 10px;
    margin-right: 0;
    text-align: center;
  }
  .earnings__info--title {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .earnings__info--title-bold {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 4px 0 10px;
  }
  .earnings__info--description {
    padding: 14px 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .earnings__calc {
    min-width: 100%;
    margin: 0 -14px -2px;
    padding: 20px 22px 12px;
  }
  .earnings__calc--title {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
  .earnings__calc .followers-num {
    margin-bottom: 14px;
  }
  .earnings__calc .posts {
    margin-bottom: 16px;
  }
  .earnings__calc .posts .input-grp {
    margin-right: 8px;
    flex: 1;
  }
  .earnings__calc .posts .input-grp:last-of-type {
    margin-right: 0;
  }
  .earnings__calc .income {
    padding: 20px 14px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 374px) {
  .earnings__info--title {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .earnings__info--title-bold {
    font-size: 23px;
    font-size: 1.4375rem;
  }
  .earnings__calc {
    padding: 20px 12px 22px;
    margin: 0 -14px -2px;
  }
}
@media screen and (min-width: 360px) and (max-width: 767px) {
  .earnings__wrapper {
    margin: 0 auto;
  }
  .earnings__calc {
    margin: 0 -24px -2px;
  }
}
@media screen and (min-width: 360px) and (max-width: 374px) {
  .earnings__info--title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .earnings__info--title-bold {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .earnings {
    background-size: cover;
    padding: 90px 0 50px;
  }
  .earnings__wrapper {
    padding: 0 40px;
    flex-direction: column;
    margin: 0 auto;
    max-width: 555px;
  }
  .earnings__info {
    padding: 20px 0;
    margin-right: 0;
    text-align: center;
  }
  .earnings__calc {
    min-width: 100%;
    margin: 0 -75px -2px;
    padding: 40px;
  }
}
@media screen and (min-width: 1500px) {
  .earnings__wrapper {
    margin: 150px -30px 150px -100px;
  }
  .earnings__info {
    padding: 60px 0 60px 60px;
    margin-right: 100px;
  }
  .earnings__info--title {
    font-size: 64px;
    font-size: 4rem;
  }
  .earnings__info--title-bold {
    font-size: 56px;
    font-size: 3.5rem;
  }
  .earnings__info--description {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .earnings__calc {
    min-width: 491px;
    margin: -53px 60px;
    padding: 50px 26px 26px;
  }
  .earnings__calc--title {
    font-size: 48px;
    font-size: 3rem;
    margin-bottom: 46px;
  }
  .earnings__calc .hint {
    font-size: 16px;
    font-size: 1rem;
  }
  .earnings__calc .income {
    padding: 33px 14px;
    font-size: 32px;
    font-size: 2rem;
  }
  .earnings__calc .income-badge {
    padding: 14px;
  }
}
.guide {
  padding: 100px 0;
  background-image: url("/images/guide_bg_1.png"), url("/images/guide_bg_2.png");
  background-position: top, bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
}
.guide__title {
  color: #CCFF00;
  text-align: center;
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 200;
  line-height: normal;
}
.guide__title--bold {
  color: #FFF;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  margin: 6px 0 58px;
}
.guide .card {
  background: linear-gradient(226deg, rgba(8, 54, 8, 0.6) 2.27%, rgba(1, 32, 1, 0.6) 97.81%);
  box-shadow: 10px 50px 50px 10px rgba(33, 33, 33, 0.2);
  backdrop-filter: blur(11px);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: relative;
}
.guide .card.left {
  margin: 0 -30px 40px 0;
}
.guide .card.right {
  margin: 0 0 40px -30px;
}
.guide .card__video {
  border: 2px solid #2a5101;
  border-radius: 30px 30px 0 0;
  border-bottom: 0;
  height: 170px;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.guide .card__video:hover .card__video--play {
  box-shadow: 0 0 5px 10px rgba(255, 255, 255, 0.2), 0 0 10px 20px rgba(255, 255, 255, 0.1);
}
.guide .card__video--play {
  width: 97px;
  height: 97px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.39);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.2), 0 0 10px 10px rgba(255, 255, 255, 0.1);
}
.guide .card__video.step-1 {
  background-image: url(/images/step_1.png);
}
.guide .card__video.step-2 {
  background-image: url(/images/step_2.png);
}
.guide .card__video.step-3 {
  background-image: url(/images/step_3.png);
}
.guide .card__video.step-4 {
  background-image: url(/images/step_4.png);
}
.guide .card__video.step-5 {
  background-image: url(/images/step_5.png);
}
.guide .card__video.step-6 {
  background-image: url(/images/step_6.png);
}
.guide .card__description {
  padding: 30px 20px 20px;
  border: 2px solid #2a5101;
  border-top: 0;
  border-radius: 0 0 30px 30px;
}
.guide .card__description .title {
  color: #CCFF00;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}
.guide .card__description .text p {
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%; /* 32px */
  margin-bottom: 16px;
}
.guide .card__description .text ul {
  margin-bottom: 16px;
}
.guide .card__description .text ul li {
  margin-bottom: 8px;
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  position: relative;
  padding-left: 20px;
}
.guide .card__description .text ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #CCFF00;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.guide .card__description .step {
  display: flex;
  width: 42px;
  height: 42px;
  padding: 5px 11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #96BB00;
  color: #FFFFFF;
  font-family: "Baloo 2", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.guide .card__line {
  width: 115px;
  border-bottom: 1px solid #96BB00;
  position: absolute;
  top: 0;
  bottom: 40px;
  z-index: 1;
}
.guide .card__line.line-on-right {
  border-right: 1px solid #96BB00;
  border-bottom-right-radius: 30px;
  right: -72px;
}
.guide .card__line.line-on-left {
  border-left: 1px solid #96BB00;
  border-bottom-left-radius: 30px;
  left: -73px;
}
.guide__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: -2px 0 0;
  position: relative;
  z-index: 2;
}
.guide__divider img {
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .guide {
    padding: 0 4px;
    background-image: none;
  }
  .guide__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .guide__title--bold {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 6px 0 20px;
  }
  .guide__divider {
    position: relative;
    margin: 0 0 13px;
  }
  .guide__divider img {
    width: 30px;
    height: 30px;
    z-index: 1;
  }
  .guide__divider:after {
    content: "";
    height: 2px;
    background-color: #96BB00;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 24px;
  }
  .guide .card.left, .guide .card.right {
    margin: 0 0 14px;
  }
  .guide .card__video {
    height: 148px;
  }
  .guide .card__video--play {
    width: 67px;
    height: 67px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .guide .card__description {
    padding: 20px 10px 10px;
  }
  .guide .card__description .title {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .guide .card__description .text p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
  .guide .card__description .text ul {
    margin-bottom: 10px;
  }
  .guide .card__description .step {
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .guide .card__line {
    width: 35px;
    border-bottom: 2px solid #96BB00;
    top: -28px;
    bottom: -7px;
  }
  .guide .card__line.bd-t {
    border-top-right-radius: 30px;
    border-top: 2px solid #96BB00;
  }
  .guide .card__line.line-on-right {
    border-right: 2px solid #96BB00;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 10px;
    right: -7px;
  }
  .guide .card__line:before {
    content: "";
    width: 35px;
    height: 20px;
    border-left: 2px solid #96BB00;
    position: absolute;
    left: -1px;
    border-bottom-left-radius: 10px;
    bottom: 0;
  }
}
@media screen and (max-width: 374px) {
  .guide .card__video {
    height: 112px;
  }
}
@media screen and (max-width: 359px) {
  .guide__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .guide__title--bold {
    font-size: 23px;
    font-size: 1.4375rem;
    margin: 6px 0 13px;
  }
}
@media screen and (min-width: 360px) and (max-width: 374px) {
  .guide__title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .guide__title--bold {
    font-size: 26px;
    font-size: 1.625rem;
    margin: 6px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .guide {
    background-image: none;
    padding: 40px 0;
  }
  .guide__divider {
    position: relative;
    margin: 0 0 19px;
  }
  .guide__divider img {
    width: 40px;
    height: 40px;
    z-index: 1;
  }
  .guide__divider:after {
    content: "";
    height: 2px;
    background-color: #96BB00;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 24px;
  }
  .guide .card.left, .guide .card.right {
    margin: 0 0 30px;
  }
  .guide .card__video {
    height: 190px;
  }
  .guide .card__line {
    width: 63px;
    border-bottom: 2px solid #96BB00;
    top: -39px;
    bottom: -20px;
  }
  .guide .card__line.bd-t {
    border-top-right-radius: 30px;
    border-top: 2px solid #96BB00;
  }
  .guide .card__line.line-on-right {
    border-right: 2px solid #96BB00;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 10px;
    right: -20px;
  }
  .guide .card__line:before {
    content: "";
    width: 45px;
    height: 50px;
    border-left: 2px solid #96BB00;
    position: absolute;
    left: -1px;
    border-bottom-left-radius: 10px;
    bottom: 0;
  }
}
@media screen and (min-width: 1500px) {
  .guide__title {
    font-size: 64px;
    font-size: 4rem;
  }
  .guide__title--bold {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .guide .card__video {
    height: 215px;
  }
  .guide .card__description .title {
    font-size: 32px;
    font-size: 2rem;
  }
  .guide .card__description .text p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .guide .card__description .text ul li {
    font-size: 16px;
    font-size: 1rem;
  }
  .guide .card__line {
    width: 130px;
  }
  .guide .card__line.line-on-right {
    right: -87px;
  }
  .guide .card__line.line-on-left {
    left: -87px;
  }
}
.invite {
  padding: 100px 0 187px;
  position: relative;
}
.invite:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  backdrop-filter: blur(5px);
}
.invite svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.invite__wrapper {
  position: relative;
}
.invite__wrapper--info {
  border-radius: 41px;
  border: 2px solid #2a5101;
  background: radial-gradient(353.7% 60.9% at 60.52% 48.53%, rgba(8, 54, 8, 0.6) 0%, rgba(1, 32, 1, 0.6) 100%);
  box-shadow: 10px 50px 50px 10px rgba(33, 33, 33, 0.2);
  backdrop-filter: blur(11px);
  padding: 50px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.invite__wrapper--bg {
  width: 496px;
  position: absolute;
  top: -53px;
  bottom: -53px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/images/invite_bg_2.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.invite__title {
  color: #CCFF00;
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 6px;
}
.invite__title--bold {
  color: #FFF;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.invite__description {
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .invite {
    padding: 40px 4px;
  }
  .invite__wrapper--info {
    padding: 40px 10px 10px;
  }
  .invite__wrapper--bg {
    width: 292px;
    top: -27px;
    bottom: -17px;
  }
  .invite__title {
    font-size: 32px;
    font-size: 2rem;
  }
  .invite__title--bold {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 10px;
  }
  .invite__description {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
  .invite .cta-btn-3 {
    padding: 20px 30px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: none;
  }
}
@media screen and (min-width: 360px) and (max-width: 374px) {
  .invite__title {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .invite {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1500px) {
  .invite__wrapper {
    padding: 70px;
  }
  .invite__title {
    font-size: 64px;
    font-size: 4rem;
  }
  .invite__title--bold {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .invite__description {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.strategy {
  padding: 67px 0 100px;
  background-image: url("/images/strategy_bg_1.png"), url("/images/strategy_bg_2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top, center;
}
.strategy__title {
  color: #CCFF00;
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 7px;
  text-align: center;
}
.strategy__title--bold {
  color: #FFF;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-align: center;
}
.strategy__description {
  color: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 75px;
  text-align: center;
}
.strategy__item {
  margin-bottom: 44px;
}
.strategy__item--head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.strategy__item--head .title {
  margin-left: 20px;
  color: #FFF;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
}
.strategy__item--description {
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
}
.strategy__note {
  border-radius: 41px;
  border: 2px solid #2a5101;
  background: radial-gradient(353.7% 60.9% at 60.52% 48.53%, rgba(8, 54, 8, 0.6) 0%, rgba(1, 32, 1, 0.6) 100%);
  box-shadow: 10px 50px 50px 10px rgba(33, 33, 33, 0.2);
  backdrop-filter: blur(11px);
  padding: 30px;
  display: flex;
  align-items: center;
}
.strategy__note p {
  margin: 0 0 0 23px;
  color: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
}

@media screen and (max-width: 767px) {
  .strategy {
    background-image: none;
    padding: 30px 4px;
  }
  .strategy__title {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 8px;
  }
  .strategy__title--bold {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 10px;
  }
  .strategy__description {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
  .strategy__item {
    border-radius: 30px;
    border: 2px solid #2a5101;
    background: radial-gradient(353.7% 60.9% at 60.52% 48.53%, rgba(8, 54, 8, 0.6) 0%, rgba(1, 32, 1, 0.6) 100%);
    box-shadow: 10px 50px 50px 10px rgba(33, 33, 33, 0.2);
    backdrop-filter: blur(11px);
    padding: 16px 12px;
    margin-bottom: 10px;
  }
  .strategy__item--head {
    margin-bottom: 0;
  }
  .strategy__item--head img {
    width: 50px;
    height: 50px;
  }
  .strategy__item--head .title {
    font-size: 16px;
    font-size: 1rem;
    color: #CCFF00;
    margin-left: 10px;
  }
  .strategy__item--description {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .strategy__note {
    padding: 16px 12px 16px 6px;
  }
  .strategy__note img {
    width: 36px;
  }
  .strategy__note p {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 374px) {
  .strategy__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .strategy__title--bold {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media screen and (min-width: 360px) and (max-width: 374px) {
  .strategy__title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .strategy__title--bold {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .strategy {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1500px) {
  .strategy__title {
    font-size: 64px;
    font-size: 4rem;
  }
  .strategy__title--bold {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .strategy__description {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .strategy__item--head .title {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .strategy__item--description {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .strategy__note {
    padding: 40px;
  }
  .strategy__note p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.comission {
  padding: 100px 0;
}
.comission__wrapper {
  border-radius: 41px;
  border: 2px solid #2a5101;
  background: radial-gradient(353.7% 60.9% at 60.52% 48.53%, rgba(8, 54, 8, 0.6) 0%, rgba(1, 32, 1, 0.6) 100%);
  box-shadow: 10px 50px 50px 10px rgba(33, 33, 33, 0.2);
  backdrop-filter: blur(11px);
  padding: 70px 40px;
  display: flex;
  align-items: center;
  position: relative;
}
.comission__wrapper:before {
  content: "";
  width: 364px;
  height: 363px;
  position: absolute;
  left: -184px;
  bottom: -95px;
  background-image: url(/images/comission_bg_1.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.comission__wrapper:after {
  content: "";
  width: 547px;
  height: 100%;
  position: absolute;
  right: 54px;
  bottom: 39px;
  background-image: url(/images/comission_bg_2.png);
  opacity: 0.6;
  filter: blur(75px);
}
.comission__info {
  max-width: 471px;
  margin-right: 40px;
  position: relative;
  z-index: 1;
}
.comission__title {
  color: #CCFF00;
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 6px;
}
.comission__title--bold {
  color: #FFF;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.comission__description {
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
.comission__badges {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.comission__badges .badge {
  flex: 1;
}
.comission__badges .badge:first-of-type {
  margin-right: 24px;
}
.comission__badges .badge__top {
  border-radius: 20px 20px 0px 0px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(267deg, #416504 0.58%, #163C0E 59.22%, #163C0E 99.67%);
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comission__badges .badge__top span {
  display: block;
  color: #CCFF00;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 200;
  line-height: normal;
}
.comission__badges .badge__top strong {
  display: block;
  color: #CCFF00;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 800;
  line-height: normal;
}
.comission__badges .badge__bottom {
  border-radius: 0px 0px 20px 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: #CCFF00;
  padding: 10px;
  text-align: center;
  color: #022602;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .comission {
    padding: 40px 4px;
  }
  .comission__wrapper {
    padding: 30px 12px 12px;
    flex-direction: column;
    text-align: center;
  }
  .comission__wrapper:before, .comission__wrapper:after {
    display: none;
  }
  .comission__title {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 4px;
  }
  .comission__title--bold {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 10px;
  }
  .comission__info {
    max-width: 100%;
    margin: 0 0 20px;
  }
  .comission__description {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .comission__badges {
    flex-direction: column;
  }
  .comission__badges .badge {
    width: 100%;
  }
  .comission__badges .badge:first-of-type {
    margin: 0 0 10px;
  }
  .comission__badges .badge__top {
    justify-content: center;
    padding: 20px 24px;
  }
  .comission__badges .badge__top span {
    font-size: 20px;
    font-size: 1.25rem;
    margin-right: 6px;
  }
  .comission__badges .badge__top strong {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 359px) {
  .comission__title {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-bottom: 0;
    margin-right: 5px;
  }
  .comission__title--bold {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-bottom: 0;
  }
  .comission__info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .comission__description {
    margin-top: 10px;
    flex: 1;
    width: 100%;
  }
}
@media screen and (min-width: 360px) and (max-width: 374px) {
  .comission__title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .comission__title--bold {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .comission {
    padding: 40px 0;
  }
  .comission__wrapper {
    padding: 40px;
    flex-direction: column;
    text-align: center;
  }
  .comission__wrapper:before, .comission__wrapper:after {
    display: none;
  }
  .comission__info {
    margin: 0 0 40px;
  }
  .comission__badges .badge {
    width: 100%;
  }
}
@media screen and (min-width: 1500px) {
  .comission__wrapper {
    padding: 70px 40px 70px 50px;
  }
  .comission__info {
    margin-right: 73px;
  }
  .comission__title {
    font-size: 64px;
    font-size: 4rem;
  }
  .comission__title--bold {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .comission__description {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .comission__badges .badge__top {
    padding: 33px 24px;
  }
  .comission__badges .badge__top span {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .comission__badges .badge__top strong {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .comission__badges .badge__bottom {
    padding: 14px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.register {
  margin: 37px 0 49px;
  padding: 83px 0 100px;
  text-align: center;
  background-image: url(/images/register_bg_1.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
.register__title {
  color: #CCFF00;
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 14px;
}
.register__title--bold {
  color: #FFF;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .register {
    margin: 0;
    padding: 30px 4px;
    background-image: none;
  }
  .register__title {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .register__title--bold {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 20px;
  }
  .register .cta-btn-3 {
    padding: 20px 30px;
    box-shadow: none;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 359px) {
  .register__title {
    font-size: 46px;
    font-size: 2.875rem;
  }
  .register__title--bold {
    font-size: 19px;
    font-size: 1.1875rem;
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .register {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 1500px) {
  .register__title {
    font-size: 64px;
    font-size: 4rem;
  }
  .register__title--bold {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.footer__wrapper {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__logo {
  width: 156px;
}
.footer .copyright {
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.footer__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer__list--item {
  margin-right: 20px;
}
.footer__list--item:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 0 4px;
  }
  .footer__logo {
    width: 100px;
    display: block;
    margin: 0 auto 20px;
  }
  .footer__list {
    flex-direction: column;
  }
  .footer__list--item {
    margin: 0 0 16px;
  }
  .footer__list--item a {
    font-size: 16px;
    font-size: 1rem;
  }
  .footer__list--item:last-of-type {
    margin: 0 0 20px;
  }
  .footer .copyright {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer__logo {
    display: block;
    margin: 0 auto 20px;
  }
  .footer__list {
    justify-content: center;
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 1500px) {
  .footer .copyright {
    font-size: 16px;
    font-size: 1rem;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  background-color: #022602;
  background-image: radial-gradient(353.7% 60.9% at 60.52% 48.53%, #083608 0%, #012001 100%);
  font-family: "Roboto", sans-serif;
  backface-visibility: hidden;
  scroll-behavior: smooth;
}

.top-sec {
  background-image: url(/images/body-bg.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

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

input {
  outline: none;
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.16);
  padding: 12px;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
}

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

a {
  color: #FBFCFE;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
}

.cta-btn, .cta-btn-3, .cta-btn-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px 20px;
  border-radius: 30px;
  background: #C7F900;
  color: #073107;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}
.cta-btn:hover, .cta-btn-3:hover, .cta-btn-2:hover {
  box-shadow: 0 0 30px 20px rgba(204, 255, 0, 0.3);
}

.cta-btn-2 {
  border-radius: 40px;
  background: #CCFF00;
  padding: 15px 40px;
  font-weight: 700;
  color: #03542B;
}

.cta-btn-3 {
  border-radius: 50px;
  background: #CCFF00;
  color: #022602;
  max-width: 276px;
  margin: auto;
}

.go-top-btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  cursor: pointer;
  color: #CCFF00;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  flex-direction: column;
  align-items: center;
}
.go-top-btn img {
  width: 30px;
  height: 30px;
}

.video-container-wrapper {
  width: 100%;
  height: 100%;
  background: rgba(15, 50, 4, 0.95);
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
  opacity: 0;
}
.video-container-wrapper:before {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.sizewrapper {
  width: 50%;
  max-width: 1920px;
  vertical-align: middle;
  position: relative;
  background: rgba(255, 255, 255, 0);
  z-index: 51;
  display: none;
}

#videowrapper {
  position: relative;
  padding-top: 25px;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
}
#videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.close-video {
  z-index: 2;
  position: absolute;
  right: -42px;
  top: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 2px solid #FBFCFE;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
}
.close-video:after, .close-video:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #FBFCFE;
  left: -2px;
  top: 12px;
}
.close-video:before {
  transform: rotate(45deg);
}
.close-video:after {
  transform: rotate(-45deg);
}
.close-video:hover {
  background: #96BB00;
}

@media screen and (min-width: 1200px) {
  .h100 {
    height: 100%;
  }
  .w100 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  input {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px;
  }
  a {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .cta-btn, .cta-btn-2, .cta-btn-3 {
    padding: 10px 20px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .sizewrapper {
    width: 80%;
  }
  .close-video {
    width: 20px;
    height: 20px;
    right: -25px;
  }
  .close-video:after, .close-video:before {
    width: 20px;
    top: 7px;
  }
}
@media screen and (max-width: 1199px) {
  .top-sec {
    background-image: url(/images/body-bg-mob.png);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
  }
  .cta-btn, .cta-btn-2, .cta-btn-3 {
    box-shadow: -2px -2px 10px 0 #CCFF00;
  }
  .cta-btn-2 {
    margin: 20px 0;
    box-shadow: none;
  }
  .cta-btn-3 {
    max-width: 100%;
  }
  .go-top-btn {
    position: static;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1500px) {
  a {
    font-size: 16px;
    font-size: 1rem;
  }
  .cta-btn, .cta-btn-2, .cta-btn-3 {
    padding: 20px 30px;
  }
  .cta-btn-2 {
    padding: 20px 40px;
  }
}