/* The structure is based on ITCSS and modified: * https: //www.xfive.co/blog/itcss-scalable-maintainable-css-architecture/ */
:root {
  --white: #ffffff;
  --black: #000000;
  --green-primary: #2fb160;
  --blue-primary: #112f3f;
  --blue-primary-10: #112f3f1f;
  --blue-primary-50: #112f3f80;
  --text: #2f383d;
  --gray-1: #f3f3f3;
  --gray-2: #dddddd;
  --gray-3: #939393;
  --gray-bg: #F2F7F9; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1215px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1215px; } }
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.3333333333%;
      flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  -ms-flex: 0 0 41.6666666667%;
      flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.3333333333%;
      flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.3333333333%;
      flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  -ms-flex: 0 0 91.6666666667%;
      flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
      order: -1; }

.order-last {
  -ms-flex-order: 13;
      order: 13; }

.order-0 {
  -ms-flex-order: 0;
      order: 0; }

.order-1 {
  -ms-flex-order: 1;
      order: 1; }

.order-2 {
  -ms-flex-order: 2;
      order: 2; }

.order-3 {
  -ms-flex-order: 3;
      order: 3; }

.order-4 {
  -ms-flex-order: 4;
      order: 4; }

.order-5 {
  -ms-flex-order: 5;
      order: 5; }

.order-6 {
  -ms-flex-order: 6;
      order: 6; }

.order-7 {
  -ms-flex-order: 7;
      order: 7; }

.order-8 {
  -ms-flex-order: 8;
      order: 8; }

.order-9 {
  -ms-flex-order: 9;
      order: 9; }

.order-10 {
  -ms-flex-order: 10;
      order: 10; }

.order-11 {
  -ms-flex-order: 11;
      order: 11; }

.order-12 {
  -ms-flex-order: 12;
      order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -ms-flex-order: -1;
        order: -1; }

  .order-sm-last {
    -ms-flex-order: 13;
        order: 13; }

  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0; }

  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1; }

  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2; }

  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3; }

  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4; }

  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5; }

  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6; }

  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7; }

  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8; }

  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9; }

  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10; }

  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11; }

  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -ms-flex-order: -1;
        order: -1; }

  .order-md-last {
    -ms-flex-order: 13;
        order: 13; }

  .order-md-0 {
    -ms-flex-order: 0;
        order: 0; }

  .order-md-1 {
    -ms-flex-order: 1;
        order: 1; }

  .order-md-2 {
    -ms-flex-order: 2;
        order: 2; }

  .order-md-3 {
    -ms-flex-order: 3;
        order: 3; }

  .order-md-4 {
    -ms-flex-order: 4;
        order: 4; }

  .order-md-5 {
    -ms-flex-order: 5;
        order: 5; }

  .order-md-6 {
    -ms-flex-order: 6;
        order: 6; }

  .order-md-7 {
    -ms-flex-order: 7;
        order: 7; }

  .order-md-8 {
    -ms-flex-order: 8;
        order: 8; }

  .order-md-9 {
    -ms-flex-order: 9;
        order: 9; }

  .order-md-10 {
    -ms-flex-order: 10;
        order: 10; }

  .order-md-11 {
    -ms-flex-order: 11;
        order: 11; }

  .order-md-12 {
    -ms-flex-order: 12;
        order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -ms-flex-order: -1;
        order: -1; }

  .order-lg-last {
    -ms-flex-order: 13;
        order: 13; }

  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0; }

  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1; }

  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2; }

  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3; }

  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4; }

  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5; }

  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6; }

  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7; }

  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8; }

  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9; }

  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10; }

  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11; }

  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -ms-flex-order: -1;
        order: -1; }

  .order-xl-last {
    -ms-flex-order: 13;
        order: 13; }

  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0; }

  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1; }

  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2; }

  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3; }

  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4; }

  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5; }

  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6; }

  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7; }

  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8; }

  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9; }

  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10; }

  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11; }

  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1900px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }

  .col-xxl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xxl-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xxl-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xxl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }

  .col-xxl-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xxl-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xxl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }

  .col-xxl-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xxl-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xxl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }

  .col-xxl-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xxl-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xxl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }

  .order-xxl-first {
    -ms-flex-order: -1;
        order: -1; }

  .order-xxl-last {
    -ms-flex-order: 13;
        order: 13; }

  .order-xxl-0 {
    -ms-flex-order: 0;
        order: 0; }

  .order-xxl-1 {
    -ms-flex-order: 1;
        order: 1; }

  .order-xxl-2 {
    -ms-flex-order: 2;
        order: 2; }

  .order-xxl-3 {
    -ms-flex-order: 3;
        order: 3; }

  .order-xxl-4 {
    -ms-flex-order: 4;
        order: 4; }

  .order-xxl-5 {
    -ms-flex-order: 5;
        order: 5; }

  .order-xxl-6 {
    -ms-flex-order: 6;
        order: 6; }

  .order-xxl-7 {
    -ms-flex-order: 7;
        order: 7; }

  .order-xxl-8 {
    -ms-flex-order: 8;
        order: 8; }

  .order-xxl-9 {
    -ms-flex-order: 9;
        order: 9; }

  .order-xxl-10 {
    -ms-flex-order: 10;
        order: 10; }

  .order-xxl-11 {
    -ms-flex-order: 11;
        order: 11; }

  .order-xxl-12 {
    -ms-flex-order: 12;
        order: 12; }

  .offset-xxl-0 {
    margin-left: 0; }

  .offset-xxl-1 {
    margin-left: 8.3333333333%; }

  .offset-xxl-2 {
    margin-left: 16.6666666667%; }

  .offset-xxl-3 {
    margin-left: 25%; }

  .offset-xxl-4 {
    margin-left: 33.3333333333%; }

  .offset-xxl-5 {
    margin-left: 41.6666666667%; }

  .offset-xxl-6 {
    margin-left: 50%; }

  .offset-xxl-7 {
    margin-left: 58.3333333333%; }

  .offset-xxl-8 {
    margin-left: 66.6666666667%; }

  .offset-xxl-9 {
    margin-left: 75%; }

  .offset-xxl-10 {
    margin-left: 83.3333333333%; }

  .offset-xxl-11 {
    margin-left: 91.6666666667%; } }
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

*, *:after, *:before {
  box-sizing: border-box; }

html, body {
  font-size: 16px;
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  color: var(--black);
  overflow-x: clip;
  font-family: Muli; }

h1, h2, h3, h4, h5, h6 {
  line-height: 125%;
  padding: 0;
  margin: 0; }

p {
  line-height: 140%;
  padding: 0;
  margin: 0;
  color: var(--text); }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

img {
  max-width: 100%;
  height: auto; }

b, strong {
  font-weight: 700; }

input[type='number'] {
  -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

::-webkit-calendar-picker-indicator {
  filter: invert(1); }

body {
  scroll-behavior: smooth; }
  body.no-scroll {
    height: 100vh;
    overflow: clip; }

button {
  cursor: pointer; }

h1 {
  font-size: 2.25rem;
  color: var(--blue-primary); }
  @media (min-width: 992px) {
    h1 {
      font-size: 3.5rem; } }

h2 {
  font-size: 1.75rem;
  font-weight: 400;
  color: var(--blue-primary); }
  @media (min-width: 992px) {
    h2 {
      font-size: 2.25rem; } }

h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--blue-primary); }

h4 {
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--blue-primary); }

p {
  font-size: 1rem;
  color: var(--text);
  font-weight: 300; }

p.perex {
  font-size: 1.125rem;
  color: var(--blue-primary); }
  @media (min-width: 992px) {
    p.perex {
      font-size: 1.375rem; } }

ul {
  padding-left: 25px;
  line-height: 140%;
  color: var(--text); }

a {
  color: inherit;
  line-height: 125%; }

.nav {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-align: center;
      align-items: center;
  list-style: none; }
  @media (min-width: 992px) {
    .nav {
      gap: 30px; } }

.nav__item--dropdown {
  position: relative; }
  .nav__item--dropdown:hover .nav-dropdown {
    display: -ms-flexbox;
    display: flex; }

.nav__link {
  color: var(--blue-primary);
  text-decoration: none;
  font-weight: 700;
  transition: .2s; }
  .nav__link:hover {
    color: var(--green-primary); }

.nav-dropdown {
  display: none;
  position: absolute;
  top: 35px;
  padding: 20px 40px 32px;
  background: var(--white);
  margin: 0;
  list-style: none;
  left: -40px;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px; }
  .nav-dropdown:hover {
    display: -ms-flexbox;
    display: flex; }
  .nav-dropdown::before {
    content: '';
    width: 60%;
    height: 70px;
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 0; }

.nav-dropdown__link {
  color: var(--blue-primary);
  text-decoration: none;
  font-weight: 700;
  position: relative;
  z-index: 2;
  transition: .2s; }
  .nav-dropdown__link:hover {
    color: var(--green-primary); }

.mobile-nav {
  position: fixed;
  margin: 0;
  z-index: 9;
  top: 68px;
  height: 100%;
  width: 100%;
  padding: 40px;
  background-color: var(--gray-bg);
  display: none;
  list-style: none;
  gap: 20px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center; }
  .mobile-nav.is-active {
    display: -ms-flexbox;
    display: flex; }
  @media (min-width: 768px) {
    .mobile-nav {
      padding: 60px; } }
  @media (min-width: 992px) {
    .mobile-nav {
      display: none; } }

.mobile-nav__link {
  font-size: 1.25rem;
  color: var(--blue-primary);
  text-decoration: none;
  font-weight: 700; }

.mobile-subnav {
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  margin: 20px 0 8px;
  padding: 0;
  list-style: none;
  gap: 18px; }
  .mobile-subnav.is-active {
    display: -ms-flexbox;
    display: flex; }

.mobile-subnav__link {
  font-size: 1.125rem;
  color: var(--blue-primary);
  text-decoration: none;
  font-weight: 400; }

.link-dropdown {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 7px; }
  .link-dropdown::after {
    cursor: pointer;
    content: '';
    width: 10px;
    height: 6px;
    display: block;
    background: url(../svg/dropdown.svg) no-repeat; }
  .link-dropdown.is-active::after {
    transform: rotate(180deg); }

.background {
  height: 600px;
  width: 100%;
  position: absolute; }
  .background::after {
    position: absolute;
    content: '';
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block; }
  @media (min-width: 992px) {
    .background {
      height: 560px; } }
  @media (min-width: 1200px) {
    .background {
      height: 870px; } }

.background__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  gap: 40px; }

.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 100px;
  display: inline-block;
  padding: 9px 22px;
  transition: .3s;
  border: 0; }
  @media (min-width: 992px) {
    .btn {
      padding: 11px 26px; } }

.btn-center {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-right: auto;
  margin-left: auto; }

.btn-primary {
  background-color: var(--green-primary);
  color: var(--white); }
  .btn-primary:hover {
    background-color: var(--blue-primary); }
  .btn-primary--alt:hover {
    background-color: var(--white);
    color: var(--blue-primary); }

.btn-360 svg {
  fill: var(--green-primary);
  transition: .2s; }
  .btn-360 svg:hover {
    fill: var(--blue-primary); }

.centerbox {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 16px; }
  @media (min-width: 992px) {
    .centerbox--left {
      padding-right: 105px; }
    .centerbox--left-60 {
      padding-right: 60px; }
    .centerbox--right {
      padding-left: 105px; }
    .centerbox--right-60 {
      padding-left: 60px; } }
  .centerbox .btn {
    margin-top: 22px; }

.activities-tiles {
  display: -ms-flexbox;
  display: flex;
  gap: 30px; }
  @media (max-width: 1199.98px) {
    .activities-tiles {
      margin: 0 -15px 0 -15px; } }

.activities-tile {
  position: relative;
  width: 100%;
  display: block;
  font-size: 0;
  overflow: hidden;
  max-height: 360px;
  margin: 0 15px 0; }
  @media (min-width: 992px) {
    .activities-tile {
      margin: 0;
      max-height: unset; } }
  .activities-tile:hover .activities-tile__image {
    transform: scale(1.05); }
  .activities-tile:hover .activities-tile-inner {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); }

.activities-tile-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 24px;
  transition: .2s;
  gap: 8px;
  -ms-flex-pack: end;
      justify-content: flex-end;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); }

.activities-tile__image {
  width: 100%;
  transition: .3s;
  -o-object-fit: cover;
     object-fit: cover; }

.activities-tile__title {
  color: var(--white);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  transition: .3s; }

.activities-tile__text {
  color: var(--white);
  font-size: 1rem;
  font-weight: 300; }

.activities-tile__arrow {
  width: 39px;
  height: 13px;
  transition: .3s;
  margin-top: 15px; }

.infobox {
  background: var(--gray-bg);
  padding: 30px; }
  @media (max-width: 1199.98px) {
    .infobox {
      padding: 50px; } }

.linkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  color: var(--blue-primary);
  text-decoration: none; }
  .linkbox:hover .linkbox__image {
    transform: scale(1.05); }

.linkbox__image {
  transition: .3s;
  -o-object-fit: cover;
     object-fit: cover; }

.linkbox__title {
  margin-top: 16px;
  margin-bottom: 4px;
  text-decoration: underline; }

.linkbox__image-wrap {
  width: 280px;
  height: 280px;
  overflow: hidden; }

.apartman-box {
  background-color: var(--gray-bg); }
  @media (min-width: 992px) {
    .apartman-box {
      display: -ms-flexbox;
      display: flex; }
      .apartman-box .aparmant-box__img {
        max-width: 50%; } }

.aparmant-box-info {
  padding: 35px;
  display: grid;
  gap: 45px; }
  @media (min-width: 992px) {
    .aparmant-box-info {
      padding: 55px 80px;
      gap: 60px; } }

.apartman-box-info__text {
  margin: 16px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  color: var(--blue-primary);
  font-weight: 300; }
  @media (min-width: 768px) {
    .apartman-box-info__text {
      gap: 24px; } }

.main {
  z-index: 3;
  height: 100%;
  height: 600px;
  width: 100%;
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    .main {
      height: 560px; } }
  @media (min-width: 1200px) {
    .main {
      height: 870px; } }

.main-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 40px 0;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); }
  @media (min-width: 992px) {
    .main-content {
      padding: 60px 0; } }

.main-video {
  display: none; }
  @media (min-width: 992px) {
    .main-video {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      pointer-events: none;
      overflow: hidden; } }

.main-video iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.main__heading {
  color: var(--white);
  font-size: 2.25rem;
  line-height: 45px;
  text-align: center;
  max-width: 700px; }
  @media (min-width: 992px) {
    .main__heading {
      text-align: left;
      font-size: 3.5rem;
      line-height: 70px; } }

.main__perex {
  margin-top: 16px;
  color: var(--white);
  font-size: 1.125rem;
  line-height: 22px;
  text-align: center;
  max-width: 780px;
  margin-bottom: 35px; }
  @media (min-width: 992px) {
    .main__perex {
      text-align: left;
      font-size: 1.375rem;
      line-height: 28px; } }

.main__btn {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content; }
  @media (min-width: 992px) {
    .main__btn {
      margin: 0;
      display: inline-block; } }

.slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  width: 100%;
  bottom: 20px; }
  .slick-dots button {
    font-size: 0;
    background-color: var(--white);
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    opacity: .5; }
  .slick-dots li.slick-active button {
    opacity: 1; }

.activities .slick-dots {
  width: calc(100% - 30px);
  position: absolute;
  bottom: -40px;
  left: 15px;
  gap: 0; }
  .activities .slick-dots li {
    -ms-flex: 1;
        flex: 1;
    width: 100%;
    height: 2px; }
    .activities .slick-dots li.slick-active button {
      background: var(--blue-primary); }
  .activities .slick-dots button {
    width: 100%;
    height: 2px;
    border-radius: 0;
    opacity: 1; }

.section {
  margin-top: 100px; }
  @media (min-width: 992px) {
    .section {
      margin-top: 140px; } }

.section-info {
  max-width: 660px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  gap: 16px; }

.bg-activities {
  padding: 60px 0 100px; }
  @media (min-width: 992px) {
    .bg-activities {
      padding: 60px 0 140px; } }
  .bg-activities--summer {
    background: url(../img/activities-sum.jpg) no-repeat;
    background-size: cover; }
  .bg-activities--winter {
    background: url(../img/activities-win.jpg) no-repeat;
    background-size: cover; }

.switch {
  width: -moz-max-content;
  width: max-content;
  min-width: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 100px;
  border: 1px solid var(--blue-primary);
  margin: 40px auto; }

.switch__btn {
  display: block;
  text-align: center;
  -ms-flex: 1;
      flex: 1;
  padding: 12px 20px 9px;
  border-radius: 100px;
  border: 0;
  background: none;
  color: var(--blue-primary);
  font-size: 0.938rem;
  line-height: 16px;
  transition: .2s; }
  .switch__btn:hover {
    background: var(--blue-primary-10); }
  .switch__btn.is-active {
    background: var(--blue-primary) !important;
    color: var(--white); }

.banner {
  margin: 0 -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: var(--blue-primary);
  font-size: 0; }
  @media (min-width: 992px) {
    .banner {
      -ms-flex-direction: row;
          flex-direction: row;
      margin: 0; } }

.banner__content {
  padding: 10px 15px 40px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-order: 2;
      order: 2;
  text-align: center; }
  @media (min-width: 992px) {
    .banner__content {
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-order: 1;
          order: 1;
      text-align: left;
      padding: 15px 49px 15px 59px; } }

.banner__image-wrap {
  -ms-flex-order: 1;
      order: 1;
  position: relative;
  top: -30px;
  left: 15px; }
  @media (min-width: 992px) {
    .banner__image-wrap {
      -ms-flex-order: 2;
          order: 2;
      top: 0;
      left: 0; } }

.banner__title {
  color: var(--white); }

.banner__text {
  color: var(--white); }

.banner__btn {
  margin-top: 15px; }

.footer {
  margin-top: 100px;
  padding: 40px 0;
  background-color: var(--blue-primary); }
  @media (min-width: 992px) {
    .footer {
      margin-top: 140px;
      padding: 60px 0; } }

.footer-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 25px; }
  @media (min-width: 992px) {
    .footer-inner {
      -ms-flex-direction: row;
          flex-direction: row; } }

.footer__col {
  text-align: center;
  -ms-flex: 1;
      flex: 1; }
  @media (min-width: 992px) {
    .footer__col {
      text-align: left; } }

.footer__logo {
  width: 90px;
  display: block;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .footer__logo {
      margin: 0; } }

.footer__heading {
  color: var(--white);
  margin-bottom: 20px; }

.footer__text {
  color: var(--white);
  margin-bottom: 16px; }
  .footer__text a {
    text-decoration: none; }
    .footer__text a:hover {
      text-decoration: underline; }

.info-box {
  border: 1px solid #ccc;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: white;
  width: 350px;
  text-decoration: none;
  z-index: 99; }
  .info-box__close {
    position: absolute;
    top: -20px;
    right: -15px;
    display: -ms-flexbox;
    display: flex;
    width: 44px;
    -ms-flex-align: center;
        align-items: center;
    height: 44px;
    -ms-flex-pack: center;
        justify-content: center;
    z-index: 2;
    cursor: pointer;
    background: white;
    border-radius: 100px;
    border: 0; }
  .info-box__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0; }
  .info-box__image {
    max-width: 136px;
    margin-right: 10px;
    -ms-flex: 1;
        flex: 1; }
    .info-box__image img {
      box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
      border-radius: 7px; }
  .info-box__title {
    font-weight: 400;
    padding-bottom: 8px;
    display: block;
    font-size: 18px;
    text-decoration: none; }
    .info-box__title a {
      font-weight: 900; }
  .info-box__content {
    -ms-flex: 1;
        flex: 1;
    text-decoration: none; }
  .info-box__text {
    text-decoration: none;
    font-size: 18px;
    line-height: 1.4; }
  .info-box__pf {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    position: relative; }
    .info-box__pf-btn {
      display: block;
      background-color: #2494CD;
      color: white;
      padding: 10px 20px;
      border-radius: 100px;
      text-decoration: none;
      font-size: 18px;
      font-weight: bold;
      position: absolute;
      bottom: 15px;
      left: 15px; }
  .info-box__divider {
    width: calc(100% + 32px);
    border-bottom: 1px solid #D3D3D3;
    margin: 20px -16px 15px; }

.floatbox {
  position: fixed;
  z-index: 11;
  bottom: 24px;
  right: 24px;
  display: block;
  background: var(--white);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  max-width: calc(100% - 48px);
  width: 356px;
  border-radius: 4px; }
  .floatbox.closed {
    display: none; }

.floatbox__close {
  position: absolute;
  top: -8px;
  right: -8px;
  border: 0;
  background-color: var(--white);
  border-radius: 100px;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15); }
  .floatbox__close:hover .floatbox__close-icon {
    fill: var(--blue-primary); }

.floatbox__close-icon {
  fill: var(--blue-primary-50);
  transition: .2s; }

.floatbox-link {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 18px 16px;
  gap: 12px;
  -ms-flex-align: start;
      align-items: flex-start;
  color: var(--blue-primary);
  font-size: 1.125rem; }
  .floatbox-link:hover {
    text-decoration: none; }

.floatbox-link__image {
  border-radius: 4px; }

.page {
  background: var(--white);
  position: relative;
  z-index: 3;
  padding-top: 20px; }
  @media (min-width: 992px) {
    .page {
      max-width: 1320px;
      margin: 0 auto;
      padding-top: 70px; } }
  .page .section-info {
    max-width: 900px; }

.page-title {
  color: var(--white);
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 170px 0 50px; }

.page-intro {
  max-width: 900px;
  margin: 0 auto; }

.page-intro__perex {
  font-size: 1.125rem;
  text-align: center;
  color: var(--blue-primary);
  margin-bottom: 32px; }
  @media (min-width: 992px) {
    .page-intro__perex {
      font-size: 1.375rem; } }

.page-intro__text {
  text-align: center; }

.page-intro__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 40px;
  margin-top: 40px;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 992px) {
    .page-intro__links {
      margin-top: 100px;
      -ms-flex-direction: row;
          flex-direction: row; } }
  .page-intro__links a {
    font-size: 1.25rem;
    color: var(--blue-primary); }

.page-usp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 60px;
  gap: 25px; }
  @media (min-width: 992px) {
    .page-usp {
      -ms-flex-direction: row;
          flex-direction: row;
      margin-top: 100px; } }

.page-usp__col {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px; }

.apartman-desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 20px;
  margin-top: 10px; }
  @media (min-width: 992px) {
    .apartman-desc {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      gap: 40px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.apartman-desc__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px; }

.equipment {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 30px; }
  @media (min-width: 768px) {
    .equipment {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 992px) {
    .equipment {
      margin-top: 70px;
      grid-template-columns: repeat(4, 1fr); } }

.equipment__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.equipment__icon {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: var(--gray-bg);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.equipment__title {
  font-weight: 700; }

.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px; }
  @media (min-width: 992px) {
    .gallery {
      grid-template-columns: repeat(3, 1fr);
      gap: 30px; } }
  @media (min-width: 1200px) {
    .gallery {
      grid-template-columns: repeat(4, 1fr); } }

.gallery__item > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.prices, .prices-mobile {
  width: 100%;
  border-collapse: collapse; }

.prices {
  display: none; }
  @media (min-width: 992px) {
    .prices {
      display: table; } }
  .prices--on {
    display: table !important; }

.prices-mobile {
  display: table; }
  @media (min-width: 992px) {
    .prices-mobile {
      display: none; } }

.prices-head th {
  background-color: var(--blue-primary);
  color: var(--white);
  padding: 16px 20px;
  text-align: center;
  line-height: 25px; }
  .prices-head th:first-of-type {
    text-align: left; }

.prices-body td {
  padding: 16px 20px;
  text-align: center;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 300;
  color: var(--blue-primary); }
  .prices-body td:first-of-type {
    text-align: left; }
.prices-body tr:nth-last-of-type(odd) td {
  background-color: var(--gray-bg); }

label {
  cursor: pointer; }

.input, .textarea {
  border: 1px solid var(--gray-2);
  padding: 7px 10px;
  font-size: 1rem;
  line-height: 140%;
  display: block;
  width: 100%; }

.map {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0;
  min-height: 360px; }
  @media (min-width: 768px) {
    .map {
      -ms-flex-direction: row;
          flex-direction: row;
      height: 600px; } }

.gm-style .gm-style-iw-c {
  position: absolute;
  box-sizing: border-box;
  overflow: visible;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  background-color: unset;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  background: white; }

.map-infobox {
  background: white;
  padding: 15px;
  max-width: 300px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 8px;
  padding-right: 45px; }

.map-infobox__title {
  font-size: 1.125rem; }

.gm-style-iw-d {
  overflow: auto !important; }

button.gm-ui-hover-effect {
  opacity: 1 !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 32px !important;
  background: var(--white) !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
      justify-content: center !important;
  -ms-flex-align: center !important;
      align-items: center !important;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15) !important; }

.map-places {
  margin: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: space-between;
  gap: 20px; }
  @media (min-width: 768px) {
    .map-places {
      grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 992px) {
    .map-places {
      grid-template-columns: repeat(5, 1fr); } }

.map-places__place {
  border: 0;
  background: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  color: var(--blue-primary);
  font-size: 1rem;
  font-weight: 300; }
  .map-places__place-number {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background-color: var(--blue-primary);
    color: var(--white); }

.load {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 99;
  top: 0;
  background: white url(/svg/logo-white.svg) center center no-repeat; }

.header {
  background: var(--white);
  position: fixed;
  top: 0;
  width: 100%;
  height: 68px;
  z-index: 10;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15); }
  @media (min-width: 992px) {
    .header {
      height: 80px; } }

.header-inner {
  padding: 9px 15px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (min-width: 992px) {
    .header-inner {
      padding: 24px 15px 18px;
      transition: .3s;
      max-width: 1320px;
      margin: 0 auto; } }

.header-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .header-nav--left {
    display: none; }
    @media (min-width: 992px) {
      .header-nav--left {
        display: -ms-flexbox;
        display: flex; } }
  .header-nav--right .nav__item {
    display: none; }
    @media (min-width: 992px) {
      .header-nav--right .nav__item {
        display: -ms-flexbox;
        display: flex; } }

.header-logo {
  position: relative; }
  .header-logo__link img {
    height: 50px; }
  @media (min-width: 992px) {
    .header-logo__link {
      position: fixed;
      left: 50%;
      transform: translate(-50%, 0); }
      .header-logo__link::before {
        content: '';
        width: 190px;
        height: 101px;
        background: url(../svg/logo-shape.svg) no-repeat center;
        display: block;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        z-index: -1;
        top: 30px;
        transition: .3s; }
      .header-logo__link img {
        height: 105px;
        transition: .3s; } }

.header-mobile-nav-trigger {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  display: block;
  width: 23px;
  height: 23px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer; }
  @media (min-width: 992px) {
    .header-mobile-nav-trigger {
      display: none; } }

.header-mobile-nav-trigger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--blue-primary);
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
  border-radius: 0px; }

.header-mobile-nav-trigger span:nth-child(1) {
  top: 2px;
  transform-origin: left center; }

.header-mobile-nav-trigger span:nth-child(2) {
  top: 10px;
  transform-origin: left center; }

.header-mobile-nav-trigger span:nth-child(3) {
  bottom: 2px;
  transform-origin: left center; }

.header-mobile-nav-trigger.is-active span:nth-child(1) {
  transform: rotate(45deg); }

.header-mobile-nav-trigger.is-active span:nth-child(2) {
  width: 0%;
  opacity: 0; }

.header-mobile-nav-trigger.is-active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 18px; }

header.scrolled-down {
  height: 68px; }
  header.scrolled-down .header-inner {
    padding: 9px 15px;
    transition: .3s; }
  header.scrolled-down .header-logo .header-logo__link::before {
    top: -70px;
    transition: .3s; }
  header.scrolled-down .header-logo .header-logo__link img {
    height: 50px;
    transition: .3s; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.d-grid {
  display: grid !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important; }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }

  .d-sm-grid {
    display: grid !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }

  .d-md-grid {
    display: grid !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important; }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }

  .d-lg-grid {
    display: grid !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important; }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }

  .d-xl-grid {
    display: grid !important; } }
@media (min-width: 1900px) {
  .d-xxl-none {
    display: none !important; }

  .d-xxl-inline {
    display: inline !important; }

  .d-xxl-inline-block {
    display: inline-block !important; }

  .d-xxl-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important; }

  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }

  .d-xxl-grid {
    display: grid !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important; }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.relative {
  position: relative; }

.obj-pos-bottom {
  -o-object-position: bottom;
     object-position: bottom; }
.obj-pos-center {
  -o-object-position: center;
     object-position: center; }
.obj-pos-top {
  -o-object-position: top;
     object-position: top; }

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%; }

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: ''; }

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }

  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }

  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }

  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }

  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important; }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }

  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }

  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }

  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }

  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important; }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }

  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }

  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }

  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }

  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important; }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }

  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }

  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }

  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }

  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important; }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }
@media (min-width: 1900px) {
  .flex-xxl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }

  .flex-xxl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }

  .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }

  .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }

  .justify-content-xxl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }

  .justify-content-xxl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }

  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }

  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }

  .align-items-xxl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }

  .align-items-xxl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }

  .align-items-xxl-center {
    -ms-flex-align: center !important;
        align-items: center !important; }

  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }

  .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }
.boxes-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px; }
  @media (min-width: 576px) {
    .boxes-grid {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 768px) {
    .boxes-grid {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
@media (min-width: 1900px) {
  .text-xxl-left {
    text-align: left !important; }

  .text-xxl-right {
    text-align: right !important; }

  .text-xxl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-transform-unset {
  text-transform: unset !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-medium {
  font-weight: 500 !important; }

.font-italic {
  font-style: italic !important; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.subheading {
  max-width: 620px;
  margin: 16px auto 32px; }

.dec-none {
  text-decoration: none; }

.section-heading {
  color: var(--blue-primary);
  font-size: 1.75rem;
  line-height: 40px;
  letter-spacing: 0.05em;
  text-transform: uppercase; }
  .section-heading--small {
    font-size: 1.375rem; }

.section-perex {
  color: var(--body-text);
  margin-top: 20px;
  line-height: 26px; }
  @media (min-width: 992px) {
    .section-perex {
      max-width: 900px;
      margin: 20px auto 0; } }

.fs-0 {
  font-size: 0; }

.with-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 12px;
  -ms-flex-pack: center;
      justify-content: center; }

.text-c-black {
  color: var(--black); }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.resp-video {
  overflow: hidden;
  position: relative;
  width: 100%; }

.resp-video::after {
  padding-top: 56.25%;
  display: block;
  content: ''; }

.resp-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.container--narrow {
  max-width: 900px; }

.img-dec-1 {
  position: relative; }
  .img-dec-1::after {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    bottom: 5px;
    left: 5px;
    background: url(../svg/img-balls.svg) no-repeat center; }
    @media (min-width: 992px) {
      .img-dec-1::after {
        bottom: -25px;
        left: -15px; } }

.border-circle {
  border-radius: 100%; }

.border-0 {
  border: 0; }

/*
  Spacing variable setings 

  Spacing is based on 4px spacing using which is multiplied
*/
.m-0 {
  margin: 0px !important; }

.mt-0,
.my-0 {
  margin-top: 0px !important; }

.mr-0,
.mx-0 {
  margin-right: 0px !important; }

.mb-0,
.my-0 {
  margin-bottom: 0px !important; }

.ml-0,
.mx-0 {
  margin-left: 0px !important; }

.gap-0 {
  gap: 0px !important; }

.m-1 {
  margin: 4px !important; }

.mt-1,
.my-1 {
  margin-top: 4px !important; }

.mr-1,
.mx-1 {
  margin-right: 4px !important; }

.mb-1,
.my-1 {
  margin-bottom: 4px !important; }

.ml-1,
.mx-1 {
  margin-left: 4px !important; }

.gap-1 {
  gap: 4px !important; }

.m-2 {
  margin: 8px !important; }

.mt-2,
.my-2 {
  margin-top: 8px !important; }

.mr-2,
.mx-2 {
  margin-right: 8px !important; }

.mb-2,
.my-2 {
  margin-bottom: 8px !important; }

.ml-2,
.mx-2 {
  margin-left: 8px !important; }

.gap-2 {
  gap: 8px !important; }

.m-3 {
  margin: 12px !important; }

.mt-3,
.my-3 {
  margin-top: 12px !important; }

.mr-3,
.mx-3 {
  margin-right: 12px !important; }

.mb-3,
.my-3 {
  margin-bottom: 12px !important; }

.ml-3,
.mx-3 {
  margin-left: 12px !important; }

.gap-3 {
  gap: 12px !important; }

.m-4 {
  margin: 16px !important; }

.mt-4,
.my-4 {
  margin-top: 16px !important; }

.mr-4,
.mx-4 {
  margin-right: 16px !important; }

.mb-4,
.my-4 {
  margin-bottom: 16px !important; }

.ml-4,
.mx-4 {
  margin-left: 16px !important; }

.gap-4 {
  gap: 16px !important; }

.m-5 {
  margin: 24px !important; }

.mt-5,
.my-5 {
  margin-top: 24px !important; }

.mr-5,
.mx-5 {
  margin-right: 24px !important; }

.mb-5,
.my-5 {
  margin-bottom: 24px !important; }

.ml-5,
.mx-5 {
  margin-left: 24px !important; }

.gap-5 {
  gap: 24px !important; }

.m-6 {
  margin: 32px !important; }

.mt-6,
.my-6 {
  margin-top: 32px !important; }

.mr-6,
.mx-6 {
  margin-right: 32px !important; }

.mb-6,
.my-6 {
  margin-bottom: 32px !important; }

.ml-6,
.mx-6 {
  margin-left: 32px !important; }

.gap-6 {
  gap: 32px !important; }

.m-7 {
  margin: 40px !important; }

.mt-7,
.my-7 {
  margin-top: 40px !important; }

.mr-7,
.mx-7 {
  margin-right: 40px !important; }

.mb-7,
.my-7 {
  margin-bottom: 40px !important; }

.ml-7,
.mx-7 {
  margin-left: 40px !important; }

.gap-7 {
  gap: 40px !important; }

.m-8 {
  margin: 48px !important; }

.mt-8,
.my-8 {
  margin-top: 48px !important; }

.mr-8,
.mx-8 {
  margin-right: 48px !important; }

.mb-8,
.my-8 {
  margin-bottom: 48px !important; }

.ml-8,
.mx-8 {
  margin-left: 48px !important; }

.gap-8 {
  gap: 48px !important; }

.m-9 {
  margin: 56px !important; }

.mt-9,
.my-9 {
  margin-top: 56px !important; }

.mr-9,
.mx-9 {
  margin-right: 56px !important; }

.mb-9,
.my-9 {
  margin-bottom: 56px !important; }

.ml-9,
.mx-9 {
  margin-left: 56px !important; }

.gap-9 {
  gap: 56px !important; }

.m-10 {
  margin: 64px !important; }

.mt-10,
.my-10 {
  margin-top: 64px !important; }

.mr-10,
.mx-10 {
  margin-right: 64px !important; }

.mb-10,
.my-10 {
  margin-bottom: 64px !important; }

.ml-10,
.mx-10 {
  margin-left: 64px !important; }

.gap-10 {
  gap: 64px !important; }

.p-0 {
  padding: 0px !important; }

.pt-0,
.py-0 {
  padding-top: 0px !important; }

.pr-0,
.px-0 {
  padding-right: 0px !important; }

.pb-0,
.py-0 {
  padding-bottom: 0px !important; }

.pl-0,
.px-0 {
  padding-left: 0px !important; }

.gap-0 {
  gap: 0px !important; }

.p-1 {
  padding: 4px !important; }

.pt-1,
.py-1 {
  padding-top: 4px !important; }

.pr-1,
.px-1 {
  padding-right: 4px !important; }

.pb-1,
.py-1 {
  padding-bottom: 4px !important; }

.pl-1,
.px-1 {
  padding-left: 4px !important; }

.gap-1 {
  gap: 4px !important; }

.p-2 {
  padding: 8px !important; }

.pt-2,
.py-2 {
  padding-top: 8px !important; }

.pr-2,
.px-2 {
  padding-right: 8px !important; }

.pb-2,
.py-2 {
  padding-bottom: 8px !important; }

.pl-2,
.px-2 {
  padding-left: 8px !important; }

.gap-2 {
  gap: 8px !important; }

.p-3 {
  padding: 12px !important; }

.pt-3,
.py-3 {
  padding-top: 12px !important; }

.pr-3,
.px-3 {
  padding-right: 12px !important; }

.pb-3,
.py-3 {
  padding-bottom: 12px !important; }

.pl-3,
.px-3 {
  padding-left: 12px !important; }

.gap-3 {
  gap: 12px !important; }

.p-4 {
  padding: 16px !important; }

.pt-4,
.py-4 {
  padding-top: 16px !important; }

.pr-4,
.px-4 {
  padding-right: 16px !important; }

.pb-4,
.py-4 {
  padding-bottom: 16px !important; }

.pl-4,
.px-4 {
  padding-left: 16px !important; }

.gap-4 {
  gap: 16px !important; }

.p-5 {
  padding: 24px !important; }

.pt-5,
.py-5 {
  padding-top: 24px !important; }

.pr-5,
.px-5 {
  padding-right: 24px !important; }

.pb-5,
.py-5 {
  padding-bottom: 24px !important; }

.pl-5,
.px-5 {
  padding-left: 24px !important; }

.gap-5 {
  gap: 24px !important; }

.p-6 {
  padding: 32px !important; }

.pt-6,
.py-6 {
  padding-top: 32px !important; }

.pr-6,
.px-6 {
  padding-right: 32px !important; }

.pb-6,
.py-6 {
  padding-bottom: 32px !important; }

.pl-6,
.px-6 {
  padding-left: 32px !important; }

.gap-6 {
  gap: 32px !important; }

.p-7 {
  padding: 40px !important; }

.pt-7,
.py-7 {
  padding-top: 40px !important; }

.pr-7,
.px-7 {
  padding-right: 40px !important; }

.pb-7,
.py-7 {
  padding-bottom: 40px !important; }

.pl-7,
.px-7 {
  padding-left: 40px !important; }

.gap-7 {
  gap: 40px !important; }

.p-8 {
  padding: 48px !important; }

.pt-8,
.py-8 {
  padding-top: 48px !important; }

.pr-8,
.px-8 {
  padding-right: 48px !important; }

.pb-8,
.py-8 {
  padding-bottom: 48px !important; }

.pl-8,
.px-8 {
  padding-left: 48px !important; }

.gap-8 {
  gap: 48px !important; }

.p-9 {
  padding: 56px !important; }

.pt-9,
.py-9 {
  padding-top: 56px !important; }

.pr-9,
.px-9 {
  padding-right: 56px !important; }

.pb-9,
.py-9 {
  padding-bottom: 56px !important; }

.pl-9,
.px-9 {
  padding-left: 56px !important; }

.gap-9 {
  gap: 56px !important; }

.p-10 {
  padding: 64px !important; }

.pt-10,
.py-10 {
  padding-top: 64px !important; }

.pr-10,
.px-10 {
  padding-right: 64px !important; }

.pb-10,
.py-10 {
  padding-bottom: 64px !important; }

.pl-10,
.px-10 {
  padding-left: 64px !important; }

.gap-10 {
  gap: 64px !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0px !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0px !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0px !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0px !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0px !important; }

  .gap-0 {
    gap: 0px !important; }

  .m-sm-1 {
    margin: 4px !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 4px !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 4px !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 4px !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 4px !important; }

  .gap-1 {
    gap: 4px !important; }

  .m-sm-2 {
    margin: 8px !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 8px !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 8px !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 8px !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 8px !important; }

  .gap-2 {
    gap: 8px !important; }

  .m-sm-3 {
    margin: 12px !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 12px !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 12px !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 12px !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 12px !important; }

  .gap-3 {
    gap: 12px !important; }

  .m-sm-4 {
    margin: 16px !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 16px !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 16px !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 16px !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 16px !important; }

  .gap-4 {
    gap: 16px !important; }

  .m-sm-5 {
    margin: 24px !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 24px !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 24px !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 24px !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 24px !important; }

  .gap-5 {
    gap: 24px !important; }

  .m-sm-6 {
    margin: 32px !important; }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 32px !important; }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 32px !important; }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 32px !important; }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 32px !important; }

  .gap-6 {
    gap: 32px !important; }

  .m-sm-7 {
    margin: 40px !important; }

  .mt-sm-7,
  .my-sm-7 {
    margin-top: 40px !important; }

  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 40px !important; }

  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 40px !important; }

  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 40px !important; }

  .gap-7 {
    gap: 40px !important; }

  .m-sm-8 {
    margin: 48px !important; }

  .mt-sm-8,
  .my-sm-8 {
    margin-top: 48px !important; }

  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 48px !important; }

  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 48px !important; }

  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 48px !important; }

  .gap-8 {
    gap: 48px !important; }

  .m-sm-9 {
    margin: 56px !important; }

  .mt-sm-9,
  .my-sm-9 {
    margin-top: 56px !important; }

  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 56px !important; }

  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 56px !important; }

  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 56px !important; }

  .gap-9 {
    gap: 56px !important; }

  .m-sm-10 {
    margin: 64px !important; }

  .mt-sm-10,
  .my-sm-10 {
    margin-top: 64px !important; }

  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 64px !important; }

  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 64px !important; }

  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 64px !important; }

  .gap-10 {
    gap: 64px !important; }

  .p-sm-0 {
    padding: 0px !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0px !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0px !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0px !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0px !important; }

  .gap-0 {
    gap: 0px !important; }

  .p-sm-1 {
    padding: 4px !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 4px !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 4px !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 4px !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 4px !important; }

  .gap-1 {
    gap: 4px !important; }

  .p-sm-2 {
    padding: 8px !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 8px !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 8px !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 8px !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 8px !important; }

  .gap-2 {
    gap: 8px !important; }

  .p-sm-3 {
    padding: 12px !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 12px !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 12px !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 12px !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 12px !important; }

  .gap-3 {
    gap: 12px !important; }

  .p-sm-4 {
    padding: 16px !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 16px !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 16px !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 16px !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 16px !important; }

  .gap-4 {
    gap: 16px !important; }

  .p-sm-5 {
    padding: 24px !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 24px !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 24px !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 24px !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 24px !important; }

  .gap-5 {
    gap: 24px !important; }

  .p-sm-6 {
    padding: 32px !important; }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 32px !important; }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 32px !important; }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 32px !important; }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 32px !important; }

  .gap-6 {
    gap: 32px !important; }

  .p-sm-7 {
    padding: 40px !important; }

  .pt-sm-7,
  .py-sm-7 {
    padding-top: 40px !important; }

  .pr-sm-7,
  .px-sm-7 {
    padding-right: 40px !important; }

  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 40px !important; }

  .pl-sm-7,
  .px-sm-7 {
    padding-left: 40px !important; }

  .gap-7 {
    gap: 40px !important; }

  .p-sm-8 {
    padding: 48px !important; }

  .pt-sm-8,
  .py-sm-8 {
    padding-top: 48px !important; }

  .pr-sm-8,
  .px-sm-8 {
    padding-right: 48px !important; }

  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 48px !important; }

  .pl-sm-8,
  .px-sm-8 {
    padding-left: 48px !important; }

  .gap-8 {
    gap: 48px !important; }

  .p-sm-9 {
    padding: 56px !important; }

  .pt-sm-9,
  .py-sm-9 {
    padding-top: 56px !important; }

  .pr-sm-9,
  .px-sm-9 {
    padding-right: 56px !important; }

  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 56px !important; }

  .pl-sm-9,
  .px-sm-9 {
    padding-left: 56px !important; }

  .gap-9 {
    gap: 56px !important; }

  .p-sm-10 {
    padding: 64px !important; }

  .pt-sm-10,
  .py-sm-10 {
    padding-top: 64px !important; }

  .pr-sm-10,
  .px-sm-10 {
    padding-right: 64px !important; }

  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 64px !important; }

  .pl-sm-10,
  .px-sm-10 {
    padding-left: 64px !important; }

  .gap-10 {
    gap: 64px !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0px !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0px !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0px !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0px !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0px !important; }

  .gap-0 {
    gap: 0px !important; }

  .m-md-1 {
    margin: 4px !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 4px !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 4px !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 4px !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 4px !important; }

  .gap-1 {
    gap: 4px !important; }

  .m-md-2 {
    margin: 8px !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 8px !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 8px !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 8px !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 8px !important; }

  .gap-2 {
    gap: 8px !important; }

  .m-md-3 {
    margin: 12px !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 12px !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 12px !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 12px !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 12px !important; }

  .gap-3 {
    gap: 12px !important; }

  .m-md-4 {
    margin: 16px !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 16px !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 16px !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 16px !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 16px !important; }

  .gap-4 {
    gap: 16px !important; }

  .m-md-5 {
    margin: 24px !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 24px !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 24px !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 24px !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 24px !important; }

  .gap-5 {
    gap: 24px !important; }

  .m-md-6 {
    margin: 32px !important; }

  .mt-md-6,
  .my-md-6 {
    margin-top: 32px !important; }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 32px !important; }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 32px !important; }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 32px !important; }

  .gap-6 {
    gap: 32px !important; }

  .m-md-7 {
    margin: 40px !important; }

  .mt-md-7,
  .my-md-7 {
    margin-top: 40px !important; }

  .mr-md-7,
  .mx-md-7 {
    margin-right: 40px !important; }

  .mb-md-7,
  .my-md-7 {
    margin-bottom: 40px !important; }

  .ml-md-7,
  .mx-md-7 {
    margin-left: 40px !important; }

  .gap-7 {
    gap: 40px !important; }

  .m-md-8 {
    margin: 48px !important; }

  .mt-md-8,
  .my-md-8 {
    margin-top: 48px !important; }

  .mr-md-8,
  .mx-md-8 {
    margin-right: 48px !important; }

  .mb-md-8,
  .my-md-8 {
    margin-bottom: 48px !important; }

  .ml-md-8,
  .mx-md-8 {
    margin-left: 48px !important; }

  .gap-8 {
    gap: 48px !important; }

  .m-md-9 {
    margin: 56px !important; }

  .mt-md-9,
  .my-md-9 {
    margin-top: 56px !important; }

  .mr-md-9,
  .mx-md-9 {
    margin-right: 56px !important; }

  .mb-md-9,
  .my-md-9 {
    margin-bottom: 56px !important; }

  .ml-md-9,
  .mx-md-9 {
    margin-left: 56px !important; }

  .gap-9 {
    gap: 56px !important; }

  .m-md-10 {
    margin: 64px !important; }

  .mt-md-10,
  .my-md-10 {
    margin-top: 64px !important; }

  .mr-md-10,
  .mx-md-10 {
    margin-right: 64px !important; }

  .mb-md-10,
  .my-md-10 {
    margin-bottom: 64px !important; }

  .ml-md-10,
  .mx-md-10 {
    margin-left: 64px !important; }

  .gap-10 {
    gap: 64px !important; }

  .p-md-0 {
    padding: 0px !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0px !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0px !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0px !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0px !important; }

  .gap-0 {
    gap: 0px !important; }

  .p-md-1 {
    padding: 4px !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 4px !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 4px !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 4px !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 4px !important; }

  .gap-1 {
    gap: 4px !important; }

  .p-md-2 {
    padding: 8px !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 8px !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 8px !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 8px !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 8px !important; }

  .gap-2 {
    gap: 8px !important; }

  .p-md-3 {
    padding: 12px !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 12px !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 12px !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 12px !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 12px !important; }

  .gap-3 {
    gap: 12px !important; }

  .p-md-4 {
    padding: 16px !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 16px !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 16px !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 16px !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 16px !important; }

  .gap-4 {
    gap: 16px !important; }

  .p-md-5 {
    padding: 24px !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 24px !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 24px !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 24px !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 24px !important; }

  .gap-5 {
    gap: 24px !important; }

  .p-md-6 {
    padding: 32px !important; }

  .pt-md-6,
  .py-md-6 {
    padding-top: 32px !important; }

  .pr-md-6,
  .px-md-6 {
    padding-right: 32px !important; }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 32px !important; }

  .pl-md-6,
  .px-md-6 {
    padding-left: 32px !important; }

  .gap-6 {
    gap: 32px !important; }

  .p-md-7 {
    padding: 40px !important; }

  .pt-md-7,
  .py-md-7 {
    padding-top: 40px !important; }

  .pr-md-7,
  .px-md-7 {
    padding-right: 40px !important; }

  .pb-md-7,
  .py-md-7 {
    padding-bottom: 40px !important; }

  .pl-md-7,
  .px-md-7 {
    padding-left: 40px !important; }

  .gap-7 {
    gap: 40px !important; }

  .p-md-8 {
    padding: 48px !important; }

  .pt-md-8,
  .py-md-8 {
    padding-top: 48px !important; }

  .pr-md-8,
  .px-md-8 {
    padding-right: 48px !important; }

  .pb-md-8,
  .py-md-8 {
    padding-bottom: 48px !important; }

  .pl-md-8,
  .px-md-8 {
    padding-left: 48px !important; }

  .gap-8 {
    gap: 48px !important; }

  .p-md-9 {
    padding: 56px !important; }

  .pt-md-9,
  .py-md-9 {
    padding-top: 56px !important; }

  .pr-md-9,
  .px-md-9 {
    padding-right: 56px !important; }

  .pb-md-9,
  .py-md-9 {
    padding-bottom: 56px !important; }

  .pl-md-9,
  .px-md-9 {
    padding-left: 56px !important; }

  .gap-9 {
    gap: 56px !important; }

  .p-md-10 {
    padding: 64px !important; }

  .pt-md-10,
  .py-md-10 {
    padding-top: 64px !important; }

  .pr-md-10,
  .px-md-10 {
    padding-right: 64px !important; }

  .pb-md-10,
  .py-md-10 {
    padding-bottom: 64px !important; }

  .pl-md-10,
  .px-md-10 {
    padding-left: 64px !important; }

  .gap-10 {
    gap: 64px !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0px !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0px !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0px !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0px !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0px !important; }

  .gap-0 {
    gap: 0px !important; }

  .m-lg-1 {
    margin: 4px !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 4px !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 4px !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 4px !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 4px !important; }

  .gap-1 {
    gap: 4px !important; }

  .m-lg-2 {
    margin: 8px !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 8px !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 8px !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 8px !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 8px !important; }

  .gap-2 {
    gap: 8px !important; }

  .m-lg-3 {
    margin: 12px !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 12px !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 12px !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 12px !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 12px !important; }

  .gap-3 {
    gap: 12px !important; }

  .m-lg-4 {
    margin: 16px !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 16px !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 16px !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 16px !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 16px !important; }

  .gap-4 {
    gap: 16px !important; }

  .m-lg-5 {
    margin: 24px !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 24px !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 24px !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 24px !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 24px !important; }

  .gap-5 {
    gap: 24px !important; }

  .m-lg-6 {
    margin: 32px !important; }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 32px !important; }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 32px !important; }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 32px !important; }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 32px !important; }

  .gap-6 {
    gap: 32px !important; }

  .m-lg-7 {
    margin: 40px !important; }

  .mt-lg-7,
  .my-lg-7 {
    margin-top: 40px !important; }

  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 40px !important; }

  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 40px !important; }

  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 40px !important; }

  .gap-7 {
    gap: 40px !important; }

  .m-lg-8 {
    margin: 48px !important; }

  .mt-lg-8,
  .my-lg-8 {
    margin-top: 48px !important; }

  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 48px !important; }

  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 48px !important; }

  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 48px !important; }

  .gap-8 {
    gap: 48px !important; }

  .m-lg-9 {
    margin: 56px !important; }

  .mt-lg-9,
  .my-lg-9 {
    margin-top: 56px !important; }

  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 56px !important; }

  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 56px !important; }

  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 56px !important; }

  .gap-9 {
    gap: 56px !important; }

  .m-lg-10 {
    margin: 64px !important; }

  .mt-lg-10,
  .my-lg-10 {
    margin-top: 64px !important; }

  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 64px !important; }

  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 64px !important; }

  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 64px !important; }

  .gap-10 {
    gap: 64px !important; }

  .p-lg-0 {
    padding: 0px !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0px !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0px !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0px !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0px !important; }

  .gap-0 {
    gap: 0px !important; }

  .p-lg-1 {
    padding: 4px !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 4px !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 4px !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 4px !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 4px !important; }

  .gap-1 {
    gap: 4px !important; }

  .p-lg-2 {
    padding: 8px !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 8px !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 8px !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 8px !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 8px !important; }

  .gap-2 {
    gap: 8px !important; }

  .p-lg-3 {
    padding: 12px !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 12px !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 12px !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 12px !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 12px !important; }

  .gap-3 {
    gap: 12px !important; }

  .p-lg-4 {
    padding: 16px !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 16px !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 16px !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 16px !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 16px !important; }

  .gap-4 {
    gap: 16px !important; }

  .p-lg-5 {
    padding: 24px !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 24px !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 24px !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 24px !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 24px !important; }

  .gap-5 {
    gap: 24px !important; }

  .p-lg-6 {
    padding: 32px !important; }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 32px !important; }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 32px !important; }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 32px !important; }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 32px !important; }

  .gap-6 {
    gap: 32px !important; }

  .p-lg-7 {
    padding: 40px !important; }

  .pt-lg-7,
  .py-lg-7 {
    padding-top: 40px !important; }

  .pr-lg-7,
  .px-lg-7 {
    padding-right: 40px !important; }

  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 40px !important; }

  .pl-lg-7,
  .px-lg-7 {
    padding-left: 40px !important; }

  .gap-7 {
    gap: 40px !important; }

  .p-lg-8 {
    padding: 48px !important; }

  .pt-lg-8,
  .py-lg-8 {
    padding-top: 48px !important; }

  .pr-lg-8,
  .px-lg-8 {
    padding-right: 48px !important; }

  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 48px !important; }

  .pl-lg-8,
  .px-lg-8 {
    padding-left: 48px !important; }

  .gap-8 {
    gap: 48px !important; }

  .p-lg-9 {
    padding: 56px !important; }

  .pt-lg-9,
  .py-lg-9 {
    padding-top: 56px !important; }

  .pr-lg-9,
  .px-lg-9 {
    padding-right: 56px !important; }

  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 56px !important; }

  .pl-lg-9,
  .px-lg-9 {
    padding-left: 56px !important; }

  .gap-9 {
    gap: 56px !important; }

  .p-lg-10 {
    padding: 64px !important; }

  .pt-lg-10,
  .py-lg-10 {
    padding-top: 64px !important; }

  .pr-lg-10,
  .px-lg-10 {
    padding-right: 64px !important; }

  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 64px !important; }

  .pl-lg-10,
  .px-lg-10 {
    padding-left: 64px !important; }

  .gap-10 {
    gap: 64px !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0px !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0px !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0px !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0px !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0px !important; }

  .gap-0 {
    gap: 0px !important; }

  .m-xl-1 {
    margin: 4px !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 4px !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 4px !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 4px !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 4px !important; }

  .gap-1 {
    gap: 4px !important; }

  .m-xl-2 {
    margin: 8px !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 8px !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 8px !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 8px !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 8px !important; }

  .gap-2 {
    gap: 8px !important; }

  .m-xl-3 {
    margin: 12px !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 12px !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 12px !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 12px !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 12px !important; }

  .gap-3 {
    gap: 12px !important; }

  .m-xl-4 {
    margin: 16px !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 16px !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 16px !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 16px !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 16px !important; }

  .gap-4 {
    gap: 16px !important; }

  .m-xl-5 {
    margin: 24px !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 24px !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 24px !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 24px !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 24px !important; }

  .gap-5 {
    gap: 24px !important; }

  .m-xl-6 {
    margin: 32px !important; }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 32px !important; }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 32px !important; }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 32px !important; }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 32px !important; }

  .gap-6 {
    gap: 32px !important; }

  .m-xl-7 {
    margin: 40px !important; }

  .mt-xl-7,
  .my-xl-7 {
    margin-top: 40px !important; }

  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 40px !important; }

  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 40px !important; }

  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 40px !important; }

  .gap-7 {
    gap: 40px !important; }

  .m-xl-8 {
    margin: 48px !important; }

  .mt-xl-8,
  .my-xl-8 {
    margin-top: 48px !important; }

  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 48px !important; }

  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 48px !important; }

  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 48px !important; }

  .gap-8 {
    gap: 48px !important; }

  .m-xl-9 {
    margin: 56px !important; }

  .mt-xl-9,
  .my-xl-9 {
    margin-top: 56px !important; }

  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 56px !important; }

  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 56px !important; }

  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 56px !important; }

  .gap-9 {
    gap: 56px !important; }

  .m-xl-10 {
    margin: 64px !important; }

  .mt-xl-10,
  .my-xl-10 {
    margin-top: 64px !important; }

  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 64px !important; }

  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 64px !important; }

  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 64px !important; }

  .gap-10 {
    gap: 64px !important; }

  .p-xl-0 {
    padding: 0px !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0px !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0px !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0px !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0px !important; }

  .gap-0 {
    gap: 0px !important; }

  .p-xl-1 {
    padding: 4px !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 4px !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 4px !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 4px !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 4px !important; }

  .gap-1 {
    gap: 4px !important; }

  .p-xl-2 {
    padding: 8px !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 8px !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 8px !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 8px !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 8px !important; }

  .gap-2 {
    gap: 8px !important; }

  .p-xl-3 {
    padding: 12px !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 12px !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 12px !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 12px !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 12px !important; }

  .gap-3 {
    gap: 12px !important; }

  .p-xl-4 {
    padding: 16px !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 16px !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 16px !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 16px !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 16px !important; }

  .gap-4 {
    gap: 16px !important; }

  .p-xl-5 {
    padding: 24px !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 24px !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 24px !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 24px !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 24px !important; }

  .gap-5 {
    gap: 24px !important; }

  .p-xl-6 {
    padding: 32px !important; }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 32px !important; }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 32px !important; }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 32px !important; }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 32px !important; }

  .gap-6 {
    gap: 32px !important; }

  .p-xl-7 {
    padding: 40px !important; }

  .pt-xl-7,
  .py-xl-7 {
    padding-top: 40px !important; }

  .pr-xl-7,
  .px-xl-7 {
    padding-right: 40px !important; }

  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 40px !important; }

  .pl-xl-7,
  .px-xl-7 {
    padding-left: 40px !important; }

  .gap-7 {
    gap: 40px !important; }

  .p-xl-8 {
    padding: 48px !important; }

  .pt-xl-8,
  .py-xl-8 {
    padding-top: 48px !important; }

  .pr-xl-8,
  .px-xl-8 {
    padding-right: 48px !important; }

  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 48px !important; }

  .pl-xl-8,
  .px-xl-8 {
    padding-left: 48px !important; }

  .gap-8 {
    gap: 48px !important; }

  .p-xl-9 {
    padding: 56px !important; }

  .pt-xl-9,
  .py-xl-9 {
    padding-top: 56px !important; }

  .pr-xl-9,
  .px-xl-9 {
    padding-right: 56px !important; }

  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 56px !important; }

  .pl-xl-9,
  .px-xl-9 {
    padding-left: 56px !important; }

  .gap-9 {
    gap: 56px !important; }

  .p-xl-10 {
    padding: 64px !important; }

  .pt-xl-10,
  .py-xl-10 {
    padding-top: 64px !important; }

  .pr-xl-10,
  .px-xl-10 {
    padding-right: 64px !important; }

  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 64px !important; }

  .pl-xl-10,
  .px-xl-10 {
    padding-left: 64px !important; }

  .gap-10 {
    gap: 64px !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
@media (min-width: 1900px) {
  .m-xxl-0 {
    margin: 0px !important; }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0px !important; }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0px !important; }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0px !important; }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0px !important; }

  .gap-0 {
    gap: 0px !important; }

  .m-xxl-1 {
    margin: 4px !important; }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 4px !important; }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 4px !important; }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 4px !important; }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 4px !important; }

  .gap-1 {
    gap: 4px !important; }

  .m-xxl-2 {
    margin: 8px !important; }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 8px !important; }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 8px !important; }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 8px !important; }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 8px !important; }

  .gap-2 {
    gap: 8px !important; }

  .m-xxl-3 {
    margin: 12px !important; }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 12px !important; }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 12px !important; }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 12px !important; }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 12px !important; }

  .gap-3 {
    gap: 12px !important; }

  .m-xxl-4 {
    margin: 16px !important; }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 16px !important; }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 16px !important; }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 16px !important; }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 16px !important; }

  .gap-4 {
    gap: 16px !important; }

  .m-xxl-5 {
    margin: 24px !important; }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 24px !important; }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 24px !important; }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 24px !important; }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 24px !important; }

  .gap-5 {
    gap: 24px !important; }

  .m-xxl-6 {
    margin: 32px !important; }

  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 32px !important; }

  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 32px !important; }

  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 32px !important; }

  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 32px !important; }

  .gap-6 {
    gap: 32px !important; }

  .m-xxl-7 {
    margin: 40px !important; }

  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 40px !important; }

  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 40px !important; }

  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 40px !important; }

  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 40px !important; }

  .gap-7 {
    gap: 40px !important; }

  .m-xxl-8 {
    margin: 48px !important; }

  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 48px !important; }

  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 48px !important; }

  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 48px !important; }

  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 48px !important; }

  .gap-8 {
    gap: 48px !important; }

  .m-xxl-9 {
    margin: 56px !important; }

  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 56px !important; }

  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 56px !important; }

  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 56px !important; }

  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 56px !important; }

  .gap-9 {
    gap: 56px !important; }

  .m-xxl-10 {
    margin: 64px !important; }

  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 64px !important; }

  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 64px !important; }

  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 64px !important; }

  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 64px !important; }

  .gap-10 {
    gap: 64px !important; }

  .p-xxl-0 {
    padding: 0px !important; }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0px !important; }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0px !important; }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0px !important; }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0px !important; }

  .gap-0 {
    gap: 0px !important; }

  .p-xxl-1 {
    padding: 4px !important; }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 4px !important; }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 4px !important; }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 4px !important; }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 4px !important; }

  .gap-1 {
    gap: 4px !important; }

  .p-xxl-2 {
    padding: 8px !important; }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 8px !important; }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 8px !important; }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 8px !important; }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 8px !important; }

  .gap-2 {
    gap: 8px !important; }

  .p-xxl-3 {
    padding: 12px !important; }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 12px !important; }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 12px !important; }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 12px !important; }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 12px !important; }

  .gap-3 {
    gap: 12px !important; }

  .p-xxl-4 {
    padding: 16px !important; }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 16px !important; }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 16px !important; }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 16px !important; }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 16px !important; }

  .gap-4 {
    gap: 16px !important; }

  .p-xxl-5 {
    padding: 24px !important; }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 24px !important; }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 24px !important; }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 24px !important; }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 24px !important; }

  .gap-5 {
    gap: 24px !important; }

  .p-xxl-6 {
    padding: 32px !important; }

  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 32px !important; }

  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 32px !important; }

  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 32px !important; }

  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 32px !important; }

  .gap-6 {
    gap: 32px !important; }

  .p-xxl-7 {
    padding: 40px !important; }

  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 40px !important; }

  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 40px !important; }

  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 40px !important; }

  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 40px !important; }

  .gap-7 {
    gap: 40px !important; }

  .p-xxl-8 {
    padding: 48px !important; }

  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 48px !important; }

  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 48px !important; }

  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 48px !important; }

  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 48px !important; }

  .gap-8 {
    gap: 48px !important; }

  .p-xxl-9 {
    padding: 56px !important; }

  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 56px !important; }

  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 56px !important; }

  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 56px !important; }

  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 56px !important; }

  .gap-9 {
    gap: 56px !important; }

  .p-xxl-10 {
    padding: 64px !important; }

  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 64px !important; }

  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 64px !important; }

  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 64px !important; }

  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 64px !important; }

  .gap-10 {
    gap: 64px !important; }

  .m-xxl-auto {
    margin: auto !important; }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }
.fixed-header-fix {
  margin-top: 64px; }
  @media (min-width: 992px) {
    .fixed-header-fix {
      margin-top: 82px; } }

.mt-100 {
  margin-top: 100px; }
