@charset "UTF-8";
@media only screen and (max-width: 1023px) {
  padding-left: 0;
  padding-right: 0; }

@font-face {
  font-family: 'Unbounded';
  src: url("../fonts/Unbounded-Medium.eot");
  src: local("Unbounded Medium"), local("Unbounded-Medium"), url("../fonts/Unbounded-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Unbounded-Medium.woff2") format("woff2"), url("../fonts/Unbounded-Medium.woff") format("woff"), url("../fonts/Unbounded-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Unbounded';
  src: url("../fonts/Unbounded-Regular.eot");
  src: local("Unbounded Regular"), local("Unbounded-Regular"), url("../fonts/Unbounded-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Unbounded-Regular.woff2") format("woff2"), url("../fonts/Unbounded-Regular.woff") format("woff"), url("../fonts/Unbounded-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Unbounded';
  src: local("Unbounded SemiBold"), local("Unbounded-SemiBold"), url("../fonts/Unbounded-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Onest';
  src: url("../fonts/Onest-Light.ttf") format("ttf"), url("../fonts/Onest-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Onest';
  src: url("../fonts/Onest-Regular.ttf") format("ttf"), url("../fonts/Onest-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Onest';
  src: url("../fonts/Onest-Medium.ttf") format("ttf"), url("../fonts/Onest-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

.fade {
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease; }
  .fade:not(.show) {
    opacity: 0; }

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

@media (min-width: 360) {
  .container, .container-sm {
    max-width: 100%; } }

@media (min-width: 480px) {
  .container, .container-sm, .container-md {
    max-width: 100%; } }

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

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

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

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 360;
  --bs-breakpoint-md: 480px;
  --bs-breakpoint-lg: 768px;
  --bs-breakpoint-xl: 1024px;
  --bs-breakpoint-xxl: 1200px; }

.row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -webkit-calc(-1 * var(--bs-gutter-y));
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: -webkit-calc(-.5 * var(--bs-gutter-x));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: -webkit-calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: -webkit-calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: -webkit-calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%; }

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

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%; }

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66667%; }

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-6,
.gx-6 {
  --bs-gutter-x: 32px; }

.g-6,
.gy-6 {
  --bs-gutter-y: 32px; }

.g-7,
.gx-7 {
  --bs-gutter-x: 40px; }

.g-7,
.gy-7 {
  --bs-gutter-y: 40px; }

.g-8,
.gx-8 {
  --bs-gutter-x: 48px; }

.g-8,
.gy-8 {
  --bs-gutter-y: 48px; }

.g-9,
.gx-9 {
  --bs-gutter-x: 56px; }

.g-9,
.gy-9 {
  --bs-gutter-y: 56px; }

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

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

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

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

@media (min-width: 360) {
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 4px; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 4px; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 8px; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 8px; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 16px; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 16px; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 20px; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 20px; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 24px; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 24px; }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 32px; }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 32px; }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 40px; }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 40px; }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 48px; }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 48px; }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 56px; }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 56px; }
  .g-sm-72,
  .gx-sm-72 {
    --bs-gutter-x: 72px; }
  .g-sm-72,
  .gy-sm-72 {
    --bs-gutter-y: 72px; }
  .g-sm-112,
  .gx-sm-112 {
    --bs-gutter-x: 112px; }
  .g-sm-112,
  .gy-sm-112 {
    --bs-gutter-y: 112px; } }

@media (min-width: 480px) {
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 4px; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 4px; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 8px; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 8px; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 16px; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 16px; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 20px; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 20px; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 24px; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 24px; }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 32px; }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 32px; }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 40px; }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 40px; }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 48px; }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 48px; }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 56px; }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 56px; }
  .g-md-72,
  .gx-md-72 {
    --bs-gutter-x: 72px; }
  .g-md-72,
  .gy-md-72 {
    --bs-gutter-y: 72px; }
  .g-md-112,
  .gx-md-112 {
    --bs-gutter-x: 112px; }
  .g-md-112,
  .gy-md-112 {
    --bs-gutter-y: 112px; } }

@media (min-width: 768px) {
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 4px; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 4px; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 8px; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 8px; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 16px; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 16px; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 20px; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 20px; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 24px; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 24px; }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 32px; }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 32px; }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 40px; }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 40px; }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 48px; }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 48px; }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 56px; }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 56px; }
  .g-lg-72,
  .gx-lg-72 {
    --bs-gutter-x: 72px; }
  .g-lg-72,
  .gy-lg-72 {
    --bs-gutter-y: 72px; }
  .g-lg-112,
  .gx-lg-112 {
    --bs-gutter-x: 112px; }
  .g-lg-112,
  .gy-lg-112 {
    --bs-gutter-y: 112px; } }

@media (min-width: 1024px) {
  .col-xl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 4px; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 4px; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 8px; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 8px; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 16px; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 16px; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 20px; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 20px; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 24px; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 24px; }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 32px; }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 32px; }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 40px; }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 40px; }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 48px; }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 48px; }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 56px; }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 56px; }
  .g-xl-72,
  .gx-xl-72 {
    --bs-gutter-x: 72px; }
  .g-xl-72,
  .gy-xl-72 {
    --bs-gutter-y: 72px; }
  .g-xl-112,
  .gx-xl-112 {
    --bs-gutter-x: 112px; }
  .g-xl-112,
  .gy-xl-112 {
    --bs-gutter-y: 112px; } }

@media (min-width: 1200px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 4px; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 4px; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 8px; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 8px; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 16px; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 16px; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 20px; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 20px; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 24px; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 24px; }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 32px; }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 32px; }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 40px; }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 40px; }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 48px; }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 48px; }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 56px; }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 56px; }
  .g-xxl-72,
  .gx-xxl-72 {
    --bs-gutter-x: 72px; }
  .g-xxl-72,
  .gy-xxl-72 {
    --bs-gutter-y: 72px; }
  .g-xxl-112,
  .gx-xxl-112 {
    --bs-gutter-x: 112px; }
  .g-xxl-112,
  .gy-xxl-112 {
    --bs-gutter-y: 112px; } }

.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: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -webkit-justify-content: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important; }

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important; }

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

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

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important; }

.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -webkit-order: -1 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important; }

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -webkit-order: 0 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important; }

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -webkit-order: 1 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important; }

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -webkit-order: 2 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important; }

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -webkit-order: 3 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important; }

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -webkit-order: 4 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important; }

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -webkit-order: 5 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important; }

.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -webkit-order: 6 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important; }

.lawyer{
padding-top:12px;
font-size:16px;
font-style: normal;
font-weight: 300;
line-height: normal;
color: #FFF;
display:block;
}
@media only screen and (max-width: 576px) {
    .lawyer {
      display: none; } }


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

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

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

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

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

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

.m-6 {
  margin: 32px !important; }

.m-7 {
  margin: 40px !important; }

.m-8 {
  margin: 48px !important; }

.m-9 {
  margin: 56px !important; }

.m-72 {
  margin: 72px !important; }

.m-112 {
  margin: 112px !important; }

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

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

.mx-1 {
  margin-right: 4px !important;
  margin-left: 4px !important; }

.mx-2 {
  margin-right: 8px !important;
  margin-left: 8px !important; }

.mx-3 {
  margin-right: 16px !important;
  margin-left: 16px !important; }

.mx-4 {
  margin-right: 20px !important;
  margin-left: 20px !important; }

.mx-5 {
  margin-right: 24px !important;
  margin-left: 24px !important; }

.mx-6 {
  margin-right: 32px !important;
  margin-left: 32px !important; }

.mx-7 {
  margin-right: 40px !important;
  margin-left: 40px !important; }

.mx-8 {
  margin-right: 48px !important;
  margin-left: 48px !important; }

.mx-9 {
  margin-right: 56px !important;
  margin-left: 56px !important; }

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

.mx-112 {
  margin-right: 112px !important;
  margin-left: 112px !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: 4px !important;
  margin-bottom: 4px !important; }

.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important; }

.my-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important; }

.my-4 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.my-5 {
  margin-top: 24px !important;
  margin-bottom: 24px !important; }

.my-6 {
  margin-top: 32px !important;
  margin-bottom: 32px !important; }

.my-7 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.my-8 {
  margin-top: 48px !important;
  margin-bottom: 48px !important; }

.my-9 {
  margin-top: 56px !important;
  margin-bottom: 56px !important; }

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

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

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

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

.mt-1 {
  margin-top: 4px !important; }

.mt-2 {
  margin-top: 8px !important; }

.mt-3 {
  margin-top: 16px !important; }

.mt-4 {
  margin-top: 20px !important; }

.mt-5 {
  margin-top: 24px !important; }

.mt-6 {
  margin-top: 32px !important; }

.mt-7 {
  margin-top: 40px !important; }

.mt-8 {
  margin-top: 48px !important; }

.mt-9 {
  margin-top: 56px !important; }

.mt-72 {
  margin-top: 72px !important; }

.mt-112 {
  margin-top: 112px !important; }

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

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

.me-1 {
  margin-right: 4px !important; }

.me-2 {
  margin-right: 8px !important; }

.me-3 {
  margin-right: 16px !important; }

.me-4 {
  margin-right: 20px !important; }

.me-5 {
  margin-right: 24px !important; }

.me-6 {
  margin-right: 32px !important; }

.me-7 {
  margin-right: 40px !important; }

.me-8 {
  margin-right: 48px !important; }

.me-9 {
  margin-right: 56px !important; }

.me-72 {
  margin-right: 72px !important; }

.me-112 {
  margin-right: 112px !important; }

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

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

.mb-1 {
  margin-bottom: 4px !important; }

.mb-2 {
  margin-bottom: 8px !important; }

.mb-3 {
  margin-bottom: 16px !important; }

.mb-4 {
  margin-bottom: 20px !important; }

.mb-5 {
  margin-bottom: 24px !important; }

.mb-6 {
  margin-bottom: 32px !important; }

.mb-7 {
  margin-bottom: 40px !important; }

.mb-8 {
  margin-bottom: 48px !important; }

.mb-9 {
  margin-bottom: 56px !important; }

.mb-72 {
  margin-bottom: 72px !important; }

.mb-112 {
  margin-bottom: 112px !important; }

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

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

.ms-1 {
  margin-left: 4px !important; }

.ms-2 {
  margin-left: 8px !important; }

.ms-3 {
  margin-left: 16px !important; }

.ms-4 {
  margin-left: 20px !important; }

.ms-5 {
  margin-left: 24px !important; }

.ms-6 {
  margin-left: 32px !important; }

.ms-7 {
  margin-left: 40px !important; }

.ms-8 {
  margin-left: 48px !important; }

.ms-9 {
  margin-left: 56px !important; }

.ms-72 {
  margin-left: 72px !important; }

.ms-112 {
  margin-left: 112px !important; }

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

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

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

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

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

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

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

.p-6 {
  padding: 32px !important; }

.p-7 {
  padding: 40px !important; }

.p-8 {
  padding: 48px !important; }

.p-9 {
  padding: 56px !important; }

.p-72 {
  padding: 72px !important; }

.p-112 {
  padding: 112px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important; }

.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

.py-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important; }

.py-4 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.py-5 {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

.py-6 {
  padding-top: 32px !important;
  padding-bottom: 32px !important; }

.py-7 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.py-8 {
  padding-top: 48px !important;
  padding-bottom: 48px !important; }

.py-9 {
  padding-top: 56px !important;
  padding-bottom: 56px !important; }

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

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

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

.pt-1 {
  padding-top: 4px !important; }

.pt-2 {
  padding-top: 8px !important; }

.pt-3 {
  padding-top: 16px !important; }

.pt-4 {
  padding-top: 20px !important; }

.pt-5 {
  padding-top: 24px !important; }

.pt-6 {
  padding-top: 32px !important; }

.pt-7 {
  padding-top: 40px !important; }

.pt-8 {
  padding-top: 48px !important; }

.pt-9 {
  padding-top: 56px !important; }

.pt-72 {
  padding-top: 72px !important; }

.pt-112 {
  padding-top: 112px !important; }

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

.pe-1 {
  padding-right: 4px !important; }

.pe-2 {
  padding-right: 8px !important; }

.pe-3 {
  padding-right: 16px !important; }

.pe-4 {
  padding-right: 20px !important; }

.pe-5 {
  padding-right: 24px !important; }

.pe-6 {
  padding-right: 32px !important; }

.pe-7 {
  padding-right: 40px !important; }

.pe-8 {
  padding-right: 48px !important; }

.pe-9 {
  padding-right: 56px !important; }

.pe-72 {
  padding-right: 72px !important; }

.pe-112 {
  padding-right: 112px !important; }

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

.pb-1 {
  padding-bottom: 4px !important; }

.pb-2 {
  padding-bottom: 8px !important; }

.pb-3 {
  padding-bottom: 16px !important; }

.pb-4 {
  padding-bottom: 20px !important; }

.pb-5 {
  padding-bottom: 24px !important; }

.pb-6 {
  padding-bottom: 32px !important; }

.pb-7 {
  padding-bottom: 40px !important; }

.pb-8 {
  padding-bottom: 48px !important; }

.pb-9 {
  padding-bottom: 56px !important; }

.pb-72 {
  padding-bottom: 72px !important; }

.pb-112 {
  padding-bottom: 112px !important; }

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

.ps-1 {
  padding-left: 4px !important; }

.ps-2 {
  padding-left: 8px !important; }

.ps-3 {
  padding-left: 16px !important; }

.ps-4 {
  padding-left: 20px !important; }

.ps-5 {
  padding-left: 24px !important; }

.ps-6 {
  padding-left: 32px !important; }

.ps-7 {
  padding-left: 40px !important; }

.ps-8 {
  padding-left: 48px !important; }

.ps-9 {
  padding-left: 56px !important; }

.ps-72 {
  padding-left: 72px !important; }

.ps-112 {
  padding-left: 112px !important; }

@media (min-width: 360) {
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-inline-grid {
    display: inline-grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 4px !important; }
  .m-sm-2 {
    margin: 8px !important; }
  .m-sm-3 {
    margin: 16px !important; }
  .m-sm-4 {
    margin: 20px !important; }
  .m-sm-5 {
    margin: 24px !important; }
  .m-sm-6 {
    margin: 32px !important; }
  .m-sm-7 {
    margin: 40px !important; }
  .m-sm-8 {
    margin: 48px !important; }
  .m-sm-9 {
    margin: 56px !important; }
  .m-sm-72 {
    margin: 72px !important; }
  .m-sm-112 {
    margin: 112px !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 4px !important;
    margin-left: 4px !important; }
  .mx-sm-2 {
    margin-right: 8px !important;
    margin-left: 8px !important; }
  .mx-sm-3 {
    margin-right: 16px !important;
    margin-left: 16px !important; }
  .mx-sm-4 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-sm-5 {
    margin-right: 24px !important;
    margin-left: 24px !important; }
  .mx-sm-6 {
    margin-right: 32px !important;
    margin-left: 32px !important; }
  .mx-sm-7 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-sm-8 {
    margin-right: 48px !important;
    margin-left: 48px !important; }
  .mx-sm-9 {
    margin-right: 56px !important;
    margin-left: 56px !important; }
  .mx-sm-72 {
    margin-right: 72px !important;
    margin-left: 72px !important; }
  .mx-sm-112 {
    margin-right: 112px !important;
    margin-left: 112px !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important; }
  .my-sm-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .my-sm-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .my-sm-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-sm-5 {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .my-sm-6 {
    margin-top: 32px !important;
    margin-bottom: 32px !important; }
  .my-sm-7 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-sm-8 {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .my-sm-9 {
    margin-top: 56px !important;
    margin-bottom: 56px !important; }
  .my-sm-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important; }
  .my-sm-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 4px !important; }
  .mt-sm-2 {
    margin-top: 8px !important; }
  .mt-sm-3 {
    margin-top: 16px !important; }
  .mt-sm-4 {
    margin-top: 20px !important; }
  .mt-sm-5 {
    margin-top: 24px !important; }
  .mt-sm-6 {
    margin-top: 32px !important; }
  .mt-sm-7 {
    margin-top: 40px !important; }
  .mt-sm-8 {
    margin-top: 48px !important; }
  .mt-sm-9 {
    margin-top: 56px !important; }
  .mt-sm-72 {
    margin-top: 72px !important; }
  .mt-sm-112 {
    margin-top: 112px !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 4px !important; }
  .me-sm-2 {
    margin-right: 8px !important; }
  .me-sm-3 {
    margin-right: 16px !important; }
  .me-sm-4 {
    margin-right: 20px !important; }
  .me-sm-5 {
    margin-right: 24px !important; }
  .me-sm-6 {
    margin-right: 32px !important; }
  .me-sm-7 {
    margin-right: 40px !important; }
  .me-sm-8 {
    margin-right: 48px !important; }
  .me-sm-9 {
    margin-right: 56px !important; }
  .me-sm-72 {
    margin-right: 72px !important; }
  .me-sm-112 {
    margin-right: 112px !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 4px !important; }
  .mb-sm-2 {
    margin-bottom: 8px !important; }
  .mb-sm-3 {
    margin-bottom: 16px !important; }
  .mb-sm-4 {
    margin-bottom: 20px !important; }
  .mb-sm-5 {
    margin-bottom: 24px !important; }
  .mb-sm-6 {
    margin-bottom: 32px !important; }
  .mb-sm-7 {
    margin-bottom: 40px !important; }
  .mb-sm-8 {
    margin-bottom: 48px !important; }
  .mb-sm-9 {
    margin-bottom: 56px !important; }
  .mb-sm-72 {
    margin-bottom: 72px !important; }
  .mb-sm-112 {
    margin-bottom: 112px !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 4px !important; }
  .ms-sm-2 {
    margin-left: 8px !important; }
  .ms-sm-3 {
    margin-left: 16px !important; }
  .ms-sm-4 {
    margin-left: 20px !important; }
  .ms-sm-5 {
    margin-left: 24px !important; }
  .ms-sm-6 {
    margin-left: 32px !important; }
  .ms-sm-7 {
    margin-left: 40px !important; }
  .ms-sm-8 {
    margin-left: 48px !important; }
  .ms-sm-9 {
    margin-left: 56px !important; }
  .ms-sm-72 {
    margin-left: 72px !important; }
  .ms-sm-112 {
    margin-left: 112px !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 4px !important; }
  .p-sm-2 {
    padding: 8px !important; }
  .p-sm-3 {
    padding: 16px !important; }
  .p-sm-4 {
    padding: 20px !important; }
  .p-sm-5 {
    padding: 24px !important; }
  .p-sm-6 {
    padding: 32px !important; }
  .p-sm-7 {
    padding: 40px !important; }
  .p-sm-8 {
    padding: 48px !important; }
  .p-sm-9 {
    padding: 56px !important; }
  .p-sm-72 {
    padding: 72px !important; }
  .p-sm-112 {
    padding: 112px !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 4px !important;
    padding-left: 4px !important; }
  .px-sm-2 {
    padding-right: 8px !important;
    padding-left: 8px !important; }
  .px-sm-3 {
    padding-right: 16px !important;
    padding-left: 16px !important; }
  .px-sm-4 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-sm-5 {
    padding-right: 24px !important;
    padding-left: 24px !important; }
  .px-sm-6 {
    padding-right: 32px !important;
    padding-left: 32px !important; }
  .px-sm-7 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-sm-8 {
    padding-right: 48px !important;
    padding-left: 48px !important; }
  .px-sm-9 {
    padding-right: 56px !important;
    padding-left: 56px !important; }
  .px-sm-72 {
    padding-right: 72px !important;
    padding-left: 72px !important; }
  .px-sm-112 {
    padding-right: 112px !important;
    padding-left: 112px !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  .py-sm-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .py-sm-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .py-sm-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-sm-5 {
    padding-top: 24px !important;
    padding-bottom: 24px !important; }
  .py-sm-6 {
    padding-top: 32px !important;
    padding-bottom: 32px !important; }
  .py-sm-7 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-sm-8 {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .py-sm-9 {
    padding-top: 56px !important;
    padding-bottom: 56px !important; }
  .py-sm-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important; }
  .py-sm-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 4px !important; }
  .pt-sm-2 {
    padding-top: 8px !important; }
  .pt-sm-3 {
    padding-top: 16px !important; }
  .pt-sm-4 {
    padding-top: 20px !important; }
  .pt-sm-5 {
    padding-top: 24px !important; }
  .pt-sm-6 {
    padding-top: 32px !important; }
  .pt-sm-7 {
    padding-top: 40px !important; }
  .pt-sm-8 {
    padding-top: 48px !important; }
  .pt-sm-9 {
    padding-top: 56px !important; }
  .pt-sm-72 {
    padding-top: 72px !important; }
  .pt-sm-112 {
    padding-top: 112px !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 4px !important; }
  .pe-sm-2 {
    padding-right: 8px !important; }
  .pe-sm-3 {
    padding-right: 16px !important; }
  .pe-sm-4 {
    padding-right: 20px !important; }
  .pe-sm-5 {
    padding-right: 24px !important; }
  .pe-sm-6 {
    padding-right: 32px !important; }
  .pe-sm-7 {
    padding-right: 40px !important; }
  .pe-sm-8 {
    padding-right: 48px !important; }
  .pe-sm-9 {
    padding-right: 56px !important; }
  .pe-sm-72 {
    padding-right: 72px !important; }
  .pe-sm-112 {
    padding-right: 112px !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 4px !important; }
  .pb-sm-2 {
    padding-bottom: 8px !important; }
  .pb-sm-3 {
    padding-bottom: 16px !important; }
  .pb-sm-4 {
    padding-bottom: 20px !important; }
  .pb-sm-5 {
    padding-bottom: 24px !important; }
  .pb-sm-6 {
    padding-bottom: 32px !important; }
  .pb-sm-7 {
    padding-bottom: 40px !important; }
  .pb-sm-8 {
    padding-bottom: 48px !important; }
  .pb-sm-9 {
    padding-bottom: 56px !important; }
  .pb-sm-72 {
    padding-bottom: 72px !important; }
  .pb-sm-112 {
    padding-bottom: 112px !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 4px !important; }
  .ps-sm-2 {
    padding-left: 8px !important; }
  .ps-sm-3 {
    padding-left: 16px !important; }
  .ps-sm-4 {
    padding-left: 20px !important; }
  .ps-sm-5 {
    padding-left: 24px !important; }
  .ps-sm-6 {
    padding-left: 32px !important; }
  .ps-sm-7 {
    padding-left: 40px !important; }
  .ps-sm-8 {
    padding-left: 48px !important; }
  .ps-sm-9 {
    padding-left: 56px !important; }
  .ps-sm-72 {
    padding-left: 72px !important; }
  .ps-sm-112 {
    padding-left: 112px !important; } }

@media (min-width: 480px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 4px !important; }
  .m-md-2 {
    margin: 8px !important; }
  .m-md-3 {
    margin: 16px !important; }
  .m-md-4 {
    margin: 20px !important; }
  .m-md-5 {
    margin: 24px !important; }
  .m-md-6 {
    margin: 32px !important; }
  .m-md-7 {
    margin: 40px !important; }
  .m-md-8 {
    margin: 48px !important; }
  .m-md-9 {
    margin: 56px !important; }
  .m-md-72 {
    margin: 72px !important; }
  .m-md-112 {
    margin: 112px !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 4px !important;
    margin-left: 4px !important; }
  .mx-md-2 {
    margin-right: 8px !important;
    margin-left: 8px !important; }
  .mx-md-3 {
    margin-right: 16px !important;
    margin-left: 16px !important; }
  .mx-md-4 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-md-5 {
    margin-right: 24px !important;
    margin-left: 24px !important; }
  .mx-md-6 {
    margin-right: 32px !important;
    margin-left: 32px !important; }
  .mx-md-7 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-md-8 {
    margin-right: 48px !important;
    margin-left: 48px !important; }
  .mx-md-9 {
    margin-right: 56px !important;
    margin-left: 56px !important; }
  .mx-md-72 {
    margin-right: 72px !important;
    margin-left: 72px !important; }
  .mx-md-112 {
    margin-right: 112px !important;
    margin-left: 112px !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: 4px !important;
    margin-bottom: 4px !important; }
  .my-md-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .my-md-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .my-md-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-md-5 {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .my-md-6 {
    margin-top: 32px !important;
    margin-bottom: 32px !important; }
  .my-md-7 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-md-8 {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .my-md-9 {
    margin-top: 56px !important;
    margin-bottom: 56px !important; }
  .my-md-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important; }
  .my-md-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 4px !important; }
  .mt-md-2 {
    margin-top: 8px !important; }
  .mt-md-3 {
    margin-top: 16px !important; }
  .mt-md-4 {
    margin-top: 20px !important; }
  .mt-md-5 {
    margin-top: 24px !important; }
  .mt-md-6 {
    margin-top: 32px !important; }
  .mt-md-7 {
    margin-top: 40px !important; }
  .mt-md-8 {
    margin-top: 48px !important; }
  .mt-md-9 {
    margin-top: 56px !important; }
  .mt-md-72 {
    margin-top: 72px !important; }
  .mt-md-112 {
    margin-top: 112px !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 4px !important; }
  .me-md-2 {
    margin-right: 8px !important; }
  .me-md-3 {
    margin-right: 16px !important; }
  .me-md-4 {
    margin-right: 20px !important; }
  .me-md-5 {
    margin-right: 24px !important; }
  .me-md-6 {
    margin-right: 32px !important; }
  .me-md-7 {
    margin-right: 40px !important; }
  .me-md-8 {
    margin-right: 48px !important; }
  .me-md-9 {
    margin-right: 56px !important; }
  .me-md-72 {
    margin-right: 72px !important; }
  .me-md-112 {
    margin-right: 112px !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 4px !important; }
  .mb-md-2 {
    margin-bottom: 8px !important; }
  .mb-md-3 {
    margin-bottom: 16px !important; }
  .mb-md-4 {
    margin-bottom: 20px !important; }
  .mb-md-5 {
    margin-bottom: 24px !important; }
  .mb-md-6 {
    margin-bottom: 32px !important; }
  .mb-md-7 {
    margin-bottom: 40px !important; }
  .mb-md-8 {
    margin-bottom: 48px !important; }
  .mb-md-9 {
    margin-bottom: 56px !important; }
  .mb-md-72 {
    margin-bottom: 72px !important; }
  .mb-md-112 {
    margin-bottom: 112px !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 4px !important; }
  .ms-md-2 {
    margin-left: 8px !important; }
  .ms-md-3 {
    margin-left: 16px !important; }
  .ms-md-4 {
    margin-left: 20px !important; }
  .ms-md-5 {
    margin-left: 24px !important; }
  .ms-md-6 {
    margin-left: 32px !important; }
  .ms-md-7 {
    margin-left: 40px !important; }
  .ms-md-8 {
    margin-left: 48px !important; }
  .ms-md-9 {
    margin-left: 56px !important; }
  .ms-md-72 {
    margin-left: 72px !important; }
  .ms-md-112 {
    margin-left: 112px !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 4px !important; }
  .p-md-2 {
    padding: 8px !important; }
  .p-md-3 {
    padding: 16px !important; }
  .p-md-4 {
    padding: 20px !important; }
  .p-md-5 {
    padding: 24px !important; }
  .p-md-6 {
    padding: 32px !important; }
  .p-md-7 {
    padding: 40px !important; }
  .p-md-8 {
    padding: 48px !important; }
  .p-md-9 {
    padding: 56px !important; }
  .p-md-72 {
    padding: 72px !important; }
  .p-md-112 {
    padding: 112px !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 4px !important;
    padding-left: 4px !important; }
  .px-md-2 {
    padding-right: 8px !important;
    padding-left: 8px !important; }
  .px-md-3 {
    padding-right: 16px !important;
    padding-left: 16px !important; }
  .px-md-4 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-md-5 {
    padding-right: 24px !important;
    padding-left: 24px !important; }
  .px-md-6 {
    padding-right: 32px !important;
    padding-left: 32px !important; }
  .px-md-7 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-md-8 {
    padding-right: 48px !important;
    padding-left: 48px !important; }
  .px-md-9 {
    padding-right: 56px !important;
    padding-left: 56px !important; }
  .px-md-72 {
    padding-right: 72px !important;
    padding-left: 72px !important; }
  .px-md-112 {
    padding-right: 112px !important;
    padding-left: 112px !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  .py-md-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .py-md-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .py-md-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-md-5 {
    padding-top: 24px !important;
    padding-bottom: 24px !important; }
  .py-md-6 {
    padding-top: 32px !important;
    padding-bottom: 32px !important; }
  .py-md-7 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-md-8 {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .py-md-9 {
    padding-top: 56px !important;
    padding-bottom: 56px !important; }
  .py-md-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important; }
  .py-md-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 4px !important; }
  .pt-md-2 {
    padding-top: 8px !important; }
  .pt-md-3 {
    padding-top: 16px !important; }
  .pt-md-4 {
    padding-top: 20px !important; }
  .pt-md-5 {
    padding-top: 24px !important; }
  .pt-md-6 {
    padding-top: 32px !important; }
  .pt-md-7 {
    padding-top: 40px !important; }
  .pt-md-8 {
    padding-top: 48px !important; }
  .pt-md-9 {
    padding-top: 56px !important; }
  .pt-md-72 {
    padding-top: 72px !important; }
  .pt-md-112 {
    padding-top: 112px !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 4px !important; }
  .pe-md-2 {
    padding-right: 8px !important; }
  .pe-md-3 {
    padding-right: 16px !important; }
  .pe-md-4 {
    padding-right: 20px !important; }
  .pe-md-5 {
    padding-right: 24px !important; }
  .pe-md-6 {
    padding-right: 32px !important; }
  .pe-md-7 {
    padding-right: 40px !important; }
  .pe-md-8 {
    padding-right: 48px !important; }
  .pe-md-9 {
    padding-right: 56px !important; }
  .pe-md-72 {
    padding-right: 72px !important; }
  .pe-md-112 {
    padding-right: 112px !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 4px !important; }
  .pb-md-2 {
    padding-bottom: 8px !important; }
  .pb-md-3 {
    padding-bottom: 16px !important; }
  .pb-md-4 {
    padding-bottom: 20px !important; }
  .pb-md-5 {
    padding-bottom: 24px !important; }
  .pb-md-6 {
    padding-bottom: 32px !important; }
  .pb-md-7 {
    padding-bottom: 40px !important; }
  .pb-md-8 {
    padding-bottom: 48px !important; }
  .pb-md-9 {
    padding-bottom: 56px !important; }
  .pb-md-72 {
    padding-bottom: 72px !important; }
  .pb-md-112 {
    padding-bottom: 112px !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 4px !important; }
  .ps-md-2 {
    padding-left: 8px !important; }
  .ps-md-3 {
    padding-left: 16px !important; }
  .ps-md-4 {
    padding-left: 20px !important; }
  .ps-md-5 {
    padding-left: 24px !important; }
  .ps-md-6 {
    padding-left: 32px !important; }
  .ps-md-7 {
    padding-left: 40px !important; }
  .ps-md-8 {
    padding-left: 48px !important; }
  .ps-md-9 {
    padding-left: 56px !important; }
  .ps-md-72 {
    padding-left: 72px !important; }
  .ps-md-112 {
    padding-left: 112px !important; } }

@media (min-width: 768px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 4px !important; }
  .m-lg-2 {
    margin: 8px !important; }
  .m-lg-3 {
    margin: 16px !important; }
  .m-lg-4 {
    margin: 20px !important; }
  .m-lg-5 {
    margin: 24px !important; }
  .m-lg-6 {
    margin: 32px !important; }
  .m-lg-7 {
    margin: 40px !important; }
  .m-lg-8 {
    margin: 48px !important; }
  .m-lg-9 {
    margin: 56px !important; }
  .m-lg-72 {
    margin: 72px !important; }
  .m-lg-112 {
    margin: 112px !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 4px !important;
    margin-left: 4px !important; }
  .mx-lg-2 {
    margin-right: 8px !important;
    margin-left: 8px !important; }
  .mx-lg-3 {
    margin-right: 16px !important;
    margin-left: 16px !important; }
  .mx-lg-4 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-lg-5 {
    margin-right: 24px !important;
    margin-left: 24px !important; }
  .mx-lg-6 {
    margin-right: 32px !important;
    margin-left: 32px !important; }
  .mx-lg-7 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-lg-8 {
    margin-right: 48px !important;
    margin-left: 48px !important; }
  .mx-lg-9 {
    margin-right: 56px !important;
    margin-left: 56px !important; }
  .mx-lg-72 {
    margin-right: 72px !important;
    margin-left: 72px !important; }
  .mx-lg-112 {
    margin-right: 112px !important;
    margin-left: 112px !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: 4px !important;
    margin-bottom: 4px !important; }
  .my-lg-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .my-lg-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .my-lg-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-lg-5 {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .my-lg-6 {
    margin-top: 32px !important;
    margin-bottom: 32px !important; }
  .my-lg-7 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-lg-8 {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .my-lg-9 {
    margin-top: 56px !important;
    margin-bottom: 56px !important; }
  .my-lg-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important; }
  .my-lg-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 4px !important; }
  .mt-lg-2 {
    margin-top: 8px !important; }
  .mt-lg-3 {
    margin-top: 16px !important; }
  .mt-lg-4 {
    margin-top: 20px !important; }
  .mt-lg-5 {
    margin-top: 24px !important; }
  .mt-lg-6 {
    margin-top: 32px !important; }
  .mt-lg-7 {
    margin-top: 40px !important; }
  .mt-lg-8 {
    margin-top: 48px !important; }
  .mt-lg-9 {
    margin-top: 56px !important; }
  .mt-lg-72 {
    margin-top: 72px !important; }
  .mt-lg-112 {
    margin-top: 112px !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 4px !important; }
  .me-lg-2 {
    margin-right: 8px !important; }
  .me-lg-3 {
    margin-right: 16px !important; }
  .me-lg-4 {
    margin-right: 20px !important; }
  .me-lg-5 {
    margin-right: 24px !important; }
  .me-lg-6 {
    margin-right: 32px !important; }
  .me-lg-7 {
    margin-right: 40px !important; }
  .me-lg-8 {
    margin-right: 48px !important; }
  .me-lg-9 {
    margin-right: 56px !important; }
  .me-lg-72 {
    margin-right: 72px !important; }
  .me-lg-112 {
    margin-right: 112px !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 4px !important; }
  .mb-lg-2 {
    margin-bottom: 8px !important; }
  .mb-lg-3 {
    margin-bottom: 16px !important; }
  .mb-lg-4 {
    margin-bottom: 20px !important; }
  .mb-lg-5 {
    margin-bottom: 24px !important; }
  .mb-lg-6 {
    margin-bottom: 32px !important; }
  .mb-lg-7 {
    margin-bottom: 40px !important; }
  .mb-lg-8 {
    margin-bottom: 48px !important; }
  .mb-lg-9 {
    margin-bottom: 56px !important; }
  .mb-lg-72 {
    margin-bottom: 72px !important; }
  .mb-lg-112 {
    margin-bottom: 112px !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 4px !important; }
  .ms-lg-2 {
    margin-left: 8px !important; }
  .ms-lg-3 {
    margin-left: 16px !important; }
  .ms-lg-4 {
    margin-left: 20px !important; }
  .ms-lg-5 {
    margin-left: 24px !important; }
  .ms-lg-6 {
    margin-left: 32px !important; }
  .ms-lg-7 {
    margin-left: 40px !important; }
  .ms-lg-8 {
    margin-left: 48px !important; }
  .ms-lg-9 {
    margin-left: 56px !important; }
  .ms-lg-72 {
    margin-left: 72px !important; }
  .ms-lg-112 {
    margin-left: 112px !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 4px !important; }
  .p-lg-2 {
    padding: 8px !important; }
  .p-lg-3 {
    padding: 16px !important; }
  .p-lg-4 {
    padding: 20px !important; }
  .p-lg-5 {
    padding: 24px !important; }
  .p-lg-6 {
    padding: 32px !important; }
  .p-lg-7 {
    padding: 40px !important; }
  .p-lg-8 {
    padding: 48px !important; }
  .p-lg-9 {
    padding: 56px !important; }
  .p-lg-72 {
    padding: 72px !important; }
  .p-lg-112 {
    padding: 112px !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 4px !important;
    padding-left: 4px !important; }
  .px-lg-2 {
    padding-right: 8px !important;
    padding-left: 8px !important; }
  .px-lg-3 {
    padding-right: 16px !important;
    padding-left: 16px !important; }
  .px-lg-4 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-lg-5 {
    padding-right: 24px !important;
    padding-left: 24px !important; }
  .px-lg-6 {
    padding-right: 32px !important;
    padding-left: 32px !important; }
  .px-lg-7 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-lg-8 {
    padding-right: 48px !important;
    padding-left: 48px !important; }
  .px-lg-9 {
    padding-right: 56px !important;
    padding-left: 56px !important; }
  .px-lg-72 {
    padding-right: 72px !important;
    padding-left: 72px !important; }
  .px-lg-112 {
    padding-right: 112px !important;
    padding-left: 112px !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  .py-lg-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .py-lg-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .py-lg-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-lg-5 {
    padding-top: 24px !important;
    padding-bottom: 24px !important; }
  .py-lg-6 {
    padding-top: 32px !important;
    padding-bottom: 32px !important; }
  .py-lg-7 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-lg-8 {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .py-lg-9 {
    padding-top: 56px !important;
    padding-bottom: 56px !important; }
  .py-lg-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important; }
  .py-lg-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 4px !important; }
  .pt-lg-2 {
    padding-top: 8px !important; }
  .pt-lg-3 {
    padding-top: 16px !important; }
  .pt-lg-4 {
    padding-top: 20px !important; }
  .pt-lg-5 {
    padding-top: 24px !important; }
  .pt-lg-6 {
    padding-top: 32px !important; }
  .pt-lg-7 {
    padding-top: 40px !important; }
  .pt-lg-8 {
    padding-top: 48px !important; }
  .pt-lg-9 {
    padding-top: 56px !important; }
  .pt-lg-72 {
    padding-top: 72px !important; }
  .pt-lg-112 {
    padding-top: 112px !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 4px !important; }
  .pe-lg-2 {
    padding-right: 8px !important; }
  .pe-lg-3 {
    padding-right: 16px !important; }
  .pe-lg-4 {
    padding-right: 20px !important; }
  .pe-lg-5 {
    padding-right: 24px !important; }
  .pe-lg-6 {
    padding-right: 32px !important; }
  .pe-lg-7 {
    padding-right: 40px !important; }
  .pe-lg-8 {
    padding-right: 48px !important; }
  .pe-lg-9 {
    padding-right: 56px !important; }
  .pe-lg-72 {
    padding-right: 72px !important; }
  .pe-lg-112 {
    padding-right: 112px !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 4px !important; }
  .pb-lg-2 {
    padding-bottom: 8px !important; }
  .pb-lg-3 {
    padding-bottom: 16px !important; }
  .pb-lg-4 {
    padding-bottom: 20px !important; }
  .pb-lg-5 {
    padding-bottom: 24px !important; }
  .pb-lg-6 {
    padding-bottom: 32px !important; }
  .pb-lg-7 {
    padding-bottom: 40px !important; }
  .pb-lg-8 {
    padding-bottom: 48px !important; }
  .pb-lg-9 {
    padding-bottom: 56px !important; }
  .pb-lg-72 {
    padding-bottom: 72px !important; }
  .pb-lg-112 {
    padding-bottom: 112px !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 4px !important; }
  .ps-lg-2 {
    padding-left: 8px !important; }
  .ps-lg-3 {
    padding-left: 16px !important; }
  .ps-lg-4 {
    padding-left: 20px !important; }
  .ps-lg-5 {
    padding-left: 24px !important; }
  .ps-lg-6 {
    padding-left: 32px !important; }
  .ps-lg-7 {
    padding-left: 40px !important; }
  .ps-lg-8 {
    padding-left: 48px !important; }
  .ps-lg-9 {
    padding-left: 56px !important; }
  .ps-lg-72 {
    padding-left: 72px !important; }
  .ps-lg-112 {
    padding-left: 112px !important; } }

@media (min-width: 1024px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 4px !important; }
  .m-xl-2 {
    margin: 8px !important; }
  .m-xl-3 {
    margin: 16px !important; }
  .m-xl-4 {
    margin: 20px !important; }
  .m-xl-5 {
    margin: 24px !important; }
  .m-xl-6 {
    margin: 32px !important; }
  .m-xl-7 {
    margin: 40px !important; }
  .m-xl-8 {
    margin: 48px !important; }
  .m-xl-9 {
    margin: 56px !important; }
  .m-xl-72 {
    margin: 72px !important; }
  .m-xl-112 {
    margin: 112px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 4px !important;
    margin-left: 4px !important; }
  .mx-xl-2 {
    margin-right: 8px !important;
    margin-left: 8px !important; }
  .mx-xl-3 {
    margin-right: 16px !important;
    margin-left: 16px !important; }
  .mx-xl-4 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-xl-5 {
    margin-right: 24px !important;
    margin-left: 24px !important; }
  .mx-xl-6 {
    margin-right: 32px !important;
    margin-left: 32px !important; }
  .mx-xl-7 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-xl-8 {
    margin-right: 48px !important;
    margin-left: 48px !important; }
  .mx-xl-9 {
    margin-right: 56px !important;
    margin-left: 56px !important; }
  .mx-xl-72 {
    margin-right: 72px !important;
    margin-left: 72px !important; }
  .mx-xl-112 {
    margin-right: 112px !important;
    margin-left: 112px !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: 4px !important;
    margin-bottom: 4px !important; }
  .my-xl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .my-xl-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .my-xl-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-xl-5 {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .my-xl-6 {
    margin-top: 32px !important;
    margin-bottom: 32px !important; }
  .my-xl-7 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-xl-8 {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .my-xl-9 {
    margin-top: 56px !important;
    margin-bottom: 56px !important; }
  .my-xl-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important; }
  .my-xl-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 4px !important; }
  .mt-xl-2 {
    margin-top: 8px !important; }
  .mt-xl-3 {
    margin-top: 16px !important; }
  .mt-xl-4 {
    margin-top: 20px !important; }
  .mt-xl-5 {
    margin-top: 24px !important; }
  .mt-xl-6 {
    margin-top: 32px !important; }
  .mt-xl-7 {
    margin-top: 40px !important; }
  .mt-xl-8 {
    margin-top: 48px !important; }
  .mt-xl-9 {
    margin-top: 56px !important; }
  .mt-xl-72 {
    margin-top: 72px !important; }
  .mt-xl-112 {
    margin-top: 112px !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 4px !important; }
  .me-xl-2 {
    margin-right: 8px !important; }
  .me-xl-3 {
    margin-right: 16px !important; }
  .me-xl-4 {
    margin-right: 20px !important; }
  .me-xl-5 {
    margin-right: 24px !important; }
  .me-xl-6 {
    margin-right: 32px !important; }
  .me-xl-7 {
    margin-right: 40px !important; }
  .me-xl-8 {
    margin-right: 48px !important; }
  .me-xl-9 {
    margin-right: 56px !important; }
  .me-xl-72 {
    margin-right: 72px !important; }
  .me-xl-112 {
    margin-right: 112px !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 4px !important; }
  .mb-xl-2 {
    margin-bottom: 8px !important; }
  .mb-xl-3 {
    margin-bottom: 16px !important; }
  .mb-xl-4 {
    margin-bottom: 20px !important; }
  .mb-xl-5 {
    margin-bottom: 24px !important; }
  .mb-xl-6 {
    margin-bottom: 32px !important; }
  .mb-xl-7 {
    margin-bottom: 40px !important; }
  .mb-xl-8 {
    margin-bottom: 48px !important; }
  .mb-xl-9 {
    margin-bottom: 56px !important; }
  .mb-xl-72 {
    margin-bottom: 72px !important; }
  .mb-xl-112 {
    margin-bottom: 112px !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 4px !important; }
  .ms-xl-2 {
    margin-left: 8px !important; }
  .ms-xl-3 {
    margin-left: 16px !important; }
  .ms-xl-4 {
    margin-left: 20px !important; }
  .ms-xl-5 {
    margin-left: 24px !important; }
  .ms-xl-6 {
    margin-left: 32px !important; }
  .ms-xl-7 {
    margin-left: 40px !important; }
  .ms-xl-8 {
    margin-left: 48px !important; }
  .ms-xl-9 {
    margin-left: 56px !important; }
  .ms-xl-72 {
    margin-left: 72px !important; }
  .ms-xl-112 {
    margin-left: 112px !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 4px !important; }
  .p-xl-2 {
    padding: 8px !important; }
  .p-xl-3 {
    padding: 16px !important; }
  .p-xl-4 {
    padding: 20px !important; }
  .p-xl-5 {
    padding: 24px !important; }
  .p-xl-6 {
    padding: 32px !important; }
  .p-xl-7 {
    padding: 40px !important; }
  .p-xl-8 {
    padding: 48px !important; }
  .p-xl-9 {
    padding: 56px !important; }
  .p-xl-72 {
    padding: 72px !important; }
  .p-xl-112 {
    padding: 112px !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 4px !important;
    padding-left: 4px !important; }
  .px-xl-2 {
    padding-right: 8px !important;
    padding-left: 8px !important; }
  .px-xl-3 {
    padding-right: 16px !important;
    padding-left: 16px !important; }
  .px-xl-4 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-xl-5 {
    padding-right: 24px !important;
    padding-left: 24px !important; }
  .px-xl-6 {
    padding-right: 32px !important;
    padding-left: 32px !important; }
  .px-xl-7 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-xl-8 {
    padding-right: 48px !important;
    padding-left: 48px !important; }
  .px-xl-9 {
    padding-right: 56px !important;
    padding-left: 56px !important; }
  .px-xl-72 {
    padding-right: 72px !important;
    padding-left: 72px !important; }
  .px-xl-112 {
    padding-right: 112px !important;
    padding-left: 112px !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  .py-xl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .py-xl-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .py-xl-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-xl-5 {
    padding-top: 24px !important;
    padding-bottom: 24px !important; }
  .py-xl-6 {
    padding-top: 32px !important;
    padding-bottom: 32px !important; }
  .py-xl-7 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-xl-8 {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .py-xl-9 {
    padding-top: 56px !important;
    padding-bottom: 56px !important; }
  .py-xl-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important; }
  .py-xl-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 4px !important; }
  .pt-xl-2 {
    padding-top: 8px !important; }
  .pt-xl-3 {
    padding-top: 16px !important; }
  .pt-xl-4 {
    padding-top: 20px !important; }
  .pt-xl-5 {
    padding-top: 24px !important; }
  .pt-xl-6 {
    padding-top: 32px !important; }
  .pt-xl-7 {
    padding-top: 40px !important; }
  .pt-xl-8 {
    padding-top: 48px !important; }
  .pt-xl-9 {
    padding-top: 56px !important; }
  .pt-xl-72 {
    padding-top: 72px !important; }
  .pt-xl-112 {
    padding-top: 112px !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 4px !important; }
  .pe-xl-2 {
    padding-right: 8px !important; }
  .pe-xl-3 {
    padding-right: 16px !important; }
  .pe-xl-4 {
    padding-right: 20px !important; }
  .pe-xl-5 {
    padding-right: 24px !important; }
  .pe-xl-6 {
    padding-right: 32px !important; }
  .pe-xl-7 {
    padding-right: 40px !important; }
  .pe-xl-8 {
    padding-right: 48px !important; }
  .pe-xl-9 {
    padding-right: 56px !important; }
  .pe-xl-72 {
    padding-right: 72px !important; }
  .pe-xl-112 {
    padding-right: 112px !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 4px !important; }
  .pb-xl-2 {
    padding-bottom: 8px !important; }
  .pb-xl-3 {
    padding-bottom: 16px !important; }
  .pb-xl-4 {
    padding-bottom: 20px !important; }
  .pb-xl-5 {
    padding-bottom: 24px !important; }
  .pb-xl-6 {
    padding-bottom: 32px !important; }
  .pb-xl-7 {
    padding-bottom: 40px !important; }
  .pb-xl-8 {
    padding-bottom: 48px !important; }
  .pb-xl-9 {
    padding-bottom: 56px !important; }
  .pb-xl-72 {
    padding-bottom: 72px !important; }
  .pb-xl-112 {
    padding-bottom: 112px !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 4px !important; }
  .ps-xl-2 {
    padding-left: 8px !important; }
  .ps-xl-3 {
    padding-left: 16px !important; }
  .ps-xl-4 {
    padding-left: 20px !important; }
  .ps-xl-5 {
    padding-left: 24px !important; }
  .ps-xl-6 {
    padding-left: 32px !important; }
  .ps-xl-7 {
    padding-left: 40px !important; }
  .ps-xl-8 {
    padding-left: 48px !important; }
  .ps-xl-9 {
    padding-left: 56px !important; }
  .ps-xl-72 {
    padding-left: 72px !important; }
  .ps-xl-112 {
    padding-left: 112px !important; } }

@media (min-width: 1200px) {
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-inline-grid {
    display: inline-grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xxl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xxl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 4px !important; }
  .m-xxl-2 {
    margin: 8px !important; }
  .m-xxl-3 {
    margin: 16px !important; }
  .m-xxl-4 {
    margin: 20px !important; }
  .m-xxl-5 {
    margin: 24px !important; }
  .m-xxl-6 {
    margin: 32px !important; }
  .m-xxl-7 {
    margin: 40px !important; }
  .m-xxl-8 {
    margin: 48px !important; }
  .m-xxl-9 {
    margin: 56px !important; }
  .m-xxl-72 {
    margin: 72px !important; }
  .m-xxl-112 {
    margin: 112px !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 4px !important;
    margin-left: 4px !important; }
  .mx-xxl-2 {
    margin-right: 8px !important;
    margin-left: 8px !important; }
  .mx-xxl-3 {
    margin-right: 16px !important;
    margin-left: 16px !important; }
  .mx-xxl-4 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-xxl-5 {
    margin-right: 24px !important;
    margin-left: 24px !important; }
  .mx-xxl-6 {
    margin-right: 32px !important;
    margin-left: 32px !important; }
  .mx-xxl-7 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-xxl-8 {
    margin-right: 48px !important;
    margin-left: 48px !important; }
  .mx-xxl-9 {
    margin-right: 56px !important;
    margin-left: 56px !important; }
  .mx-xxl-72 {
    margin-right: 72px !important;
    margin-left: 72px !important; }
  .mx-xxl-112 {
    margin-right: 112px !important;
    margin-left: 112px !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important; }
  .my-xxl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .my-xxl-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .my-xxl-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-xxl-5 {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .my-xxl-6 {
    margin-top: 32px !important;
    margin-bottom: 32px !important; }
  .my-xxl-7 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-xxl-8 {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .my-xxl-9 {
    margin-top: 56px !important;
    margin-bottom: 56px !important; }
  .my-xxl-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important; }
  .my-xxl-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 4px !important; }
  .mt-xxl-2 {
    margin-top: 8px !important; }
  .mt-xxl-3 {
    margin-top: 16px !important; }
  .mt-xxl-4 {
    margin-top: 20px !important; }
  .mt-xxl-5 {
    margin-top: 24px !important; }
  .mt-xxl-6 {
    margin-top: 32px !important; }
  .mt-xxl-7 {
    margin-top: 40px !important; }
  .mt-xxl-8 {
    margin-top: 48px !important; }
  .mt-xxl-9 {
    margin-top: 56px !important; }
  .mt-xxl-72 {
    margin-top: 72px !important; }
  .mt-xxl-112 {
    margin-top: 112px !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 4px !important; }
  .me-xxl-2 {
    margin-right: 8px !important; }
  .me-xxl-3 {
    margin-right: 16px !important; }
  .me-xxl-4 {
    margin-right: 20px !important; }
  .me-xxl-5 {
    margin-right: 24px !important; }
  .me-xxl-6 {
    margin-right: 32px !important; }
  .me-xxl-7 {
    margin-right: 40px !important; }
  .me-xxl-8 {
    margin-right: 48px !important; }
  .me-xxl-9 {
    margin-right: 56px !important; }
  .me-xxl-72 {
    margin-right: 72px !important; }
  .me-xxl-112 {
    margin-right: 112px !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 4px !important; }
  .mb-xxl-2 {
    margin-bottom: 8px !important; }
  .mb-xxl-3 {
    margin-bottom: 16px !important; }
  .mb-xxl-4 {
    margin-bottom: 20px !important; }
  .mb-xxl-5 {
    margin-bottom: 24px !important; }
  .mb-xxl-6 {
    margin-bottom: 32px !important; }
  .mb-xxl-7 {
    margin-bottom: 40px !important; }
  .mb-xxl-8 {
    margin-bottom: 48px !important; }
  .mb-xxl-9 {
    margin-bottom: 56px !important; }
  .mb-xxl-72 {
    margin-bottom: 72px !important; }
  .mb-xxl-112 {
    margin-bottom: 112px !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 4px !important; }
  .ms-xxl-2 {
    margin-left: 8px !important; }
  .ms-xxl-3 {
    margin-left: 16px !important; }
  .ms-xxl-4 {
    margin-left: 20px !important; }
  .ms-xxl-5 {
    margin-left: 24px !important; }
  .ms-xxl-6 {
    margin-left: 32px !important; }
  .ms-xxl-7 {
    margin-left: 40px !important; }
  .ms-xxl-8 {
    margin-left: 48px !important; }
  .ms-xxl-9 {
    margin-left: 56px !important; }
  .ms-xxl-72 {
    margin-left: 72px !important; }
  .ms-xxl-112 {
    margin-left: 112px !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 4px !important; }
  .p-xxl-2 {
    padding: 8px !important; }
  .p-xxl-3 {
    padding: 16px !important; }
  .p-xxl-4 {
    padding: 20px !important; }
  .p-xxl-5 {
    padding: 24px !important; }
  .p-xxl-6 {
    padding: 32px !important; }
  .p-xxl-7 {
    padding: 40px !important; }
  .p-xxl-8 {
    padding: 48px !important; }
  .p-xxl-9 {
    padding: 56px !important; }
  .p-xxl-72 {
    padding: 72px !important; }
  .p-xxl-112 {
    padding: 112px !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 4px !important;
    padding-left: 4px !important; }
  .px-xxl-2 {
    padding-right: 8px !important;
    padding-left: 8px !important; }
  .px-xxl-3 {
    padding-right: 16px !important;
    padding-left: 16px !important; }
  .px-xxl-4 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-xxl-5 {
    padding-right: 24px !important;
    padding-left: 24px !important; }
  .px-xxl-6 {
    padding-right: 32px !important;
    padding-left: 32px !important; }
  .px-xxl-7 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-xxl-8 {
    padding-right: 48px !important;
    padding-left: 48px !important; }
  .px-xxl-9 {
    padding-right: 56px !important;
    padding-left: 56px !important; }
  .px-xxl-72 {
    padding-right: 72px !important;
    padding-left: 72px !important; }
  .px-xxl-112 {
    padding-right: 112px !important;
    padding-left: 112px !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  .py-xxl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .py-xxl-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .py-xxl-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-xxl-5 {
    padding-top: 24px !important;
    padding-bottom: 24px !important; }
  .py-xxl-6 {
    padding-top: 32px !important;
    padding-bottom: 32px !important; }
  .py-xxl-7 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-xxl-8 {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .py-xxl-9 {
    padding-top: 56px !important;
    padding-bottom: 56px !important; }
  .py-xxl-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important; }
  .py-xxl-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 4px !important; }
  .pt-xxl-2 {
    padding-top: 8px !important; }
  .pt-xxl-3 {
    padding-top: 16px !important; }
  .pt-xxl-4 {
    padding-top: 20px !important; }
  .pt-xxl-5 {
    padding-top: 24px !important; }
  .pt-xxl-6 {
    padding-top: 32px !important; }
  .pt-xxl-7 {
    padding-top: 40px !important; }
  .pt-xxl-8 {
    padding-top: 48px !important; }
  .pt-xxl-9 {
    padding-top: 56px !important; }
  .pt-xxl-72 {
    padding-top: 72px !important; }
  .pt-xxl-112 {
    padding-top: 112px !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 4px !important; }
  .pe-xxl-2 {
    padding-right: 8px !important; }
  .pe-xxl-3 {
    padding-right: 16px !important; }
  .pe-xxl-4 {
    padding-right: 20px !important; }
  .pe-xxl-5 {
    padding-right: 24px !important; }
  .pe-xxl-6 {
    padding-right: 32px !important; }
  .pe-xxl-7 {
    padding-right: 40px !important; }
  .pe-xxl-8 {
    padding-right: 48px !important; }
  .pe-xxl-9 {
    padding-right: 56px !important; }
  .pe-xxl-72 {
    padding-right: 72px !important; }
  .pe-xxl-112 {
    padding-right: 112px !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 4px !important; }
  .pb-xxl-2 {
    padding-bottom: 8px !important; }
  .pb-xxl-3 {
    padding-bottom: 16px !important; }
  .pb-xxl-4 {
    padding-bottom: 20px !important; }
  .pb-xxl-5 {
    padding-bottom: 24px !important; }
  .pb-xxl-6 {
    padding-bottom: 32px !important; }
  .pb-xxl-7 {
    padding-bottom: 40px !important; }
  .pb-xxl-8 {
    padding-bottom: 48px !important; }
  .pb-xxl-9 {
    padding-bottom: 56px !important; }
  .pb-xxl-72 {
    padding-bottom: 72px !important; }
  .pb-xxl-112 {
    padding-bottom: 112px !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 4px !important; }
  .ps-xxl-2 {
    padding-left: 8px !important; }
  .ps-xxl-3 {
    padding-left: 16px !important; }
  .ps-xxl-4 {
    padding-left: 20px !important; }
  .ps-xxl-5 {
    padding-left: 24px !important; }
  .ps-xxl-6 {
    padding-left: 32px !important; }
  .ps-xxl-7 {
    padding-left: 40px !important; }
  .ps-xxl-8 {
    padding-left: 48px !important; }
  .ps-xxl-9 {
    padding-left: 56px !important; }
  .ps-xxl-72 {
    padding-left: 72px !important; }
  .ps-xxl-112 {
    padding-left: 112px !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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 32px;
  --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: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: -webkit-calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 32px;
  --bs-modal-header-padding-y: 32px;
  --bs-modal-header-padding: 16px 16px;
  --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: 32px;
  --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; }

.cookie-consent {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	color: #fff;
	padding: 15px 40px; /* Ð£Ð²ÐµÐ»Ð¸ÑÐ¸Ð» Ð¾ÑÑÑÑÐ¿Ñ ÑÐ»ÐµÐ²Ð° Ð¸ ÑÐ¿ÑÐ°Ð²Ð° Ñ 20px Ð´Ð¾ 40px */
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 1000;
        }

.cookie-text {
	flex-grow: 1;
	margin-right: 30px; /* Ð£Ð²ÐµÐ»Ð¸ÑÐ¸Ð» Ð¾ÑÑÑÑÐ¿ Ð¼ÐµÐ¶Ð´Ñ ÑÐµÐºÑÑÐ¾Ð¼ Ð¸ ÐºÐ½Ð¾Ð¿ÐºÐ¾Ð¹ Ñ 20px Ð´Ð¾ 30px */
	font-size: 14px;
	font-family: serif;
	color:#7e7e7e;
	text-align:center;
}

.cookie-link {
	color: #fff;
	text-decoration: underline;
}

.cookie-button {
	background-color: transparent;
	color: #7e7e7e;
	border: 1px solid #7e7e7e;
	padding: 8px 20px;
	cursor: pointer;
	border-radius: 4px;
	font-size: 14px;
	white-space: nowrap;
	transition: background-color 0.3s;
}

.cookie-button:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
.cookie-consent {
	flex-direction: column;
	text-align: center;
	padding: 15px 25px; /* ÐÐ»Ñ Ð¼Ð¾Ð±Ð¸Ð»ÑÐ½ÑÑ Ð¾ÑÑÐ°Ð²Ð¸Ð» Ð¼ÐµÐ½ÑÑÐµ Ð±Ð¾ÐºÐ¾Ð²ÑÑ Ð¾ÑÑÑÑÐ¿Ð¾Ð² */
}
            
.cookie-text {
	margin-right: 0;
	margin-bottom: 15px;
	font-size: 12px;
}
}


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

.modal-dialog-scrollable {
  height: -webkit-calc(100% - var(--bs-modal-margin) * 2);
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: -webkit-calc(100% - var(--bs-modal-margin) * 2);
  min-height: calc(100% - var(--bs-modal-margin) * 2); }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          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: -webkit-calc(var(--bs-modal-header-padding-y) * .5) -webkit-calc(var(--bs-modal-header-padding-x) * .5);
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: -webkit-calc(-.5 * var(--bs-modal-header-padding-y)) -webkit-calc(-.5 * var(--bs-modal-header-padding-x)) -webkit-calc(-.5 * var(--bs-modal-header-padding-y)) auto;
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.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;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: var(--bs-modal-padding); }

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: -webkit-calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .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: -webkit-calc(var(--bs-modal-footer-gap) * .5);
    margin: calc(var(--bs-modal-footer-gap) * .5); }

@media (min-width: 360) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto; }
  .modal-sm {
    --bs-modal-width: 300px; } }

@media (min-width: 768px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px; } }

@media (min-width: 1024px) {
  .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: 359.98) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 479.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: 767.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: 1023.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; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-xxl-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: -webkit-calc(var(--bs-border-radius) - 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: 4px;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --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: #ffffff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 8px;
  --bs-dropdown-item-padding-y: 2px;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 8px;
  --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: 360) {
  .dropdown-menu-sm-start {
    --bs-position: start; }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-sm-end {
    --bs-position: end; }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 480px) {
  .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: 768px) {
  .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: 1024px) {
  .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; } }

@media (min-width: 1200px) {
  .dropdown-menu-xxl-start {
    --bs-position: start; }
    .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xxl-end {
    --bs-position: end; }
    .dropdown-menu-xxl-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: #ffffff;
  --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: #ffffff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd; }

.container {
  padding-left: 32px;
  padding-right: 32px; }
  @media only screen and (max-width: 1023px) {
    .container {
      padding-left: 64px;
      padding-right: 64px; } }
  @media only screen and (max-width: 767px) {
    .container {
      padding-left: 32px;
      padding-right: 32px; } }
  @media only screen and (max-width: 479px) {
    .container {
      padding-left: 16px;
      padding-right: 16px; } }
  @media only screen and (max-width: 1023px) {
    .container--mobile {
      padding-left: 0;
      padding-right: 0; } }

.row--12 {
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: -12px; }
  .row--12 > * {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px; }

/*! 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

.custom-select {
  position: relative;
  z-index: 5; }
  .custom-select__option--value {
    display: block;
    position: relative;
    width: 100%;
    height: 64px;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 56px;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    cursor: pointer;
    color: rgba(3, 22, 27, 0.6);
    font-size: 18px;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    text-align: left; }
    .custom-select__option--value:before {
      content: '';
      position: absolute;
      right: 16px;
      width: 24px;
      height: 24px;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      -o-transition: transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.29289 8.29289C5.68342 7.90237 6.31658 7.90237 6.70711 8.29289L12 13.5858L17.2929 8.29289C17.6834 7.90237 18.3166 7.90237 18.7071 8.29289C19.0976 8.68342 19.0976 9.31658 18.7071 9.70711L12.7071 15.7071C12.3166 16.0976 11.6834 16.0976 11.2929 15.7071L5.29289 9.70711C4.90237 9.31658 4.90237 8.68342 5.29289 8.29289Z' fill='%2312BDA8'/%3E%3C/svg%3E%0A"); }
  .custom-select--active .custom-select__option--value:before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .custom-select.is-active .custom-select__option--value {
    color: #03161B; }
  .custom-select__dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 5;
    overflow: hidden;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 83, 63, 0.16), 0px 16px 48px 0px rgba(0, 66, 58, 0.24);
            box-shadow: 0px 0px 1px 0px rgba(0, 83, 63, 0.16), 0px 16px 48px 0px rgba(0, 66, 58, 0.24); }
  .custom-select__dropdown .custom-select__option {
    min-height: 48px;
    border: none;
    background-color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    padding: 12px 20px;
    text-align: left;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .custom-select__dropdown .custom-select__option:hover {
      background-color: #F6F6F6; }
  .custom-select__option--selected {
    position: relative;
    padding-right: 46px !important; }
    .custom-select__option--selected:before {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 16px;
      width: 24px;
      height: 24px;
      background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.7071 5.29289C21.0976 5.68342 21.0976 6.31658 20.7071 6.70711L9.70711 17.7071C9.31658 18.0976 8.68342 18.0976 8.29289 17.7071L3.29289 12.7071C2.90237 12.3166 2.90237 11.6834 3.29289 11.2929C3.68342 10.9024 4.31658 10.9024 4.70711 11.2929L9 15.5858L19.2929 5.29289C19.6834 4.90237 20.3166 4.90237 20.7071 5.29289Z' fill='%2312BDA8'/%3E%3C/svg%3E%0A"); }

html.is-fixed {
  height: 100vh;
  overflow: hidden; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.nowrap {
  white-space: nowrap; }

.overflow-hidden {
  overflow: hidden; }

.responsive-img {
  width: 100%;
  max-width: 100%; }

.bdrs-8 {
  border-radius: 8px; }

.position-relative {
  position: relative; }

.position-absolute {
  position: absolute !important; }

.position-static {
  position: static !important; }

.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

.pointer-none {
  pointer-events: none; }

.gap-8 {
  gap: 8px; }

.gap-16 {
  gap: 16px; }

.gap-20 {
  gap: 20px; }

@media only screen and (min-width: 1024px) {
  .gap--xl--12 {
    gap: 12px !important; } }

.ml-a {
  margin-left: auto; }

.mt--1 {
  margin-top: 1px; }
  @media only screen and (max-width: 1023px) {
    .mt--1 {
      margin-top: 2px; } }

.mt--12 {
  margin-top: 12px !important; }

.mb--12 {
  margin-bottom: 12px !important; }

.mb--6 {
  margin-bottom: 6px !important; }

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

@media only screen and (max-width: 767px) {
  .mt-lg-auto {
    margin-top: auto; } }

@media only screen and (max-width: 1023px) {
  .pt--xl-0 {
    padding-top: 0 !important; } }

@media only screen and (max-width: 1023px) {
  .mb--xl--40 {
    margin-bottom: 40px; } }

.ml--4 {
  margin-left: 4px; }

.mr--4 {
  margin-right: 4px; }

.loader {
  -webkit-animation: spin 1.2s linear infinite;
          animation: spin 1.2s linear infinite; }

.cursor-pointer {
  cursor: pointer; }

@media only screen and (max-width: 1023px) {
  .order-xl--1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; } }

.background-transparent {
  background-color: transparent !important; }

html {
  min-height: 100%;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 320px;
  line-height: 120%;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-family: 'Onest';
  overflow-x: hidden;
  font-weight: 400;
  color: #03161B;
  background: -webkit-gradient(linear, left top, right top, from(rgba(236, 255, 232, 0.4)), to(rgba(209, 239, 232, 0.4))), #EBEBEB;
  background: -o-linear-gradient(left, rgba(236, 255, 232, 0.4) 0%, rgba(209, 239, 232, 0.4) 100%), #EBEBEB;
  background: linear-gradient(90deg, rgba(236, 255, 232, 0.4) 0%, rgba(209, 239, 232, 0.4) 100%), #EBEBEB; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

*:focus {
  outline: none; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

textarea {
  resize: none;
  outline: none; }

input, button {
  outline: none; }

button:focus {
  outline: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none; }
  input::-ms-clear {
    display: none; }

@-webkit-keyframes tabAnim {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes tabAnim {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

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

.title-main {
  font-family: 'Unbounded';
  font-size: 66px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0; }
  @media only screen and (max-width: 1023px) {
    .title-main {
      font-size: 32px; } }

h1:not([class]),
.h1 {
  font-family: 'Unbounded';
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0; }
  @media only screen and (max-width: 1023px) {
    h1:not([class]),
    .h1 {
      font-size: 28px; } }

h2:not([class]),
.h2 {
  font-family: 'Unbounded';
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0; }
  @media only screen and (max-width: 1023px) {
    h2:not([class]),
    .h2 {
      font-size: 24px; } }

h3:not([class]),
.h3 {
  font-family: 'Unbounded';
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0; }
  @media only screen and (max-width: 1023px) {
    h3:not([class]),
    .h3 {
      font-size: 20px; } }

h4:not([class]),
.h4 {
  font-family: 'Unbounded';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0; }
  @media only screen and (max-width: 1023px) {
    h4:not([class]),
    .h4 {
      font-size: 16px; } }
  @media only screen and (max-width: 1023px) {
    h4:not([class])--20,
    .h4--20 {
      font-size: 20px; } }

h5:not([class]),
.h5 {
  font-family: 'Unbounded';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0; }

.subtitle-0 {
  font-family: 'Unbounded';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
  @media only screen and (max-width: 1023px) {
    .subtitle-0 {
      font-size: 20px; } }

.subtitle-1 {
  font-family: 'Unbounded';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
  @media only screen and (max-width: 1023px) {
    .subtitle-1 {
      font-size: 18px; } }

.subtitle-2 {
  font-family: 'Unbounded';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
  @media only screen and (max-width: 1023px) {
    .subtitle-2 {
      font-size: 16px; } }

.subtitle-3 {
  font-family: 'Unbounded';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
  @media only screen and (max-width: 1023px) {
    .subtitle-3 {
      font-size: 14px; } }
  @media only screen and (max-width: 1023px) {
    .subtitle-3--16 {
      font-size: 16px; } }

.subtitle-4 {
  font-family: 'Unbounded';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
  @media only screen and (max-width: 1023px) {
    .subtitle-4 {
      font-size: 12px; } }
  @media only screen and (max-width: 1023px) {
    .subtitle-4--14 {
      font-size: 14px; } }

p {
  margin-top: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 180%; }
  @media only screen and (max-width: 1023px) {
    p {
      font-size: 16px; } 
	.main-promote p {
		font-size: inherit;
}
}
  p:last-of-type {
    margin-bottom: 0; }

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

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

.text--line-height--normal {
  line-height: normal !important; }
  .text--line-height--normal p {
    line-height: normal !important; }

.text--line-height--150 {
  line-height: 150%; }
  .text--line-height--150 p {
    line-height: 150%; }

.text--line-height--180 {
  line-height: 180%; }
  .text--line-height--180 p {
    line-height: 180%; }

.text--14,
.text--14 p {
  font-size: 14px !important; }

.text--16,
.text--16 p {
  font-size: 16px !important; }

.text--16--xl--12,
.text--16--xl--12 p {
  font-size: 16px !important; }
  @media only screen and (max-width: 1023px) {
    .text--16--xl--12,
    .text--16--xl--12 p {
      font-size: 12px !important; } }

.text--16--xl--14,
.text--16--xl--14 p {
  font-size: 16px !important; }
  @media only screen and (max-width: 1023px) {
    .text--16--xl--14,
    .text--16--xl--14 p {
      font-size: 14px !important; } }

.text--18--xl--16,
.text--18--xl--16 p {
  font-size: 18px !important; }
  @media only screen and (max-width: 1023px) {
    .text--18--xl--16,
    .text--18--xl--16 p {
      font-size: 16px !important; } }

.text--18--lg--16,
.text--18--lg--16 p {
  font-size: 18px !important; }
  @media only screen and (max-width: 767px) {
    .text--18--lg--16,
    .text--18--lg--16 p {
      font-size: 16px !important; } }

.text--18,
.text--18 p {
  font-size: 18px !important; }

.text--20,
.text--20 p {
  font-size: 20px !important; }

.text--20--transform--lg--18,
.text--20--transform--lg--18 p {
  font-size: 20px !important; }
  @media only screen and (max-width: 1023px) {
    .text--20--transform--lg--18,
    .text--20--transform--lg--18 p {
      font-size: 18px !important; } }

.text--24,
.text--24 p {
  font-size: 24px !important; }

.text--24--transform p {
  font-size: 24px;
  font-style: normal;
  line-height: normal; }
  @media only screen and (max-width: 1023px) {
    .text--24--transform p {
      font-size: 20px; } }

.text--weight--300 {
  font-weight: 300 !important; }
  .text--weight--300 p {
    font-weight: 300 !important; }

.text--weight--400 {
  font-weight: 400 !important; }
  .text--weight--400 p {
    font-weight: 400 !important; }

.text--weight--500 {
  font-weight: 500 !important; }
  .text--weight--500 p {
    font-weight: 500 !important; }

.text--weight--600 {
  font-weight: 600 !important; }
  .text--weight--600 p {
    font-weight: 600 !important; }

.text--color--dark {
  color: #03161B !important; }
  .text--color--dark > p {
    color: #03161B !important; }

.text--color--white {
  color: #ffffff; }
  .text--color--white > p {
    color: #ffffff; }

.text--color--gray {
  color: #03161B; }
  .text--color--gray > p {
    color: #03161B; }

.text--color--gray--dark {
  color: #828282; }
  .text--color--gray--dark > p {
    color: #828282; }

.text--color--opacity {
  color: rgba(3, 22, 27, 0.6); }
  .text--color--opacity > p {
    color: rgba(3, 22, 27, 0.6); }

.text--color--main {
  color: #12BDA8; }
  .text--color--main > p {
    color: #12BDA8; }

.text--font--unbounded {
  font-family: 'Unbounded' !important; }

.text-strike {
  position: relative;
  color: rgba(3, 22, 27, 0.6); }
  .text-strike:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    height: 2px;
    background-color: #F00;
    -webkit-transform: rotate(-9.893deg);
        -ms-transform: rotate(-9.893deg);
            transform: rotate(-9.893deg); }

a:not([class]) {
  color: #12BDA8;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  a:not([class]):hover {
    color: #009580; }

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

.link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #12BDA8;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
  gap: 8px; }
  .link:hover {
    color: #009580; }
  .link--white {
    color: #ffffff; }
    .link--white:hover {
      color: #12BDA8; }
  .link:hover .link__icon {
    fill: #009580; }
  .link--dark {
    color: #03161B; }
  .link--16 {
    font-size: 16px; }
  .link--18 {
    font-size: 18px; }
  .link--20 {
    font-size: 20px; }
  .link--gray {
    color: #828282; }

.content-block h1 {
  margin-bottom: 12px; }
  @media only screen and (max-width: 1023px) {
    .content-block h1 {
      margin-bottom: 8px; } }

.content-block h2 {
  margin-bottom: 12px; }
  @media only screen and (max-width: 1023px) {
    .content-block h2 {
      margin-bottom: 8px; } }
  .content-block h2:not(:first-child) {
    margin-top: 48px; }
    @media only screen and (max-width: 1023px) {
      .content-block h2:not(:first-child) {
        margin-top: 32px; } }

.content-block h3 {
  margin-bottom: 8px; }
  @media only screen and (max-width: 1023px) {
    .content-block h3 {
      margin-bottom: 8px; } }
  .content-block h3:not(:first-child) {
    margin-top: 32px; }
    @media only screen and (max-width: 1023px) {
      .content-block h3:not(:first-child) {
        margin-top: 24px; } }

.content-block h4 {
  margin-bottom: 8px; }
  .content-block h4:not(:first-child) {
    margin-top: 20px; }

.content-block > p {
  margin-bottom: 12px;
  margin-top: 12px; }
  @media only screen and (max-width: 1023px) {
    .content-block > p {
      margin-bottom: 8px;
      margin-top: 8px; } }

.content-block blockquote {
  margin: 48px 0; }
  @media only screen and (max-width: 1023px) {
    .content-block blockquote {
      margin-top: 24px;
      margin-bottom: 24px; } }

.content-block .slider-article {
  margin-top: 16px;
  margin-bottom: 24px; }

.content-block ul:not([class]) {
  margin-top: 12px;
  margin-bottom: 12px; }
  @media only screen and (max-width: 1023px) {
    .content-block ul:not([class]) {
      margin-top: 8px;
      margin-bottom: 8px; } }
  .content-block ul:not([class]) li {
    position: relative;
    padding-left: 30px;
    font-weight: 400;
    font-size: 20px;
    line-height: 180%; }
    @media only screen and (max-width: 1023px) {
      .content-block ul:not([class]) li {
        padding-left: 24px;
        font-size: 16px; } }
    .content-block ul:not([class]) li:before {
      content: '';
      position: absolute;
      left: 14px;
      top: 14px;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: #03161B; }
      @media only screen and (max-width: 1023px) {
        .content-block ul:not([class]) li:before {
          left: 10px;
          top: 11px; } }

.content-block ol {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: -10px; }
  @media only screen and (max-width: 1023px) {
    .content-block ol {
      margin-top: 8px;
      margin-bottom: 8px;
      margin-left: -16px; } }
  @media only screen and (max-width: 1023px) {
    .content-block ol ::marker {
      font-size: 16px; } }
  .content-block ol li {
    font-weight: 400;
    font-size: 20px;
    line-height: 180%; }
    @media only screen and (max-width: 1023px) {
      .content-block ol li {
        font-size: 16px; } }

blockquote {
  padding: 64px 80px;
  border-radius: 24px;
  background-color: #F6F6F6; }
  @media only screen and (max-width: 1023px) {
    blockquote {
      padding: 24px;
      border-radius: 16px; } }
  blockquote p {
    font-size: 24px;
    font-weight: 400;
    line-height: 160%; }
    @media only screen and (max-width: 1023px) {
      blockquote p {
        font-size: 18px; } }

main.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

.section--basic {
  padding-top: 112px;
  padding-bottom: 112px; }
  @media only screen and (max-width: 1023px) {
    .section--basic {
      padding-top: 40px;
      padding-bottom: 40px; } }

.section__title-icon {
  width: 56px;
  height: 56px;
  margin-top: -2px; }
  @media only screen and (max-width: 1023px) {
    .section__title-icon {
      width: 32px;
      height: 32px; } }

.section__title-icon--sm {
  width: 48px;
  height: 48px; }
  @media only screen and (max-width: 1023px) {
    .section__title-icon--sm {
      width: 32px;
      height: 32px; } }

@media only screen and (min-width: 1024px) {
  .section--transform--top {
    margin-top: -80px;
    padding-top: 192px; } }

@media only screen and (min-width: 1024px) {
  .section--transform--bottom {
    margin-bottom: -80px;
    padding-bottom: 192px; } }

.section--first {
  padding-top: 224px; }
  @media only screen and (max-width: 1023px) {
    .section--first {
      padding-top: 116px; } }
  @media only screen and (max-width: 767px) {
    .section--first {
      padding-top: 100px; } }

.button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border: none;
  height: 54px;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #12BDA8;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border-radius: 8px;
  gap: 16px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease; }
  .button:hover {
    background-color: #009580; }
  .button.is-disabled, .button[disabled] {
    pointer-events: none;
    background-color: #E0E0E0;
    color: #BDBDBD; }
  .button--xl {
    height: 80px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    padding-left: 32px;
    padding-right: 32px; }
    @media only screen and (max-width: 1023px) {
      .button--xl {
        font-size: 20px;
        height: 56px; } }
  .button--sm {
    height: 36px;
    font-size: 16px;
    gap: 12px; }
  .button--icon-left {
    padding-left: 12px; }
  .button--square {
    width: 48px;
    height: 48px;
    padding: 0; }
    @media only screen and (max-width: 1023px) {
      .button--square {
        width: 36px;
        height: 36px; }
        .button--square .button__icon {
          width: 20px;
          height: 20px; } }
  .button--dark {
    background-color: #03161B; }

.icon {
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease; }
  .icon--xs {
    width: 16px;
    height: 16px; }
  .icon--sm {
    width: 20px;
    height: 20px; }
  .icon--md {
    width: 24px;
    height: 24px; }
  .icon--lg {
    width: 32px;
    height: 32px; }
  .icon--50 {
    width: 50px;
    height: 50px; }
  .icon--64 {
    width: 64px;
    height: 64px; }
  .icon--white {
    fill: #ffffff; }
  .icon--green {
    fill: #12BDA8; }
  .icon--opacity {
    fill: rgba(3, 22, 27, 0.3); }
  .icon--gray {
    fill: #90A4AF; }

.advantages__row {
  margin-bottom: -8px;
  margin-left: -4px;
  margin-right: -4px; }

.advantages__col {
  margin-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px; }
  .advantages__col .advantages-card {
    height: 100%; }

.advantages__row--md {
  margin-left: -12px;
  margin-right: -12px; }

.advantages__row--md .advantages__col {
  padding-left: 12px;
  padding-right: 12px; }

.advantages-card {
  background-color: #F6F6F6;
  border-radius: 16px; }
  @media only screen and (max-width: 1023px) {
    .advantages-card {
      border-radius: 12px; } }
  .advantages-card__icon {
    width: 56px; }
    @media only screen and (max-width: 1023px) {
      .advantages-card__icon {
        width: 40px; } }
  .advantages-card__text p {
    font-size: 24px;
    line-height: normal;
    font-weight: 400; }
    @media only screen and (max-width: 1023px) {
      .advantages-card__text p {
        font-size: 18px; } }
  .advantages-card--horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    padding: 24px 40px; }
    @media only screen and (max-width: 1023px) {
      .advantages-card--horizontal {
        padding: 16px 20px;
        gap: 20px; } }
  .advantages-card--vertical {
    padding: 24px; }
    @media only screen and (max-width: 1023px) {
      .advantages-card--vertical {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 24px;
        padding: 16px 20px; } }
  .advantages-card--vertical .advantages-card__icon {
    margin-bottom: 24px; }
    @media only screen and (max-width: 1023px) {
      .advantages-card--vertical .advantages-card__icon {
        margin-bottom: 0; } }
  .advantages-card--horizontal--sm {
    padding: 24px;
    gap: 16px; }
    @media only screen and (max-width: 1023px) {
      .advantages-card--horizontal--sm {
        padding: 16px 20px; } }
  .advantages-card--white {
    background-color: #ffffff; }
  .advantages-card--md {
    padding: 24px;
    gap: 24px; }
    @media only screen and (max-width: 1023px) {
      .advantages-card--md {
        padding: 16px; } }
  .advantages-card--md .advantages-card__text p {
    font-size: 20px;
    line-height: normal; }
    @media only screen and (max-width: 1023px) {
      .advantages-card--md .advantages-card__text p {
        font-size: 16px; } }
  @media only screen and (max-width: 1023px) {
    .advantages-card--md .advantages-card__icon {
      width: 32px;
      height: 32px; } }
  @media only screen and (min-width: 1024px) {
    .advantages-card--vertical--md {
      padding: 40px; } }
  @media only screen and (min-width: 1024px) {
    .advantages-card--vertical--md .advantages-card__col {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .advantages-card--sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px;
    border-radius: 8px;
    gap: 12px; }
    .advantages-card--sm .advantages-card__icon {
      width: 24px; }
  @media only screen and (max-width: 1023px) {
    .advantages-card--xl--white {
      background-color: #fff; } }
  .advantages-card--modal {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 4px; }
  .advantages-card--modal .advantages-card__col--3 {
    padding-left: 36px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
    .advantages-card--modal .advantages-card__col--3 p a {
      font-weight: 500; }

.main-video {
  position: relative;
  border-radius: 24px;
  border: 4px solid #12BDA8;
  -webkit-box-shadow: 0 0 250px 0 rgba(18, 189, 168, 0.16);
          box-shadow: 0 0 250px 0 rgba(18, 189, 168, 0.16);
  overflow: hidden; }
  @media only screen and (max-width: 1023px) {
    .main-video {
      border-width: 1px;
      border-radius: 16px; } }
  .main-video__video {
    width: 100%;
    height: 456px; }
    @media only screen and (max-width: 1023px) {
      .main-video__video {
        height: 200px; } }
  .main-video__button {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 50%;
    top: 50%;
    width: 108px;
    height: 92px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 5;
    pointer-events: none;
    border-radius: 152px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px); }
    .main-video__button:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 152px;
      background-color: #12BDA8;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
  .main-video__button-img {
    position: relative;
    z-index: 1; }
  .main-video__preview:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
  .main-video:hover .main-video__button:before {
    opacity: 1; }
  .main-video:hover .main-video__preview:before {
    opacity: 1; }

.info-card {
  position: relative;
  border-radius: 16px;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden; }
  .info-card__inner {
    position: relative;
    height: 480px;
    padding: 24px;
    z-index: 4; }
  .info-card__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2; }
  .info-card:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); }
  .info-card:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border: 2px solid #12BDA8;
    border-radius: 16px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    z-index: 5; }
  .info-card:hover:before {
    opacity: 1; }
  .info-card:hover .info-card__bg {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }
  .info-card__text p {
    line-height: normal; }
  @media only screen and (max-width: 1199px) {
    .info-card--basic .info-card__inner {
      height: 400px; } }
  @media only screen and (max-width: 767px) {
    .info-card--basic .info-card__inner {
      height: 320px; } }
  @media only screen and (max-width: 1023px) {
    .info-card--slide .info-card__inner {
      height: 320px; } }

.block-links .block-link {
  margin-bottom: 8px; }
  .block-links .block-link--md {
    margin-bottom: 12px; }
  .block-links .block-link:last-of-type {
    margin-bottom: 0; }

.block-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  padding: 12px;
  border-radius: 8px;
  background-color: #F6F6F6;
  border: 2px solid #F6F6F6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #03161B; }
  .block-link:hover {
    border-color: #12BDA8; }
  @media only screen and (max-width: 1023px) {
    .block-link__title {
      font-size: 16px; } }
  .block-link__desc {
    font-size: 14px;
    line-height: 18px;
    margin-top: 2px;
    color: #617E8C;
    font-weight: 300; }
  .block-link--md {
    padding: 24px; }
  .block-link--md .block-link__title {
    font-size: 18px;
    margin-bottom: 8px; }
  .block-link--label {
    padding: 16px 20px; }
    @media only screen and (max-width: 1023px) {
      .block-link--label {
        background-color: #ffffff;
        border-color: #ffffff; } }
  .block-link--label .block-link__title {
    font-size: 18px; }
  .block-link--label .block-link__desc {
    font-size: 16px; }
  .block-link__icon {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.input-group__item {
  margin-bottom: 8px; }
  .input-group__item:last-of-type {
    margin-bottom: 0; }

.input {
  position: relative; }
  .input__placeholder {
    position: absolute;
    left: 20px;
    top: 23px;
    z-index: 2;
    pointer-events: none;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 100% !important; }
  .input__field {
    border-radius: 8px;
    border: 1px solid var(--gray-5, #E0E0E0);
    background: var(--white, #FFF);
    height: 64px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 16px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease; }
  .input__error {
    color: #EB5757;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; }
  .input--textarea .input__field {
    height: 208px; }
    @media only screen and (max-width: 1023px) {
      .input--textarea .input__field {
        height: 112px; } }
    @media only screen and (max-width: 767px) {
      .input--textarea .input__field {
        height: 208px; } }
  .input.is-error .input__error {
    display: block !important; }
  .input.is-error .input__field {
    border-color: #EB5757; }
  .input.is-focused .input__field {
    border-color: #12BDA8; }
  .input.is-focused .input__placeholder,
  .input.is-changed .input__placeholder {
    font-size: 12px !important;
    top: 12px; }

.label-inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px; }
  .label-inputs .label-input {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0px;
            flex: 1 0 0; }

.label-input {
  position: relative;
  display: block; }
  .label-input__native {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0; }
  .label-input__native:checked + .label-input__inner {
    border-color: #12BDA8; }
  .label-input__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
    border-radius: 8px;
    border: 2px solid #E0E0E0;
    height: 48px;
    cursor: pointer;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    background-color: #ffffff; }
    @media (hover: hover) {
      .label-input__inner:hover {
        border-color: #12BDA8; } }
  .label-input__title {
    margin-top: 2px; }
  .label-input__badge {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 8px 0px;
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    background-color: #F00;
    padding: 2px 4px; }

.payment-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 8px;
  border: 1px solid #E0E0E0; }
  .payment-block__img {
    opacity: 0.3;
    height: 24px; }

.checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 12px;
  cursor: pointer; }
  .checkbox__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0; }
  .checkbox__icon {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    width: 100%;
    max-width: 100%; }
  .checkbox__input:checked + .checkbox__custom {
    border-color: #12BDA8;
    background-color: #12BDA8; }
  .checkbox__input:checked + .checkbox__custom .checkbox__icon {
    opacity: 1; }
  .checkbox__custom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20px;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    height: 20px;
    border: 1px solid #B0BAC6;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.payment-label {
  display: block;
  position: relative;
  cursor: pointer;
  background-color: #ffffff; }
  .payment-label__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0; }
  .payment-label__input:checked + .payment-label__inner {
    outline: 2px solid #12BDA8; }
  .payment-label__inner {
    outline: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 12px 16px;
    -webkit-transition: outline 0.3s ease;
    -o-transition: outline 0.3s ease;
    transition: outline 0.3s ease; }
  .payment-label__bottom {
    padding-top: 8px;
    margin-top: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.08); }
    @media only screen and (max-width: 1023px) {
      .payment-label__bottom {
        margin-top: 12px;
        padding-top: 12px; } }
  .payment-label__bottom-images {
    opacity: 0.8; }
  .payment-label__bottom-image {
    height: 24px; }

.modal-step__item {
  display: none; }
  .modal-step__item.is-active {
    display: block;
    -webkit-animation: fadeIn linear 0.3s forwards;
            animation: fadeIn linear 0.3s forwards; }

.file-block__label {
  display: inline-block;
  position: relative;
  cursor: pointer; }

.file-block__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0; }

.file-block__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px; }

.file-block__result-wrap {
  display: none; }

.file-block__result {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  padding: 16px;
  padding-right: 30px; }

.file-block__result-text {
  white-space: normal;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.file-block__result-clear {
  position: absolute;
  right: 16px;
  width: 20px;
  cursor: pointer; }

.file-block.is-active .file-block__label {
  display: none; }

.file-block.is-active .file-block__result-wrap {
  display: block;
  -webkit-animation: fadeIn linear 0.3s forwards;
          animation: fadeIn linear 0.3s forwards; }

@media only screen and (max-width: 1023px) {
  .file-block--modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.footer {
  position: relative;
  z-index: 2;
  margin-top: auto; }
  .footer__inner {
    background-color: #03161B;
    border-radius: 48px 48px 0px 0px;
    padding: 90px 0 90px; }
    @media only screen and (max-width: 1199px) {
      .footer__inner {
        border-radius: 24px 24px 0px 0px;
        padding-top: 64px;
        padding-bottom: 64px; } }
    @media only screen and (max-width: 1023px) {
      .footer__inner {
        border-radius: 16px 16px 0px 0px;
        padding-top: 32px;
        padding-bottom: 32px; } }
  @media only screen and (max-width: 479px) {
    .footer__container {
      padding-left: 36px;
      padding-right: 36px; } }
  .footer__block {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #253238; }
    @media only screen and (max-width: 1023px) {
      .footer__block {
        margin-bottom: 20px;
        padding-bottom: 20px; } }
    .footer__block:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0;
      border: none; }
  @media only screen and (max-width: 1023px) {
    .footer__list--info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .footer__list--info li {
        margin-bottom: 0; } }
  .footer__item {
    margin-bottom: 12px; }
    .footer__item:last-of-type {
      margin-bottom: 0; }
  .footer__link {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal; }
  .footer__link--opacity {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .footer__link--opacity:hover {
      opacity: 1; }
  .footer__link--parent {
    position: relative; }
    .footer__link--parent .link__icon {
      pointer-events: none; }
    .footer__link--parent .link__dropdown {
      bottom: 100%;
      top: auto;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      margin-bottom: 22px; }
      @media only screen and (max-width: 1023px) {
        .footer__link--parent .link__dropdown {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          left: auto;
          right: -24px; } }
      .footer__link--parent .link__dropdown:before {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 32px;
        height: 12px;
        display: block;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='10' viewBox='0 0 32 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 0L20.8 8.4C17.9556 10.5333 14.0444 10.5333 11.2 8.4L0 0H32Z' fill='white'/%3E%3C/svg%3E%0A"); }
        @media only screen and (max-width: 1023px) {
          .footer__link--parent .link__dropdown:before {
            left: auto;
            -webkit-transform: none;
                -ms-transform: none;
                    transform: none;
            right: 20px; } }
    .footer__link--parent .nav__item-link {
      padding-top: 6px;
      padding-bottom: 6px; }
    .footer__link--parent.is-active .link__dropdown {
      opacity: 1;
      pointer-events: auto;
      display: block; }
    .footer__link--parent.is-active .link__icon {
      fill: #009580; }
  @media only screen and (max-width: 1023px) {
    .footer__phone {
      font-family: Unbounded;
      font-weight: 500; } }

.header {
  position: absolute;
  width: 100%;
  top: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10; }
  @media only screen and (max-width: 1023px) {
    .header {
      top: 0; } }
  @media only screen and (max-width: 767px) {
    .header {
      position: fixed; } }
  .header__wrap {
    background-color: #ffffff;
    border-radius: 24px;
    -webkit-box-shadow: 0px 5px 24px 0px rgba(10, 69, 51, 0.05);
            box-shadow: 0px 5px 24px 0px rgba(10, 69, 51, 0.05); }
    @media only screen and (max-width: 1023px) {
      .header__wrap {
        border-radius: 0 0 16px 16px; } }
  .header__row {
    padding: 16px 24px 16px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 1023px) {
      .header__row {
        padding: 20px 32px; } }
    @media only screen and (max-width: 767px) {
      .header__row {
        padding: 10px 16px; } }
  .header__logo-img {
    width: 95px; }
    @media only screen and (max-width: 1023px) {
      .header__logo-img {
        width: 64px; } }
  .header__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__schedule-button {
    height: 48px; }
    @media only screen and (max-width: 1023px) {
      .header__schedule-button {
        height: 36px; } }
    @media only screen and (max-width: 767px) {
      .header__schedule-button {
        padding-left: 0;
        padding-right: 0;
        width: 36px; } }
  .header .nav {
    margin-right: 32px; }
    @media only screen and (max-width: 1199px) {
      .header .nav {
        margin-right: 0; } }
  .header__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
    @media only screen and (max-width: 1023px) {
      .header__buttons {
        gap: 8px; } }

.burger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #12BDA8;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  border-radius: 8px; }
  @media only screen and (max-width: 1023px) {
    .burger {
      width: 36px;
      height: 36px; } }
  .burger:hover {
    background-color: #009580; }
  .burger__icon {
    width: 48px;
    height: 48px; }

.nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.nav__item {
  margin-right: 32px; }
  .nav__item:last-of-type {
    margin-right: 0; }

.nav__item--parent {
  position: relative;
  margin-right: 52px; }
  .nav__item--parent:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    margin-left: 4px;
    top: 4px;
    left: 100%;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5312 5.52861C3.66135 5.39846 3.83191 5.33337 4.00249 5.33334C6.64888 5.33289 9.4447 5.3329 12.0027 5.33334C12.1733 5.33337 12.3439 5.39846 12.474 5.52861C12.7344 5.78896 12.7344 6.21107 12.474 6.47141L8.47401 10.4714C8.21366 10.7318 7.79155 10.7318 7.5312 10.4714L3.5312 6.47141C3.27085 6.21107 3.27085 5.78896 3.5312 5.52861Z' fill='%2312BDA8'/%3E%3Cpath d='M4.00249 5.33334H12.0027C9.4447 5.3329 6.64888 5.33289 4.00249 5.33334Z' fill='%2312BDA8'/%3E%3C/svg%3E%0A"); }

.nav__item--parent:hover:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.nav__item--parent:hover .nav__item-dropdown {
  opacity: 1;
  pointer-events: auto; }

.nav__item-dropdown {
  width: 240px;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  opacity: 0;
  padding-top: 4px; }

.nav__item-dropdown-inner {
  background-color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 83, 63, 0.16), 0px 16px 48px 0px rgba(0, 66, 58, 0.24);
          box-shadow: 0px 0px 1px 0px rgba(0, 83, 63, 0.16), 0px 16px 48px 0px rgba(0, 66, 58, 0.24);
  border-radius: 8px; }

.nav__item-link {
  display: block;
  text-decoration: none;
  color: #03161B;
  padding: 12px 20px; }

.nav__item-link:hover {
  color: #12BDA8; }

.nav__item-link-title {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  line-height: normal; }

.nav__item-link-desc {
  font-size: 12px;
  color: rgba(3, 22, 27, 0.6);
  line-height: normal; }

.nav__link {
  font-weight: 400;
  font-size: 18px; }
  .nav__link:hover {
    color: #12BDA8; }

.jumbotron {
  border-radius: 32px; }
  @media only screen and (max-width: 1023px) {
    .jumbotron {
      border-radius: 16px; } }
  .jumbotron--white {
    background-color: #ffffff; }

.jumbotron-main {
  padding: 56px 64px; }
  @media only screen and (max-width: 767px) {
    .jumbotron-main {
      padding: 20px 32px; } }
  @media only screen and (max-width: 479px) {
    .jumbotron-main {
      padding-left: 16px;
      padding-right: 16px; } }

.jumbotron-short {
  padding: 56px;
  border-radius: 24px; }
  @media only screen and (max-width: 1023px) {
    .jumbotron-short {
      padding: 32px;
      border-radius: 16px; } }
  @media only screen and (max-width: 767px) {
    .jumbotron-short {
      padding: 20px; } }
  @media only screen and (max-width: 767px) {
    .jumbotron-short__title {
      width: 100%;
      max-width: 240px; } }

.jumbotron-club {
  padding: 56px;
  background-color: #03161B;
  border-radius: 24px;
  min-height: 492px; }
  @media only screen and (max-width: 1023px) {
    .jumbotron-club {
      min-height: unset;
      padding: 20px;
      background-color: #ffffff;
      border-radius: 8px;
      border: 1px solid #D0D9DE; } }
  @media only screen and (max-width: 1023px) {
    .jumbotron-club__title {
      color: #03161B; } }
  .jumbotron-club--start {
    display: none; }
    .jumbotron-club--start.is-active {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-animation: fadeIn linear 0.3s forwards;
              animation: fadeIn linear 0.3s forwards; }
      @media only screen and (max-width: 1023px) {
        .jumbotron-club--start.is-active {
          display: none !important; } }
  .jumbotron-club--solo {
    min-height: 606px; }
    @media only screen and (max-width: 1023px) {
      .jumbotron-club--solo {
        min-height: unset;
        border: none;
        padding-bottom: 280px; } }
    @media only screen and (max-width: 479px) {
      .jumbotron-club--solo {
        padding-bottom: 268px; } }
  @media only screen and (max-width: 1023px) {
    .jumbotron-club--solo .jumbotron-club__title br {
      display: none; } }
  .jumbotron-club__text {
    color: #617E8C; }
  @media only screen and (max-width: 1023px) {
    .jumbotron-club--accordion .jumbotron-club__header {
      position: relative;
      padding: 20px 19px 20px 56px; }
      .jumbotron-club--accordion .jumbotron-club__header:before {
        position: absolute;
        left: 20px;
        top: 20px;
        content: '';
        width: 24px;
        height: 24px;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.2934 18.7071C8.09818 18.5119 8.00055 18.256 8.0005 18.0002C7.99982 14.0306 7.99984 9.83685 8.0005 5.99983C8.00055 5.74396 8.09818 5.48811 8.2934 5.29289C8.68392 4.90237 9.31709 4.90237 9.70761 5.29289L15.7076 11.2929C16.0981 11.6834 16.0981 12.3166 15.7076 12.7071L9.70761 18.7071C9.31709 19.0976 8.68392 19.0976 8.2934 18.7071Z' fill='%2312BDA8'/%3E%3Cpath d='M8.0005 18.0002V5.99983C7.99984 9.83685 7.99982 14.0306 8.0005 18.0002Z' fill='%2312BDA8'/%3E%3C/svg%3E%0A");
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease; } }
  .jumbotron-club--accordion.is-active .jumbotron-club__header:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  @media only screen and (max-width: 1023px) {
    .jumbotron-club--accordion {
      padding: 0;
      margin-bottom: 16px; } }
  @media only screen and (max-width: 1023px) {
    .jumbotron-club--accordion .jumbotron-club__bottom {
      display: none;
      padding: 20px 0;
      margin-left: 20px;
      margin-right: 20px;
      border-top: 1px solid #E0E0E0; } }

.jumbotron-choose {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, right top, from(#A18CD1), to(#F9A9DE));
  background: -o-linear-gradient(left, #A18CD1 0%, #F9A9DE 100%);
  background: linear-gradient(90deg, #A18CD1 0%, #F9A9DE 100%); }
  @media only screen and (max-width: 767px) {
    .jumbotron-choose {
      padding: 20px; } }
  .jumbotron-choose__img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .jumbotron-choose__inner {
    position: relative;
    z-index: 2; }

.jumbotron-test {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  padding: 56px 64px;
  background: -webkit-gradient(linear, left top, right top, from(#43AEEA), to(#6F92D6));
  background: -o-linear-gradient(left, #43AEEA 0%, #6F92D6 100%);
  background: linear-gradient(90deg, #43AEEA 0%, #6F92D6 100%); }
  @media only screen and (max-width: 1023px) {
    .jumbotron-test {
      border-radius: 16px;
      padding: 32px; } }
  @media only screen and (max-width: 767px) {
    .jumbotron-test {
      padding: 20px; } }
  .jumbotron-test__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%; }
  .jumbotron-test__inner {
    position: relative;
    z-index: 2; }

.jumbotron-idea {
  border-radius: 24px;
  background-color: #ffffff;
  padding: 56px 64px; }
  @media only screen and (max-width: 1023px) {
    .jumbotron-idea {
      padding: 32px; } }
  @media only screen and (max-width: 767px) {
    .jumbotron-idea {
      padding: 20px;
      border-radius: 16px; } }
  .jumbotron-idea__desc p {
    line-height: 150%; }

.jumbotron-founder {
  border-radius: 24px;
  background-color: #F6F6F6;
  padding: 56px; }
  @media only screen and (max-width: 1023px) {
    .jumbotron-founder {
      padding: 24px 32px; } }
  @media only screen and (max-width: 767px) {
    .jumbotron-founder {
      border-radius: 16px;
      padding: 12px; } }
  .jumbotron-founder__img {
    border-radius: 50%;
    width: 295px;
    height: 296px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media only screen and (max-width: 1023px) {
      .jumbotron-founder__img {
        width: 160px;
        height: 160px; } }
    @media only screen and (max-width: 767px) {
      .jumbotron-founder__img {
        width: 64px;
        height: 64px; } }
  @media only screen and (max-width: 1023px) {
    .jumbotron-founder__info {
      padding-left: 32px; } }
  @media only screen and (max-width: 767px) {
    .jumbotron-founder__info {
      padding-left: 16px; } }
  @media only screen and (max-width: 1023px) {
    .jumbotron-founder__name {
      font-size: 28px; } }
  @media only screen and (max-width: 767px) {
    .jumbotron-founder__name {
      font-size: 20px; } }
  .jumbotron-founder__desc p {
    font-size: 18px;
    opacity: 0.6; }
    @media only screen and (max-width: 1023px) {
      .jumbotron-founder__desc p {
        font-size: 16px; } }

.jumbotron-result {
  border-radius: 16px;
  min-height: 225px;
  background: rgba(255, 255, 255, 0.5); }

.jumbotron-article {
  padding: 96px 208px;
  overflow: hidden; }
  @media only screen and (max-width: 1199px) {
    .jumbotron-article {
      padding: 56px 64px; } }
  @media only screen and (max-width: 767px) {
    .jumbotron-article {
      padding: 20px 32px; } }
  @media only screen and (max-width: 479px) {
    .jumbotron-article {
      padding-left: 16px;
      padding-right: 16px; } }
  .jumbotron-article img {
    width: 100%;
    max-width: 100%; }

.jumbotron-modal {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 48px 64px; }
  @media only screen and (max-width: 767px) {
    .jumbotron-modal {
      padding: 24px 32px; } }
  @media only screen and (max-width: 479px) {
    .jumbotron-modal {
      padding: 20px 16px; } }
  .jumbotron-modal--basic {
    min-height: 664px; }
    @media only screen and (max-width: 1023px) {
      .jumbotron-modal--basic {
        min-height: 100vh;
        border-radius: 0; } }
  .jumbotron-modal--fixed {
    height: 664px; }
    @media only screen and (max-width: 1023px) {
      .jumbotron-modal--fixed {
        min-height: 100vh;
        height: auto;
        border-radius: 0; } }
  @media only screen and (min-width: 1024px) {
    .jumbotron-modal__overflow {
      height: 100%;
      overflow: auto;
      scrollbar-color: #BDBDBD #EFEFEF;
      scrollbar-width: thin; }
      .jumbotron-modal__overflow::-webkit-scrollbar {
        width: 8px;
        height: 0; }
      .jumbotron-modal__overflow::-webkit-scrollbar-track {
        background-color: #EFEFEF;
        border-radius: 16px; }
      .jumbotron-modal__overflow::-webkit-scrollbar-thumb {
        background-color: #BDBDBD;
        border-radius: 16px; }
      .jumbotron-modal__overflow.is-overflow {
        padding-right: 8px; } }
  .jumbotron-modal__overflow .block-link {
    padding: 11px; }
  @media only screen and (max-width: 1023px) {
    .jumbotron-modal__blocks--xl--gray {
      background-color: #F6F6F6;
      border-radius: 8px; } }
  .jumbotron-modal__blocks--fixed {
    overflow: auto; }
  .jumbotron-modal__blocks .content-block ul li {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 8px; }
    .jumbotron-modal__blocks .content-block ul li:last-of-type {
      margin-bottom: 0; }
    .jumbotron-modal__blocks .content-block ul li:before {
      top: 11px; }
  @media only screen and (max-width: 1023px) {
    .jumbotron-modal__block {
      padding: 16px;
      border-radius: 8px;
      background-color: #F6F6F6;
      margin-bottom: 8px; }
      .jumbotron-modal__block:last-of-type {
        margin-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .jumbotron-modal__block {
      padding: 12px; } }
  .jumbotron-modal__block > p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px; }
  .jumbotron-modal__block > h2,
  .jumbotron-modal__block > h3,
  .jumbotron-modal__block > h4,
  .jumbotron-modal__block > h5 {
    margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .jumbotron-modal__block--bordered {
      border-bottom: 1px solid #F6F6F6;
      margin-bottom: 16px;
      padding-bottom: 16px; }
      .jumbotron-modal__block--bordered:last-of-type {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0; } }
  .jumbotron-modal__block--is-bordered {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-radius: 0; }
    @media only screen and (max-width: 1023px) {
      .jumbotron-modal__block--is-bordered {
        margin-left: 16px;
        margin-right: 16px;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0; } }
    .jumbotron-modal__block--is-bordered:last-of-type {
      border: none;
      margin-bottom: 0;
      padding-bottom: 0; }
  @media only screen and (max-width: 1023px) {
    .jumbotron-modal__block--xl--freak {
      padding-top: 0;
      padding-bottom: 32px; } }
  @media only screen and (min-width: 1024px) {
    .jumbotron-modal--row .jumbotron-modal__header {
      position: absolute;
      left: 0;
      top: 48px;
      width: 368px;
      z-index: 2;
      padding-left: 64px;
      padding-right: 64px; } }
  @media only screen and (min-width: 1024px) {
    .jumbotron-modal--row {
      padding-left: 432px; } }
  .jumbotron-modal--row:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 368px;
    background-color: #F6F6F6;
    border-radius: 16px 0 0 16px; }
    @media only screen and (max-width: 1023px) {
      .jumbotron-modal--row:before {
        display: none; } }
  @media only screen and (max-width: 1023px) {
    .jumbotron-modal--row--pink {
      padding: 88px 64px 48px; } }
  @media only screen and (max-width: 767px) {
    .jumbotron-modal--row--pink {
      padding: 60px 20px 20px; } }
  .jumbotron-modal--row--pink:before {
    background: -webkit-gradient(linear, left top, right top, from(#F78CA0), color-stop(19%, #F9748F), color-stop(60%, #FD868C));
    background: -o-linear-gradient(left, #F78CA0 0%, #F9748F 19%, #FD868C 60%);
    background: linear-gradient(90deg, #F78CA0 0%, #F9748F 19%, #FD868C 60%); }
    @media only screen and (max-width: 1023px) {
      .jumbotron-modal--row--pink:before {
        display: block;
        height: 241px;
        bottom: auto;
        right: 0;
        width: auto;
        border-radius: 0 0 8px 8px; } }
  @media only screen and (min-width: 1024px) {
    .jumbotron-modal__inner {
      min-height: 568px; } }
  @media only screen and (max-width: 1023px) {
    .jumbotron-modal__inner {
      position: relative;
      z-index: 1;
      height: -webkit-calc( 100vh - 88px - 48px);
      height: calc( 100vh - 88px - 48px); } }
  @media only screen and (max-width: 767px) {
    .jumbotron-modal__inner {
      height: -webkit-calc( 100vh - 60px - 20px);
      height: calc( 100vh - 60px - 20px); } }
  @media only screen and (max-width: 1023px) {
    .jumbotron-modal__inner--xl--auto {
      height: auto; } }
  @media only screen and (min-width: 1024px) {
    .jumbotron-modal__absolute {
      position: absolute;
      left: 0;
      bottom: 48px;
      width: 368px;
      z-index: 2;
      padding-left: 64px;
      padding-right: 64px; } }
  @media only screen and (max-width: 1023px) {
    .jumbotron-modal__absolute--xl--overflow {
      height: 100%;
      overflow: scroll;
      background-color: #F6F6F6;
      border-radius: 8px;
      scrollbar-color: #BDBDBD #EFEFEF;
      scrollbar-width: thin; }
      .jumbotron-modal__absolute--xl--overflow::-webkit-scrollbar {
        width: 8px;
        height: 0; }
      .jumbotron-modal__absolute--xl--overflow::-webkit-scrollbar-track {
        background-color: #EFEFEF;
        border-radius: 16px; }
      .jumbotron-modal__absolute--xl--overflow::-webkit-scrollbar-thumb {
        background-color: #BDBDBD;
        border-radius: 16px; } }
  @media only screen and (max-width: 1023px) {
    .jumbotron-modal__block--freak {
      height: 100%; } }
  @media only screen and (min-width: 1024px) {
    .jumbotron-modal__block--freak > * {
      color: #ffffff; } }
  .jumbotron-modal__block--freak p {
    line-height: 150%;
    font-weight: 300; }
    @media only screen and (max-width: 1023px) {
      .jumbotron-modal__block--freak p {
        line-height: normal;
        font-weight: 400; } }
  @media only screen and (min-width: 1024px) {
    .jumbotron-modal--row--50 {
      padding-left: 488px; }
      .jumbotron-modal--row--50:before {
        width: 50%; }
      .jumbotron-modal--row--50 .jumbotron-modal__header,
      .jumbotron-modal--row--50 .jumbotron-modal__absolute {
        width: 424px; } }
  .jumbotron-modal--row--nobefore:before {
    display: none; }
  @media only screen and (min-width: 1024px) {
    .jumbotron-modal__absolute--coach {
      top: 0;
      bottom: 0;
      left: 0;
      padding: 48px 64px;
      width: 368px; } }
  @media only screen and (min-width: 1024px) {
    .jumbotron-modal__coach {
      height: 100%; } }
  .jumbotron-modal__coach-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 16px 0 0 16px; }
  .jumbotron-modal__coach-inner {
    position: relative;
    z-index: 1;
    height: 100%; }
  .jumbotron-modal__coach-info {
    gap: 16px; }
    @media only screen and (min-width: 1024px) {
      .jumbotron-modal__coach-info {
        padding: 24px 20px;
        background-color: #ffffff;
        border-radius: 16px; } }
    @media only screen and (max-width: 1023px) {
      .jumbotron-modal__coach-info {
        gap: 8px; }
        .jumbotron-modal__coach-info .icon {
          width: 16px;
          height: 16px; } }
  .jumbotron-modal__block--overflow {
    border-radius: 8px;
    padding: 16px;
    background-color: #F6F6F6;
    overflow: auto;
    max-height: 100%;
    height: 100%;
    scrollbar-color: #BDBDBD #EFEFEF;
    scrollbar-width: thin; }
    .jumbotron-modal__block--overflow::-webkit-scrollbar {
      width: 8px;
      height: 0; }
    .jumbotron-modal__block--overflow::-webkit-scrollbar-track {
      background-color: #EFEFEF;
      border-radius: 16px; }
    .jumbotron-modal__block--overflow::-webkit-scrollbar-thumb {
      background-color: #BDBDBD;
      border-radius: 16px; }
    .jumbotron-modal__block--overflow ul {
      margin-bottom: 16px; }
      .jumbotron-modal__block--overflow ul li {
        padding-left: 24px;
        position: relative;
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 24px; }
        .jumbotron-modal__block--overflow ul li:last-of-type {
          margin-bottom: 0; }
        .jumbotron-modal__block--overflow ul li:before {
          content: '';
          position: absolute;
          left: 12px;
          top: 10px;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background-color: #03161B; }
    .jumbotron-modal__block--overflow ol {
      margin-top: 0;
      margin-bottom: 16px;
      padding-left: 24px; }
      .jumbotron-modal__block--overflow ol li {
        position: relative;
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 24px; }
        .jumbotron-modal__block--overflow ol li:last-of-type {
          margin-bottom: 0; }
  @media only screen and (max-width: 1023px) {
    .jumbotron-modal--fixed--xl--100 {
      min-height: unset;
      height: -webkit-fill-available; } }
  .jumbotron-modal--sm {
    height: 724px; }
    @media only screen and (max-width: 1023px) {
      .jumbotron-modal--sm {
        height: 100vh;
        border-radius: 0; } }
  .jumbotron-modal__block--content > * {
    margin-bottom: 16px !important; }
    .jumbotron-modal__block--content > *:last-child {
      margin-bottom: 0 !important; }
  .jumbotron-modal--transparent:before {
    display: none; }
  .jumbotron-modal__left-col {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    padding: 8px; }
    @media only screen and (max-width: 1023px) {
      .jumbotron-modal__left-col {
        position: static;
        width: 100%;
        padding: 0; } }
    .jumbotron-modal__left-col h5 {
      margin-top: 16px;
      margin-bottom: 16px; }
    .jumbotron-modal__left-col ul {
      margin-top: 0; }
      .jumbotron-modal__left-col ul li {
        margin-bottom: 8px; }
        .jumbotron-modal__left-col ul li:last-of-type {
          margin-bottom: 0; }
        .jumbotron-modal__left-col ul li:before {
          top: 10px; }
    .jumbotron-modal__left-col .jumbotron-modal__coach-info {
      margin-top: 24px;
      margin-bottom: 24px; }
      .jumbotron-modal__left-col .jumbotron-modal__coach-info p {
        font-size: 18px !important;
        line-height: 22px !important; }
    .jumbotron-modal__left-col ul:not([class]) li, .jumbotron-modal__left-col p {
      font-size: 16px;
      line-height: 24px; }
  .jumbotron-modal__left-col--overflow {
    max-height: 100%;
    overflow: auto;
    scrollbar-color: #B2B2B2 #D9D9D9;
    scrollbar-width: thin;
    padding: 48px 64px; }
    @media only screen and (max-width: 1023px) {
      .jumbotron-modal__left-col--overflow {
        padding: 0;
        margin-bottom: 24px; } }
    .jumbotron-modal__left-col--overflow > *:last-child {
      margin-bottom: 0 !important; }
    .jumbotron-modal__left-col--overflow::-webkit-scrollbar {
      width: 8px; }
    .jumbotron-modal__left-col--overflow::-webkit-scrollbar-track {
      background-color: #D9D9D9;
      border-radius: 16px; }
    .jumbotron-modal__left-col--overflow::-webkit-scrollbar-thumb {
      border-radius: 16px;
      background-color: #B2B2B2; }
  @media only screen and (max-width: 1023px) {
    .jumbotron-modal__bottom-sticky {
      position: -webkit-sticky;
      position: sticky;
      bottom: 0;
      z-index: 2; } }

.jumbotron-action {
  position: relative;
  width: 848px;
  height: 664px;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden; }
  @media only screen and (max-width: 1023px) {
    .jumbotron-action {
      height: 100vh;
      width: 100%;
      border-radius: 0;
      overflow: visible; } }
  .jumbotron-action__row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 1023px) {
      .jumbotron-action__row {
        display: block;
        overflow: auto;
        padding: 88px 64px 110px; } }
    @media only screen and (max-width: 767px) {
      .jumbotron-action__row {
        padding: 60px 20px 84px; } }
  .jumbotron-action--pink:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#F78CA0), color-stop(19%, #F9748F), color-stop(60%, #FD868C));
    background: -o-linear-gradient(left, #F78CA0 0%, #F9748F 19%, #FD868C 60%);
    background: linear-gradient(90deg, #F78CA0 0%, #F9748F 19%, #FD868C 60%); }
    @media only screen and (max-width: 1023px) {
      .jumbotron-action--pink:before {
        width: 100%;
        height: 240px;
        border-radius: 0 0 8px 8px; } }
    @media only screen and (max-width: 767px) {
      .jumbotron-action--pink:before {
        height: 200px; } }
  .jumbotron-action__col--1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 48px 64px; }
    @media only screen and (max-width: 1023px) {
      .jumbotron-action__col--1 {
        margin-bottom: 8px; } }
    .jumbotron-action__col--1 p {
      font-size: 18px;
      font-style: normal;
      font-weight: 300;
      line-height: 150%; }
  .jumbotron-action__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 16px 0 0 16px; }
  .jumbotron-action__col--2 {
    padding: 48px 64px 48px; }
  .jumbotron-action__col {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    scrollbar-color: rgba(0, 0, 0, 0.2) #D9D9D9;
    scrollbar-width: thin; }
    @media only screen and (max-width: 1023px) {
      .jumbotron-action__col {
        height: auto;
        overflow: visible;
        padding: 0;
        max-height: unset; } }
    .jumbotron-action__col::-webkit-scrollbar {
      width: 8px; }
    .jumbotron-action__col::-webkit-scrollbar-track {
      background-color: #D9D9D9; }
    .jumbotron-action__col::-webkit-scrollbar-thumb {
      border-radius: 16px;
      background: rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 1023px) {
    .jumbotron-action__col--xl--100 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
  .jumbotron-action__col--with-button {
    padding-bottom: 135px; }
    @media only screen and (max-width: 1023px) {
      .jumbotron-action__col--with-button {
        padding-bottom: 0; } }
  .jumbotron-action__col-fixed {
    position: absolute;
    bottom: 0;
    right: 64px;
    width: -webkit-calc(50% - 128px);
    width: calc(50% - 128px);
    padding-bottom: 48px;
    padding-top: 30px;
    background-color: #fff;
    z-index: 2; }
    @media only screen and (max-width: 1023px) {
      .jumbotron-action__col-fixed {
        position: fixed;
        width: auto;
        right: 64px;
        left: 64px;
        padding-top: 8px; } }
    @media only screen and (max-width: 767px) {
      .jumbotron-action__col-fixed {
        padding-bottom: 20px;
        left: 20px;
        right: 20px; } }
  @media only screen and (max-width: 1023px) {
    .jumbotron-action__col-inner {
      background-color: #F6F6F6;
      padding: 16px;
      border-radius: 8px;
      color: #03161B; }
      .jumbotron-action__col-inner p {
        color: #03161B; } }
  .jumbotron-action__block {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
    .jumbotron-action__block:last-of-type {
      padding-bottom: 0;
      border-bottom: none; }
  .jumbotron-action__block--md {
    padding-bottom: 32px; }
  .jumbotron-action__col--1 .jumbotron-action__col-inner {
    margin-top: auto; }
  .jumbotron-action__logo-wrap {
    height: 100%;
    background-color: #F2F2F2; }
  @media only screen and (max-width: 767px) {
    .jumbotron-action--modern .jumbotron-action__row {
      padding-bottom: 20px; } }
  .jumbotron-action--modern .jumbotron-action__col--2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 432px; }
    @media only screen and (max-width: 1023px) {
      .jumbotron-action--modern .jumbotron-action__col--2 {
        padding-left: 344px;
        min-height: 420px; } }
    @media only screen and (max-width: 767px) {
      .jumbotron-action--modern .jumbotron-action__col--2 {
        padding-left: 0;
        width: 100%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto; } }
    @media only screen and (max-width: 479px) {
      .jumbotron-action--modern .jumbotron-action__col--2 {
        max-width: 100%; } }
  .jumbotron-action__person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 368px;
    padding: 48px 64px; }
    @media only screen and (max-width: 1023px) {
      .jumbotron-action__person {
        width: 100%;
        max-width: 300px;
        padding: 4px; } }
    @media only screen and (max-width: 767px) {
      .jumbotron-action__person {
        position: relative;
        left: auto;
        bottom: auto;
        top: auto;
        padding: 0;
        margin-bottom: 16px;
        max-width: 320px; } }
    @media only screen and (max-width: 479px) {
      .jumbotron-action__person {
        max-width: 100%; } }
  .jumbotron-action__person-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media only screen and (max-width: 1023px) {
      .jumbotron-action__person-img {
        border-radius: 8px; } }
    @media only screen and (max-width: 767px) {
      .jumbotron-action__person-img {
        position: static;
        height: 416px; } }
    @media only screen and (max-width: 576px) {
      .jumbotron-action__person-img {
        aspect-ratio: 7/10;
        height: auto; } }
  .jumbotron-action__person-inner {
    position: relative;
    z-index: 2;
    margin-top: auto; }
    @media only screen and (max-width: 767px) {
      .jumbotron-action__person-inner {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 4px; } }
  @media only screen and (max-width: 767px) {
    .jumbotron-action__person-info {
      background-color: #fff;
      padding: 16px;
      border-radius: 8px; } }
  @media only screen and (max-width: 1023px) {
    .jumbotron-action__person-inner--xl--static {
      position: static;
      padding: 0; } }
  @media only screen and (max-width: 767px) {
    .jumbotron-action--info .jumbotron-modal__block--content {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 1023px) {
    .jumbotron-action--info .jumbotron-action__row {
      padding-bottom: 48px; } }
  @media only screen and (max-width: 767px) {
    .jumbotron-action--info .jumbotron-action__row {
      padding-bottom: 20px; } }
  @media only screen and (max-width: 1023px) {
    .jumbotron-action--info .jumbotron-action__person {
      position: relative;
      width: 100%;
      left: auto;
      bottom: auto;
      right: auto;
      padding: 0;
      max-width: 100%; } }
  @media only screen and (max-width: 1023px) {
    .jumbotron-action--info .jumbotron-action__col--2 {
      padding-left: 0;
      height: -webkit-calc(100vh - 88px - 48px);
      height: calc(100vh - 88px - 48px); } }
  @media only screen and (max-width: 767px) {
    .jumbotron-action--info .jumbotron-action__col--2 {
      max-width: 100%;
      height: -webkit-calc(100vh - 60px - 20px);
      height: calc(100vh - 60px - 20px); } }
  .jumbotron-action__person-slug {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-top: -56px;
    width: 169px; }
    @media only screen and (max-width: 1023px) {
      .jumbotron-action__person-slug {
        margin-top: -25px; } }
    @media only screen and (max-width: 767px) {
      .jumbotron-action__person-slug {
        margin-top: 0;
        top: 75px;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0); } }
  .jumbotron-action__person-img--slug {
    background-color: #F2F2F2; }
    @media only screen and (max-width: 1023px) {
      .jumbotron-action__person-img--slug {
        border-radius: 8px; } }

.jumbotron-actions__item {
  display: none; }
  .jumbotron-actions__item.is-active {
    display: block;
    -webkit-animation: tabAnim linear 0.2s forwards;
            animation: tabAnim linear 0.2s forwards; }

.jumbotron-seo {
  background-color: #ffffff;
  padding: 64px 80px;
  border-radius: 16px; }
  @media only screen and (max-width: 1023px) {
    .jumbotron-seo {
      border-radius: 0; } }
  @media only screen and (max-width: 767px) {
    .jumbotron-seo {
      padding: 64px 20px; } }
  .jumbotron-seo h1,
  .jumbotron-seo h2 {
    margin-bottom: 24px; }
  @media only screen and (max-width: 1023px) {
    .jumbotron-seo h2 {
      font-size: 36px; } }
  @media only screen and (max-width: 767px) {
    .jumbotron-seo h2 {
      font-size: 24px; } }
  .jumbotron-seo h3 {
    padding-top: 32px;
    margin-bottom: 8px; }
    @media only screen and (max-width: 1023px) {
      .jumbotron-seo h3 {
        font-size: 28px; } }
    @media only screen and (max-width: 767px) {
      .jumbotron-seo h3 {
        font-size: 20px;
        padding-top: 24px; } }
  .jumbotron-seo h4 {
    padding-top: 20px;
    margin-bottom: 12px; }
    @media only screen and (max-width: 1023px) {
      .jumbotron-seo h4 {
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .jumbotron-seo h4 {
        font-size: 16px; } }
  .jumbotron-seo p {
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 0; }
    @media only screen and (max-width: 1023px) {
      .jumbotron-seo p {
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .jumbotron-seo p {
        font-size: 16px;
        padding-top: 8px;
        padding-bottom: 8px; } }

.slider__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px; }

.slider__slide {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important; }

.slider__arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px; }
  .slider__arrow.swiper-button-disabled .slider__arrow-icon {
    fill: #BDBDBD !important; }

.slider__arrow--prev .slider__arrow-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.slider__progress {
  position: static;
  background-color: rgba(18, 189, 168, 0.1);
  border-radius: 30px;
  height: 8px !important;
  overflow: hidden; }
  .slider__progress .swiper-pagination-progressbar-fill {
    background-color: #12BDA8;
    border-radius: 30px;
    height: 8px; }

.slider__header {
  gap: 35px; }

@media only screen and (max-width: 1023px) {
  .slider-clubs {
    background-color: #03161B;
    padding: 32px;
    border-radius: 16px;
    overflow: hidden; } }

@media only screen and (max-width: 767px) {
  .slider-clubs {
    padding: 20px; } }

@media only screen and (max-width: 1023px) {
  .slider-clubs .slider__init {
    overflow: visible; } }

@media only screen and (min-width: 1024px) {
  .slider-clubs .slider__slide {
    display: none; }
    .slider-clubs .slider__slide.is-active {
      display: block;
      -webkit-animation: fadeIn linear 0.3s forwards;
              animation: fadeIn linear 0.3s forwards; } }

@media only screen and (max-width: 1023px) {
  .slider-basic {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 32px; } }

@media only screen and (max-width: 767px) {
  .slider-basic {
    padding: 20px;
    overflow: hidden; } }

@media only screen and (max-width: 767px) {
  .slider-basic .slider__init,
  .slider-cards .slider__init {
    overflow: visible; } }

@media only screen and (max-width: 1023px) {
  .slider-studios .slider__init {
    overflow: visible; } }

@media only screen and (min-width: 1024px) {
  .slider-studios:not(.slider-studios--row) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px; } }

@media only screen and (max-width: 1023px) {
  .slider-studios .slider__slide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 228px;
        -ms-flex: 0 0 228px;
            flex: 0 0 228px; } }

@media only screen and (max-width: 767px) {
  .slider-studios .slider__slide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 196px;
        -ms-flex: 0 0 196px;
            flex: 0 0 196px; } }

@media only screen and (max-width: 1023px) {
  .slider-schedule .slider__slide {
    margin-bottom: 12px; }
    .slider-schedule .slider__slide:last-of-type {
      margin-bottom: 0; } }

@media only screen and (min-width: 1024px) {
  .slider-subscription .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px; } }

@media only screen and (min-width: 1200px) {
  .slider-subscription .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr); } }

.slider-article {
  position: relative; }
  .slider-article .slider-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2; }
  .slider-article .slider-btn--prev {
    left: -20px; }
  .slider-article .slider-btn--next {
    right: -20px; }
  .slider-article:not(.slider-initialized) .swiper-wrapper {
    gap: 16px; }
  .slider-article:not(.slider-initialized) .slider-btn,
  .slider-article:not(.slider-initialized) .slider__nav {
    display: none !important; }
  .slider-article:not(.slider-initialized) .slider__slide {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0px;
            flex: 1 0 0; }
  .slider-article.is-square .slider__slide img {
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center; }

@media only screen and (max-width: 1023px) {
  .slider-clubs--modern .slider__slide {
    margin-bottom: 16px; } }

.slider-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #12BDA8;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer; }
  .slider-btn:hover {
    background-color: #009580; }
  .slider-btn--prev .slider-btn__icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .slider-btn.swiper-button-disabled {
    background-color: #E0E0E0 !important; }
    .slider-btn.swiper-button-disabled .slider-btn__icon {
      fill: #BDBDBD !important; }

.menu {
  position: fixed;
  z-index: 100;
  top: 0;
  height: 100%;
  right: -100%;
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
  width: 100%;
  max-width: 480px;
  -webkit-overflow-scrolling: touch;
  overflow: auto; }
  @media only screen and (max-width: 1023px) {
    .menu {
      background-color: #ffffff; } }
  .menu__inner {
    position: relative;
    background-color: #ffffff;
    padding: 64px 32px;
    z-index: 2;
    height: 100%;
    overflow: auto; }
    @media only screen and (max-width: 1023px) {
      .menu__inner {
        height: auto; } }
    @media only screen and (max-width: 767px) {
      .menu__inner {
        padding-bottom: 24px; } }
    @media only screen and (max-width: 479px) {
      .menu__inner {
        padding-left: 16px;
        padding-right: 16px; } }
  .menu__close {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 20px;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .menu__close {
        top: 24px; } }
    @media only screen and (max-width: 479px) {
      .menu__close {
        top: 20px;
        right: 16px; } }
  .menu.is-active {
    right: 0; }
  .menu__phone {
    color: #12BDA8;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-decoration: none; }
    .menu__phone:hover {
      color: #009580; }

.menu-back {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(3, 22, 27, 0.6);
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in; }
  .menu-back.is-active {
    opacity: 1;
    display: block; }

.seo-block__desc p {
  font-size: 18px;
  line-height: 150%;
  font-weight: 300; }

.seo-block__desc > p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical; }

.seo-block.is-active .seo-block__desc > p {
  overflow: unset;
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  -webkit-box-orient: unset; }

.seo-block__toggler .link__text:nth-child(2) {
  display: none; }

.seo-block__toggler .link__icon {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.seo-block.is-active .seo-block__toggler .link__text:nth-child(1) {
  display: none; }

.seo-block.is-active .seo-block__toggler .link__text:nth-child(2) {
  display: block; }

.seo-block.is-active .seo-block__toggler .link__icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.info-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px; }
  @media only screen and (max-width: 1023px) {
    .info-list__item {
      gap: 12px; } }
  .info-list__item:last-of-type {
    margin-bottom: 0; }

.info-list__right p {
  margin-bottom: 0; }
  @media only screen and (min-width: 1024px) {
    .info-list__right p {
      color: #ffffff; } }

.info-list__right p, .info-list__right a {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
  @media only screen and (max-width: 1023px) {
    .info-list__right p, .info-list__right a {
      color: #03161B;
      font-size: 18px; } }

.info-list__icon {
  width: 31px;
  height: 31px; }
  @media only screen and (max-width: 1023px) {
    .info-list__icon {
      width: 23px;
      height: 23px;
      fill: #03161B; } }

.info-list__hall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.info-list__hall-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .info-list__hall-item:before {
    content: 'âº';
    color: #828282;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 4px;
    margin-right: 4px; }
  .info-list__hall-item:first-of-type:before {
    display: none; }

.tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px; }

.tag {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
  border-radius: 999px;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .tag__text {
    font-size: 18px;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .tag--green {
    border: 1px solid #009580;
    background-color: rgba(18, 189, 168, 0.08); }
    .tag--green:hover {
      background-color: #009580; }
  .tag--green .tag__text {
    color: #009580; }
  .tag--green:hover .tag__text {
    color: #ffffff; }
  .tag--icon-left {
    padding-left: 12px; }
  .tag--dark {
    background-color: #03161B; }
  .tag--dark .tag__text {
    color: #ffffff; }
  .tag--sm {
    height: 31px;
    padding-left: 12px;
    padding-right: 12px; }
  .tag--sm .tag__text {
    font-size: 12px; }
  .tag--bdrs--8 {
    border-radius: 8px; }

.action-card {
  display: block;
  position: relative;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  border-radius: 24px;
  overflow: hidden; }
  @media only screen and (max-width: 1023px) {
    .action-card {
      border-radius: 16px; } }
  @media (hover: hover) {
    .action-card:hover {
      border-color: #12BDA8; } }
  .action-card__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  @media (hover: hover) {
    .action-card:hover .action-card__bg {
      opacity: 0; } }
  @media (hover: hover) {
    .action-card:hover .action-card__title,
    .action-card:hover .action-card__desc p {
      color: #03161B; } }
  .action-card__inner {
    position: relative;
    min-height: 320px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 2; }
    @media only screen and (max-width: 1023px) {
      .action-card__inner {
        min-height: 264px; } }
  .action-card__images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px; }
    @media only screen and (max-width: 1023px) {
      .action-card__images {
        margin-top: -20px; } }
  .action-card__images-item {
    width: 64px;
    height: 64px;
    display: block; }
    @media only screen and (max-width: 1023px) {
      .action-card__images-item {
        width: 44px;
        height: 44px; } }
  .action-card__hidden {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 20px; }
    .action-card__hidden .link {
      opacity: 0.5; }
  .action-card__title,
  .action-card__desc p {
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .action-card--pink .action-card__bg {
    background: -webkit-gradient(linear, left top, right top, from(#F78CA0), color-stop(19%, #F9748F), color-stop(60%, #FD868C));
    background: -o-linear-gradient(left, #F78CA0 0%, #F9748F 19%, #FD868C 60%);
    background: linear-gradient(90deg, #F78CA0 0%, #F9748F 19%, #FD868C 60%); }
  .action-card--purple .action-card__bg {
    background: -webkit-gradient(linear, left top, right top, from(#667EEA), to(#764BA2));
    background: -o-linear-gradient(left, #667EEA 0%, #764BA2 100%);
    background: linear-gradient(90deg, #667EEA 0%, #764BA2 100%); }

.badge-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .badge-group__item {
    overflow: hidden; }
    .badge-group__item:not(:last-of-type) {
      border-right: none !important; }
    .badge-group__item:first-of-type {
      border-radius: 8px 0 0 8px; }
    .badge-group__item:last-of-type {
      border-radius: 0 8px 8px 0; }

.badge {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #12BDA8; }
  .badge__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0; }
  .badge__text {
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-size: 18px;
    font-weight: 400; }
  .badge__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
  .badge__input:checked + .badge__inner {
    background-color: #12BDA8; }
  .badge__input:checked + .badge__inner .badge__text {
    color: #ffffff; }
  .badge--green .badge__text {
    color: #12BDA8; }
  .badge--green:hover .badge__inner {
    background-color: #009580; }
  .badge--green:hover .badge__text {
    color: #ffffff; }
  .badge__icon {
    display: none; }

.studio-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border-radius: 16px;
  background-color: #F6F6F6;
  border: 2px solid #F6F6F6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 193px;
  height: 100%;
  padding: 40px 20px 15px; }
  .studio-card:hover {
    border-color: #12BDA8; }
  .studio-card:hover .studio-card__title {
    color: #12BDA8; }
  .studio-card__title {
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #03161B;
    text-align: center; }
  .studio-card__img {
    width: 64px;
    height: 64px; }

.schedule-card {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #03161B;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 16px;
  height: 100%;
  min-height: 215px;
  padding: 20px; }
  .schedule-card:hover {
    border-color: #12BDA8; }
  @media only screen and (max-width: 1023px) {
    .schedule-card__title {
      font-size: 20px; } }
  .schedule-card .info-list__item {
    gap: 8px;
    margin-bottom: 12px; }
    .schedule-card .info-list__item:last-of-type {
      margin-bottom: 0; }
  .schedule-card--gray {
    background-color: #F6F6F6; }
    @media only screen and (max-width: 1023px) {
      .schedule-card--gray {
        background-color: #ffffff; } }

.label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  border-radius: 8px; }
  .label--red {
    background-color: #FF0000; }
  .label--sm {
    padding-left: 4px;
    padding-right: 4px;
    height: 16px; }
  .label--sm .label__text {
    font-size: 12px; }

.price-block__price {
  font-family: 'Unbounded';
  font-size: 32px;
  font-style: normal;
  line-height: normal; }

.price-block__bottom {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(3, 22, 27, 0.08); }

.price-block__bottom-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 1023px) {
    .price-block__bottom-row {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.price-block__bottom-text {
  margin-right: 16px; }

.price-block__bottom-img {
  width: auto; }
  @media only screen and (max-width: 1023px) {
    .price-block__bottom-img {
      width: 68px; } }

@media only screen and (max-width: 1023px) {
  .price-block--modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

@media only screen and (max-width: 767px) {
  .price-block--modal {
    display: block; } }

@media only screen and (max-width: 1023px) {
  .price-block--modal .price-block__price-row {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; } }

@media only screen and (max-width: 1023px) {
  .price-block--modal .price-block__bottom {
    width: 100%; } }

@media only screen and (max-width: 1023px) {
  .price-block__bottom--xl--modern .price-block__bottom-row {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 1px solid rgba(3, 22, 27, 0.08);
    padding-bottom: 6px; } }

@media only screen and (max-width: 1023px) {
  .price-block--xl--row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

@media only screen and (max-width: 1023px) {
  .price-block--xl--row .price-block__old {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    margin-left: 20px; } }

.season-ticket {
  position: relative;
  cursor: pointer; }
  .season-ticket__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(#ECC38F), to(#EACDA3));
    background: -o-linear-gradient(left, #ECC38F 0%, #EACDA3 100%);
    background: linear-gradient(90deg, #ECC38F 0%, #EACDA3 100%);
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 16px; }
  .season-ticket__inner {
    position: relative;
    z-index: 2;
    min-height: 208px;
    border-radius: 16px;
    padding: 24px;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media only screen and (max-width: 1023px) {
      .season-ticket__inner {
        border: 4px solid #03161B; } }
  .season-ticket__icon {
    opacity: 0.3; }
  .season-ticket--bordered .season-ticket__inner {
    border: 4px solid #03161B; }
  .season-ticket:hover .season-ticket__bg {
    opacity: 0; }
  .season-ticket:hover .season-ticket__inner {
    border-color: #12BDA8;
    background-color: #ffffff; }
  .season-ticket:hover .season-ticket__icon {
    fill: #12BDA8; }

.personal-block {
  gap: 80px; }
  @media only screen and (max-width: 1360px) {
    .personal-block {
      gap: 40px; } }
  @media only screen and (max-width: 1023px) {
    .personal-block {
      gap: unset; } }
  .personal-block__img {
    border-radius: 24px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 376px; }
    @media only screen and (max-width: 1023px) {
      .personal-block__img {
        height: 224px;
        border-radius: 16px 16px 0 0; } }
  .personal-block__col--1 {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto; }
    @media only screen and (max-width: 1023px) {
      .personal-block__col--1 {
        background-color: #ffffff;
        padding: 32px;
        border-radius: 0 0 16px 16px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .personal-block__col--1 {
        padding: 20px; } }
  .personal-block__col--2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
    @media only screen and (max-width: 1023px) {
      .personal-block__col--2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100%; } }
  @media only screen and (max-width: 1023px) {
    .personal-block__button {
      width: 100%;
      padding: 0; } }

.history-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-radius: 24px;
  background-color: #03161B;
  overflow: hidden; }
  @media only screen and (max-width: 1023px) {
    .history-card {
      border-radius: 16px; } }
  .history-card__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333%;
        -ms-flex: 0 0 58.3333%;
            flex: 0 0 58.3333%; }
    @media only screen and (max-width: 1365px) {
      .history-card__left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 624px;
            -ms-flex: 0 0 624px;
                flex: 0 0 624px; } }
    @media only screen and (max-width: 1199px) {
      .history-card__left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
    @media only screen and (max-width: 1023px) {
      .history-card__left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
  .history-card__img {
    height: 100%;
    min-height: 376px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    max-width: 100%; }
    @media only screen and (max-width: 1023px) {
      .history-card__img {
        height: 196px;
        min-height: unset; } }
  .history-card__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    padding: 56px 64px; }
    @media only screen and (max-width: 1023px) {
      .history-card__right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        padding: 24px;
        min-height: 168px; } }
  .history-card__bottom {
    margin-top: auto; }
    @media only screen and (max-width: 1023px) {
      .history-card__bottom {
        margin-top: 0; } }
  .history-card__desc p {
    font-size: 24px;
    line-height: normal; }
    @media only screen and (max-width: 1023px) {
      .history-card__desc p {
        font-size: 18px; } }

.label-dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 8px;
  overflow: auto;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin; }
  .label-dates::-webkit-scrollbar {
    height: 0; }
  .label-dates::-webkit-scrollbar-track {
    background-color: transparent; }
  .label-dates::-webkit-scrollbar-thumb {
    background-color: transparent; }
  @media only screen and (max-width: 767px) {
    .label-dates {
      margin-left: -32px;
      margin-right: -32px; } }
  @media only screen and (max-width: 767px) {
    .label-dates .label-date:first-of-type {
      margin-left: 32px; } }
  @media only screen and (max-width: 767px) {
    .label-dates .label-date:last-of-type {
      margin-right: 32px; } }
  .label-dates--lg {
    grid-template-columns: repeat(3, 1fr); }
    @media only screen and (max-width: 1023px) {
      .label-dates--lg {
        grid-template-columns: repeat(2, 1fr); } }
    @media only screen and (max-width: 767px) {
      .label-dates--lg {
        margin-left: 0;
        margin-right: 0; } }
  @media only screen and (max-width: 767px) and (max-width: 767px) {
    .label-dates--lg .label-date {
      width: 100%; } }
  @media only screen and (max-width: 767px) and (max-width: 767px) {
    .label-dates--lg .label-date:first-of-type {
      margin-left: 0; } }
  @media only screen and (max-width: 767px) and (max-width: 767px) {
    .label-dates--lg .label-date:last-of-type {
      margin-right: 0; } }

.label-date {
  position: relative;
  display: block;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .label-date {
      width: 84px; } }
  .label-date__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0; }
  .label-date__input:checked + .label-date__inner, .label-date__inner:hover {
    border-color: #12BDA8; }
  .label-date__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 47px;
    background-color: #F6F6F6;
    border-radius: 8px;
    border: 2px solid #F6F6F6;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media only screen and (max-width: 1023px) {
      .label-date__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto;
        padding: 11px; } }
  .label-date__text {
    font-size: 18px;
    line-height: 22px; }
    @media only screen and (max-width: 1023px) {
      .label-date__text span {
        width: 100%;
        display: block;
        text-align: center; } }

.label-select {
  display: block;
  position: relative; }
  .label-select__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0; }
  .label-select__input:checked + .label-select__inner, .label-select__inner:hover {
    border-color: #12BDA8 !important; }
    @media only screen and (max-width: 767px) {
      .label-select__input:checked + .label-select__inner, .label-select__inner:hover {
        border-color: #ffffff !important; } }
  .label-select__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 32px;
    background-color: #F6F6F6;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid #F6F6F6;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 100%; }
    @media only screen and (max-width: 1023px) {
      .label-select__inner {
        background: #ffffff;
        border-color: #ffffff;
        padding: 16px; } }
    @media only screen and (max-width: 767px) {
      .label-select__inner {
        padding: 12px 16px; } }
  .label-select__title {
    margin-bottom: 2px; }
    @media only screen and (max-width: 1023px) {
      .label-select__title {
        font-size: 18px; } }
  .label-select__icon {
    display: none;
    margin-left: auto;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  @media only screen and (max-width: 767px) {
    .label-select__input:checked + .label-select__inner .label-select__icon {
      display: block;
      margin-right: -8px; } }
  .label-select__desc {
    display: block;
    color: rgba(3, 22, 27, 0.6); }

.label-selects {
  position: relative;
  z-index: 3; }
  .label-selects__dropdown {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px; }
    @media only screen and (max-width: 767px) {
      .label-selects__dropdown {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        margin-top: 4px;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 83, 63, 0.16), 0px 16px 48px 0px rgba(0, 66, 58, 0.24);
                box-shadow: 0px 0px 1px 0px rgba(0, 83, 63, 0.16), 0px 16px 48px 0px rgba(0, 66, 58, 0.24);
        border: 1px solid var(--gray-6, #F2F2F2);
        border-radius: 8px;
        padding-top: 8px;
        padding-bottom: 8px; } }
  @media only screen and (max-width: 767px) {
    .label-selects.is-active .label-selects__dropdown {
      display: block; } }
  .label-selects.is-active .block-link--label .block-link__icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.effect-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .effect-block__col--1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%; }
  .effect-block__img {
    width: 100%;
    max-width: 100%;
    height: 400px;
    border-radius: 24px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media only screen and (max-width: 1023px) {
      .effect-block__img {
        height: 240px; } }
    @media only screen and (max-width: 767px) {
      .effect-block__img {
        height: 169px; } }
  .effect-block__col--2 {
    padding-top: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-left: 15px; }
    @media only screen and (max-width: 1199px) {
      .effect-block__col--2 {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
            -ms-flex: 1 0 0px;
                flex: 1 0 0;
        padding-left: 48px;
        padding-top: 15px; } }
  @media only screen and (max-width: 1023px) {
    .effect-block__col {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 0; } }
  .effect-block .seo-block h1, .effect-block .seo-block h2, .effect-block .seo-block h3, .effect-block .seo-block h4 {
    margin-bottom: 32px; }
    @media only screen and (max-width: 1023px) {
      .effect-block .seo-block h1, .effect-block .seo-block h2, .effect-block .seo-block h3, .effect-block .seo-block h4 {
        margin-bottom: 16px;
        color: #03161B; } }
  .effect-block .seo-block__desc p {
    margin-bottom: 24px;
    line-clamp: unset;
    overflow: visible;
    display: block; }
    @media only screen and (max-width: 1023px) {
      .effect-block .seo-block__desc p {
        color: #03161B; } }
    .effect-block .seo-block__desc p:last-of-type {
      margin-bottom: 0; }
  @media only screen and (max-width: 1023px) {
    .effect-block .seo-block__title {
      color: #03161B; } }

.coach-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer; }
  .coach-card__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    pointer-events: none; }
  .coach-card__inner {
    padding: 20px;
    position: relative;
    height: 480px;
    z-index: 2; }
    @media only screen and (max-width: 1023px) {
      .coach-card__inner {
        height: 320px;
        padding: 12px; } }
    @media only screen and (max-width: 479px) {
      .coach-card__inner {
        height: 240px; } }
  .coach-card__button {
    pointer-events: none;
    background-color: #ffffff;
    color: #03161B;
    font-size: 18px;
    padding: 8px 10px;
    border-radius: 16px;
    height: auto;
    min-height: 63px; }
    @media only screen and (max-width: 1023px) {
      .coach-card__button {
        font-size: 16px;
        min-height: 44px;
        border-radius: 12px; } }
    @media only screen and (max-width: 479px) {
      .coach-card__button {
        padding-left: 15px;
        padding-right: 15px; } }
  .coach-card:hover .coach-card__button {
    color: #12BDA8; }
  .coach-card:hover .coach-card__image {
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15); }

.badge-select {
  position: relative;
  z-index: 3; }
  .badge-select__option {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 20px;
    padding-right: 50px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    height: 64px;
    background-color: #ffffff;
    cursor: pointer; }
  .badge-select__option-icon {
    position: absolute;
    right: 16px;
    top: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  @media only screen and (max-width: 1023px) {
    .badge-select__dropdown {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      margin-top: 4px;
      z-index: 2;
      border-radius: 8px;
      background-color: #ffffff;
      -webkit-box-shadow: 0px 0px 1px 0px rgba(68, 67, 162, 0.06), 0px 4px 56px 0px rgba(67, 105, 162, 0.12);
              box-shadow: 0px 0px 1px 0px rgba(68, 67, 162, 0.06), 0px 4px 56px 0px rgba(67, 105, 162, 0.12);
      padding-top: 4px;
      padding-bottom: 4px; } }
  @media only screen and (max-width: 1023px) {
    .badge-select.is-active .badge-select__dropdown {
      display: block; } }
  .badge-select.is-active .badge-select__option-icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  @media only screen and (max-width: 1023px) {
    .badge-select__list {
      display: block; }
      .badge-select__list .badge-group__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        border: none !important;
        color: #03161B; }
      .badge-select__list .badge__inner {
        width: 100%;
        padding: 12px 20px; }
      .badge-select__list .badge__text {
        color: #03161B !important; }
      .badge-select__list .badge__input:checked + .badge__inner {
        background-color: #ffffff; }
      .badge-select__list .badge__input:checked + .badge__inner .badge__icon {
        display: block; }
      .badge-select__list .badge__icon {
        margin-left: auto;
        margin-right: -6px; } }

@media only screen and (max-width: 1199px) {
  .breadcrumbs {
    width: -webkit-calc(100% + 128px);
    width: calc(100% + 128px);
    margin-left: -64px; } }

@media only screen and (max-width: 767px) {
  .breadcrumbs {
    width: -webkit-calc(100% + 64px);
    width: calc(100% + 64px);
    margin-left: -32px; } }

@media only screen and (max-width: 479px) {
  .breadcrumbs {
    width: -webkit-calc(100% + 32px);
    width: calc(100% + 32px);
    margin-left: -16px; } }

.breadcrumbs__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 4px; }
  @media only screen and (max-width: 1199px) {
    .breadcrumbs__list {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      overflow: auto;
      height: 30px;
      scrollbar-color: transparent transparent;
      scrollbar-width: thin; }
      .breadcrumbs__list::-webkit-scrollbar {
        height: 0; }
      .breadcrumbs__list::-webkit-scrollbar-track {
        background-color: transparent; }
      .breadcrumbs__list::-webkit-scrollbar-thumb {
        background-color: transparent; } }

.breadcrumbs__item {
  position: relative; }
  @media only screen and (max-width: 1199px) {
    .breadcrumbs__item:first-of-type {
      margin-left: 64px; } }
  @media only screen and (max-width: 767px) {
    .breadcrumbs__item:first-of-type {
      margin-left: 32px; } }
  @media only screen and (max-width: 479px) {
    .breadcrumbs__item:first-of-type {
      margin-left: 16px; } }
  @media only screen and (max-width: 1199px) {
    .breadcrumbs__item:last-of-type {
      margin-right: 64px; } }
  @media only screen and (max-width: 767px) {
    .breadcrumbs__item:last-of-type {
      margin-right: 32px; } }
  @media only screen and (max-width: 479px) {
    .breadcrumbs__item:last-of-type {
      margin-right: 32px; } }
  .breadcrumbs__item:before {
    content: 'âº';
    position: absolute;
    top: 1px;
    left: 100%;
    margin-left: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #03161B; }

.breadcrumbs__link {
  font-size: 16px;
  font-weight: 400;
  color: #03161B;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  white-space: nowrap; }

a.breadcrumbs__link:hover {
  color: #12BDA8; }

.contact-cards .contact-card {
  margin-bottom: 24px; }
  @media only screen and (max-width: 1023px) {
    .contact-cards .contact-card {
      margin-bottom: 32px; } }
  @media only screen and (max-width: 767px) {
    .contact-cards .contact-card {
      margin-bottom: 16px; } }
  .contact-cards .contact-card:last-of-type {
    margin-bottom: 0; }

.contact-card {
  border-radius: 24px;
  overflow: hidden;
  background-color: #ffffff; }
  @media only screen and (max-width: 1023px) {
    .contact-card {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      border-radius: 8px; } }
  .contact-card__col--1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 602px;
        -ms-flex: 0 0 602px;
            flex: 0 0 602px;
    padding: 56px; }
    @media only screen and (max-width: 1199px) {
      .contact-card__col--1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 555px;
            -ms-flex: 0 0 555px;
                flex: 0 0 555px; } }
  .contact-card__col--2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    padding: 8px; }
    @media only screen and (max-width: 1023px) {
      .contact-card__col--2 {
        padding-top: 0 !important; } }
  @media only screen and (max-width: 1023px) {
    .contact-card__col {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 20px; } }
  .contact-card__map {
    border-radius: 0 16px 16px 0;
    height: 100%;
    min-height: 590px;
    background-color: #ffffff;
    overflow: hidden; }
    @media only screen and (max-width: 1023px) {
      .contact-card__map {
        min-height: unset;
        height: 228px;
        border-radius: 16px; } }

.link-blocks .link-block {
  margin-bottom: 24px; }
  @media only screen and (max-width: 1023px) {
    .link-blocks .link-block {
      margin-bottom: 16px; } }
  .link-blocks .link-block:last-of-type {
    margin-bottom: 0; }

.link-block {
  background-color: #ffffff;
  padding: 40px 56px;
  border-radius: 24px;
  border: 2px solid #ffffff;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  cursor: pointer; }
  @media only screen and (max-width: 1023px) {
    .link-block {
      padding: 20px;
      border-radius: 16px; } }
  .link-block:hover {
    border-color: #12BDA8; }
  @media only screen and (max-width: 1023px) {
    .link-block__title {
      font-size: 16px; } }
  @media only screen and (max-width: 1023px) {
    .link-block__button {
      width: 32px;
      height: 32px; } }
  .link-block__button .slider-btn__icon {
    -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
            transform: rotate(-40deg); }
    @media only screen and (max-width: 1023px) {
      .link-block__button .slider-btn__icon {
        width: 16px;
        height: 16px; } }

.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  @media only screen and (max-width: 1023px) {
    .modal__close {
      top: 48px;
      right: 48px;
      width: 20px;
      height: 20px; } }
  @media only screen and (max-width: 767px) {
    .modal__close {
      top: 24px;
      right: 32px; } }
  @media only screen and (max-width: 479px) {
    .modal__close {
      top: 20px;
      right: 16px; } }
  .modal__close:hover {
    opacity: 0.5; }
  .modal__close img {
    width: 100%; }

@media only screen and (max-width: 1023px) {
  .modal-dialog--xl--full {
    margin-top: 0;
    margin-bottom: 0; } }

@media only screen and (max-width: 1023px) {
  .modal-dialog--xl--fixed {
    margin-top: 0;
    margin-bottom: 0;
    height: -webkit-fill-available; }
    .modal-dialog--xl--fixed .modal-content {
      height: -webkit-fill-available; } }

.modal-dialog {
  margin-left: auto;
  margin-right: auto; }

@media only screen and (max-width: 1023px) {
  .modal--basic {
    background-color: #ffffff; } }

.modal--basic .modal-dialog {
  width: 100%;
  max-width: 848px; }
  @media only screen and (max-width: 1023px) {
    .modal--basic .modal-dialog {
      max-width: 100%; } }

@media only screen and (max-width: 1023px) {
  .modal--md {
    background-color: #ffffff; } }

.modal--md .modal-dialog {
  width: 100%;
  max-width: 960px; }
  @media only screen and (max-width: 1023px) {
    .modal--md .modal-dialog {
      max-width: 100%; } }

@media only screen and (max-width: 767px) {
  .modal--md .modal__close {
    top: 20px;
    right: 20px; } }

.modal--768 .modal-dialog {
  width: 100%;
  max-width: 786px; }
  @media only screen and (max-width: 1023px) {
    .modal--768 .modal-dialog {
      max-width: 100%; } }

@media only screen and (min-width: 1024px) {
  .modal-content {
    margin: 40px auto; } }

@media only screen and (max-width: 1023px) {
  .modal--steps {
    overflow: hidden; }
    .modal--steps .modal-content {
      position: static; }
    .modal--steps .modal-step__item {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto; } }

.modal-backdrop {
  opacity: 1 !important;
  background-color: rgba(3, 22, 27, 0.6); }

.app-loader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px; }
  .app-loader__dot {
    width: 30px;
    height: 30px;
    scale: 0;
    border-radius: 50%;
    background: #12BDA8;
    -webkit-animation: loading 2s ease infinite;
            animation: loading 2s ease infinite;
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }
    .app-loader__dot:nth-child(2) {
      -webkit-animation-delay: 1.3s;
              animation-delay: 1.3s; }
    .app-loader__dot:nth-child(3) {
      -webkit-animation-delay: 1.7s;
              animation-delay: 1.7s; }

@-webkit-keyframes loading {
  50% {
    scale: 1; } }

@keyframes loading {
  50% {
    scale: 1; } }

.section-hero {
  position: relative; }
  .section-hero__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 896px;
    -o-object-fit: cover;
       object-fit: cover;
    pointer-events: none;
    border-radius: 0px 0px 48px 48px; }
    @media only screen and (max-width: 1199px) {
      .section-hero__image {
        border-radius: 0px 0px 24px 24px; } }
    @media only screen and (max-width: 1023px) {
      .section-hero__image {
        height: 800px; } }
    @media only screen and (max-width: 767px) {
      .section-hero__image {
        height: 685px; } }
    @media only screen and (max-width: 479px) {
      .section-hero__image {
        height: 443px; } }
  @media only screen and (max-width: 479px) {
    .section-hero__image--video {
      height: 443px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }
  .section-hero__bottom {
    position: relative;
    z-index: 2;
    padding-top: 512px; }
    @media only screen and (max-width: 767px) {
      .section-hero__bottom {
        padding-top: 320px; } }
  .section-hero--sm .section-hero__bottom {
    padding-top: 144px; }
    @media only screen and (max-width: 1023px) {
      .section-hero--sm .section-hero__bottom {
        padding-top: 108px; } }
    @media only screen and (max-width: 767px) {
      .section-hero--sm .section-hero__bottom {
        padding-top: 88px; } }

.section-watch {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 4; }
  .section-watch__container {
    position: relative;
    z-index: 3; }
  .section-watch__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #03161B;
    height: 985px;
    overflow: hidden;
    border-radius: 48px; }
  .section-watch__bg-element {
    position: absolute;
    width: 101%;
    height: 101%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover; }

.section-what-new {
  position: relative;
  border-radius: 48px;
  background-color: #ffffff;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .section-what-new {
      overflow: visible; } }
  .section-what-new__container {
    position: relative;
    z-index: 2; }
  .section-what-new__img {
    position: absolute;
    left: -10px;
    bottom: -133px;
    width: 970px;
    pointer-events: none; }
    @media only screen and (max-width: 1800px) {
      .section-what-new__img {
        left: -350px;
        bottom: -134px; } }
  @media only screen and (max-width: 1023px) {
    .section-what-new--modern {
      background-color: transparent;
      padding-top: 0; } }
  .section-what-new--small .section-what-new__img {
    left: auto;
    right: 200px;
    bottom: 0px;
    width: 748px; }

/*Ð²ÑÐ¿Ð»ÑÐ²Ð°ÑÑÐ¸Ð¹ Ð±Ð°Ð½Ð½ÐµÑ*/
.popup-banner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 0px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    z-index: 1000;
    max-width: 900px;
    width: 90%;
}

.popup-content {
    position: relative;
}

.popup-content img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    font-size: 24px;
    background: rgba(0,0,0,0.7);
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    z-index: 2;
}

.action-btn {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    background: #12BDA8;
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: bold;
    transition: 0.3s;
    z-index: 2;
    border: none;
    cursor: pointer;
	widtn:200px
}

.action-btn:hover {
    background: #0E9C8A;
    transform: translateX(-50%) scale(1.05);
}

.form-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    z-index: 1001;
    max-width: 400px;
    width: 90%;
    opacity: 0;
    transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
    .action-btn {
	width:100%;
    }
}

.section-map {
  position: relative;
  margin-top: -70px;
  padding-top: 182px;
  margin-bottom: -70px;
  padding-bottom: 182px; }
  @media only screen and (max-width: 1023px) {
    .section-map {
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 40px; } }
  .section-map__map {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%; }
  .section-map__container {
    position: relative;
    z-index: 2;
    pointer-events: none; }
  .section-map__col {
    pointer-events: auto; }
  .section-map--sm .section-map__map {
    height: 100%; }
    @media only screen and (max-width: 1023px) {
      .section-map--sm .section-map__map {
        height: 228px;
        top: auto;
        bottom: 72px;
        left: 96px;
        right: 96px;
        z-index: 4;
        border-radius: 16px;
        overflow: hidden; } }
    @media only screen and (max-width: 767px) {
      .section-map--sm .section-map__map {
        left: 52px;
        right: 52px; } }
    @media only screen and (max-width: 479px) {
      .section-map--sm .section-map__map {
        bottom: 60px;
        left: 36px;
        right: 36px; } }

.ymaps-2-1-79-controls__toolbar {
  display: none !important; }

.section-studios {
  position: relative;
  background-color: #03161B;
  border-radius: 48px; }
  @media only screen and (max-width: 1023px) {
    .section-studios {
      border-radius: 16px;
      padding: 32px;
      margin-left: 64px;
      margin-right: 64px; } }
  @media only screen and (max-width: 767px) {
    .section-studios {
      padding: 20px;
      margin-left: 32px;
      margin-right: 32px; } }
  @media only screen and (max-width: 479px) {
    .section-studios {
      margin-left: 16px;
      margin-right: 16px; } }
  .section-studios__bg {
    position: absolute;
    pointer-events: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .section-studios__container {
    position: relative;
    z-index: 2; }
  .section-studios--idea {
    margin-top: 112px; }

.section-achieve {
  position: relative;
  z-index: 2; }
  .section-achieve__bg {
    position: absolute;
    top: 130px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-radius: 48px;
    pointer-events: none; }
  .section-achieve__bg-img {
    position: absolute;
    bottom: -20px;
    right: 150px;
    width: 750px; }
    @media only screen and (max-width: 1199px) {
      .section-achieve__bg-img {
        right: 10px; } }
  .section-achieve__container {
    position: relative;
    z-index: 2; }

.section-idea {
  position: relative;
  margin-top: 112px; }
  @media only screen and (max-width: 1023px) {
    .section-idea {
      margin-top: -40px;
      padding-top: 80px; } }
  @media only screen and (max-width: 767px) {
    .section-idea {
      padding-top: 60px;
      padding-bottom: 20px; } }
  .section-idea:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #03161B;
    border-radius: 48px; }
    @media only screen and (max-width: 1199px) {
      .section-idea:before {
        border-radius: 24px; } }
    @media only screen and (max-width: 767px) {
      .section-idea:before {
        border-radius: 16px; } }
  .section-idea__image {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .section-idea__container {
    position: relative;
    z-index: 3; }

.section-schedule {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 48px; }
  @media only screen and (max-width: 1023px) {
    .section-schedule {
      background-color: transparent;
      padding-top: 0;
      border-radius: 0; } }

.section-effect {
  position: relative;
  z-index: 2; }
  .section-effect__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 48px;
    background-color: #03161B; }
    @media only screen and (max-width: 1199px) {
      .section-effect__bg {
        border-radius: 24px; } }
  .section-effect__bg-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .section-effect__container {
    position: relative;
    z-index: 2; }

.section-pick__bottom {
  position: relative; }

.section-pick__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 100px;
  background-color: #03161B;
  border-radius: 48px; }
  @media only screen and (max-width: 1199px) {
    .section-pick__bg {
      border-radius: 24px; } }

.section-pick__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.section-pick__container {
  position: relative;
  z-index: 2; }

.section-pick__img-wrap {
  border-radius: 24px;
  border: 4px solid #FFF;
  overflow: hidden; }
  @media only screen and (max-width: 1023px) {
    .section-pick__img-wrap {
      border: none;
      border-radius: 16px; } }

.section-pick__img {
  width: 100%;
  max-width: 100%;
  height: 386px; }
  @media only screen and (max-width: 1023px) {
    .section-pick__img {
      height: 240px;
      border-radius: 16px; } }
  @media only screen and (max-width: 767px) {
    .section-pick__img {
      height: 160px; } }

.section-pick--basic {
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 1023px) {
    .section-pick--basic {
      margin-bottom: 40px; } }

@media only screen and (max-width: 1023px) {
  .section-pick--basic .section-pick__bottom {
    padding-top: 40px; } }

@media only screen and (max-width: 1023px) {
  .section-pick--basic .section-pick__img-wrap,
  .section-pick--basic .section-pick__img {
    border-radius: 16px 16px 0 0; } }

@media only screen and (max-width: 1023px) {
  .section-pick__jumbotron {
    background-color: #031217;
    padding: 32px;
    border-radius: 0 0 16px 16px; } }

@media only screen and (max-width: 767px) {
  .section-pick__jumbotron {
    padding: 20px; } }

.section-404 {
  padding-top: 343px;
  padding-bottom: 230px; }
  @media only screen and (max-width: 1023px) {
    .section-404 {
      padding-top: 233px;
      padding-bottom: 160px; } }
  @media only screen and (max-width: 767px) {
    .section-404 {
      padding-top: 156px;
      padding-bottom: 108px; } }
  .section-404__desc {
    width: 100%;
    max-width: 698px; }
  @media only screen and (max-width: 767px) {
    .section-404__img {
      width: 236px; } }
.park-price{display:none;}

.main-promote{
    color:#FFFFFF;
    background-color:#03161B;
    opacity: 0.8;
    display: block;
    width: max-content;
    padding: 5px;
    border-radius: 10px;
	margin-bottom: 10px;
}
.btn-form{
    background-color: #FFFFFF;
    display: block;
    border: 0;
    font-weight: 600;
    padding: 2px;
    cursor: pointer;
    text-decoration-line: none;
    color: #03161B;
    width: 250px;
    height: 35px;
    text-align: center;
    border-radius: 10px;
	margin-bottom: 20px;
}
