/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }

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

@media (min-width: 848px) {
  .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: 1264px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }

.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%;
  padding-right: 12px;
  padding-left: 12px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

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

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

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

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

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 848px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1264px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1408px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.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: flex !important; }

.d-inline-flex {
  display: inline-flex !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: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 848px) {
  .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: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !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: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1264px) {
  .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: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1408px) {
  .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: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !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: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 848px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1264px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1408px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !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: 848px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !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: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !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: 1264px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !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: 1408px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !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; } }

/*!
 * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #7a1772;
  text-decoration: underline;
  background-color: transparent; }
  a:hover {
    color: #3a0b36;
    text-decoration: underline; }

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

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

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.9rem;
    vertical-align: top;
    border-top: 0 solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 0 solid #dee2e6; }
  .table tbody + tbody {
    border-top: 0 solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 0 solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 0 solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 0; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(214, 216, 217, 0.3); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #5f5d5c;
  border-color: #72706f; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #5f5d5c; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #72706f; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 847.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1263.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1407.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none; }

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

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

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.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: flex !important; }

.d-inline-flex {
  display: inline-flex !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: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 848px) {
  .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: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !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: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1264px) {
  .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: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1408px) {
  .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: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !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: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.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: 848px) {
  .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: 1264px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

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

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.6; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: -0.25rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px; }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

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

@media (min-width: 1264px) {
  .modal-xl {
    max-width: 1140px; } }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 1.8rem 0;
  text-decoration: none; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: rgba(72, 72, 72, 0.5);
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #D6D8D9; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      isolation: isolate;
      border-color: transparent transparent #9f8976; }
    .nav-tabs .nav-link.disabled {
      color: rgba(72, 72, 72, 0.5);
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #9f8976;
    background-color: transparent;
    border-color: transparent transparent #9f8976; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

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

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

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

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

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

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

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

.container {
  max-width: 100%; }
  @media (min-width: 992px) {
    .container {
      max-width: 1264px; } }
  @media (min-width: 848px) {
    .container.small {
      max-width: 848px; } }
  @media (min-width: 1264px) {
    .container.wide {
      max-width: 1408px; } }
  .container.menu {
    max-width: 100%;
    width: 100%; }

/*! nouislider - 14.7.0 - 4/6/2021 */
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-connect{height:100%;width:100%}.noUi-origin{height:10%;width:10%}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;top:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* both text metrics MUST be equal */
/* both spacing metrics MUST be equal */
/* both breakpoints MUST be equal */
@font-face {
  font-family: 'icomoon';
  src: url('../font/icomoon/icomoon.eot?eohftD');
  src: url('../font/icomoon/icomoon.eot?eohftD#iefix') format('embedded-opentype'), url('../font/icomoon/icomoon.woff?eohftD') format('woff'), url('../font/icomoon/icomoon.ttf?eohftD') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/**
* ----------------------------------------------------------------------------------------------------------------------
*
* Archia
*
*/
@font-face {
  font-family: 'Vogue';
  src: url('../font/Vogue/Vogue.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Archia';
  src: url('../font/Archia/archia-light-webfont.eot');
  src: local('Archia'), url('../font/Archia/archia-light-webfont.eot?#iefix') format('embedded-opentype'), url('../font/Archia/archia-light-webfont.woff2') format('woff2'), url('../font/Archia/archia-light-webfont.woff') format('woff'), url('../font/Archia/archia-light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Archia';
  src: url('../font/Archia/archia-regular-webfont.eot');
  src: local('Archia'), url('../font/Archia/archia-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/Archia/archia-regular-webfont.woff2') format('woff2'), url('../font/Archia/archia-regular-webfont.woff') format('woff'), url('../font/Archia/archia-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Archia';
  src: url('../font/Archia/archia-medium-webfont.eot');
  src: local('Archia'), url('../font/Archia/archia-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../font/Archia/archia-medium-webfont.woff2') format('woff2'), url('../font/Archia/archia-medium-webfont.woff') format('woff'), url('../font/Archia/archia-medium-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Archia';
  src: url('../font/Archia/archia-semibold-webfont.eot');
  src: local('Archia'), url('../font/Archia/archia-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/Archia/archia-semibold-webfont.woff2') format('woff2'), url('../font/Archia/archia-semibold-webfont.woff') format('woff'), url('../font/Archia/archia-semibold-webfont.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Archia';
  src: url('../font/Archia/archia-bold-webfont.eot');
  src: local('Archia'), url('../font/Archia/archia-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/Archia/archia-bold-webfont.woff2') format('woff2'), url('../font/Archia/archia-bold-webfont.woff') format('woff'), url('../font/Archia/archia-bold-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
/**
* ----------------------------------------------------------------------------------------------------------------------
*
* Inter
*/
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  src: local('Inter'), url('../font/Inter/Inter-Thin.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: local('Inter'), url('../font/Inter/Inter-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: local('Inter'), url('../font/Inter/Inter-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: local('Inter'), url('../font/Inter/Inter-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: local('Inter'), url('../font/Inter/Inter-Bold.ttf') format('truetype');
}
html,
body {
  font-family: 'Vogue';
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 575.98px) {
  html,
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  html,
  body {
    font-size: calc(16px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  html,
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  html,
  body {
    font-size: calc(16px + 0 * (78vw - 575.98px) / 688.02);
  }
}
html {
  scroll-behavior: smooth;
}
body {
  color: #505050;
  background: white;
  overflow-x: hidden;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  margin-bottom: 32px;
}
@media screen and (max-width: 575.98px) {
  p {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 575.98px) {
  p {
    margin-bottom: calc(24px + 8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  p {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  p {
    margin-bottom: calc(24px + 8 * (78vw - 575.98px) / 688.02);
  }
}
p strong {
  color: #9f8976;
  font-weight: 600;
}
p.text--large {
  font-size: 32px;
}
@media screen and (max-width: 575.98px) {
  p.text--large {
    font-size: 18px;
  }
}
@media screen and (min-width: 575.98px) {
  p.text--large {
    font-size: calc(18px + 14 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  p.text--large {
    font-size: 32px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  p.text--large {
    font-size: calc(18px + 14 * (78vw - 575.98px) / 688.02);
  }
}
p.text-medium {
  color: #9f8976;
  font-weight: 500;
}
small {
  font-size: 14px;
}
@media screen and (max-width: 575.98px) {
  small {
    font-size: 14px;
  }
}
@media screen and (min-width: 575.98px) {
  small {
    font-size: calc(14px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  small {
    font-size: 14px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  small {
    font-size: calc(14px + 0 * (78vw - 575.98px) / 688.02);
  }
}
.perex p {
  font-family: 'Vogue';
  color: #9f8976;
  font-weight: 400;
  line-height: 1.4285;
  font-size: 40px;
}
@media screen and (max-width: 575.98px) {
  .perex p {
    font-size: 24px;
  }
}
@media screen and (min-width: 575.98px) {
  .perex p {
    font-size: calc(24px + 16 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .perex p {
    font-size: 40px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .perex p {
    font-size: calc(24px + 16 * (78vw - 575.98px) / 688.02);
  }
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
table:first-child,
img:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
img:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
caption {
  font-family: 'Vogue';
  font-weight: 400;
  text-transform: none;
  color: #9f8976;
  line-height: 1.28;
  margin: 0;
}
h1,
.h1 {
  text-transform: none;
  font-size: 76px;
  margin-bottom: 48px;
  line-height: 1;
}
@media screen and (max-width: 575.98px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}
@media screen and (min-width: 575.98px) {
  h1,
  .h1 {
    font-size: calc(48px + 28 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  h1,
  .h1 {
    font-size: 76px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  h1,
  .h1 {
    font-size: calc(48px + 28 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  h1,
  .h1 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 575.98px) {
  h1,
  .h1 {
    margin-bottom: calc(24px + 24 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  h1,
  .h1 {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  h1,
  .h1 {
    margin-bottom: calc(24px + 24 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  h1,
  .h1 {
    font-size: 90px;
  }
}
h1.article-title,
.h1.article-title {
  color: #9f8976;
}
h2,
.h2 {
  font-size: 100px;
  line-height: 1;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 575.98px) {
  h2,
  .h2 {
    font-size: 64px;
  }
}
@media screen and (min-width: 575.98px) {
  h2,
  .h2 {
    font-size: calc(64px + 36 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  h2,
  .h2 {
    font-size: 100px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  h2,
  .h2 {
    font-size: calc(64px + 36 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  h2,
  .h2 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  h2,
  .h2 {
    margin-top: calc(20px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  h2,
  .h2 {
    margin-top: 24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  h2,
  .h2 {
    margin-top: calc(20px + 4 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  h2,
  .h2 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  h2,
  .h2 {
    margin-bottom: calc(20px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  h2,
  .h2 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  h2,
  .h2 {
    margin-bottom: calc(20px + 4 * (78vw - 575.98px) / 688.02);
  }
}
h3,
.h3 {
  font-size: 56px;
  margin-top: 24px;
  margin-bottom: 24px;
  line-height: 1.14;
}
@media screen and (max-width: 575.98px) {
  h3,
  .h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 575.98px) {
  h3,
  .h3 {
    font-size: calc(32px + 24 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  h3,
  .h3 {
    font-size: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  h3,
  .h3 {
    font-size: calc(32px + 24 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  h3,
  .h3 {
    margin-top: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  h3,
  .h3 {
    margin-top: calc(16px + 8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  h3,
  .h3 {
    margin-top: 24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  h3,
  .h3 {
    margin-top: calc(16px + 8 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  h3,
  .h3 {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  h3,
  .h3 {
    margin-bottom: calc(16px + 8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  h3,
  .h3 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  h3,
  .h3 {
    margin-bottom: calc(16px + 8 * (78vw - 575.98px) / 688.02);
  }
}
h4,
.h4,
caption {
  font-size: 40px;
  margin-top: 12px;
  margin-bottom: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 575.98px) {
  h4,
  .h4,
  caption {
    font-size: 24px;
  }
}
@media screen and (min-width: 575.98px) {
  h4,
  .h4,
  caption {
    font-size: calc(24px + 16 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  h4,
  .h4,
  caption {
    font-size: 40px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  h4,
  .h4,
  caption {
    font-size: calc(24px + 16 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  h4,
  .h4,
  caption {
    margin-top: 8px;
  }
}
@media screen and (min-width: 575.98px) {
  h4,
  .h4,
  caption {
    margin-top: calc(8px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  h4,
  .h4,
  caption {
    margin-top: 12px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  h4,
  .h4,
  caption {
    margin-top: calc(8px + 4 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  h4,
  .h4,
  caption {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 575.98px) {
  h4,
  .h4,
  caption {
    margin-bottom: calc(12px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  h4,
  .h4,
  caption {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  h4,
  .h4,
  caption {
    margin-bottom: calc(12px + 4 * (78vw - 575.98px) / 688.02);
  }
}
h5,
.h5 {
  font-size: 32px;
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 1.25;
}
@media screen and (max-width: 575.98px) {
  h5,
  .h5 {
    font-size: 18px;
  }
}
@media screen and (min-width: 575.98px) {
  h5,
  .h5 {
    font-size: calc(18px + 14 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  h5,
  .h5 {
    font-size: 32px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  h5,
  .h5 {
    font-size: calc(18px + 14 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  h5,
  .h5 {
    margin-top: 8px;
  }
}
@media screen and (min-width: 575.98px) {
  h5,
  .h5 {
    margin-top: calc(8px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  h5,
  .h5 {
    margin-top: 12px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  h5,
  .h5 {
    margin-top: calc(8px + 4 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  h5,
  .h5 {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 575.98px) {
  h5,
  .h5 {
    margin-bottom: calc(8px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  h5,
  .h5 {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  h5,
  .h5 {
    margin-bottom: calc(8px + 4 * (78vw - 575.98px) / 688.02);
  }
}
h6,
.h6 {
  font-size: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
  line-height: 1.33;
}
@media screen and (max-width: 575.98px) {
  h6,
  .h6 {
    font-size: 17px;
  }
}
@media screen and (min-width: 575.98px) {
  h6,
  .h6 {
    font-size: calc(17px + 7 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  h6,
  .h6 {
    font-size: 24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  h6,
  .h6 {
    font-size: calc(17px + 7 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  h6,
  .h6 {
    margin-top: 12px;
  }
}
@media screen and (min-width: 575.98px) {
  h6,
  .h6 {
    margin-top: calc(12px + 12 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  h6,
  .h6 {
    margin-top: 24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  h6,
  .h6 {
    margin-top: calc(12px + 12 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  h6,
  .h6 {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 575.98px) {
  h6,
  .h6 {
    margin-bottom: calc(12px + 12 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  h6,
  .h6 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  h6,
  .h6 {
    margin-bottom: calc(12px + 12 * (78vw - 575.98px) / 688.02);
  }
}
ul:not(.nav-tabs) {
  padding: 0;
  margin: 0;
  margin-top: 40px;
  margin-bottom: 48px;
  list-style: none;
  text-align: left;
  color: #9f8976;
  font-weight: 500;
}
@media screen and (max-width: 575.98px) {
  ul:not(.nav-tabs) {
    margin-top: 32px;
  }
}
@media screen and (min-width: 575.98px) {
  ul:not(.nav-tabs) {
    margin-top: calc(32px + 8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  ul:not(.nav-tabs) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  ul:not(.nav-tabs) {
    margin-top: calc(32px + 8 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  ul:not(.nav-tabs) {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 575.98px) {
  ul:not(.nav-tabs) {
    margin-bottom: calc(32px + 16 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  ul:not(.nav-tabs) {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  ul:not(.nav-tabs) {
    margin-bottom: calc(32px + 16 * (78vw - 575.98px) / 688.02);
  }
}
ul:not(.nav-tabs) > li {
  padding: 0 0 0 25px;
  position: relative;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 575.98px) {
  ul:not(.nav-tabs) > li {
    margin-top: 5px;
  }
}
@media screen and (min-width: 575.98px) {
  ul:not(.nav-tabs) > li {
    margin-top: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  ul:not(.nav-tabs) > li {
    margin-top: 10px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  ul:not(.nav-tabs) > li {
    margin-top: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  ul:not(.nav-tabs) > li {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 575.98px) {
  ul:not(.nav-tabs) > li {
    margin-bottom: calc(10px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  ul:not(.nav-tabs) > li {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  ul:not(.nav-tabs) > li {
    margin-bottom: calc(10px + 5 * (78vw - 575.98px) / 688.02);
  }
}
ul:not(.nav-tabs) > li:before {
  line-height: inherit;
  position: absolute;
  left: 3px;
  top: 17px;
  transform: translateY(-50%);
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #9f8976;
}
@media screen and (max-width: 575.98px) {
  ul:not(.nav-tabs) > li:before {
    top: 15px;
  }
}
@media screen and (min-width: 575.98px) {
  ul:not(.nav-tabs) > li:before {
    top: calc(15px + 2 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  ul:not(.nav-tabs) > li:before {
    top: 17px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  ul:not(.nav-tabs) > li:before {
    top: calc(15px + 2 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 575.98px) {
  ul:not(.nav-tabs) > li {
    padding-left: 20px;
  }
  ul:not(.nav-tabs) > li:before {
    width: 4px;
    height: 4px;
  }
}
.plain ul:not(.nav-tabs) li {
  padding-left: 0;
  margin: 0;
}
.plain ul:not(.nav-tabs) li:before {
  content: none;
}
ol {
  padding: 0;
  margin: 0;
  margin-top: 40px;
  margin-bottom: 48px;
  list-style: none;
  text-align: left;
  color: #9f8976;
  font-weight: 500;
  counter-reset: ol-counter;
}
@media screen and (max-width: 575.98px) {
  ol {
    margin-top: 32px;
  }
}
@media screen and (min-width: 575.98px) {
  ol {
    margin-top: calc(32px + 8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  ol {
    margin-top: 40px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  ol {
    margin-top: calc(32px + 8 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  ol {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 575.98px) {
  ol {
    margin-bottom: calc(32px + 16 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  ol {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  ol {
    margin-bottom: calc(32px + 16 * (78vw - 575.98px) / 688.02);
  }
}
ol > li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-left: 40px;
  margin-top: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 575.98px) {
  ol > li {
    padding-left: 35px;
  }
}
@media screen and (min-width: 575.98px) {
  ol > li {
    padding-left: calc(35px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  ol > li {
    padding-left: 40px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  ol > li {
    padding-left: calc(35px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  ol > li {
    margin-top: 5px;
  }
}
@media screen and (min-width: 575.98px) {
  ol > li {
    margin-top: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  ol > li {
    margin-top: 10px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  ol > li {
    margin-top: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  ol > li {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 575.98px) {
  ol > li {
    margin-bottom: calc(10px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  ol > li {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  ol > li {
    margin-bottom: calc(10px + 5 * (78vw - 575.98px) / 688.02);
  }
}
ol > li:before {
  line-height: inherit;
  position: absolute;
  left: 0;
  top: 16px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  background: #9f8976;
  counter-increment: ol-counter;
  content: counter(ol-counter);
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 575.98px) {
  ol > li:before {
    top: 14px;
  }
}
@media screen and (min-width: 575.98px) {
  ol > li:before {
    top: calc(14px + 2 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  ol > li:before {
    top: 16px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  ol > li:before {
    top: calc(14px + 2 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  ol > li:before {
    width: 25px;
  }
}
@media screen and (min-width: 575.98px) {
  ol > li:before {
    width: calc(25px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  ol > li:before {
    width: 30px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  ol > li:before {
    width: calc(25px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  ol > li:before {
    height: 25px;
  }
}
@media screen and (min-width: 575.98px) {
  ol > li:before {
    height: calc(25px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  ol > li:before {
    height: 30px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  ol > li:before {
    height: calc(25px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  ol > li:before {
    line-height: 22px;
  }
}
@media screen and (min-width: 575.98px) {
  ol > li:before {
    line-height: calc(22px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  ol > li:before {
    line-height: 27px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  ol > li:before {
    line-height: calc(22px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  ol > li:before {
    font-size: 12px;
  }
}
@media screen and (min-width: 575.98px) {
  ol > li:before {
    font-size: calc(12px + 2 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  ol > li:before {
    font-size: 14px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  ol > li:before {
    font-size: calc(12px + 2 * (78vw - 575.98px) / 688.02);
  }
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
a {
  color: #505050;
  transition: color 0.2s;
}
a:hover {
  color: #505050;
  text-decoration: none;
}
a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}
a.no-underline {
  text-decoration: none;
}
.table-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 56px;
}
@media screen and (max-width: 575.98px) {
  .table-wrapper {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 575.98px) {
  .table-wrapper {
    margin-bottom: calc(32px + 24 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .table-wrapper {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .table-wrapper {
    margin-bottom: calc(32px + 24 * (78vw - 575.98px) / 688.02);
  }
}
table {
  margin: 0;
  padding: 0;
  border: 0;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  border-spacing: 0;
  position: relative;
  border-collapse: separate;
}
table img {
  vertical-align: middle;
}
table th,
table td {
  padding-left: 20px;
  padding-right: 20px;
  color: #505050;
  text-align: center;
}
@media screen and (max-width: 575.98px) {
  table th,
  table td {
    padding-left: 0;
  }
}
@media screen and (min-width: 575.98px) {
  table th,
  table td {
    padding-left: calc(0 + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  table th,
  table td {
    padding-left: 20px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  table th,
  table td {
    padding-left: calc(0 + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  table th,
  table td {
    padding-right: 0;
  }
}
@media screen and (min-width: 575.98px) {
  table th,
  table td {
    padding-right: calc(0 + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  table th,
  table td {
    padding-right: 20px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  table th,
  table td {
    padding-right: calc(0 + 20 * (78vw - 575.98px) / 688.02);
  }
}
table th:first-child,
table td:first-child {
  text-align: left;
}
table th {
  font-family: 'Vogue';
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  background-color: #9f8976;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 575.98px) {
  table th {
    padding-top: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  table th {
    padding-top: calc(20px + 12 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  table th {
    padding-top: 32px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  table th {
    padding-top: calc(20px + 12 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  table th {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  table th {
    padding-bottom: calc(20px + 12 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  table th {
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  table th {
    padding-bottom: calc(20px + 12 * (78vw - 575.98px) / 688.02);
  }
}
table th .p-relative {
  margin-right: 8px;
}
table th .radios-box {
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: absolute;
  justify-content: center;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 575.98px) {
  table th .radios-box {
    right: -16px;
  }
}
@media screen and (min-width: 575.98px) {
  table th .radios-box {
    right: calc(-16px + -4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  table th .radios-box {
    right: -20px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  table th .radios-box {
    right: calc(-16px + -4 * (78vw - 575.98px) / 688.02);
  }
}
table th .radios-box .radio-box {
  display: flex;
  line-height: 5px;
  height: 5px;
}
table th .radios-box .radio-box .arrow-up,
table th .radios-box .radio-box .arrow-down {
  display: block;
  position: relative;
  cursor: pointer;
  margin: 0;
}
table th .radios-box .radio-box .arrow-up {
  position: relative;
  width: 11px;
  height: 5px;
}
table th .radios-box .radio-box .arrow-up:after {
  vertical-align: top;
  font-size: 5px;
  content: '\e90e';
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
table th .radios-box .radio-box .arrow-down {
  position: relative;
  width: 11px;
  height: 5px;
}
table th .radios-box .radio-box .arrow-down:after {
  vertical-align: top;
  font-size: 5px;
  content: '\e915';
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
table th .radios-box .radio-box .arrow-up:after,
table th .radios-box .radio-box .arrow-down:after {
  color: rgba(255, 255, 255, 0.6);
}
table td {
  font-weight: 500;
  padding-top: 33px;
  padding-bottom: 33px;
  line-height: 22px;
  border-bottom: 1pt solid #BFCED5;
}
@media screen and (max-width: 575.98px) {
  table td {
    padding-top: 24px;
  }
}
@media screen and (min-width: 575.98px) {
  table td {
    padding-top: calc(24px + 9 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  table td {
    padding-top: 33px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  table td {
    padding-top: calc(24px + 9 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  table td {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 575.98px) {
  table td {
    padding-bottom: calc(24px + 9 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  table td {
    padding-bottom: 33px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  table td {
    padding-bottom: calc(24px + 9 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  table td {
    line-height: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  table td {
    line-height: calc(20px + 2 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  table td {
    line-height: 22px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  table td {
    line-height: calc(20px + 2 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 847.98px) {
  table td {
    border-bottom: 0;
  }
}
table td .table-icon {
  text-decoration: none;
  color: #9f8976;
  margin: 0 6px;
  cursor: pointer;
}
table td .table-icon:hover {
  color: #9f8976;
}
@media (max-width: 847.98px) {
  table:not(.plain) {
    width: 100% !important;
    display: block;
    border: 0 none transparent;
  }
  table:not(.plain) tbody,
  table:not(.plain) tfoot {
    overflow: auto;
    display: block;
    position: relative;
    width: 100%;
  }
  table:not(.plain) thead {
    display: none;
  }
  table:not(.plain).mobile-2-cols tr {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 16px;
  }
  table:not(.plain).mobile-2-cols tr td {
    width: 50%;
  }
  table:not(.plain).mobile-2-cols tr td:nth-child(even) {
    padding-left: 24px;
  }
  table:not(.plain).mobile-2-cols tr td:nth-child(odd) {
    padding-right: 24px;
  }
  table:not(.plain) tr {
    width: 100%;
    display: block;
    overflow: hidden;
    border-bottom: 1pt solid #BFCED5;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  table:not(.plain) tr td {
    display: block;
    position: relative;
    white-space: normal;
    text-align: left !important;
    border: 0 none transparent !important;
    border-radius: 0;
    padding: 8px 0;
  }
  table:not(.plain) tr td:before {
    font-family: 'Vogue';
    display: block;
    content: attr(data-th);
    color: #9f8976;
    font-weight: 400;
  }
  table:not(.plain) tr td p {
    text-align: left !important;
    display: inline;
  }
  table:not(.plain) tr td .table-icon {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
  }
  table:not(.plain) tr th {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    height: 0;
  }
}
@media (min-width: 1264px) {
  [class][class][class] .no-desktop {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) {
  [class][class][class] .no-tablet {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  [class][class][class] .no-mobile {
    display: none !important;
  }
}
@media (min-width: 576px) {
  [class][class][class] .mobile-only {
    display: none !important;
  }
}
@media (min-width: 0) {
  [class][class] .color-primary {
    color: #9f8976;
  }
  [class][class] .bg-primary {
    background-color: #9f8976;
  }
  [class][class] .color-blue {
    color: #316DE4;
  }
  [class][class] .bg-blue {
    background-color: #316DE4;
  }
  [class][class] .color-lightBlue {
    color: #316DE4;
  }
  [class][class] .bg-lightBlue {
    background-color: #316DE4;
  }
  [class][class] .color-lightestBlue {
    color: #5A94FA;
  }
  [class][class] .bg-lightestBlue {
    background-color: #5A94FA;
  }
  [class][class] .color-darkBlue {
    color: #002B3C;
  }
  [class][class] .bg-darkBlue {
    background-color: #002B3C;
  }
  [class][class] .color-black {
    color: #000;
  }
  [class][class] .bg-black {
    background-color: #000;
  }
  [class][class] .color-white {
    color: #fff;
  }
  [class][class] .bg-white {
    background-color: #fff;
  }
  [class][class] .color-red {
    color: #C6091D;
  }
  [class][class] .bg-red {
    background-color: #C6091D;
  }
  [class][class] .color-green {
    color: #96c153;
  }
  [class][class] .bg-green {
    background-color: #96c153;
  }
  [class][class] .color-afterColor {
    color: #7CA6EC;
  }
  [class][class] .bg-afterColor {
    background-color: #7CA6EC;
  }
  [class][class] .color-bgColor {
    color: white;
  }
  [class][class] .bg-bgColor {
    background-color: white;
  }
  [class][class] .color-bgLight {
    color: #D6D8D9;
  }
  [class][class] .bg-bgLight {
    background-color: #D6D8D9;
  }
  [class][class] .color-bodyColor {
    color: #505050;
  }
  [class][class] .bg-bodyColor {
    background-color: #505050;
  }
  [class][class] .color-defHeadingColor {
    color: #9f8976;
  }
  [class][class] .bg-defHeadingColor {
    background-color: #9f8976;
  }
  [class][class] .color-headingColor {
    color: #9f8976;
  }
  [class][class] .bg-headingColor {
    background-color: #9f8976;
  }
  [class][class] .color-bgFooterTop {
    color: #002B3C;
  }
  [class][class] .bg-bgFooterTop {
    background-color: #002B3C;
  }
  [class][class] .color-bgFooterBottom {
    color: #332c25;
  }
  [class][class] .bg-bgFooterBottom {
    background-color: #332c25;
  }
  [class][class] .color-linkColor {
    color: #9f8976;
  }
  [class][class] .bg-linkColor {
    background-color: #9f8976;
  }
  [class][class] .color-linkColorHover {
    color: #002B3C;
  }
  [class][class] .bg-linkColorHover {
    background-color: #002B3C;
  }
  [class][class] .color-contentLine {
    color: #91B6C8;
  }
  [class][class] .bg-contentLine {
    background-color: #91B6C8;
  }
  [class][class] .color-footerBorder {
    color: #91B6C8;
  }
  [class][class] .bg-footerBorder {
    background-color: #91B6C8;
  }
  [class][class] .color-lightTitle {
    color: rgba(191, 206, 213, 0.8);
  }
  [class][class] .bg-lightTitle {
    background-color: rgba(191, 206, 213, 0.8);
  }
  [class][class] .color-lightTitleWhite {
    color: #99a5aa;
  }
  [class][class] .bg-lightTitleWhite {
    background-color: #99a5aa;
  }
  [class][class] .color-bgLightBorder {
    color: #BFCED5;
  }
  [class][class] .bg-bgLightBorder {
    background-color: #BFCED5;
  }
  [class][class] .color-bgLightBorderCikCak {
    color: #C7D4DA;
  }
  [class][class] .bg-bgLightBorderCikCak {
    background-color: #C7D4DA;
  }
  [class][class] .color-placeholderColor {
    color: #AAABB2;
  }
  [class][class] .bg-placeholderColor {
    background-color: #AAABB2;
  }
  [class][class] .color-filterBg {
    color: #002131;
  }
  [class][class] .bg-filterBg {
    background-color: #002131;
  }
  [class][class] .color-mapLabelBg {
    color: #E1ECFF;
  }
  [class][class] .bg-mapLabelBg {
    background-color: #E1ECFF;
  }
  [class][class] .color-inputBorder {
    color: #939393;
  }
  [class][class] .bg-inputBorder {
    background-color: #939393;
  }
  [class][class] .text-xs[class] {
    font-size: 14px;
  }
  [class][class] .text-small[class] {
    font-size: 14px;
  }
  [class][class] .text-normal[class] {
    font-size: 16px;
  }
  [class][class] .text-large[class] {
    font-size: 17px;
  }
  [class][class] .text-xl[class] {
    font-size: 18px;
  }
  [class][class] .text-xxl[class] {
    font-size: 24px;
  }
  [class][class] .text-xxxl[class] {
    font-size: 32px;
  }
  [class][class] .text-xxxxl[class] {
    font-size: 64px;
  }
  [class][class] .text-extract(xs, small, normal, large, xl, xxl, xxxl, xxxxl, 9)[class] {
    font-size: 48px;
  }
  [class][class] .weight-thin[class] {
    font-weight: 100;
  }
  [class][class] .weight-lighter[class] {
    font-weight: 200;
  }
  [class][class] .weight-light[class] {
    font-weight: 300;
  }
  [class][class] .weight-normal[class] {
    font-weight: 400;
  }
  [class][class] .weight-medium[class] {
    font-weight: 500;
  }
  [class][class] .weight-semibold[class] {
    font-weight: 600;
  }
  [class][class] .weight-bold[class] {
    font-weight: 700;
  }
  [class][class] .weight-bolder[class] {
    font-weight: 800;
  }
  [class][class] .weight-black[class] {
    font-weight: 900;
  }
}
@media (min-width: 0) and (max-width: 575.98px) {
  [class][class] .color-primary-only {
    color: #9f8976;
  }
  [class][class] .bg-primary-only {
    background-color: #9f8976;
  }
  [class][class] .color-blue-only {
    color: #316DE4;
  }
  [class][class] .bg-blue-only {
    background-color: #316DE4;
  }
  [class][class] .color-lightBlue-only {
    color: #316DE4;
  }
  [class][class] .bg-lightBlue-only {
    background-color: #316DE4;
  }
  [class][class] .color-lightestBlue-only {
    color: #5A94FA;
  }
  [class][class] .bg-lightestBlue-only {
    background-color: #5A94FA;
  }
  [class][class] .color-darkBlue-only {
    color: #002B3C;
  }
  [class][class] .bg-darkBlue-only {
    background-color: #002B3C;
  }
  [class][class] .color-black-only {
    color: #000;
  }
  [class][class] .bg-black-only {
    background-color: #000;
  }
  [class][class] .color-white-only {
    color: #fff;
  }
  [class][class] .bg-white-only {
    background-color: #fff;
  }
  [class][class] .color-red-only {
    color: #C6091D;
  }
  [class][class] .bg-red-only {
    background-color: #C6091D;
  }
  [class][class] .color-green-only {
    color: #96c153;
  }
  [class][class] .bg-green-only {
    background-color: #96c153;
  }
  [class][class] .color-afterColor-only {
    color: #7CA6EC;
  }
  [class][class] .bg-afterColor-only {
    background-color: #7CA6EC;
  }
  [class][class] .color-bgColor-only {
    color: white;
  }
  [class][class] .bg-bgColor-only {
    background-color: white;
  }
  [class][class] .color-bgLight-only {
    color: #D6D8D9;
  }
  [class][class] .bg-bgLight-only {
    background-color: #D6D8D9;
  }
  [class][class] .color-bodyColor-only {
    color: #505050;
  }
  [class][class] .bg-bodyColor-only {
    background-color: #505050;
  }
  [class][class] .color-defHeadingColor-only {
    color: #9f8976;
  }
  [class][class] .bg-defHeadingColor-only {
    background-color: #9f8976;
  }
  [class][class] .color-headingColor-only {
    color: #9f8976;
  }
  [class][class] .bg-headingColor-only {
    background-color: #9f8976;
  }
  [class][class] .color-bgFooterTop-only {
    color: #002B3C;
  }
  [class][class] .bg-bgFooterTop-only {
    background-color: #002B3C;
  }
  [class][class] .color-bgFooterBottom-only {
    color: #332c25;
  }
  [class][class] .bg-bgFooterBottom-only {
    background-color: #332c25;
  }
  [class][class] .color-linkColor-only {
    color: #9f8976;
  }
  [class][class] .bg-linkColor-only {
    background-color: #9f8976;
  }
  [class][class] .color-linkColorHover-only {
    color: #002B3C;
  }
  [class][class] .bg-linkColorHover-only {
    background-color: #002B3C;
  }
  [class][class] .color-contentLine-only {
    color: #91B6C8;
  }
  [class][class] .bg-contentLine-only {
    background-color: #91B6C8;
  }
  [class][class] .color-footerBorder-only {
    color: #91B6C8;
  }
  [class][class] .bg-footerBorder-only {
    background-color: #91B6C8;
  }
  [class][class] .color-lightTitle-only {
    color: rgba(191, 206, 213, 0.8);
  }
  [class][class] .bg-lightTitle-only {
    background-color: rgba(191, 206, 213, 0.8);
  }
  [class][class] .color-lightTitleWhite-only {
    color: #99a5aa;
  }
  [class][class] .bg-lightTitleWhite-only {
    background-color: #99a5aa;
  }
  [class][class] .color-bgLightBorder-only {
    color: #BFCED5;
  }
  [class][class] .bg-bgLightBorder-only {
    background-color: #BFCED5;
  }
  [class][class] .color-bgLightBorderCikCak-only {
    color: #C7D4DA;
  }
  [class][class] .bg-bgLightBorderCikCak-only {
    background-color: #C7D4DA;
  }
  [class][class] .color-placeholderColor-only {
    color: #AAABB2;
  }
  [class][class] .bg-placeholderColor-only {
    background-color: #AAABB2;
  }
  [class][class] .color-filterBg-only {
    color: #002131;
  }
  [class][class] .bg-filterBg-only {
    background-color: #002131;
  }
  [class][class] .color-mapLabelBg-only {
    color: #E1ECFF;
  }
  [class][class] .bg-mapLabelBg-only {
    background-color: #E1ECFF;
  }
  [class][class] .color-inputBorder-only {
    color: #939393;
  }
  [class][class] .bg-inputBorder-only {
    background-color: #939393;
  }
  [class][class] .text-xs-only {
    font-size: 14px;
  }
  [class][class] .text-small-only {
    font-size: 14px;
  }
  [class][class] .text-normal-only {
    font-size: 16px;
  }
  [class][class] .text-large-only {
    font-size: 17px;
  }
  [class][class] .text-xl-only {
    font-size: 18px;
  }
  [class][class] .text-xxl-only {
    font-size: 24px;
  }
  [class][class] .text-xxxl-only {
    font-size: 32px;
  }
  [class][class] .text-xxxxl-only {
    font-size: 64px;
  }
  [class][class] .text-extract(xs, small, normal, large, xl, xxl, xxxl, xxxxl, 9)-only {
    font-size: 48px;
  }
  [class][class] .weight-thin-only {
    font-weight: 100;
  }
  [class][class] .weight-lighter-only {
    font-weight: 200;
  }
  [class][class] .weight-light-only {
    font-weight: 300;
  }
  [class][class] .weight-normal-only {
    font-weight: 400;
  }
  [class][class] .weight-medium-only {
    font-weight: 500;
  }
  [class][class] .weight-semibold-only {
    font-weight: 600;
  }
  [class][class] .weight-bold-only {
    font-weight: 700;
  }
  [class][class] .weight-bolder-only {
    font-weight: 800;
  }
  [class][class] .weight-black-only {
    font-weight: 900;
  }
}
@media (min-width: 576px) {
  [class][class] .color-sm-primary {
    color: #9f8976;
  }
  [class][class] .bg-sm-primary {
    background-color: #9f8976;
  }
  [class][class] .color-sm-blue {
    color: #316DE4;
  }
  [class][class] .bg-sm-blue {
    background-color: #316DE4;
  }
  [class][class] .color-sm-lightBlue {
    color: #316DE4;
  }
  [class][class] .bg-sm-lightBlue {
    background-color: #316DE4;
  }
  [class][class] .color-sm-lightestBlue {
    color: #5A94FA;
  }
  [class][class] .bg-sm-lightestBlue {
    background-color: #5A94FA;
  }
  [class][class] .color-sm-darkBlue {
    color: #002B3C;
  }
  [class][class] .bg-sm-darkBlue {
    background-color: #002B3C;
  }
  [class][class] .color-sm-black {
    color: #000;
  }
  [class][class] .bg-sm-black {
    background-color: #000;
  }
  [class][class] .color-sm-white {
    color: #fff;
  }
  [class][class] .bg-sm-white {
    background-color: #fff;
  }
  [class][class] .color-sm-red {
    color: #C6091D;
  }
  [class][class] .bg-sm-red {
    background-color: #C6091D;
  }
  [class][class] .color-sm-green {
    color: #96c153;
  }
  [class][class] .bg-sm-green {
    background-color: #96c153;
  }
  [class][class] .color-sm-afterColor {
    color: #7CA6EC;
  }
  [class][class] .bg-sm-afterColor {
    background-color: #7CA6EC;
  }
  [class][class] .color-sm-bgColor {
    color: white;
  }
  [class][class] .bg-sm-bgColor {
    background-color: white;
  }
  [class][class] .color-sm-bgLight {
    color: #D6D8D9;
  }
  [class][class] .bg-sm-bgLight {
    background-color: #D6D8D9;
  }
  [class][class] .color-sm-bodyColor {
    color: #505050;
  }
  [class][class] .bg-sm-bodyColor {
    background-color: #505050;
  }
  [class][class] .color-sm-defHeadingColor {
    color: #9f8976;
  }
  [class][class] .bg-sm-defHeadingColor {
    background-color: #9f8976;
  }
  [class][class] .color-sm-headingColor {
    color: #9f8976;
  }
  [class][class] .bg-sm-headingColor {
    background-color: #9f8976;
  }
  [class][class] .color-sm-bgFooterTop {
    color: #002B3C;
  }
  [class][class] .bg-sm-bgFooterTop {
    background-color: #002B3C;
  }
  [class][class] .color-sm-bgFooterBottom {
    color: #332c25;
  }
  [class][class] .bg-sm-bgFooterBottom {
    background-color: #332c25;
  }
  [class][class] .color-sm-linkColor {
    color: #9f8976;
  }
  [class][class] .bg-sm-linkColor {
    background-color: #9f8976;
  }
  [class][class] .color-sm-linkColorHover {
    color: #002B3C;
  }
  [class][class] .bg-sm-linkColorHover {
    background-color: #002B3C;
  }
  [class][class] .color-sm-contentLine {
    color: #91B6C8;
  }
  [class][class] .bg-sm-contentLine {
    background-color: #91B6C8;
  }
  [class][class] .color-sm-footerBorder {
    color: #91B6C8;
  }
  [class][class] .bg-sm-footerBorder {
    background-color: #91B6C8;
  }
  [class][class] .color-sm-lightTitle {
    color: rgba(191, 206, 213, 0.8);
  }
  [class][class] .bg-sm-lightTitle {
    background-color: rgba(191, 206, 213, 0.8);
  }
  [class][class] .color-sm-lightTitleWhite {
    color: #99a5aa;
  }
  [class][class] .bg-sm-lightTitleWhite {
    background-color: #99a5aa;
  }
  [class][class] .color-sm-bgLightBorder {
    color: #BFCED5;
  }
  [class][class] .bg-sm-bgLightBorder {
    background-color: #BFCED5;
  }
  [class][class] .color-sm-bgLightBorderCikCak {
    color: #C7D4DA;
  }
  [class][class] .bg-sm-bgLightBorderCikCak {
    background-color: #C7D4DA;
  }
  [class][class] .color-sm-placeholderColor {
    color: #AAABB2;
  }
  [class][class] .bg-sm-placeholderColor {
    background-color: #AAABB2;
  }
  [class][class] .color-sm-filterBg {
    color: #002131;
  }
  [class][class] .bg-sm-filterBg {
    background-color: #002131;
  }
  [class][class] .color-sm-mapLabelBg {
    color: #E1ECFF;
  }
  [class][class] .bg-sm-mapLabelBg {
    background-color: #E1ECFF;
  }
  [class][class] .color-sm-inputBorder {
    color: #939393;
  }
  [class][class] .bg-sm-inputBorder {
    background-color: #939393;
  }
  [class][class] .text-sm-xs[class] {
    font-size: 14px;
  }
  [class][class] .text-sm-small[class] {
    font-size: 14px;
  }
  [class][class] .text-sm-normal[class] {
    font-size: 16px;
  }
  [class][class] .text-sm-large[class] {
    font-size: 17px;
  }
  [class][class] .text-sm-xl[class] {
    font-size: 18px;
  }
  [class][class] .text-sm-xxl[class] {
    font-size: 24px;
  }
  [class][class] .text-sm-xxxl[class] {
    font-size: 32px;
  }
  [class][class] .text-sm-xxxxl[class] {
    font-size: 64px;
  }
  [class][class] .text-sm-extract(xs, small, normal, large, xl, xxl, xxxl, xxxxl, 9)[class] {
    font-size: 48px;
  }
  [class][class] .weight-sm-thin[class] {
    font-weight: 100;
  }
  [class][class] .weight-sm-lighter[class] {
    font-weight: 200;
  }
  [class][class] .weight-sm-light[class] {
    font-weight: 300;
  }
  [class][class] .weight-sm-normal[class] {
    font-weight: 400;
  }
  [class][class] .weight-sm-medium[class] {
    font-weight: 500;
  }
  [class][class] .weight-sm-semibold[class] {
    font-weight: 600;
  }
  [class][class] .weight-sm-bold[class] {
    font-weight: 700;
  }
  [class][class] .weight-sm-bolder[class] {
    font-weight: 800;
  }
  [class][class] .weight-sm-black[class] {
    font-weight: 900;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) {
  [class][class] .color-sm-primary-only {
    color: #9f8976;
  }
  [class][class] .bg-sm-primary-only {
    background-color: #9f8976;
  }
  [class][class] .color-sm-blue-only {
    color: #316DE4;
  }
  [class][class] .bg-sm-blue-only {
    background-color: #316DE4;
  }
  [class][class] .color-sm-lightBlue-only {
    color: #316DE4;
  }
  [class][class] .bg-sm-lightBlue-only {
    background-color: #316DE4;
  }
  [class][class] .color-sm-lightestBlue-only {
    color: #5A94FA;
  }
  [class][class] .bg-sm-lightestBlue-only {
    background-color: #5A94FA;
  }
  [class][class] .color-sm-darkBlue-only {
    color: #002B3C;
  }
  [class][class] .bg-sm-darkBlue-only {
    background-color: #002B3C;
  }
  [class][class] .color-sm-black-only {
    color: #000;
  }
  [class][class] .bg-sm-black-only {
    background-color: #000;
  }
  [class][class] .color-sm-white-only {
    color: #fff;
  }
  [class][class] .bg-sm-white-only {
    background-color: #fff;
  }
  [class][class] .color-sm-red-only {
    color: #C6091D;
  }
  [class][class] .bg-sm-red-only {
    background-color: #C6091D;
  }
  [class][class] .color-sm-green-only {
    color: #96c153;
  }
  [class][class] .bg-sm-green-only {
    background-color: #96c153;
  }
  [class][class] .color-sm-afterColor-only {
    color: #7CA6EC;
  }
  [class][class] .bg-sm-afterColor-only {
    background-color: #7CA6EC;
  }
  [class][class] .color-sm-bgColor-only {
    color: white;
  }
  [class][class] .bg-sm-bgColor-only {
    background-color: white;
  }
  [class][class] .color-sm-bgLight-only {
    color: #D6D8D9;
  }
  [class][class] .bg-sm-bgLight-only {
    background-color: #D6D8D9;
  }
  [class][class] .color-sm-bodyColor-only {
    color: #505050;
  }
  [class][class] .bg-sm-bodyColor-only {
    background-color: #505050;
  }
  [class][class] .color-sm-defHeadingColor-only {
    color: #9f8976;
  }
  [class][class] .bg-sm-defHeadingColor-only {
    background-color: #9f8976;
  }
  [class][class] .color-sm-headingColor-only {
    color: #9f8976;
  }
  [class][class] .bg-sm-headingColor-only {
    background-color: #9f8976;
  }
  [class][class] .color-sm-bgFooterTop-only {
    color: #002B3C;
  }
  [class][class] .bg-sm-bgFooterTop-only {
    background-color: #002B3C;
  }
  [class][class] .color-sm-bgFooterBottom-only {
    color: #332c25;
  }
  [class][class] .bg-sm-bgFooterBottom-only {
    background-color: #332c25;
  }
  [class][class] .color-sm-linkColor-only {
    color: #9f8976;
  }
  [class][class] .bg-sm-linkColor-only {
    background-color: #9f8976;
  }
  [class][class] .color-sm-linkColorHover-only {
    color: #002B3C;
  }
  [class][class] .bg-sm-linkColorHover-only {
    background-color: #002B3C;
  }
  [class][class] .color-sm-contentLine-only {
    color: #91B6C8;
  }
  [class][class] .bg-sm-contentLine-only {
    background-color: #91B6C8;
  }
  [class][class] .color-sm-footerBorder-only {
    color: #91B6C8;
  }
  [class][class] .bg-sm-footerBorder-only {
    background-color: #91B6C8;
  }
  [class][class] .color-sm-lightTitle-only {
    color: rgba(191, 206, 213, 0.8);
  }
  [class][class] .bg-sm-lightTitle-only {
    background-color: rgba(191, 206, 213, 0.8);
  }
  [class][class] .color-sm-lightTitleWhite-only {
    color: #99a5aa;
  }
  [class][class] .bg-sm-lightTitleWhite-only {
    background-color: #99a5aa;
  }
  [class][class] .color-sm-bgLightBorder-only {
    color: #BFCED5;
  }
  [class][class] .bg-sm-bgLightBorder-only {
    background-color: #BFCED5;
  }
  [class][class] .color-sm-bgLightBorderCikCak-only {
    color: #C7D4DA;
  }
  [class][class] .bg-sm-bgLightBorderCikCak-only {
    background-color: #C7D4DA;
  }
  [class][class] .color-sm-placeholderColor-only {
    color: #AAABB2;
  }
  [class][class] .bg-sm-placeholderColor-only {
    background-color: #AAABB2;
  }
  [class][class] .color-sm-filterBg-only {
    color: #002131;
  }
  [class][class] .bg-sm-filterBg-only {
    background-color: #002131;
  }
  [class][class] .color-sm-mapLabelBg-only {
    color: #E1ECFF;
  }
  [class][class] .bg-sm-mapLabelBg-only {
    background-color: #E1ECFF;
  }
  [class][class] .color-sm-inputBorder-only {
    color: #939393;
  }
  [class][class] .bg-sm-inputBorder-only {
    background-color: #939393;
  }
  [class][class] .text-sm-xs-only {
    font-size: 14px;
  }
  [class][class] .text-sm-small-only {
    font-size: 14px;
  }
  [class][class] .text-sm-normal-only {
    font-size: 16px;
  }
  [class][class] .text-sm-large-only {
    font-size: 17px;
  }
  [class][class] .text-sm-xl-only {
    font-size: 18px;
  }
  [class][class] .text-sm-xxl-only {
    font-size: 24px;
  }
  [class][class] .text-sm-xxxl-only {
    font-size: 32px;
  }
  [class][class] .text-sm-xxxxl-only {
    font-size: 64px;
  }
  [class][class] .text-sm-extract(xs, small, normal, large, xl, xxl, xxxl, xxxxl, 9)-only {
    font-size: 48px;
  }
  [class][class] .weight-sm-thin-only {
    font-weight: 100;
  }
  [class][class] .weight-sm-lighter-only {
    font-weight: 200;
  }
  [class][class] .weight-sm-light-only {
    font-weight: 300;
  }
  [class][class] .weight-sm-normal-only {
    font-weight: 400;
  }
  [class][class] .weight-sm-medium-only {
    font-weight: 500;
  }
  [class][class] .weight-sm-semibold-only {
    font-weight: 600;
  }
  [class][class] .weight-sm-bold-only {
    font-weight: 700;
  }
  [class][class] .weight-sm-bolder-only {
    font-weight: 800;
  }
  [class][class] .weight-sm-black-only {
    font-weight: 900;
  }
}
@media (min-width: 848px) {
  [class][class] .color-md-primary {
    color: #9f8976;
  }
  [class][class] .bg-md-primary {
    background-color: #9f8976;
  }
  [class][class] .color-md-blue {
    color: #316DE4;
  }
  [class][class] .bg-md-blue {
    background-color: #316DE4;
  }
  [class][class] .color-md-lightBlue {
    color: #316DE4;
  }
  [class][class] .bg-md-lightBlue {
    background-color: #316DE4;
  }
  [class][class] .color-md-lightestBlue {
    color: #5A94FA;
  }
  [class][class] .bg-md-lightestBlue {
    background-color: #5A94FA;
  }
  [class][class] .color-md-darkBlue {
    color: #002B3C;
  }
  [class][class] .bg-md-darkBlue {
    background-color: #002B3C;
  }
  [class][class] .color-md-black {
    color: #000;
  }
  [class][class] .bg-md-black {
    background-color: #000;
  }
  [class][class] .color-md-white {
    color: #fff;
  }
  [class][class] .bg-md-white {
    background-color: #fff;
  }
  [class][class] .color-md-red {
    color: #C6091D;
  }
  [class][class] .bg-md-red {
    background-color: #C6091D;
  }
  [class][class] .color-md-green {
    color: #96c153;
  }
  [class][class] .bg-md-green {
    background-color: #96c153;
  }
  [class][class] .color-md-afterColor {
    color: #7CA6EC;
  }
  [class][class] .bg-md-afterColor {
    background-color: #7CA6EC;
  }
  [class][class] .color-md-bgColor {
    color: white;
  }
  [class][class] .bg-md-bgColor {
    background-color: white;
  }
  [class][class] .color-md-bgLight {
    color: #D6D8D9;
  }
  [class][class] .bg-md-bgLight {
    background-color: #D6D8D9;
  }
  [class][class] .color-md-bodyColor {
    color: #505050;
  }
  [class][class] .bg-md-bodyColor {
    background-color: #505050;
  }
  [class][class] .color-md-defHeadingColor {
    color: #9f8976;
  }
  [class][class] .bg-md-defHeadingColor {
    background-color: #9f8976;
  }
  [class][class] .color-md-headingColor {
    color: #9f8976;
  }
  [class][class] .bg-md-headingColor {
    background-color: #9f8976;
  }
  [class][class] .color-md-bgFooterTop {
    color: #002B3C;
  }
  [class][class] .bg-md-bgFooterTop {
    background-color: #002B3C;
  }
  [class][class] .color-md-bgFooterBottom {
    color: #332c25;
  }
  [class][class] .bg-md-bgFooterBottom {
    background-color: #332c25;
  }
  [class][class] .color-md-linkColor {
    color: #9f8976;
  }
  [class][class] .bg-md-linkColor {
    background-color: #9f8976;
  }
  [class][class] .color-md-linkColorHover {
    color: #002B3C;
  }
  [class][class] .bg-md-linkColorHover {
    background-color: #002B3C;
  }
  [class][class] .color-md-contentLine {
    color: #91B6C8;
  }
  [class][class] .bg-md-contentLine {
    background-color: #91B6C8;
  }
  [class][class] .color-md-footerBorder {
    color: #91B6C8;
  }
  [class][class] .bg-md-footerBorder {
    background-color: #91B6C8;
  }
  [class][class] .color-md-lightTitle {
    color: rgba(191, 206, 213, 0.8);
  }
  [class][class] .bg-md-lightTitle {
    background-color: rgba(191, 206, 213, 0.8);
  }
  [class][class] .color-md-lightTitleWhite {
    color: #99a5aa;
  }
  [class][class] .bg-md-lightTitleWhite {
    background-color: #99a5aa;
  }
  [class][class] .color-md-bgLightBorder {
    color: #BFCED5;
  }
  [class][class] .bg-md-bgLightBorder {
    background-color: #BFCED5;
  }
  [class][class] .color-md-bgLightBorderCikCak {
    color: #C7D4DA;
  }
  [class][class] .bg-md-bgLightBorderCikCak {
    background-color: #C7D4DA;
  }
  [class][class] .color-md-placeholderColor {
    color: #AAABB2;
  }
  [class][class] .bg-md-placeholderColor {
    background-color: #AAABB2;
  }
  [class][class] .color-md-filterBg {
    color: #002131;
  }
  [class][class] .bg-md-filterBg {
    background-color: #002131;
  }
  [class][class] .color-md-mapLabelBg {
    color: #E1ECFF;
  }
  [class][class] .bg-md-mapLabelBg {
    background-color: #E1ECFF;
  }
  [class][class] .color-md-inputBorder {
    color: #939393;
  }
  [class][class] .bg-md-inputBorder {
    background-color: #939393;
  }
  [class][class] .text-md-xs[class] {
    font-size: 14px;
  }
  [class][class] .text-md-small[class] {
    font-size: 14px;
  }
  [class][class] .text-md-normal[class] {
    font-size: 16px;
  }
  [class][class] .text-md-large[class] {
    font-size: 17px;
  }
  [class][class] .text-md-xl[class] {
    font-size: 18px;
  }
  [class][class] .text-md-xxl[class] {
    font-size: 24px;
  }
  [class][class] .text-md-xxxl[class] {
    font-size: 32px;
  }
  [class][class] .text-md-xxxxl[class] {
    font-size: 64px;
  }
  [class][class] .text-md-extract(xs, small, normal, large, xl, xxl, xxxl, xxxxl, 9)[class] {
    font-size: 48px;
  }
  [class][class] .weight-md-thin[class] {
    font-weight: 100;
  }
  [class][class] .weight-md-lighter[class] {
    font-weight: 200;
  }
  [class][class] .weight-md-light[class] {
    font-weight: 300;
  }
  [class][class] .weight-md-normal[class] {
    font-weight: 400;
  }
  [class][class] .weight-md-medium[class] {
    font-weight: 500;
  }
  [class][class] .weight-md-semibold[class] {
    font-weight: 600;
  }
  [class][class] .weight-md-bold[class] {
    font-weight: 700;
  }
  [class][class] .weight-md-bolder[class] {
    font-weight: 800;
  }
  [class][class] .weight-md-black[class] {
    font-weight: 900;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) {
  [class][class] .color-md-primary-only {
    color: #9f8976;
  }
  [class][class] .bg-md-primary-only {
    background-color: #9f8976;
  }
  [class][class] .color-md-blue-only {
    color: #316DE4;
  }
  [class][class] .bg-md-blue-only {
    background-color: #316DE4;
  }
  [class][class] .color-md-lightBlue-only {
    color: #316DE4;
  }
  [class][class] .bg-md-lightBlue-only {
    background-color: #316DE4;
  }
  [class][class] .color-md-lightestBlue-only {
    color: #5A94FA;
  }
  [class][class] .bg-md-lightestBlue-only {
    background-color: #5A94FA;
  }
  [class][class] .color-md-darkBlue-only {
    color: #002B3C;
  }
  [class][class] .bg-md-darkBlue-only {
    background-color: #002B3C;
  }
  [class][class] .color-md-black-only {
    color: #000;
  }
  [class][class] .bg-md-black-only {
    background-color: #000;
  }
  [class][class] .color-md-white-only {
    color: #fff;
  }
  [class][class] .bg-md-white-only {
    background-color: #fff;
  }
  [class][class] .color-md-red-only {
    color: #C6091D;
  }
  [class][class] .bg-md-red-only {
    background-color: #C6091D;
  }
  [class][class] .color-md-green-only {
    color: #96c153;
  }
  [class][class] .bg-md-green-only {
    background-color: #96c153;
  }
  [class][class] .color-md-afterColor-only {
    color: #7CA6EC;
  }
  [class][class] .bg-md-afterColor-only {
    background-color: #7CA6EC;
  }
  [class][class] .color-md-bgColor-only {
    color: white;
  }
  [class][class] .bg-md-bgColor-only {
    background-color: white;
  }
  [class][class] .color-md-bgLight-only {
    color: #D6D8D9;
  }
  [class][class] .bg-md-bgLight-only {
    background-color: #D6D8D9;
  }
  [class][class] .color-md-bodyColor-only {
    color: #505050;
  }
  [class][class] .bg-md-bodyColor-only {
    background-color: #505050;
  }
  [class][class] .color-md-defHeadingColor-only {
    color: #9f8976;
  }
  [class][class] .bg-md-defHeadingColor-only {
    background-color: #9f8976;
  }
  [class][class] .color-md-headingColor-only {
    color: #9f8976;
  }
  [class][class] .bg-md-headingColor-only {
    background-color: #9f8976;
  }
  [class][class] .color-md-bgFooterTop-only {
    color: #002B3C;
  }
  [class][class] .bg-md-bgFooterTop-only {
    background-color: #002B3C;
  }
  [class][class] .color-md-bgFooterBottom-only {
    color: #332c25;
  }
  [class][class] .bg-md-bgFooterBottom-only {
    background-color: #332c25;
  }
  [class][class] .color-md-linkColor-only {
    color: #9f8976;
  }
  [class][class] .bg-md-linkColor-only {
    background-color: #9f8976;
  }
  [class][class] .color-md-linkColorHover-only {
    color: #002B3C;
  }
  [class][class] .bg-md-linkColorHover-only {
    background-color: #002B3C;
  }
  [class][class] .color-md-contentLine-only {
    color: #91B6C8;
  }
  [class][class] .bg-md-contentLine-only {
    background-color: #91B6C8;
  }
  [class][class] .color-md-footerBorder-only {
    color: #91B6C8;
  }
  [class][class] .bg-md-footerBorder-only {
    background-color: #91B6C8;
  }
  [class][class] .color-md-lightTitle-only {
    color: rgba(191, 206, 213, 0.8);
  }
  [class][class] .bg-md-lightTitle-only {
    background-color: rgba(191, 206, 213, 0.8);
  }
  [class][class] .color-md-lightTitleWhite-only {
    color: #99a5aa;
  }
  [class][class] .bg-md-lightTitleWhite-only {
    background-color: #99a5aa;
  }
  [class][class] .color-md-bgLightBorder-only {
    color: #BFCED5;
  }
  [class][class] .bg-md-bgLightBorder-only {
    background-color: #BFCED5;
  }
  [class][class] .color-md-bgLightBorderCikCak-only {
    color: #C7D4DA;
  }
  [class][class] .bg-md-bgLightBorderCikCak-only {
    background-color: #C7D4DA;
  }
  [class][class] .color-md-placeholderColor-only {
    color: #AAABB2;
  }
  [class][class] .bg-md-placeholderColor-only {
    background-color: #AAABB2;
  }
  [class][class] .color-md-filterBg-only {
    color: #002131;
  }
  [class][class] .bg-md-filterBg-only {
    background-color: #002131;
  }
  [class][class] .color-md-mapLabelBg-only {
    color: #E1ECFF;
  }
  [class][class] .bg-md-mapLabelBg-only {
    background-color: #E1ECFF;
  }
  [class][class] .color-md-inputBorder-only {
    color: #939393;
  }
  [class][class] .bg-md-inputBorder-only {
    background-color: #939393;
  }
  [class][class] .text-md-xs-only {
    font-size: 14px;
  }
  [class][class] .text-md-small-only {
    font-size: 14px;
  }
  [class][class] .text-md-normal-only {
    font-size: 16px;
  }
  [class][class] .text-md-large-only {
    font-size: 17px;
  }
  [class][class] .text-md-xl-only {
    font-size: 18px;
  }
  [class][class] .text-md-xxl-only {
    font-size: 24px;
  }
  [class][class] .text-md-xxxl-only {
    font-size: 32px;
  }
  [class][class] .text-md-xxxxl-only {
    font-size: 64px;
  }
  [class][class] .text-md-extract(xs, small, normal, large, xl, xxl, xxxl, xxxxl, 9)-only {
    font-size: 48px;
  }
  [class][class] .weight-md-thin-only {
    font-weight: 100;
  }
  [class][class] .weight-md-lighter-only {
    font-weight: 200;
  }
  [class][class] .weight-md-light-only {
    font-weight: 300;
  }
  [class][class] .weight-md-normal-only {
    font-weight: 400;
  }
  [class][class] .weight-md-medium-only {
    font-weight: 500;
  }
  [class][class] .weight-md-semibold-only {
    font-weight: 600;
  }
  [class][class] .weight-md-bold-only {
    font-weight: 700;
  }
  [class][class] .weight-md-bolder-only {
    font-weight: 800;
  }
  [class][class] .weight-md-black-only {
    font-weight: 900;
  }
}
@media (min-width: 1264px) {
  [class][class] .color-xl-primary {
    color: #9f8976;
  }
  [class][class] .bg-xl-primary {
    background-color: #9f8976;
  }
  [class][class] .color-xl-blue {
    color: #316DE4;
  }
  [class][class] .bg-xl-blue {
    background-color: #316DE4;
  }
  [class][class] .color-xl-lightBlue {
    color: #316DE4;
  }
  [class][class] .bg-xl-lightBlue {
    background-color: #316DE4;
  }
  [class][class] .color-xl-lightestBlue {
    color: #5A94FA;
  }
  [class][class] .bg-xl-lightestBlue {
    background-color: #5A94FA;
  }
  [class][class] .color-xl-darkBlue {
    color: #002B3C;
  }
  [class][class] .bg-xl-darkBlue {
    background-color: #002B3C;
  }
  [class][class] .color-xl-black {
    color: #000;
  }
  [class][class] .bg-xl-black {
    background-color: #000;
  }
  [class][class] .color-xl-white {
    color: #fff;
  }
  [class][class] .bg-xl-white {
    background-color: #fff;
  }
  [class][class] .color-xl-red {
    color: #C6091D;
  }
  [class][class] .bg-xl-red {
    background-color: #C6091D;
  }
  [class][class] .color-xl-green {
    color: #96c153;
  }
  [class][class] .bg-xl-green {
    background-color: #96c153;
  }
  [class][class] .color-xl-afterColor {
    color: #7CA6EC;
  }
  [class][class] .bg-xl-afterColor {
    background-color: #7CA6EC;
  }
  [class][class] .color-xl-bgColor {
    color: white;
  }
  [class][class] .bg-xl-bgColor {
    background-color: white;
  }
  [class][class] .color-xl-bgLight {
    color: #D6D8D9;
  }
  [class][class] .bg-xl-bgLight {
    background-color: #D6D8D9;
  }
  [class][class] .color-xl-bodyColor {
    color: #505050;
  }
  [class][class] .bg-xl-bodyColor {
    background-color: #505050;
  }
  [class][class] .color-xl-defHeadingColor {
    color: #9f8976;
  }
  [class][class] .bg-xl-defHeadingColor {
    background-color: #9f8976;
  }
  [class][class] .color-xl-headingColor {
    color: #9f8976;
  }
  [class][class] .bg-xl-headingColor {
    background-color: #9f8976;
  }
  [class][class] .color-xl-bgFooterTop {
    color: #002B3C;
  }
  [class][class] .bg-xl-bgFooterTop {
    background-color: #002B3C;
  }
  [class][class] .color-xl-bgFooterBottom {
    color: #332c25;
  }
  [class][class] .bg-xl-bgFooterBottom {
    background-color: #332c25;
  }
  [class][class] .color-xl-linkColor {
    color: #9f8976;
  }
  [class][class] .bg-xl-linkColor {
    background-color: #9f8976;
  }
  [class][class] .color-xl-linkColorHover {
    color: #002B3C;
  }
  [class][class] .bg-xl-linkColorHover {
    background-color: #002B3C;
  }
  [class][class] .color-xl-contentLine {
    color: #91B6C8;
  }
  [class][class] .bg-xl-contentLine {
    background-color: #91B6C8;
  }
  [class][class] .color-xl-footerBorder {
    color: #91B6C8;
  }
  [class][class] .bg-xl-footerBorder {
    background-color: #91B6C8;
  }
  [class][class] .color-xl-lightTitle {
    color: rgba(191, 206, 213, 0.8);
  }
  [class][class] .bg-xl-lightTitle {
    background-color: rgba(191, 206, 213, 0.8);
  }
  [class][class] .color-xl-lightTitleWhite {
    color: #99a5aa;
  }
  [class][class] .bg-xl-lightTitleWhite {
    background-color: #99a5aa;
  }
  [class][class] .color-xl-bgLightBorder {
    color: #BFCED5;
  }
  [class][class] .bg-xl-bgLightBorder {
    background-color: #BFCED5;
  }
  [class][class] .color-xl-bgLightBorderCikCak {
    color: #C7D4DA;
  }
  [class][class] .bg-xl-bgLightBorderCikCak {
    background-color: #C7D4DA;
  }
  [class][class] .color-xl-placeholderColor {
    color: #AAABB2;
  }
  [class][class] .bg-xl-placeholderColor {
    background-color: #AAABB2;
  }
  [class][class] .color-xl-filterBg {
    color: #002131;
  }
  [class][class] .bg-xl-filterBg {
    background-color: #002131;
  }
  [class][class] .color-xl-mapLabelBg {
    color: #E1ECFF;
  }
  [class][class] .bg-xl-mapLabelBg {
    background-color: #E1ECFF;
  }
  [class][class] .color-xl-inputBorder {
    color: #939393;
  }
  [class][class] .bg-xl-inputBorder {
    background-color: #939393;
  }
  [class][class] .text-xl-xs[class] {
    font-size: 14px;
  }
  [class][class] .text-xl-small[class] {
    font-size: 14px;
  }
  [class][class] .text-xl-normal[class] {
    font-size: 16px;
  }
  [class][class] .text-xl-large[class] {
    font-size: 17px;
  }
  [class][class] .text-xl-xl[class] {
    font-size: 18px;
  }
  [class][class] .text-xl-xxl[class] {
    font-size: 24px;
  }
  [class][class] .text-xl-xxxl[class] {
    font-size: 32px;
  }
  [class][class] .text-xl-xxxxl[class] {
    font-size: 64px;
  }
  [class][class] .text-xl-extract(xs, small, normal, large, xl, xxl, xxxl, xxxxl, 9)[class] {
    font-size: 48px;
  }
  [class][class] .weight-xl-thin[class] {
    font-weight: 100;
  }
  [class][class] .weight-xl-lighter[class] {
    font-weight: 200;
  }
  [class][class] .weight-xl-light[class] {
    font-weight: 300;
  }
  [class][class] .weight-xl-normal[class] {
    font-weight: 400;
  }
  [class][class] .weight-xl-medium[class] {
    font-weight: 500;
  }
  [class][class] .weight-xl-semibold[class] {
    font-weight: 600;
  }
  [class][class] .weight-xl-bold[class] {
    font-weight: 700;
  }
  [class][class] .weight-xl-bolder[class] {
    font-weight: 800;
  }
  [class][class] .weight-xl-black[class] {
    font-weight: 900;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) {
  [class][class] .color-xl-primary-only {
    color: #9f8976;
  }
  [class][class] .bg-xl-primary-only {
    background-color: #9f8976;
  }
  [class][class] .color-xl-blue-only {
    color: #316DE4;
  }
  [class][class] .bg-xl-blue-only {
    background-color: #316DE4;
  }
  [class][class] .color-xl-lightBlue-only {
    color: #316DE4;
  }
  [class][class] .bg-xl-lightBlue-only {
    background-color: #316DE4;
  }
  [class][class] .color-xl-lightestBlue-only {
    color: #5A94FA;
  }
  [class][class] .bg-xl-lightestBlue-only {
    background-color: #5A94FA;
  }
  [class][class] .color-xl-darkBlue-only {
    color: #002B3C;
  }
  [class][class] .bg-xl-darkBlue-only {
    background-color: #002B3C;
  }
  [class][class] .color-xl-black-only {
    color: #000;
  }
  [class][class] .bg-xl-black-only {
    background-color: #000;
  }
  [class][class] .color-xl-white-only {
    color: #fff;
  }
  [class][class] .bg-xl-white-only {
    background-color: #fff;
  }
  [class][class] .color-xl-red-only {
    color: #C6091D;
  }
  [class][class] .bg-xl-red-only {
    background-color: #C6091D;
  }
  [class][class] .color-xl-green-only {
    color: #96c153;
  }
  [class][class] .bg-xl-green-only {
    background-color: #96c153;
  }
  [class][class] .color-xl-afterColor-only {
    color: #7CA6EC;
  }
  [class][class] .bg-xl-afterColor-only {
    background-color: #7CA6EC;
  }
  [class][class] .color-xl-bgColor-only {
    color: white;
  }
  [class][class] .bg-xl-bgColor-only {
    background-color: white;
  }
  [class][class] .color-xl-bgLight-only {
    color: #D6D8D9;
  }
  [class][class] .bg-xl-bgLight-only {
    background-color: #D6D8D9;
  }
  [class][class] .color-xl-bodyColor-only {
    color: #505050;
  }
  [class][class] .bg-xl-bodyColor-only {
    background-color: #505050;
  }
  [class][class] .color-xl-defHeadingColor-only {
    color: #9f8976;
  }
  [class][class] .bg-xl-defHeadingColor-only {
    background-color: #9f8976;
  }
  [class][class] .color-xl-headingColor-only {
    color: #9f8976;
  }
  [class][class] .bg-xl-headingColor-only {
    background-color: #9f8976;
  }
  [class][class] .color-xl-bgFooterTop-only {
    color: #002B3C;
  }
  [class][class] .bg-xl-bgFooterTop-only {
    background-color: #002B3C;
  }
  [class][class] .color-xl-bgFooterBottom-only {
    color: #332c25;
  }
  [class][class] .bg-xl-bgFooterBottom-only {
    background-color: #332c25;
  }
  [class][class] .color-xl-linkColor-only {
    color: #9f8976;
  }
  [class][class] .bg-xl-linkColor-only {
    background-color: #9f8976;
  }
  [class][class] .color-xl-linkColorHover-only {
    color: #002B3C;
  }
  [class][class] .bg-xl-linkColorHover-only {
    background-color: #002B3C;
  }
  [class][class] .color-xl-contentLine-only {
    color: #91B6C8;
  }
  [class][class] .bg-xl-contentLine-only {
    background-color: #91B6C8;
  }
  [class][class] .color-xl-footerBorder-only {
    color: #91B6C8;
  }
  [class][class] .bg-xl-footerBorder-only {
    background-color: #91B6C8;
  }
  [class][class] .color-xl-lightTitle-only {
    color: rgba(191, 206, 213, 0.8);
  }
  [class][class] .bg-xl-lightTitle-only {
    background-color: rgba(191, 206, 213, 0.8);
  }
  [class][class] .color-xl-lightTitleWhite-only {
    color: #99a5aa;
  }
  [class][class] .bg-xl-lightTitleWhite-only {
    background-color: #99a5aa;
  }
  [class][class] .color-xl-bgLightBorder-only {
    color: #BFCED5;
  }
  [class][class] .bg-xl-bgLightBorder-only {
    background-color: #BFCED5;
  }
  [class][class] .color-xl-bgLightBorderCikCak-only {
    color: #C7D4DA;
  }
  [class][class] .bg-xl-bgLightBorderCikCak-only {
    background-color: #C7D4DA;
  }
  [class][class] .color-xl-placeholderColor-only {
    color: #AAABB2;
  }
  [class][class] .bg-xl-placeholderColor-only {
    background-color: #AAABB2;
  }
  [class][class] .color-xl-filterBg-only {
    color: #002131;
  }
  [class][class] .bg-xl-filterBg-only {
    background-color: #002131;
  }
  [class][class] .color-xl-mapLabelBg-only {
    color: #E1ECFF;
  }
  [class][class] .bg-xl-mapLabelBg-only {
    background-color: #E1ECFF;
  }
  [class][class] .color-xl-inputBorder-only {
    color: #939393;
  }
  [class][class] .bg-xl-inputBorder-only {
    background-color: #939393;
  }
  [class][class] .text-xl-xs-only {
    font-size: 14px;
  }
  [class][class] .text-xl-small-only {
    font-size: 14px;
  }
  [class][class] .text-xl-normal-only {
    font-size: 16px;
  }
  [class][class] .text-xl-large-only {
    font-size: 17px;
  }
  [class][class] .text-xl-xl-only {
    font-size: 18px;
  }
  [class][class] .text-xl-xxl-only {
    font-size: 24px;
  }
  [class][class] .text-xl-xxxl-only {
    font-size: 32px;
  }
  [class][class] .text-xl-xxxxl-only {
    font-size: 64px;
  }
  [class][class] .text-xl-extract(xs, small, normal, large, xl, xxl, xxxl, xxxxl, 9)-only {
    font-size: 48px;
  }
  [class][class] .weight-xl-thin-only {
    font-weight: 100;
  }
  [class][class] .weight-xl-lighter-only {
    font-weight: 200;
  }
  [class][class] .weight-xl-light-only {
    font-weight: 300;
  }
  [class][class] .weight-xl-normal-only {
    font-weight: 400;
  }
  [class][class] .weight-xl-medium-only {
    font-weight: 500;
  }
  [class][class] .weight-xl-semibold-only {
    font-weight: 600;
  }
  [class][class] .weight-xl-bold-only {
    font-weight: 700;
  }
  [class][class] .weight-xl-bolder-only {
    font-weight: 800;
  }
  [class][class] .weight-xl-black-only {
    font-weight: 900;
  }
}
@media (min-width: 1408px) {
  [class][class] .color-xxl-primary {
    color: #9f8976;
  }
  [class][class] .bg-xxl-primary {
    background-color: #9f8976;
  }
  [class][class] .color-xxl-blue {
    color: #316DE4;
  }
  [class][class] .bg-xxl-blue {
    background-color: #316DE4;
  }
  [class][class] .color-xxl-lightBlue {
    color: #316DE4;
  }
  [class][class] .bg-xxl-lightBlue {
    background-color: #316DE4;
  }
  [class][class] .color-xxl-lightestBlue {
    color: #5A94FA;
  }
  [class][class] .bg-xxl-lightestBlue {
    background-color: #5A94FA;
  }
  [class][class] .color-xxl-darkBlue {
    color: #002B3C;
  }
  [class][class] .bg-xxl-darkBlue {
    background-color: #002B3C;
  }
  [class][class] .color-xxl-black {
    color: #000;
  }
  [class][class] .bg-xxl-black {
    background-color: #000;
  }
  [class][class] .color-xxl-white {
    color: #fff;
  }
  [class][class] .bg-xxl-white {
    background-color: #fff;
  }
  [class][class] .color-xxl-red {
    color: #C6091D;
  }
  [class][class] .bg-xxl-red {
    background-color: #C6091D;
  }
  [class][class] .color-xxl-green {
    color: #96c153;
  }
  [class][class] .bg-xxl-green {
    background-color: #96c153;
  }
  [class][class] .color-xxl-afterColor {
    color: #7CA6EC;
  }
  [class][class] .bg-xxl-afterColor {
    background-color: #7CA6EC;
  }
  [class][class] .color-xxl-bgColor {
    color: white;
  }
  [class][class] .bg-xxl-bgColor {
    background-color: white;
  }
  [class][class] .color-xxl-bgLight {
    color: #D6D8D9;
  }
  [class][class] .bg-xxl-bgLight {
    background-color: #D6D8D9;
  }
  [class][class] .color-xxl-bodyColor {
    color: #505050;
  }
  [class][class] .bg-xxl-bodyColor {
    background-color: #505050;
  }
  [class][class] .color-xxl-defHeadingColor {
    color: #9f8976;
  }
  [class][class] .bg-xxl-defHeadingColor {
    background-color: #9f8976;
  }
  [class][class] .color-xxl-headingColor {
    color: #9f8976;
  }
  [class][class] .bg-xxl-headingColor {
    background-color: #9f8976;
  }
  [class][class] .color-xxl-bgFooterTop {
    color: #002B3C;
  }
  [class][class] .bg-xxl-bgFooterTop {
    background-color: #002B3C;
  }
  [class][class] .color-xxl-bgFooterBottom {
    color: #332c25;
  }
  [class][class] .bg-xxl-bgFooterBottom {
    background-color: #332c25;
  }
  [class][class] .color-xxl-linkColor {
    color: #9f8976;
  }
  [class][class] .bg-xxl-linkColor {
    background-color: #9f8976;
  }
  [class][class] .color-xxl-linkColorHover {
    color: #002B3C;
  }
  [class][class] .bg-xxl-linkColorHover {
    background-color: #002B3C;
  }
  [class][class] .color-xxl-contentLine {
    color: #91B6C8;
  }
  [class][class] .bg-xxl-contentLine {
    background-color: #91B6C8;
  }
  [class][class] .color-xxl-footerBorder {
    color: #91B6C8;
  }
  [class][class] .bg-xxl-footerBorder {
    background-color: #91B6C8;
  }
  [class][class] .color-xxl-lightTitle {
    color: rgba(191, 206, 213, 0.8);
  }
  [class][class] .bg-xxl-lightTitle {
    background-color: rgba(191, 206, 213, 0.8);
  }
  [class][class] .color-xxl-lightTitleWhite {
    color: #99a5aa;
  }
  [class][class] .bg-xxl-lightTitleWhite {
    background-color: #99a5aa;
  }
  [class][class] .color-xxl-bgLightBorder {
    color: #BFCED5;
  }
  [class][class] .bg-xxl-bgLightBorder {
    background-color: #BFCED5;
  }
  [class][class] .color-xxl-bgLightBorderCikCak {
    color: #C7D4DA;
  }
  [class][class] .bg-xxl-bgLightBorderCikCak {
    background-color: #C7D4DA;
  }
  [class][class] .color-xxl-placeholderColor {
    color: #AAABB2;
  }
  [class][class] .bg-xxl-placeholderColor {
    background-color: #AAABB2;
  }
  [class][class] .color-xxl-filterBg {
    color: #002131;
  }
  [class][class] .bg-xxl-filterBg {
    background-color: #002131;
  }
  [class][class] .color-xxl-mapLabelBg {
    color: #E1ECFF;
  }
  [class][class] .bg-xxl-mapLabelBg {
    background-color: #E1ECFF;
  }
  [class][class] .color-xxl-inputBorder {
    color: #939393;
  }
  [class][class] .bg-xxl-inputBorder {
    background-color: #939393;
  }
  [class][class] .text-xxl-xs[class] {
    font-size: 14px;
  }
  [class][class] .text-xxl-small[class] {
    font-size: 14px;
  }
  [class][class] .text-xxl-normal[class] {
    font-size: 16px;
  }
  [class][class] .text-xxl-large[class] {
    font-size: 17px;
  }
  [class][class] .text-xxl-xl[class] {
    font-size: 18px;
  }
  [class][class] .text-xxl-xxl[class] {
    font-size: 24px;
  }
  [class][class] .text-xxl-xxxl[class] {
    font-size: 32px;
  }
  [class][class] .text-xxl-xxxxl[class] {
    font-size: 64px;
  }
  [class][class] .text-xxl-extract(xs, small, normal, large, xl, xxl, xxxl, xxxxl, 9)[class] {
    font-size: 48px;
  }
  [class][class] .weight-xxl-thin[class] {
    font-weight: 100;
  }
  [class][class] .weight-xxl-lighter[class] {
    font-weight: 200;
  }
  [class][class] .weight-xxl-light[class] {
    font-weight: 300;
  }
  [class][class] .weight-xxl-normal[class] {
    font-weight: 400;
  }
  [class][class] .weight-xxl-medium[class] {
    font-weight: 500;
  }
  [class][class] .weight-xxl-semibold[class] {
    font-weight: 600;
  }
  [class][class] .weight-xxl-bold[class] {
    font-weight: 700;
  }
  [class][class] .weight-xxl-bolder[class] {
    font-weight: 800;
  }
  [class][class] .weight-xxl-black[class] {
    font-weight: 900;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) {
  [class][class] .color-xxl-primary-only {
    color: #9f8976;
  }
  [class][class] .bg-xxl-primary-only {
    background-color: #9f8976;
  }
  [class][class] .color-xxl-blue-only {
    color: #316DE4;
  }
  [class][class] .bg-xxl-blue-only {
    background-color: #316DE4;
  }
  [class][class] .color-xxl-lightBlue-only {
    color: #316DE4;
  }
  [class][class] .bg-xxl-lightBlue-only {
    background-color: #316DE4;
  }
  [class][class] .color-xxl-lightestBlue-only {
    color: #5A94FA;
  }
  [class][class] .bg-xxl-lightestBlue-only {
    background-color: #5A94FA;
  }
  [class][class] .color-xxl-darkBlue-only {
    color: #002B3C;
  }
  [class][class] .bg-xxl-darkBlue-only {
    background-color: #002B3C;
  }
  [class][class] .color-xxl-black-only {
    color: #000;
  }
  [class][class] .bg-xxl-black-only {
    background-color: #000;
  }
  [class][class] .color-xxl-white-only {
    color: #fff;
  }
  [class][class] .bg-xxl-white-only {
    background-color: #fff;
  }
  [class][class] .color-xxl-red-only {
    color: #C6091D;
  }
  [class][class] .bg-xxl-red-only {
    background-color: #C6091D;
  }
  [class][class] .color-xxl-green-only {
    color: #96c153;
  }
  [class][class] .bg-xxl-green-only {
    background-color: #96c153;
  }
  [class][class] .color-xxl-afterColor-only {
    color: #7CA6EC;
  }
  [class][class] .bg-xxl-afterColor-only {
    background-color: #7CA6EC;
  }
  [class][class] .color-xxl-bgColor-only {
    color: white;
  }
  [class][class] .bg-xxl-bgColor-only {
    background-color: white;
  }
  [class][class] .color-xxl-bgLight-only {
    color: #D6D8D9;
  }
  [class][class] .bg-xxl-bgLight-only {
    background-color: #D6D8D9;
  }
  [class][class] .color-xxl-bodyColor-only {
    color: #505050;
  }
  [class][class] .bg-xxl-bodyColor-only {
    background-color: #505050;
  }
  [class][class] .color-xxl-defHeadingColor-only {
    color: #9f8976;
  }
  [class][class] .bg-xxl-defHeadingColor-only {
    background-color: #9f8976;
  }
  [class][class] .color-xxl-headingColor-only {
    color: #9f8976;
  }
  [class][class] .bg-xxl-headingColor-only {
    background-color: #9f8976;
  }
  [class][class] .color-xxl-bgFooterTop-only {
    color: #002B3C;
  }
  [class][class] .bg-xxl-bgFooterTop-only {
    background-color: #002B3C;
  }
  [class][class] .color-xxl-bgFooterBottom-only {
    color: #332c25;
  }
  [class][class] .bg-xxl-bgFooterBottom-only {
    background-color: #332c25;
  }
  [class][class] .color-xxl-linkColor-only {
    color: #9f8976;
  }
  [class][class] .bg-xxl-linkColor-only {
    background-color: #9f8976;
  }
  [class][class] .color-xxl-linkColorHover-only {
    color: #002B3C;
  }
  [class][class] .bg-xxl-linkColorHover-only {
    background-color: #002B3C;
  }
  [class][class] .color-xxl-contentLine-only {
    color: #91B6C8;
  }
  [class][class] .bg-xxl-contentLine-only {
    background-color: #91B6C8;
  }
  [class][class] .color-xxl-footerBorder-only {
    color: #91B6C8;
  }
  [class][class] .bg-xxl-footerBorder-only {
    background-color: #91B6C8;
  }
  [class][class] .color-xxl-lightTitle-only {
    color: rgba(191, 206, 213, 0.8);
  }
  [class][class] .bg-xxl-lightTitle-only {
    background-color: rgba(191, 206, 213, 0.8);
  }
  [class][class] .color-xxl-lightTitleWhite-only {
    color: #99a5aa;
  }
  [class][class] .bg-xxl-lightTitleWhite-only {
    background-color: #99a5aa;
  }
  [class][class] .color-xxl-bgLightBorder-only {
    color: #BFCED5;
  }
  [class][class] .bg-xxl-bgLightBorder-only {
    background-color: #BFCED5;
  }
  [class][class] .color-xxl-bgLightBorderCikCak-only {
    color: #C7D4DA;
  }
  [class][class] .bg-xxl-bgLightBorderCikCak-only {
    background-color: #C7D4DA;
  }
  [class][class] .color-xxl-placeholderColor-only {
    color: #AAABB2;
  }
  [class][class] .bg-xxl-placeholderColor-only {
    background-color: #AAABB2;
  }
  [class][class] .color-xxl-filterBg-only {
    color: #002131;
  }
  [class][class] .bg-xxl-filterBg-only {
    background-color: #002131;
  }
  [class][class] .color-xxl-mapLabelBg-only {
    color: #E1ECFF;
  }
  [class][class] .bg-xxl-mapLabelBg-only {
    background-color: #E1ECFF;
  }
  [class][class] .color-xxl-inputBorder-only {
    color: #939393;
  }
  [class][class] .bg-xxl-inputBorder-only {
    background-color: #939393;
  }
  [class][class] .text-xxl-xs-only {
    font-size: 14px;
  }
  [class][class] .text-xxl-small-only {
    font-size: 14px;
  }
  [class][class] .text-xxl-normal-only {
    font-size: 16px;
  }
  [class][class] .text-xxl-large-only {
    font-size: 17px;
  }
  [class][class] .text-xxl-xl-only {
    font-size: 18px;
  }
  [class][class] .text-xxl-xxl-only {
    font-size: 24px;
  }
  [class][class] .text-xxl-xxxl-only {
    font-size: 32px;
  }
  [class][class] .text-xxl-xxxxl-only {
    font-size: 64px;
  }
  [class][class] .text-xxl-extract(xs, small, normal, large, xl, xxl, xxxl, xxxxl, 9)-only {
    font-size: 48px;
  }
  [class][class] .weight-xxl-thin-only {
    font-weight: 100;
  }
  [class][class] .weight-xxl-lighter-only {
    font-weight: 200;
  }
  [class][class] .weight-xxl-light-only {
    font-weight: 300;
  }
  [class][class] .weight-xxl-normal-only {
    font-weight: 400;
  }
  [class][class] .weight-xxl-medium-only {
    font-weight: 500;
  }
  [class][class] .weight-xxl-semibold-only {
    font-weight: 600;
  }
  [class][class] .weight-xxl-bold-only {
    font-weight: 700;
  }
  [class][class] .weight-xxl-bolder-only {
    font-weight: 800;
  }
  [class][class] .weight-xxl-black-only {
    font-weight: 900;
  }
}
@media (min-width: 0) {
  [class][class][class].m-null {
    margin: 0px;
  }
  [class][class][class].mt-null,
  [class][class][class].my-null {
    margin-top: 0px;
  }
  [class][class][class].mr-null,
  [class][class][class].mx-null {
    margin-right: 0px;
  }
  [class][class][class].mb-null,
  [class][class][class].my-null {
    margin-bottom: 0px;
  }
  [class][class][class].ml-null,
  [class][class][class].mx-null {
    margin-left: 0px;
  }
  [class][class][class].m-null-neg {
    margin: 0px;
  }
  [class][class][class].mt-null-neg,
  [class][class][class].my-null-neg {
    margin-top: 0px;
  }
  [class][class][class].mr-null-neg,
  [class][class][class].mx-null-neg {
    margin-right: 0px;
  }
  [class][class][class].mb-null-neg,
  [class][class][class].my-null-neg {
    margin-bottom: 0px;
  }
  [class][class][class].ml-null-neg,
  [class][class][class].mx-null-neg {
    margin-left: 0px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) {
  [class][class][class].m-null-only {
    margin: 0px;
  }
  [class][class][class].mt-null-only,
  [class][class][class].my-null-only {
    margin-top: 0px;
  }
  [class][class][class].mr-null-only,
  [class][class][class].mx-null-only {
    margin-right: 0px;
  }
  [class][class][class].mb-null-only,
  [class][class][class].my-null-only {
    margin-bottom: 0px;
  }
  [class][class][class].ml-null-only,
  [class][class][class].mx-null-only {
    margin-left: 0px;
  }
}
@media (min-width: 0) {
  [class][class][class].m-xxs {
    margin: 10px;
  }
  [class][class][class].mt-xxs,
  [class][class][class].my-xxs {
    margin-top: 10px;
  }
  [class][class][class].mr-xxs,
  [class][class][class].mx-xxs {
    margin-right: 10px;
  }
  [class][class][class].mb-xxs,
  [class][class][class].my-xxs {
    margin-bottom: 10px;
  }
  [class][class][class].ml-xxs,
  [class][class][class].mx-xxs {
    margin-left: 10px;
  }
  [class][class][class].m-xxs-neg {
    margin: -10px;
  }
  [class][class][class].mt-xxs-neg,
  [class][class][class].my-xxs-neg {
    margin-top: -10px;
  }
  [class][class][class].mr-xxs-neg,
  [class][class][class].mx-xxs-neg {
    margin-right: -10px;
  }
  [class][class][class].mb-xxs-neg,
  [class][class][class].my-xxs-neg {
    margin-bottom: -10px;
  }
  [class][class][class].ml-xxs-neg,
  [class][class][class].mx-xxs-neg {
    margin-left: -10px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) {
  [class][class][class].m-xxs-only {
    margin: 10px;
  }
  [class][class][class].mt-xxs-only,
  [class][class][class].my-xxs-only {
    margin-top: 10px;
  }
  [class][class][class].mr-xxs-only,
  [class][class][class].mx-xxs-only {
    margin-right: 10px;
  }
  [class][class][class].mb-xxs-only,
  [class][class][class].my-xxs-only {
    margin-bottom: 10px;
  }
  [class][class][class].ml-xxs-only,
  [class][class][class].mx-xxs-only {
    margin-left: 10px;
  }
}
@media (min-width: 0) {
  [class][class][class].m-xs {
    margin: 20px;
  }
  [class][class][class].mt-xs,
  [class][class][class].my-xs {
    margin-top: 20px;
  }
  [class][class][class].mr-xs,
  [class][class][class].mx-xs {
    margin-right: 20px;
  }
  [class][class][class].mb-xs,
  [class][class][class].my-xs {
    margin-bottom: 20px;
  }
  [class][class][class].ml-xs,
  [class][class][class].mx-xs {
    margin-left: 20px;
  }
  [class][class][class].m-xs-neg {
    margin: -20px;
  }
  [class][class][class].mt-xs-neg,
  [class][class][class].my-xs-neg {
    margin-top: -20px;
  }
  [class][class][class].mr-xs-neg,
  [class][class][class].mx-xs-neg {
    margin-right: -20px;
  }
  [class][class][class].mb-xs-neg,
  [class][class][class].my-xs-neg {
    margin-bottom: -20px;
  }
  [class][class][class].ml-xs-neg,
  [class][class][class].mx-xs-neg {
    margin-left: -20px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) {
  [class][class][class].m-xs-only {
    margin: 20px;
  }
  [class][class][class].mt-xs-only,
  [class][class][class].my-xs-only {
    margin-top: 20px;
  }
  [class][class][class].mr-xs-only,
  [class][class][class].mx-xs-only {
    margin-right: 20px;
  }
  [class][class][class].mb-xs-only,
  [class][class][class].my-xs-only {
    margin-bottom: 20px;
  }
  [class][class][class].ml-xs-only,
  [class][class][class].mx-xs-only {
    margin-left: 20px;
  }
}
@media (min-width: 0) {
  [class][class][class].m-small {
    margin: 30px;
  }
  [class][class][class].mt-small,
  [class][class][class].my-small {
    margin-top: 30px;
  }
  [class][class][class].mr-small,
  [class][class][class].mx-small {
    margin-right: 30px;
  }
  [class][class][class].mb-small,
  [class][class][class].my-small {
    margin-bottom: 30px;
  }
  [class][class][class].ml-small,
  [class][class][class].mx-small {
    margin-left: 30px;
  }
  [class][class][class].m-small-neg {
    margin: -30px;
  }
  [class][class][class].mt-small-neg,
  [class][class][class].my-small-neg {
    margin-top: -30px;
  }
  [class][class][class].mr-small-neg,
  [class][class][class].mx-small-neg {
    margin-right: -30px;
  }
  [class][class][class].mb-small-neg,
  [class][class][class].my-small-neg {
    margin-bottom: -30px;
  }
  [class][class][class].ml-small-neg,
  [class][class][class].mx-small-neg {
    margin-left: -30px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) {
  [class][class][class].m-small-only {
    margin: 30px;
  }
  [class][class][class].mt-small-only,
  [class][class][class].my-small-only {
    margin-top: 30px;
  }
  [class][class][class].mr-small-only,
  [class][class][class].mx-small-only {
    margin-right: 30px;
  }
  [class][class][class].mb-small-only,
  [class][class][class].my-small-only {
    margin-bottom: 30px;
  }
  [class][class][class].ml-small-only,
  [class][class][class].mx-small-only {
    margin-left: 30px;
  }
}
@media (min-width: 0) {
  [class][class][class].m-normal {
    margin: 40px;
  }
  [class][class][class].mt-normal,
  [class][class][class].my-normal {
    margin-top: 40px;
  }
  [class][class][class].mr-normal,
  [class][class][class].mx-normal {
    margin-right: 40px;
  }
  [class][class][class].mb-normal,
  [class][class][class].my-normal {
    margin-bottom: 40px;
  }
  [class][class][class].ml-normal,
  [class][class][class].mx-normal {
    margin-left: 40px;
  }
  [class][class][class].m-normal-neg {
    margin: -40px;
  }
  [class][class][class].mt-normal-neg,
  [class][class][class].my-normal-neg {
    margin-top: -40px;
  }
  [class][class][class].mr-normal-neg,
  [class][class][class].mx-normal-neg {
    margin-right: -40px;
  }
  [class][class][class].mb-normal-neg,
  [class][class][class].my-normal-neg {
    margin-bottom: -40px;
  }
  [class][class][class].ml-normal-neg,
  [class][class][class].mx-normal-neg {
    margin-left: -40px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) {
  [class][class][class].m-normal-only {
    margin: 40px;
  }
  [class][class][class].mt-normal-only,
  [class][class][class].my-normal-only {
    margin-top: 40px;
  }
  [class][class][class].mr-normal-only,
  [class][class][class].mx-normal-only {
    margin-right: 40px;
  }
  [class][class][class].mb-normal-only,
  [class][class][class].my-normal-only {
    margin-bottom: 40px;
  }
  [class][class][class].ml-normal-only,
  [class][class][class].mx-normal-only {
    margin-left: 40px;
  }
}
@media (min-width: 0) {
  [class][class][class].m-large {
    margin: 50px;
  }
  [class][class][class].mt-large,
  [class][class][class].my-large {
    margin-top: 50px;
  }
  [class][class][class].mr-large,
  [class][class][class].mx-large {
    margin-right: 50px;
  }
  [class][class][class].mb-large,
  [class][class][class].my-large {
    margin-bottom: 50px;
  }
  [class][class][class].ml-large,
  [class][class][class].mx-large {
    margin-left: 50px;
  }
  [class][class][class].m-large-neg {
    margin: -50px;
  }
  [class][class][class].mt-large-neg,
  [class][class][class].my-large-neg {
    margin-top: -50px;
  }
  [class][class][class].mr-large-neg,
  [class][class][class].mx-large-neg {
    margin-right: -50px;
  }
  [class][class][class].mb-large-neg,
  [class][class][class].my-large-neg {
    margin-bottom: -50px;
  }
  [class][class][class].ml-large-neg,
  [class][class][class].mx-large-neg {
    margin-left: -50px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) {
  [class][class][class].m-large-only {
    margin: 50px;
  }
  [class][class][class].mt-large-only,
  [class][class][class].my-large-only {
    margin-top: 50px;
  }
  [class][class][class].mr-large-only,
  [class][class][class].mx-large-only {
    margin-right: 50px;
  }
  [class][class][class].mb-large-only,
  [class][class][class].my-large-only {
    margin-bottom: 50px;
  }
  [class][class][class].ml-large-only,
  [class][class][class].mx-large-only {
    margin-left: 50px;
  }
}
@media (min-width: 0) {
  [class][class][class].m-xl {
    margin: 60px;
  }
  [class][class][class].mt-xl,
  [class][class][class].my-xl {
    margin-top: 60px;
  }
  [class][class][class].mr-xl,
  [class][class][class].mx-xl {
    margin-right: 60px;
  }
  [class][class][class].mb-xl,
  [class][class][class].my-xl {
    margin-bottom: 60px;
  }
  [class][class][class].ml-xl,
  [class][class][class].mx-xl {
    margin-left: 60px;
  }
  [class][class][class].m-xl-neg {
    margin: -60px;
  }
  [class][class][class].mt-xl-neg,
  [class][class][class].my-xl-neg {
    margin-top: -60px;
  }
  [class][class][class].mr-xl-neg,
  [class][class][class].mx-xl-neg {
    margin-right: -60px;
  }
  [class][class][class].mb-xl-neg,
  [class][class][class].my-xl-neg {
    margin-bottom: -60px;
  }
  [class][class][class].ml-xl-neg,
  [class][class][class].mx-xl-neg {
    margin-left: -60px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) {
  [class][class][class].m-xl-only {
    margin: 60px;
  }
  [class][class][class].mt-xl-only,
  [class][class][class].my-xl-only {
    margin-top: 60px;
  }
  [class][class][class].mr-xl-only,
  [class][class][class].mx-xl-only {
    margin-right: 60px;
  }
  [class][class][class].mb-xl-only,
  [class][class][class].my-xl-only {
    margin-bottom: 60px;
  }
  [class][class][class].ml-xl-only,
  [class][class][class].mx-xl-only {
    margin-left: 60px;
  }
}
@media (min-width: 0) {
  [class][class][class].m-xxl {
    margin: 70px;
  }
  [class][class][class].mt-xxl,
  [class][class][class].my-xxl {
    margin-top: 70px;
  }
  [class][class][class].mr-xxl,
  [class][class][class].mx-xxl {
    margin-right: 70px;
  }
  [class][class][class].mb-xxl,
  [class][class][class].my-xxl {
    margin-bottom: 70px;
  }
  [class][class][class].ml-xxl,
  [class][class][class].mx-xxl {
    margin-left: 70px;
  }
  [class][class][class].m-xxl-neg {
    margin: -70px;
  }
  [class][class][class].mt-xxl-neg,
  [class][class][class].my-xxl-neg {
    margin-top: -70px;
  }
  [class][class][class].mr-xxl-neg,
  [class][class][class].mx-xxl-neg {
    margin-right: -70px;
  }
  [class][class][class].mb-xxl-neg,
  [class][class][class].my-xxl-neg {
    margin-bottom: -70px;
  }
  [class][class][class].ml-xxl-neg,
  [class][class][class].mx-xxl-neg {
    margin-left: -70px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) {
  [class][class][class].m-xxl-only {
    margin: 70px;
  }
  [class][class][class].mt-xxl-only,
  [class][class][class].my-xxl-only {
    margin-top: 70px;
  }
  [class][class][class].mr-xxl-only,
  [class][class][class].mx-xxl-only {
    margin-right: 70px;
  }
  [class][class][class].mb-xxl-only,
  [class][class][class].my-xxl-only {
    margin-bottom: 70px;
  }
  [class][class][class].ml-xxl-only,
  [class][class][class].mx-xxl-only {
    margin-left: 70px;
  }
}
@media (min-width: 0) {
  [class][class][class].m-xxxl {
    margin: 80px;
  }
  [class][class][class].mt-xxxl,
  [class][class][class].my-xxxl {
    margin-top: 80px;
  }
  [class][class][class].mr-xxxl,
  [class][class][class].mx-xxxl {
    margin-right: 80px;
  }
  [class][class][class].mb-xxxl,
  [class][class][class].my-xxxl {
    margin-bottom: 80px;
  }
  [class][class][class].ml-xxxl,
  [class][class][class].mx-xxxl {
    margin-left: 80px;
  }
  [class][class][class].m-xxxl-neg {
    margin: -80px;
  }
  [class][class][class].mt-xxxl-neg,
  [class][class][class].my-xxxl-neg {
    margin-top: -80px;
  }
  [class][class][class].mr-xxxl-neg,
  [class][class][class].mx-xxxl-neg {
    margin-right: -80px;
  }
  [class][class][class].mb-xxxl-neg,
  [class][class][class].my-xxxl-neg {
    margin-bottom: -80px;
  }
  [class][class][class].ml-xxxl-neg,
  [class][class][class].mx-xxxl-neg {
    margin-left: -80px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) {
  [class][class][class].m-xxxl-only {
    margin: 80px;
  }
  [class][class][class].mt-xxxl-only,
  [class][class][class].my-xxxl-only {
    margin-top: 80px;
  }
  [class][class][class].mr-xxxl-only,
  [class][class][class].mx-xxxl-only {
    margin-right: 80px;
  }
  [class][class][class].mb-xxxl-only,
  [class][class][class].my-xxxl-only {
    margin-bottom: 80px;
  }
  [class][class][class].ml-xxxl-only,
  [class][class][class].mx-xxxl-only {
    margin-left: 80px;
  }
}
@media (min-width: 0) {
  [class][class][class].m-huge {
    margin: 130px;
  }
  [class][class][class].mt-huge,
  [class][class][class].my-huge {
    margin-top: 130px;
  }
  [class][class][class].mr-huge,
  [class][class][class].mx-huge {
    margin-right: 130px;
  }
  [class][class][class].mb-huge,
  [class][class][class].my-huge {
    margin-bottom: 130px;
  }
  [class][class][class].ml-huge,
  [class][class][class].mx-huge {
    margin-left: 130px;
  }
  [class][class][class].m-huge-neg {
    margin: -130px;
  }
  [class][class][class].mt-huge-neg,
  [class][class][class].my-huge-neg {
    margin-top: -130px;
  }
  [class][class][class].mr-huge-neg,
  [class][class][class].mx-huge-neg {
    margin-right: -130px;
  }
  [class][class][class].mb-huge-neg,
  [class][class][class].my-huge-neg {
    margin-bottom: -130px;
  }
  [class][class][class].ml-huge-neg,
  [class][class][class].mx-huge-neg {
    margin-left: -130px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) {
  [class][class][class].m-huge-only {
    margin: 130px;
  }
  [class][class][class].mt-huge-only,
  [class][class][class].my-huge-only {
    margin-top: 130px;
  }
  [class][class][class].mr-huge-only,
  [class][class][class].mx-huge-only {
    margin-right: 130px;
  }
  [class][class][class].mb-huge-only,
  [class][class][class].my-huge-only {
    margin-bottom: 130px;
  }
  [class][class][class].ml-huge-only,
  [class][class][class].mx-huge-only {
    margin-left: 130px;
  }
}
@media (min-width: 0) {
  [class][class][class].p-null {
    padding: 0px;
  }
  [class][class][class].pt-null,
  [class][class][class].py-null {
    padding-top: 0px;
  }
  [class][class][class].pr-null,
  [class][class][class].px-null {
    padding-right: 0px;
  }
  [class][class][class].pb-null,
  [class][class][class].py-null {
    padding-bottom: 0px;
  }
  [class][class][class].pl-null,
  [class][class][class].px-null {
    padding-left: 0px;
  }
  [class][class][class].p-null-neg {
    padding: 0px;
  }
  [class][class][class].pt-null-neg,
  [class][class][class].py-null-neg {
    padding-top: 0px;
  }
  [class][class][class].pr-null-neg,
  [class][class][class].px-null-neg {
    padding-right: 0px;
  }
  [class][class][class].pb-null-neg,
  [class][class][class].py-null-neg {
    padding-bottom: 0px;
  }
  [class][class][class].pl-null-neg,
  [class][class][class].px-null-neg {
    padding-left: 0px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) {
  [class][class][class].p-null-only {
    padding: 0px;
  }
  [class][class][class].pt-null-only,
  [class][class][class].py-null-only {
    padding-top: 0px;
  }
  [class][class][class].pr-null-only,
  [class][class][class].px-null-only {
    padding-right: 0px;
  }
  [class][class][class].pb-null-only,
  [class][class][class].py-null-only {
    padding-bottom: 0px;
  }
  [class][class][class].pl-null-only,
  [class][class][class].px-null-only {
    padding-left: 0px;
  }
}
@media (min-width: 0) {
  [class][class][class].p-xxs {
    padding: 10px;
  }
  [class][class][class].pt-xxs,
  [class][class][class].py-xxs {
    padding-top: 10px;
  }
  [class][class][class].pr-xxs,
  [class][class][class].px-xxs {
    padding-right: 10px;
  }
  [class][class][class].pb-xxs,
  [class][class][class].py-xxs {
    padding-bottom: 10px;
  }
  [class][class][class].pl-xxs,
  [class][class][class].px-xxs {
    padding-left: 10px;
  }
  [class][class][class].p-xxs-neg {
    padding: -10px;
  }
  [class][class][class].pt-xxs-neg,
  [class][class][class].py-xxs-neg {
    padding-top: -10px;
  }
  [class][class][class].pr-xxs-neg,
  [class][class][class].px-xxs-neg {
    padding-right: -10px;
  }
  [class][class][class].pb-xxs-neg,
  [class][class][class].py-xxs-neg {
    padding-bottom: -10px;
  }
  [class][class][class].pl-xxs-neg,
  [class][class][class].px-xxs-neg {
    padding-left: -10px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) {
  [class][class][class].p-xxs-only {
    padding: 10px;
  }
  [class][class][class].pt-xxs-only,
  [class][class][class].py-xxs-only {
    padding-top: 10px;
  }
  [class][class][class].pr-xxs-only,
  [class][class][class].px-xxs-only {
    padding-right: 10px;
  }
  [class][class][class].pb-xxs-only,
  [class][class][class].py-xxs-only {
    padding-bottom: 10px;
  }
  [class][class][class].pl-xxs-only,
  [class][class][class].px-xxs-only {
    padding-left: 10px;
  }
}
@media (min-width: 0) {
  [class][class][class].p-xs {
    padding: 20px;
  }
  [class][class][class].pt-xs,
  [class][class][class].py-xs {
    padding-top: 20px;
  }
  [class][class][class].pr-xs,
  [class][class][class].px-xs {
    padding-right: 20px;
  }
  [class][class][class].pb-xs,
  [class][class][class].py-xs {
    padding-bottom: 20px;
  }
  [class][class][class].pl-xs,
  [class][class][class].px-xs {
    padding-left: 20px;
  }
  [class][class][class].p-xs-neg {
    padding: -20px;
  }
  [class][class][class].pt-xs-neg,
  [class][class][class].py-xs-neg {
    padding-top: -20px;
  }
  [class][class][class].pr-xs-neg,
  [class][class][class].px-xs-neg {
    padding-right: -20px;
  }
  [class][class][class].pb-xs-neg,
  [class][class][class].py-xs-neg {
    padding-bottom: -20px;
  }
  [class][class][class].pl-xs-neg,
  [class][class][class].px-xs-neg {
    padding-left: -20px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) {
  [class][class][class].p-xs-only {
    padding: 20px;
  }
  [class][class][class].pt-xs-only,
  [class][class][class].py-xs-only {
    padding-top: 20px;
  }
  [class][class][class].pr-xs-only,
  [class][class][class].px-xs-only {
    padding-right: 20px;
  }
  [class][class][class].pb-xs-only,
  [class][class][class].py-xs-only {
    padding-bottom: 20px;
  }
  [class][class][class].pl-xs-only,
  [class][class][class].px-xs-only {
    padding-left: 20px;
  }
}
@media (min-width: 0) {
  [class][class][class].p-small {
    padding: 30px;
  }
  [class][class][class].pt-small,
  [class][class][class].py-small {
    padding-top: 30px;
  }
  [class][class][class].pr-small,
  [class][class][class].px-small {
    padding-right: 30px;
  }
  [class][class][class].pb-small,
  [class][class][class].py-small {
    padding-bottom: 30px;
  }
  [class][class][class].pl-small,
  [class][class][class].px-small {
    padding-left: 30px;
  }
  [class][class][class].p-small-neg {
    padding: -30px;
  }
  [class][class][class].pt-small-neg,
  [class][class][class].py-small-neg {
    padding-top: -30px;
  }
  [class][class][class].pr-small-neg,
  [class][class][class].px-small-neg {
    padding-right: -30px;
  }
  [class][class][class].pb-small-neg,
  [class][class][class].py-small-neg {
    padding-bottom: -30px;
  }
  [class][class][class].pl-small-neg,
  [class][class][class].px-small-neg {
    padding-left: -30px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) {
  [class][class][class].p-small-only {
    padding: 30px;
  }
  [class][class][class].pt-small-only,
  [class][class][class].py-small-only {
    padding-top: 30px;
  }
  [class][class][class].pr-small-only,
  [class][class][class].px-small-only {
    padding-right: 30px;
  }
  [class][class][class].pb-small-only,
  [class][class][class].py-small-only {
    padding-bottom: 30px;
  }
  [class][class][class].pl-small-only,
  [class][class][class].px-small-only {
    padding-left: 30px;
  }
}
@media (min-width: 0) {
  [class][class][class].p-normal {
    padding: 40px;
  }
  [class][class][class].pt-normal,
  [class][class][class].py-normal {
    padding-top: 40px;
  }
  [class][class][class].pr-normal,
  [class][class][class].px-normal {
    padding-right: 40px;
  }
  [class][class][class].pb-normal,
  [class][class][class].py-normal {
    padding-bottom: 40px;
  }
  [class][class][class].pl-normal,
  [class][class][class].px-normal {
    padding-left: 40px;
  }
  [class][class][class].p-normal-neg {
    padding: -40px;
  }
  [class][class][class].pt-normal-neg,
  [class][class][class].py-normal-neg {
    padding-top: -40px;
  }
  [class][class][class].pr-normal-neg,
  [class][class][class].px-normal-neg {
    padding-right: -40px;
  }
  [class][class][class].pb-normal-neg,
  [class][class][class].py-normal-neg {
    padding-bottom: -40px;
  }
  [class][class][class].pl-normal-neg,
  [class][class][class].px-normal-neg {
    padding-left: -40px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) {
  [class][class][class].p-normal-only {
    padding: 40px;
  }
  [class][class][class].pt-normal-only,
  [class][class][class].py-normal-only {
    padding-top: 40px;
  }
  [class][class][class].pr-normal-only,
  [class][class][class].px-normal-only {
    padding-right: 40px;
  }
  [class][class][class].pb-normal-only,
  [class][class][class].py-normal-only {
    padding-bottom: 40px;
  }
  [class][class][class].pl-normal-only,
  [class][class][class].px-normal-only {
    padding-left: 40px;
  }
}
@media (min-width: 0) {
  [class][class][class].p-large {
    padding: 50px;
  }
  [class][class][class].pt-large,
  [class][class][class].py-large {
    padding-top: 50px;
  }
  [class][class][class].pr-large,
  [class][class][class].px-large {
    padding-right: 50px;
  }
  [class][class][class].pb-large,
  [class][class][class].py-large {
    padding-bottom: 50px;
  }
  [class][class][class].pl-large,
  [class][class][class].px-large {
    padding-left: 50px;
  }
  [class][class][class].p-large-neg {
    padding: -50px;
  }
  [class][class][class].pt-large-neg,
  [class][class][class].py-large-neg {
    padding-top: -50px;
  }
  [class][class][class].pr-large-neg,
  [class][class][class].px-large-neg {
    padding-right: -50px;
  }
  [class][class][class].pb-large-neg,
  [class][class][class].py-large-neg {
    padding-bottom: -50px;
  }
  [class][class][class].pl-large-neg,
  [class][class][class].px-large-neg {
    padding-left: -50px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) {
  [class][class][class].p-large-only {
    padding: 50px;
  }
  [class][class][class].pt-large-only,
  [class][class][class].py-large-only {
    padding-top: 50px;
  }
  [class][class][class].pr-large-only,
  [class][class][class].px-large-only {
    padding-right: 50px;
  }
  [class][class][class].pb-large-only,
  [class][class][class].py-large-only {
    padding-bottom: 50px;
  }
  [class][class][class].pl-large-only,
  [class][class][class].px-large-only {
    padding-left: 50px;
  }
}
@media (min-width: 0) {
  [class][class][class].p-xl {
    padding: 60px;
  }
  [class][class][class].pt-xl,
  [class][class][class].py-xl {
    padding-top: 60px;
  }
  [class][class][class].pr-xl,
  [class][class][class].px-xl {
    padding-right: 60px;
  }
  [class][class][class].pb-xl,
  [class][class][class].py-xl {
    padding-bottom: 60px;
  }
  [class][class][class].pl-xl,
  [class][class][class].px-xl {
    padding-left: 60px;
  }
  [class][class][class].p-xl-neg {
    padding: -60px;
  }
  [class][class][class].pt-xl-neg,
  [class][class][class].py-xl-neg {
    padding-top: -60px;
  }
  [class][class][class].pr-xl-neg,
  [class][class][class].px-xl-neg {
    padding-right: -60px;
  }
  [class][class][class].pb-xl-neg,
  [class][class][class].py-xl-neg {
    padding-bottom: -60px;
  }
  [class][class][class].pl-xl-neg,
  [class][class][class].px-xl-neg {
    padding-left: -60px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) {
  [class][class][class].p-xl-only {
    padding: 60px;
  }
  [class][class][class].pt-xl-only,
  [class][class][class].py-xl-only {
    padding-top: 60px;
  }
  [class][class][class].pr-xl-only,
  [class][class][class].px-xl-only {
    padding-right: 60px;
  }
  [class][class][class].pb-xl-only,
  [class][class][class].py-xl-only {
    padding-bottom: 60px;
  }
  [class][class][class].pl-xl-only,
  [class][class][class].px-xl-only {
    padding-left: 60px;
  }
}
@media (min-width: 0) {
  [class][class][class].p-xxl {
    padding: 70px;
  }
  [class][class][class].pt-xxl,
  [class][class][class].py-xxl {
    padding-top: 70px;
  }
  [class][class][class].pr-xxl,
  [class][class][class].px-xxl {
    padding-right: 70px;
  }
  [class][class][class].pb-xxl,
  [class][class][class].py-xxl {
    padding-bottom: 70px;
  }
  [class][class][class].pl-xxl,
  [class][class][class].px-xxl {
    padding-left: 70px;
  }
  [class][class][class].p-xxl-neg {
    padding: -70px;
  }
  [class][class][class].pt-xxl-neg,
  [class][class][class].py-xxl-neg {
    padding-top: -70px;
  }
  [class][class][class].pr-xxl-neg,
  [class][class][class].px-xxl-neg {
    padding-right: -70px;
  }
  [class][class][class].pb-xxl-neg,
  [class][class][class].py-xxl-neg {
    padding-bottom: -70px;
  }
  [class][class][class].pl-xxl-neg,
  [class][class][class].px-xxl-neg {
    padding-left: -70px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) {
  [class][class][class].p-xxl-only {
    padding: 70px;
  }
  [class][class][class].pt-xxl-only,
  [class][class][class].py-xxl-only {
    padding-top: 70px;
  }
  [class][class][class].pr-xxl-only,
  [class][class][class].px-xxl-only {
    padding-right: 70px;
  }
  [class][class][class].pb-xxl-only,
  [class][class][class].py-xxl-only {
    padding-bottom: 70px;
  }
  [class][class][class].pl-xxl-only,
  [class][class][class].px-xxl-only {
    padding-left: 70px;
  }
}
@media (min-width: 0) {
  [class][class][class].p-xxxl {
    padding: 80px;
  }
  [class][class][class].pt-xxxl,
  [class][class][class].py-xxxl {
    padding-top: 80px;
  }
  [class][class][class].pr-xxxl,
  [class][class][class].px-xxxl {
    padding-right: 80px;
  }
  [class][class][class].pb-xxxl,
  [class][class][class].py-xxxl {
    padding-bottom: 80px;
  }
  [class][class][class].pl-xxxl,
  [class][class][class].px-xxxl {
    padding-left: 80px;
  }
  [class][class][class].p-xxxl-neg {
    padding: -80px;
  }
  [class][class][class].pt-xxxl-neg,
  [class][class][class].py-xxxl-neg {
    padding-top: -80px;
  }
  [class][class][class].pr-xxxl-neg,
  [class][class][class].px-xxxl-neg {
    padding-right: -80px;
  }
  [class][class][class].pb-xxxl-neg,
  [class][class][class].py-xxxl-neg {
    padding-bottom: -80px;
  }
  [class][class][class].pl-xxxl-neg,
  [class][class][class].px-xxxl-neg {
    padding-left: -80px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) {
  [class][class][class].p-xxxl-only {
    padding: 80px;
  }
  [class][class][class].pt-xxxl-only,
  [class][class][class].py-xxxl-only {
    padding-top: 80px;
  }
  [class][class][class].pr-xxxl-only,
  [class][class][class].px-xxxl-only {
    padding-right: 80px;
  }
  [class][class][class].pb-xxxl-only,
  [class][class][class].py-xxxl-only {
    padding-bottom: 80px;
  }
  [class][class][class].pl-xxxl-only,
  [class][class][class].px-xxxl-only {
    padding-left: 80px;
  }
}
@media (min-width: 0) {
  [class][class][class].p-huge {
    padding: 130px;
  }
  [class][class][class].pt-huge,
  [class][class][class].py-huge {
    padding-top: 130px;
  }
  [class][class][class].pr-huge,
  [class][class][class].px-huge {
    padding-right: 130px;
  }
  [class][class][class].pb-huge,
  [class][class][class].py-huge {
    padding-bottom: 130px;
  }
  [class][class][class].pl-huge,
  [class][class][class].px-huge {
    padding-left: 130px;
  }
  [class][class][class].p-huge-neg {
    padding: -130px;
  }
  [class][class][class].pt-huge-neg,
  [class][class][class].py-huge-neg {
    padding-top: -130px;
  }
  [class][class][class].pr-huge-neg,
  [class][class][class].px-huge-neg {
    padding-right: -130px;
  }
  [class][class][class].pb-huge-neg,
  [class][class][class].py-huge-neg {
    padding-bottom: -130px;
  }
  [class][class][class].pl-huge-neg,
  [class][class][class].px-huge-neg {
    padding-left: -130px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) {
  [class][class][class].p-huge-only {
    padding: 130px;
  }
  [class][class][class].pt-huge-only,
  [class][class][class].py-huge-only {
    padding-top: 130px;
  }
  [class][class][class].pr-huge-only,
  [class][class][class].px-huge-only {
    padding-right: 130px;
  }
  [class][class][class].pb-huge-only,
  [class][class][class].py-huge-only {
    padding-bottom: 130px;
  }
  [class][class][class].pl-huge-only,
  [class][class][class].px-huge-only {
    padding-left: 130px;
  }
}
@media (min-width: 576px) {
  [class][class][class].m-sm-null {
    margin: 0px;
  }
  [class][class][class].mt-sm-null,
  [class][class][class].my-sm-null {
    margin-top: 0px;
  }
  [class][class][class].mr-sm-null,
  [class][class][class].mx-sm-null {
    margin-right: 0px;
  }
  [class][class][class].mb-sm-null,
  [class][class][class].my-sm-null {
    margin-bottom: 0px;
  }
  [class][class][class].ml-sm-null,
  [class][class][class].mx-sm-null {
    margin-left: 0px;
  }
  [class][class][class].m-sm-null-neg {
    margin: 0px;
  }
  [class][class][class].mt-sm-null-neg,
  [class][class][class].my-sm-null-neg {
    margin-top: 0px;
  }
  [class][class][class].mr-sm-null-neg,
  [class][class][class].mx-sm-null-neg {
    margin-right: 0px;
  }
  [class][class][class].mb-sm-null-neg,
  [class][class][class].my-sm-null-neg {
    margin-bottom: 0px;
  }
  [class][class][class].ml-sm-null-neg,
  [class][class][class].mx-sm-null-neg {
    margin-left: 0px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) {
  [class][class][class].m-sm-null-only {
    margin: 0px;
  }
  [class][class][class].mt-sm-null-only,
  [class][class][class].my-sm-null-only {
    margin-top: 0px;
  }
  [class][class][class].mr-sm-null-only,
  [class][class][class].mx-sm-null-only {
    margin-right: 0px;
  }
  [class][class][class].mb-sm-null-only,
  [class][class][class].my-sm-null-only {
    margin-bottom: 0px;
  }
  [class][class][class].ml-sm-null-only,
  [class][class][class].mx-sm-null-only {
    margin-left: 0px;
  }
}
@media (min-width: 576px) {
  [class][class][class].m-sm-xxs {
    margin: 10px;
  }
  [class][class][class].mt-sm-xxs,
  [class][class][class].my-sm-xxs {
    margin-top: 10px;
  }
  [class][class][class].mr-sm-xxs,
  [class][class][class].mx-sm-xxs {
    margin-right: 10px;
  }
  [class][class][class].mb-sm-xxs,
  [class][class][class].my-sm-xxs {
    margin-bottom: 10px;
  }
  [class][class][class].ml-sm-xxs,
  [class][class][class].mx-sm-xxs {
    margin-left: 10px;
  }
  [class][class][class].m-sm-xxs-neg {
    margin: -10px;
  }
  [class][class][class].mt-sm-xxs-neg,
  [class][class][class].my-sm-xxs-neg {
    margin-top: -10px;
  }
  [class][class][class].mr-sm-xxs-neg,
  [class][class][class].mx-sm-xxs-neg {
    margin-right: -10px;
  }
  [class][class][class].mb-sm-xxs-neg,
  [class][class][class].my-sm-xxs-neg {
    margin-bottom: -10px;
  }
  [class][class][class].ml-sm-xxs-neg,
  [class][class][class].mx-sm-xxs-neg {
    margin-left: -10px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) {
  [class][class][class].m-sm-xxs-only {
    margin: 10px;
  }
  [class][class][class].mt-sm-xxs-only,
  [class][class][class].my-sm-xxs-only {
    margin-top: 10px;
  }
  [class][class][class].mr-sm-xxs-only,
  [class][class][class].mx-sm-xxs-only {
    margin-right: 10px;
  }
  [class][class][class].mb-sm-xxs-only,
  [class][class][class].my-sm-xxs-only {
    margin-bottom: 10px;
  }
  [class][class][class].ml-sm-xxs-only,
  [class][class][class].mx-sm-xxs-only {
    margin-left: 10px;
  }
}
@media (min-width: 576px) {
  [class][class][class].m-sm-xs {
    margin: 20px;
  }
  [class][class][class].mt-sm-xs,
  [class][class][class].my-sm-xs {
    margin-top: 20px;
  }
  [class][class][class].mr-sm-xs,
  [class][class][class].mx-sm-xs {
    margin-right: 20px;
  }
  [class][class][class].mb-sm-xs,
  [class][class][class].my-sm-xs {
    margin-bottom: 20px;
  }
  [class][class][class].ml-sm-xs,
  [class][class][class].mx-sm-xs {
    margin-left: 20px;
  }
  [class][class][class].m-sm-xs-neg {
    margin: -20px;
  }
  [class][class][class].mt-sm-xs-neg,
  [class][class][class].my-sm-xs-neg {
    margin-top: -20px;
  }
  [class][class][class].mr-sm-xs-neg,
  [class][class][class].mx-sm-xs-neg {
    margin-right: -20px;
  }
  [class][class][class].mb-sm-xs-neg,
  [class][class][class].my-sm-xs-neg {
    margin-bottom: -20px;
  }
  [class][class][class].ml-sm-xs-neg,
  [class][class][class].mx-sm-xs-neg {
    margin-left: -20px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) {
  [class][class][class].m-sm-xs-only {
    margin: 20px;
  }
  [class][class][class].mt-sm-xs-only,
  [class][class][class].my-sm-xs-only {
    margin-top: 20px;
  }
  [class][class][class].mr-sm-xs-only,
  [class][class][class].mx-sm-xs-only {
    margin-right: 20px;
  }
  [class][class][class].mb-sm-xs-only,
  [class][class][class].my-sm-xs-only {
    margin-bottom: 20px;
  }
  [class][class][class].ml-sm-xs-only,
  [class][class][class].mx-sm-xs-only {
    margin-left: 20px;
  }
}
@media (min-width: 576px) {
  [class][class][class].m-sm-small {
    margin: 30px;
  }
  [class][class][class].mt-sm-small,
  [class][class][class].my-sm-small {
    margin-top: 30px;
  }
  [class][class][class].mr-sm-small,
  [class][class][class].mx-sm-small {
    margin-right: 30px;
  }
  [class][class][class].mb-sm-small,
  [class][class][class].my-sm-small {
    margin-bottom: 30px;
  }
  [class][class][class].ml-sm-small,
  [class][class][class].mx-sm-small {
    margin-left: 30px;
  }
  [class][class][class].m-sm-small-neg {
    margin: -30px;
  }
  [class][class][class].mt-sm-small-neg,
  [class][class][class].my-sm-small-neg {
    margin-top: -30px;
  }
  [class][class][class].mr-sm-small-neg,
  [class][class][class].mx-sm-small-neg {
    margin-right: -30px;
  }
  [class][class][class].mb-sm-small-neg,
  [class][class][class].my-sm-small-neg {
    margin-bottom: -30px;
  }
  [class][class][class].ml-sm-small-neg,
  [class][class][class].mx-sm-small-neg {
    margin-left: -30px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) {
  [class][class][class].m-sm-small-only {
    margin: 30px;
  }
  [class][class][class].mt-sm-small-only,
  [class][class][class].my-sm-small-only {
    margin-top: 30px;
  }
  [class][class][class].mr-sm-small-only,
  [class][class][class].mx-sm-small-only {
    margin-right: 30px;
  }
  [class][class][class].mb-sm-small-only,
  [class][class][class].my-sm-small-only {
    margin-bottom: 30px;
  }
  [class][class][class].ml-sm-small-only,
  [class][class][class].mx-sm-small-only {
    margin-left: 30px;
  }
}
@media (min-width: 576px) {
  [class][class][class].m-sm-normal {
    margin: 40px;
  }
  [class][class][class].mt-sm-normal,
  [class][class][class].my-sm-normal {
    margin-top: 40px;
  }
  [class][class][class].mr-sm-normal,
  [class][class][class].mx-sm-normal {
    margin-right: 40px;
  }
  [class][class][class].mb-sm-normal,
  [class][class][class].my-sm-normal {
    margin-bottom: 40px;
  }
  [class][class][class].ml-sm-normal,
  [class][class][class].mx-sm-normal {
    margin-left: 40px;
  }
  [class][class][class].m-sm-normal-neg {
    margin: -40px;
  }
  [class][class][class].mt-sm-normal-neg,
  [class][class][class].my-sm-normal-neg {
    margin-top: -40px;
  }
  [class][class][class].mr-sm-normal-neg,
  [class][class][class].mx-sm-normal-neg {
    margin-right: -40px;
  }
  [class][class][class].mb-sm-normal-neg,
  [class][class][class].my-sm-normal-neg {
    margin-bottom: -40px;
  }
  [class][class][class].ml-sm-normal-neg,
  [class][class][class].mx-sm-normal-neg {
    margin-left: -40px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) {
  [class][class][class].m-sm-normal-only {
    margin: 40px;
  }
  [class][class][class].mt-sm-normal-only,
  [class][class][class].my-sm-normal-only {
    margin-top: 40px;
  }
  [class][class][class].mr-sm-normal-only,
  [class][class][class].mx-sm-normal-only {
    margin-right: 40px;
  }
  [class][class][class].mb-sm-normal-only,
  [class][class][class].my-sm-normal-only {
    margin-bottom: 40px;
  }
  [class][class][class].ml-sm-normal-only,
  [class][class][class].mx-sm-normal-only {
    margin-left: 40px;
  }
}
@media (min-width: 576px) {
  [class][class][class].m-sm-large {
    margin: 50px;
  }
  [class][class][class].mt-sm-large,
  [class][class][class].my-sm-large {
    margin-top: 50px;
  }
  [class][class][class].mr-sm-large,
  [class][class][class].mx-sm-large {
    margin-right: 50px;
  }
  [class][class][class].mb-sm-large,
  [class][class][class].my-sm-large {
    margin-bottom: 50px;
  }
  [class][class][class].ml-sm-large,
  [class][class][class].mx-sm-large {
    margin-left: 50px;
  }
  [class][class][class].m-sm-large-neg {
    margin: -50px;
  }
  [class][class][class].mt-sm-large-neg,
  [class][class][class].my-sm-large-neg {
    margin-top: -50px;
  }
  [class][class][class].mr-sm-large-neg,
  [class][class][class].mx-sm-large-neg {
    margin-right: -50px;
  }
  [class][class][class].mb-sm-large-neg,
  [class][class][class].my-sm-large-neg {
    margin-bottom: -50px;
  }
  [class][class][class].ml-sm-large-neg,
  [class][class][class].mx-sm-large-neg {
    margin-left: -50px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) {
  [class][class][class].m-sm-large-only {
    margin: 50px;
  }
  [class][class][class].mt-sm-large-only,
  [class][class][class].my-sm-large-only {
    margin-top: 50px;
  }
  [class][class][class].mr-sm-large-only,
  [class][class][class].mx-sm-large-only {
    margin-right: 50px;
  }
  [class][class][class].mb-sm-large-only,
  [class][class][class].my-sm-large-only {
    margin-bottom: 50px;
  }
  [class][class][class].ml-sm-large-only,
  [class][class][class].mx-sm-large-only {
    margin-left: 50px;
  }
}
@media (min-width: 576px) {
  [class][class][class].m-sm-xl {
    margin: 60px;
  }
  [class][class][class].mt-sm-xl,
  [class][class][class].my-sm-xl {
    margin-top: 60px;
  }
  [class][class][class].mr-sm-xl,
  [class][class][class].mx-sm-xl {
    margin-right: 60px;
  }
  [class][class][class].mb-sm-xl,
  [class][class][class].my-sm-xl {
    margin-bottom: 60px;
  }
  [class][class][class].ml-sm-xl,
  [class][class][class].mx-sm-xl {
    margin-left: 60px;
  }
  [class][class][class].m-sm-xl-neg {
    margin: -60px;
  }
  [class][class][class].mt-sm-xl-neg,
  [class][class][class].my-sm-xl-neg {
    margin-top: -60px;
  }
  [class][class][class].mr-sm-xl-neg,
  [class][class][class].mx-sm-xl-neg {
    margin-right: -60px;
  }
  [class][class][class].mb-sm-xl-neg,
  [class][class][class].my-sm-xl-neg {
    margin-bottom: -60px;
  }
  [class][class][class].ml-sm-xl-neg,
  [class][class][class].mx-sm-xl-neg {
    margin-left: -60px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) {
  [class][class][class].m-sm-xl-only {
    margin: 60px;
  }
  [class][class][class].mt-sm-xl-only,
  [class][class][class].my-sm-xl-only {
    margin-top: 60px;
  }
  [class][class][class].mr-sm-xl-only,
  [class][class][class].mx-sm-xl-only {
    margin-right: 60px;
  }
  [class][class][class].mb-sm-xl-only,
  [class][class][class].my-sm-xl-only {
    margin-bottom: 60px;
  }
  [class][class][class].ml-sm-xl-only,
  [class][class][class].mx-sm-xl-only {
    margin-left: 60px;
  }
}
@media (min-width: 576px) {
  [class][class][class].m-sm-xxl {
    margin: 70px;
  }
  [class][class][class].mt-sm-xxl,
  [class][class][class].my-sm-xxl {
    margin-top: 70px;
  }
  [class][class][class].mr-sm-xxl,
  [class][class][class].mx-sm-xxl {
    margin-right: 70px;
  }
  [class][class][class].mb-sm-xxl,
  [class][class][class].my-sm-xxl {
    margin-bottom: 70px;
  }
  [class][class][class].ml-sm-xxl,
  [class][class][class].mx-sm-xxl {
    margin-left: 70px;
  }
  [class][class][class].m-sm-xxl-neg {
    margin: -70px;
  }
  [class][class][class].mt-sm-xxl-neg,
  [class][class][class].my-sm-xxl-neg {
    margin-top: -70px;
  }
  [class][class][class].mr-sm-xxl-neg,
  [class][class][class].mx-sm-xxl-neg {
    margin-right: -70px;
  }
  [class][class][class].mb-sm-xxl-neg,
  [class][class][class].my-sm-xxl-neg {
    margin-bottom: -70px;
  }
  [class][class][class].ml-sm-xxl-neg,
  [class][class][class].mx-sm-xxl-neg {
    margin-left: -70px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) {
  [class][class][class].m-sm-xxl-only {
    margin: 70px;
  }
  [class][class][class].mt-sm-xxl-only,
  [class][class][class].my-sm-xxl-only {
    margin-top: 70px;
  }
  [class][class][class].mr-sm-xxl-only,
  [class][class][class].mx-sm-xxl-only {
    margin-right: 70px;
  }
  [class][class][class].mb-sm-xxl-only,
  [class][class][class].my-sm-xxl-only {
    margin-bottom: 70px;
  }
  [class][class][class].ml-sm-xxl-only,
  [class][class][class].mx-sm-xxl-only {
    margin-left: 70px;
  }
}
@media (min-width: 576px) {
  [class][class][class].m-sm-xxxl {
    margin: 80px;
  }
  [class][class][class].mt-sm-xxxl,
  [class][class][class].my-sm-xxxl {
    margin-top: 80px;
  }
  [class][class][class].mr-sm-xxxl,
  [class][class][class].mx-sm-xxxl {
    margin-right: 80px;
  }
  [class][class][class].mb-sm-xxxl,
  [class][class][class].my-sm-xxxl {
    margin-bottom: 80px;
  }
  [class][class][class].ml-sm-xxxl,
  [class][class][class].mx-sm-xxxl {
    margin-left: 80px;
  }
  [class][class][class].m-sm-xxxl-neg {
    margin: -80px;
  }
  [class][class][class].mt-sm-xxxl-neg,
  [class][class][class].my-sm-xxxl-neg {
    margin-top: -80px;
  }
  [class][class][class].mr-sm-xxxl-neg,
  [class][class][class].mx-sm-xxxl-neg {
    margin-right: -80px;
  }
  [class][class][class].mb-sm-xxxl-neg,
  [class][class][class].my-sm-xxxl-neg {
    margin-bottom: -80px;
  }
  [class][class][class].ml-sm-xxxl-neg,
  [class][class][class].mx-sm-xxxl-neg {
    margin-left: -80px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) {
  [class][class][class].m-sm-xxxl-only {
    margin: 80px;
  }
  [class][class][class].mt-sm-xxxl-only,
  [class][class][class].my-sm-xxxl-only {
    margin-top: 80px;
  }
  [class][class][class].mr-sm-xxxl-only,
  [class][class][class].mx-sm-xxxl-only {
    margin-right: 80px;
  }
  [class][class][class].mb-sm-xxxl-only,
  [class][class][class].my-sm-xxxl-only {
    margin-bottom: 80px;
  }
  [class][class][class].ml-sm-xxxl-only,
  [class][class][class].mx-sm-xxxl-only {
    margin-left: 80px;
  }
}
@media (min-width: 576px) {
  [class][class][class].m-sm-huge {
    margin: 130px;
  }
  [class][class][class].mt-sm-huge,
  [class][class][class].my-sm-huge {
    margin-top: 130px;
  }
  [class][class][class].mr-sm-huge,
  [class][class][class].mx-sm-huge {
    margin-right: 130px;
  }
  [class][class][class].mb-sm-huge,
  [class][class][class].my-sm-huge {
    margin-bottom: 130px;
  }
  [class][class][class].ml-sm-huge,
  [class][class][class].mx-sm-huge {
    margin-left: 130px;
  }
  [class][class][class].m-sm-huge-neg {
    margin: -130px;
  }
  [class][class][class].mt-sm-huge-neg,
  [class][class][class].my-sm-huge-neg {
    margin-top: -130px;
  }
  [class][class][class].mr-sm-huge-neg,
  [class][class][class].mx-sm-huge-neg {
    margin-right: -130px;
  }
  [class][class][class].mb-sm-huge-neg,
  [class][class][class].my-sm-huge-neg {
    margin-bottom: -130px;
  }
  [class][class][class].ml-sm-huge-neg,
  [class][class][class].mx-sm-huge-neg {
    margin-left: -130px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) {
  [class][class][class].m-sm-huge-only {
    margin: 130px;
  }
  [class][class][class].mt-sm-huge-only,
  [class][class][class].my-sm-huge-only {
    margin-top: 130px;
  }
  [class][class][class].mr-sm-huge-only,
  [class][class][class].mx-sm-huge-only {
    margin-right: 130px;
  }
  [class][class][class].mb-sm-huge-only,
  [class][class][class].my-sm-huge-only {
    margin-bottom: 130px;
  }
  [class][class][class].ml-sm-huge-only,
  [class][class][class].mx-sm-huge-only {
    margin-left: 130px;
  }
}
@media (min-width: 576px) {
  [class][class][class].p-sm-null {
    padding: 0px;
  }
  [class][class][class].pt-sm-null,
  [class][class][class].py-sm-null {
    padding-top: 0px;
  }
  [class][class][class].pr-sm-null,
  [class][class][class].px-sm-null {
    padding-right: 0px;
  }
  [class][class][class].pb-sm-null,
  [class][class][class].py-sm-null {
    padding-bottom: 0px;
  }
  [class][class][class].pl-sm-null,
  [class][class][class].px-sm-null {
    padding-left: 0px;
  }
  [class][class][class].p-sm-null-neg {
    padding: 0px;
  }
  [class][class][class].pt-sm-null-neg,
  [class][class][class].py-sm-null-neg {
    padding-top: 0px;
  }
  [class][class][class].pr-sm-null-neg,
  [class][class][class].px-sm-null-neg {
    padding-right: 0px;
  }
  [class][class][class].pb-sm-null-neg,
  [class][class][class].py-sm-null-neg {
    padding-bottom: 0px;
  }
  [class][class][class].pl-sm-null-neg,
  [class][class][class].px-sm-null-neg {
    padding-left: 0px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) {
  [class][class][class].p-sm-null-only {
    padding: 0px;
  }
  [class][class][class].pt-sm-null-only,
  [class][class][class].py-sm-null-only {
    padding-top: 0px;
  }
  [class][class][class].pr-sm-null-only,
  [class][class][class].px-sm-null-only {
    padding-right: 0px;
  }
  [class][class][class].pb-sm-null-only,
  [class][class][class].py-sm-null-only {
    padding-bottom: 0px;
  }
  [class][class][class].pl-sm-null-only,
  [class][class][class].px-sm-null-only {
    padding-left: 0px;
  }
}
@media (min-width: 576px) {
  [class][class][class].p-sm-xxs {
    padding: 10px;
  }
  [class][class][class].pt-sm-xxs,
  [class][class][class].py-sm-xxs {
    padding-top: 10px;
  }
  [class][class][class].pr-sm-xxs,
  [class][class][class].px-sm-xxs {
    padding-right: 10px;
  }
  [class][class][class].pb-sm-xxs,
  [class][class][class].py-sm-xxs {
    padding-bottom: 10px;
  }
  [class][class][class].pl-sm-xxs,
  [class][class][class].px-sm-xxs {
    padding-left: 10px;
  }
  [class][class][class].p-sm-xxs-neg {
    padding: -10px;
  }
  [class][class][class].pt-sm-xxs-neg,
  [class][class][class].py-sm-xxs-neg {
    padding-top: -10px;
  }
  [class][class][class].pr-sm-xxs-neg,
  [class][class][class].px-sm-xxs-neg {
    padding-right: -10px;
  }
  [class][class][class].pb-sm-xxs-neg,
  [class][class][class].py-sm-xxs-neg {
    padding-bottom: -10px;
  }
  [class][class][class].pl-sm-xxs-neg,
  [class][class][class].px-sm-xxs-neg {
    padding-left: -10px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) {
  [class][class][class].p-sm-xxs-only {
    padding: 10px;
  }
  [class][class][class].pt-sm-xxs-only,
  [class][class][class].py-sm-xxs-only {
    padding-top: 10px;
  }
  [class][class][class].pr-sm-xxs-only,
  [class][class][class].px-sm-xxs-only {
    padding-right: 10px;
  }
  [class][class][class].pb-sm-xxs-only,
  [class][class][class].py-sm-xxs-only {
    padding-bottom: 10px;
  }
  [class][class][class].pl-sm-xxs-only,
  [class][class][class].px-sm-xxs-only {
    padding-left: 10px;
  }
}
@media (min-width: 576px) {
  [class][class][class].p-sm-xs {
    padding: 20px;
  }
  [class][class][class].pt-sm-xs,
  [class][class][class].py-sm-xs {
    padding-top: 20px;
  }
  [class][class][class].pr-sm-xs,
  [class][class][class].px-sm-xs {
    padding-right: 20px;
  }
  [class][class][class].pb-sm-xs,
  [class][class][class].py-sm-xs {
    padding-bottom: 20px;
  }
  [class][class][class].pl-sm-xs,
  [class][class][class].px-sm-xs {
    padding-left: 20px;
  }
  [class][class][class].p-sm-xs-neg {
    padding: -20px;
  }
  [class][class][class].pt-sm-xs-neg,
  [class][class][class].py-sm-xs-neg {
    padding-top: -20px;
  }
  [class][class][class].pr-sm-xs-neg,
  [class][class][class].px-sm-xs-neg {
    padding-right: -20px;
  }
  [class][class][class].pb-sm-xs-neg,
  [class][class][class].py-sm-xs-neg {
    padding-bottom: -20px;
  }
  [class][class][class].pl-sm-xs-neg,
  [class][class][class].px-sm-xs-neg {
    padding-left: -20px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) {
  [class][class][class].p-sm-xs-only {
    padding: 20px;
  }
  [class][class][class].pt-sm-xs-only,
  [class][class][class].py-sm-xs-only {
    padding-top: 20px;
  }
  [class][class][class].pr-sm-xs-only,
  [class][class][class].px-sm-xs-only {
    padding-right: 20px;
  }
  [class][class][class].pb-sm-xs-only,
  [class][class][class].py-sm-xs-only {
    padding-bottom: 20px;
  }
  [class][class][class].pl-sm-xs-only,
  [class][class][class].px-sm-xs-only {
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  [class][class][class].p-sm-small {
    padding: 30px;
  }
  [class][class][class].pt-sm-small,
  [class][class][class].py-sm-small {
    padding-top: 30px;
  }
  [class][class][class].pr-sm-small,
  [class][class][class].px-sm-small {
    padding-right: 30px;
  }
  [class][class][class].pb-sm-small,
  [class][class][class].py-sm-small {
    padding-bottom: 30px;
  }
  [class][class][class].pl-sm-small,
  [class][class][class].px-sm-small {
    padding-left: 30px;
  }
  [class][class][class].p-sm-small-neg {
    padding: -30px;
  }
  [class][class][class].pt-sm-small-neg,
  [class][class][class].py-sm-small-neg {
    padding-top: -30px;
  }
  [class][class][class].pr-sm-small-neg,
  [class][class][class].px-sm-small-neg {
    padding-right: -30px;
  }
  [class][class][class].pb-sm-small-neg,
  [class][class][class].py-sm-small-neg {
    padding-bottom: -30px;
  }
  [class][class][class].pl-sm-small-neg,
  [class][class][class].px-sm-small-neg {
    padding-left: -30px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) {
  [class][class][class].p-sm-small-only {
    padding: 30px;
  }
  [class][class][class].pt-sm-small-only,
  [class][class][class].py-sm-small-only {
    padding-top: 30px;
  }
  [class][class][class].pr-sm-small-only,
  [class][class][class].px-sm-small-only {
    padding-right: 30px;
  }
  [class][class][class].pb-sm-small-only,
  [class][class][class].py-sm-small-only {
    padding-bottom: 30px;
  }
  [class][class][class].pl-sm-small-only,
  [class][class][class].px-sm-small-only {
    padding-left: 30px;
  }
}
@media (min-width: 576px) {
  [class][class][class].p-sm-normal {
    padding: 40px;
  }
  [class][class][class].pt-sm-normal,
  [class][class][class].py-sm-normal {
    padding-top: 40px;
  }
  [class][class][class].pr-sm-normal,
  [class][class][class].px-sm-normal {
    padding-right: 40px;
  }
  [class][class][class].pb-sm-normal,
  [class][class][class].py-sm-normal {
    padding-bottom: 40px;
  }
  [class][class][class].pl-sm-normal,
  [class][class][class].px-sm-normal {
    padding-left: 40px;
  }
  [class][class][class].p-sm-normal-neg {
    padding: -40px;
  }
  [class][class][class].pt-sm-normal-neg,
  [class][class][class].py-sm-normal-neg {
    padding-top: -40px;
  }
  [class][class][class].pr-sm-normal-neg,
  [class][class][class].px-sm-normal-neg {
    padding-right: -40px;
  }
  [class][class][class].pb-sm-normal-neg,
  [class][class][class].py-sm-normal-neg {
    padding-bottom: -40px;
  }
  [class][class][class].pl-sm-normal-neg,
  [class][class][class].px-sm-normal-neg {
    padding-left: -40px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) {
  [class][class][class].p-sm-normal-only {
    padding: 40px;
  }
  [class][class][class].pt-sm-normal-only,
  [class][class][class].py-sm-normal-only {
    padding-top: 40px;
  }
  [class][class][class].pr-sm-normal-only,
  [class][class][class].px-sm-normal-only {
    padding-right: 40px;
  }
  [class][class][class].pb-sm-normal-only,
  [class][class][class].py-sm-normal-only {
    padding-bottom: 40px;
  }
  [class][class][class].pl-sm-normal-only,
  [class][class][class].px-sm-normal-only {
    padding-left: 40px;
  }
}
@media (min-width: 576px) {
  [class][class][class].p-sm-large {
    padding: 50px;
  }
  [class][class][class].pt-sm-large,
  [class][class][class].py-sm-large {
    padding-top: 50px;
  }
  [class][class][class].pr-sm-large,
  [class][class][class].px-sm-large {
    padding-right: 50px;
  }
  [class][class][class].pb-sm-large,
  [class][class][class].py-sm-large {
    padding-bottom: 50px;
  }
  [class][class][class].pl-sm-large,
  [class][class][class].px-sm-large {
    padding-left: 50px;
  }
  [class][class][class].p-sm-large-neg {
    padding: -50px;
  }
  [class][class][class].pt-sm-large-neg,
  [class][class][class].py-sm-large-neg {
    padding-top: -50px;
  }
  [class][class][class].pr-sm-large-neg,
  [class][class][class].px-sm-large-neg {
    padding-right: -50px;
  }
  [class][class][class].pb-sm-large-neg,
  [class][class][class].py-sm-large-neg {
    padding-bottom: -50px;
  }
  [class][class][class].pl-sm-large-neg,
  [class][class][class].px-sm-large-neg {
    padding-left: -50px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) {
  [class][class][class].p-sm-large-only {
    padding: 50px;
  }
  [class][class][class].pt-sm-large-only,
  [class][class][class].py-sm-large-only {
    padding-top: 50px;
  }
  [class][class][class].pr-sm-large-only,
  [class][class][class].px-sm-large-only {
    padding-right: 50px;
  }
  [class][class][class].pb-sm-large-only,
  [class][class][class].py-sm-large-only {
    padding-bottom: 50px;
  }
  [class][class][class].pl-sm-large-only,
  [class][class][class].px-sm-large-only {
    padding-left: 50px;
  }
}
@media (min-width: 576px) {
  [class][class][class].p-sm-xl {
    padding: 60px;
  }
  [class][class][class].pt-sm-xl,
  [class][class][class].py-sm-xl {
    padding-top: 60px;
  }
  [class][class][class].pr-sm-xl,
  [class][class][class].px-sm-xl {
    padding-right: 60px;
  }
  [class][class][class].pb-sm-xl,
  [class][class][class].py-sm-xl {
    padding-bottom: 60px;
  }
  [class][class][class].pl-sm-xl,
  [class][class][class].px-sm-xl {
    padding-left: 60px;
  }
  [class][class][class].p-sm-xl-neg {
    padding: -60px;
  }
  [class][class][class].pt-sm-xl-neg,
  [class][class][class].py-sm-xl-neg {
    padding-top: -60px;
  }
  [class][class][class].pr-sm-xl-neg,
  [class][class][class].px-sm-xl-neg {
    padding-right: -60px;
  }
  [class][class][class].pb-sm-xl-neg,
  [class][class][class].py-sm-xl-neg {
    padding-bottom: -60px;
  }
  [class][class][class].pl-sm-xl-neg,
  [class][class][class].px-sm-xl-neg {
    padding-left: -60px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) {
  [class][class][class].p-sm-xl-only {
    padding: 60px;
  }
  [class][class][class].pt-sm-xl-only,
  [class][class][class].py-sm-xl-only {
    padding-top: 60px;
  }
  [class][class][class].pr-sm-xl-only,
  [class][class][class].px-sm-xl-only {
    padding-right: 60px;
  }
  [class][class][class].pb-sm-xl-only,
  [class][class][class].py-sm-xl-only {
    padding-bottom: 60px;
  }
  [class][class][class].pl-sm-xl-only,
  [class][class][class].px-sm-xl-only {
    padding-left: 60px;
  }
}
@media (min-width: 576px) {
  [class][class][class].p-sm-xxl {
    padding: 70px;
  }
  [class][class][class].pt-sm-xxl,
  [class][class][class].py-sm-xxl {
    padding-top: 70px;
  }
  [class][class][class].pr-sm-xxl,
  [class][class][class].px-sm-xxl {
    padding-right: 70px;
  }
  [class][class][class].pb-sm-xxl,
  [class][class][class].py-sm-xxl {
    padding-bottom: 70px;
  }
  [class][class][class].pl-sm-xxl,
  [class][class][class].px-sm-xxl {
    padding-left: 70px;
  }
  [class][class][class].p-sm-xxl-neg {
    padding: -70px;
  }
  [class][class][class].pt-sm-xxl-neg,
  [class][class][class].py-sm-xxl-neg {
    padding-top: -70px;
  }
  [class][class][class].pr-sm-xxl-neg,
  [class][class][class].px-sm-xxl-neg {
    padding-right: -70px;
  }
  [class][class][class].pb-sm-xxl-neg,
  [class][class][class].py-sm-xxl-neg {
    padding-bottom: -70px;
  }
  [class][class][class].pl-sm-xxl-neg,
  [class][class][class].px-sm-xxl-neg {
    padding-left: -70px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) {
  [class][class][class].p-sm-xxl-only {
    padding: 70px;
  }
  [class][class][class].pt-sm-xxl-only,
  [class][class][class].py-sm-xxl-only {
    padding-top: 70px;
  }
  [class][class][class].pr-sm-xxl-only,
  [class][class][class].px-sm-xxl-only {
    padding-right: 70px;
  }
  [class][class][class].pb-sm-xxl-only,
  [class][class][class].py-sm-xxl-only {
    padding-bottom: 70px;
  }
  [class][class][class].pl-sm-xxl-only,
  [class][class][class].px-sm-xxl-only {
    padding-left: 70px;
  }
}
@media (min-width: 576px) {
  [class][class][class].p-sm-xxxl {
    padding: 80px;
  }
  [class][class][class].pt-sm-xxxl,
  [class][class][class].py-sm-xxxl {
    padding-top: 80px;
  }
  [class][class][class].pr-sm-xxxl,
  [class][class][class].px-sm-xxxl {
    padding-right: 80px;
  }
  [class][class][class].pb-sm-xxxl,
  [class][class][class].py-sm-xxxl {
    padding-bottom: 80px;
  }
  [class][class][class].pl-sm-xxxl,
  [class][class][class].px-sm-xxxl {
    padding-left: 80px;
  }
  [class][class][class].p-sm-xxxl-neg {
    padding: -80px;
  }
  [class][class][class].pt-sm-xxxl-neg,
  [class][class][class].py-sm-xxxl-neg {
    padding-top: -80px;
  }
  [class][class][class].pr-sm-xxxl-neg,
  [class][class][class].px-sm-xxxl-neg {
    padding-right: -80px;
  }
  [class][class][class].pb-sm-xxxl-neg,
  [class][class][class].py-sm-xxxl-neg {
    padding-bottom: -80px;
  }
  [class][class][class].pl-sm-xxxl-neg,
  [class][class][class].px-sm-xxxl-neg {
    padding-left: -80px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) {
  [class][class][class].p-sm-xxxl-only {
    padding: 80px;
  }
  [class][class][class].pt-sm-xxxl-only,
  [class][class][class].py-sm-xxxl-only {
    padding-top: 80px;
  }
  [class][class][class].pr-sm-xxxl-only,
  [class][class][class].px-sm-xxxl-only {
    padding-right: 80px;
  }
  [class][class][class].pb-sm-xxxl-only,
  [class][class][class].py-sm-xxxl-only {
    padding-bottom: 80px;
  }
  [class][class][class].pl-sm-xxxl-only,
  [class][class][class].px-sm-xxxl-only {
    padding-left: 80px;
  }
}
@media (min-width: 576px) {
  [class][class][class].p-sm-huge {
    padding: 130px;
  }
  [class][class][class].pt-sm-huge,
  [class][class][class].py-sm-huge {
    padding-top: 130px;
  }
  [class][class][class].pr-sm-huge,
  [class][class][class].px-sm-huge {
    padding-right: 130px;
  }
  [class][class][class].pb-sm-huge,
  [class][class][class].py-sm-huge {
    padding-bottom: 130px;
  }
  [class][class][class].pl-sm-huge,
  [class][class][class].px-sm-huge {
    padding-left: 130px;
  }
  [class][class][class].p-sm-huge-neg {
    padding: -130px;
  }
  [class][class][class].pt-sm-huge-neg,
  [class][class][class].py-sm-huge-neg {
    padding-top: -130px;
  }
  [class][class][class].pr-sm-huge-neg,
  [class][class][class].px-sm-huge-neg {
    padding-right: -130px;
  }
  [class][class][class].pb-sm-huge-neg,
  [class][class][class].py-sm-huge-neg {
    padding-bottom: -130px;
  }
  [class][class][class].pl-sm-huge-neg,
  [class][class][class].px-sm-huge-neg {
    padding-left: -130px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) {
  [class][class][class].p-sm-huge-only {
    padding: 130px;
  }
  [class][class][class].pt-sm-huge-only,
  [class][class][class].py-sm-huge-only {
    padding-top: 130px;
  }
  [class][class][class].pr-sm-huge-only,
  [class][class][class].px-sm-huge-only {
    padding-right: 130px;
  }
  [class][class][class].pb-sm-huge-only,
  [class][class][class].py-sm-huge-only {
    padding-bottom: 130px;
  }
  [class][class][class].pl-sm-huge-only,
  [class][class][class].px-sm-huge-only {
    padding-left: 130px;
  }
}
@media (min-width: 848px) {
  [class][class][class].m-md-null {
    margin: 0px;
  }
  [class][class][class].mt-md-null,
  [class][class][class].my-md-null {
    margin-top: 0px;
  }
  [class][class][class].mr-md-null,
  [class][class][class].mx-md-null {
    margin-right: 0px;
  }
  [class][class][class].mb-md-null,
  [class][class][class].my-md-null {
    margin-bottom: 0px;
  }
  [class][class][class].ml-md-null,
  [class][class][class].mx-md-null {
    margin-left: 0px;
  }
  [class][class][class].m-md-null-neg {
    margin: 0px;
  }
  [class][class][class].mt-md-null-neg,
  [class][class][class].my-md-null-neg {
    margin-top: 0px;
  }
  [class][class][class].mr-md-null-neg,
  [class][class][class].mx-md-null-neg {
    margin-right: 0px;
  }
  [class][class][class].mb-md-null-neg,
  [class][class][class].my-md-null-neg {
    margin-bottom: 0px;
  }
  [class][class][class].ml-md-null-neg,
  [class][class][class].mx-md-null-neg {
    margin-left: 0px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) {
  [class][class][class].m-md-null-only {
    margin: 0px;
  }
  [class][class][class].mt-md-null-only,
  [class][class][class].my-md-null-only {
    margin-top: 0px;
  }
  [class][class][class].mr-md-null-only,
  [class][class][class].mx-md-null-only {
    margin-right: 0px;
  }
  [class][class][class].mb-md-null-only,
  [class][class][class].my-md-null-only {
    margin-bottom: 0px;
  }
  [class][class][class].ml-md-null-only,
  [class][class][class].mx-md-null-only {
    margin-left: 0px;
  }
}
@media (min-width: 848px) {
  [class][class][class].m-md-xxs {
    margin: 10px;
  }
  [class][class][class].mt-md-xxs,
  [class][class][class].my-md-xxs {
    margin-top: 10px;
  }
  [class][class][class].mr-md-xxs,
  [class][class][class].mx-md-xxs {
    margin-right: 10px;
  }
  [class][class][class].mb-md-xxs,
  [class][class][class].my-md-xxs {
    margin-bottom: 10px;
  }
  [class][class][class].ml-md-xxs,
  [class][class][class].mx-md-xxs {
    margin-left: 10px;
  }
  [class][class][class].m-md-xxs-neg {
    margin: -10px;
  }
  [class][class][class].mt-md-xxs-neg,
  [class][class][class].my-md-xxs-neg {
    margin-top: -10px;
  }
  [class][class][class].mr-md-xxs-neg,
  [class][class][class].mx-md-xxs-neg {
    margin-right: -10px;
  }
  [class][class][class].mb-md-xxs-neg,
  [class][class][class].my-md-xxs-neg {
    margin-bottom: -10px;
  }
  [class][class][class].ml-md-xxs-neg,
  [class][class][class].mx-md-xxs-neg {
    margin-left: -10px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) {
  [class][class][class].m-md-xxs-only {
    margin: 10px;
  }
  [class][class][class].mt-md-xxs-only,
  [class][class][class].my-md-xxs-only {
    margin-top: 10px;
  }
  [class][class][class].mr-md-xxs-only,
  [class][class][class].mx-md-xxs-only {
    margin-right: 10px;
  }
  [class][class][class].mb-md-xxs-only,
  [class][class][class].my-md-xxs-only {
    margin-bottom: 10px;
  }
  [class][class][class].ml-md-xxs-only,
  [class][class][class].mx-md-xxs-only {
    margin-left: 10px;
  }
}
@media (min-width: 848px) {
  [class][class][class].m-md-xs {
    margin: 20px;
  }
  [class][class][class].mt-md-xs,
  [class][class][class].my-md-xs {
    margin-top: 20px;
  }
  [class][class][class].mr-md-xs,
  [class][class][class].mx-md-xs {
    margin-right: 20px;
  }
  [class][class][class].mb-md-xs,
  [class][class][class].my-md-xs {
    margin-bottom: 20px;
  }
  [class][class][class].ml-md-xs,
  [class][class][class].mx-md-xs {
    margin-left: 20px;
  }
  [class][class][class].m-md-xs-neg {
    margin: -20px;
  }
  [class][class][class].mt-md-xs-neg,
  [class][class][class].my-md-xs-neg {
    margin-top: -20px;
  }
  [class][class][class].mr-md-xs-neg,
  [class][class][class].mx-md-xs-neg {
    margin-right: -20px;
  }
  [class][class][class].mb-md-xs-neg,
  [class][class][class].my-md-xs-neg {
    margin-bottom: -20px;
  }
  [class][class][class].ml-md-xs-neg,
  [class][class][class].mx-md-xs-neg {
    margin-left: -20px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) {
  [class][class][class].m-md-xs-only {
    margin: 20px;
  }
  [class][class][class].mt-md-xs-only,
  [class][class][class].my-md-xs-only {
    margin-top: 20px;
  }
  [class][class][class].mr-md-xs-only,
  [class][class][class].mx-md-xs-only {
    margin-right: 20px;
  }
  [class][class][class].mb-md-xs-only,
  [class][class][class].my-md-xs-only {
    margin-bottom: 20px;
  }
  [class][class][class].ml-md-xs-only,
  [class][class][class].mx-md-xs-only {
    margin-left: 20px;
  }
}
@media (min-width: 848px) {
  [class][class][class].m-md-small {
    margin: 30px;
  }
  [class][class][class].mt-md-small,
  [class][class][class].my-md-small {
    margin-top: 30px;
  }
  [class][class][class].mr-md-small,
  [class][class][class].mx-md-small {
    margin-right: 30px;
  }
  [class][class][class].mb-md-small,
  [class][class][class].my-md-small {
    margin-bottom: 30px;
  }
  [class][class][class].ml-md-small,
  [class][class][class].mx-md-small {
    margin-left: 30px;
  }
  [class][class][class].m-md-small-neg {
    margin: -30px;
  }
  [class][class][class].mt-md-small-neg,
  [class][class][class].my-md-small-neg {
    margin-top: -30px;
  }
  [class][class][class].mr-md-small-neg,
  [class][class][class].mx-md-small-neg {
    margin-right: -30px;
  }
  [class][class][class].mb-md-small-neg,
  [class][class][class].my-md-small-neg {
    margin-bottom: -30px;
  }
  [class][class][class].ml-md-small-neg,
  [class][class][class].mx-md-small-neg {
    margin-left: -30px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) {
  [class][class][class].m-md-small-only {
    margin: 30px;
  }
  [class][class][class].mt-md-small-only,
  [class][class][class].my-md-small-only {
    margin-top: 30px;
  }
  [class][class][class].mr-md-small-only,
  [class][class][class].mx-md-small-only {
    margin-right: 30px;
  }
  [class][class][class].mb-md-small-only,
  [class][class][class].my-md-small-only {
    margin-bottom: 30px;
  }
  [class][class][class].ml-md-small-only,
  [class][class][class].mx-md-small-only {
    margin-left: 30px;
  }
}
@media (min-width: 848px) {
  [class][class][class].m-md-normal {
    margin: 40px;
  }
  [class][class][class].mt-md-normal,
  [class][class][class].my-md-normal {
    margin-top: 40px;
  }
  [class][class][class].mr-md-normal,
  [class][class][class].mx-md-normal {
    margin-right: 40px;
  }
  [class][class][class].mb-md-normal,
  [class][class][class].my-md-normal {
    margin-bottom: 40px;
  }
  [class][class][class].ml-md-normal,
  [class][class][class].mx-md-normal {
    margin-left: 40px;
  }
  [class][class][class].m-md-normal-neg {
    margin: -40px;
  }
  [class][class][class].mt-md-normal-neg,
  [class][class][class].my-md-normal-neg {
    margin-top: -40px;
  }
  [class][class][class].mr-md-normal-neg,
  [class][class][class].mx-md-normal-neg {
    margin-right: -40px;
  }
  [class][class][class].mb-md-normal-neg,
  [class][class][class].my-md-normal-neg {
    margin-bottom: -40px;
  }
  [class][class][class].ml-md-normal-neg,
  [class][class][class].mx-md-normal-neg {
    margin-left: -40px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) {
  [class][class][class].m-md-normal-only {
    margin: 40px;
  }
  [class][class][class].mt-md-normal-only,
  [class][class][class].my-md-normal-only {
    margin-top: 40px;
  }
  [class][class][class].mr-md-normal-only,
  [class][class][class].mx-md-normal-only {
    margin-right: 40px;
  }
  [class][class][class].mb-md-normal-only,
  [class][class][class].my-md-normal-only {
    margin-bottom: 40px;
  }
  [class][class][class].ml-md-normal-only,
  [class][class][class].mx-md-normal-only {
    margin-left: 40px;
  }
}
@media (min-width: 848px) {
  [class][class][class].m-md-large {
    margin: 50px;
  }
  [class][class][class].mt-md-large,
  [class][class][class].my-md-large {
    margin-top: 50px;
  }
  [class][class][class].mr-md-large,
  [class][class][class].mx-md-large {
    margin-right: 50px;
  }
  [class][class][class].mb-md-large,
  [class][class][class].my-md-large {
    margin-bottom: 50px;
  }
  [class][class][class].ml-md-large,
  [class][class][class].mx-md-large {
    margin-left: 50px;
  }
  [class][class][class].m-md-large-neg {
    margin: -50px;
  }
  [class][class][class].mt-md-large-neg,
  [class][class][class].my-md-large-neg {
    margin-top: -50px;
  }
  [class][class][class].mr-md-large-neg,
  [class][class][class].mx-md-large-neg {
    margin-right: -50px;
  }
  [class][class][class].mb-md-large-neg,
  [class][class][class].my-md-large-neg {
    margin-bottom: -50px;
  }
  [class][class][class].ml-md-large-neg,
  [class][class][class].mx-md-large-neg {
    margin-left: -50px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) {
  [class][class][class].m-md-large-only {
    margin: 50px;
  }
  [class][class][class].mt-md-large-only,
  [class][class][class].my-md-large-only {
    margin-top: 50px;
  }
  [class][class][class].mr-md-large-only,
  [class][class][class].mx-md-large-only {
    margin-right: 50px;
  }
  [class][class][class].mb-md-large-only,
  [class][class][class].my-md-large-only {
    margin-bottom: 50px;
  }
  [class][class][class].ml-md-large-only,
  [class][class][class].mx-md-large-only {
    margin-left: 50px;
  }
}
@media (min-width: 848px) {
  [class][class][class].m-md-xl {
    margin: 60px;
  }
  [class][class][class].mt-md-xl,
  [class][class][class].my-md-xl {
    margin-top: 60px;
  }
  [class][class][class].mr-md-xl,
  [class][class][class].mx-md-xl {
    margin-right: 60px;
  }
  [class][class][class].mb-md-xl,
  [class][class][class].my-md-xl {
    margin-bottom: 60px;
  }
  [class][class][class].ml-md-xl,
  [class][class][class].mx-md-xl {
    margin-left: 60px;
  }
  [class][class][class].m-md-xl-neg {
    margin: -60px;
  }
  [class][class][class].mt-md-xl-neg,
  [class][class][class].my-md-xl-neg {
    margin-top: -60px;
  }
  [class][class][class].mr-md-xl-neg,
  [class][class][class].mx-md-xl-neg {
    margin-right: -60px;
  }
  [class][class][class].mb-md-xl-neg,
  [class][class][class].my-md-xl-neg {
    margin-bottom: -60px;
  }
  [class][class][class].ml-md-xl-neg,
  [class][class][class].mx-md-xl-neg {
    margin-left: -60px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) {
  [class][class][class].m-md-xl-only {
    margin: 60px;
  }
  [class][class][class].mt-md-xl-only,
  [class][class][class].my-md-xl-only {
    margin-top: 60px;
  }
  [class][class][class].mr-md-xl-only,
  [class][class][class].mx-md-xl-only {
    margin-right: 60px;
  }
  [class][class][class].mb-md-xl-only,
  [class][class][class].my-md-xl-only {
    margin-bottom: 60px;
  }
  [class][class][class].ml-md-xl-only,
  [class][class][class].mx-md-xl-only {
    margin-left: 60px;
  }
}
@media (min-width: 848px) {
  [class][class][class].m-md-xxl {
    margin: 70px;
  }
  [class][class][class].mt-md-xxl,
  [class][class][class].my-md-xxl {
    margin-top: 70px;
  }
  [class][class][class].mr-md-xxl,
  [class][class][class].mx-md-xxl {
    margin-right: 70px;
  }
  [class][class][class].mb-md-xxl,
  [class][class][class].my-md-xxl {
    margin-bottom: 70px;
  }
  [class][class][class].ml-md-xxl,
  [class][class][class].mx-md-xxl {
    margin-left: 70px;
  }
  [class][class][class].m-md-xxl-neg {
    margin: -70px;
  }
  [class][class][class].mt-md-xxl-neg,
  [class][class][class].my-md-xxl-neg {
    margin-top: -70px;
  }
  [class][class][class].mr-md-xxl-neg,
  [class][class][class].mx-md-xxl-neg {
    margin-right: -70px;
  }
  [class][class][class].mb-md-xxl-neg,
  [class][class][class].my-md-xxl-neg {
    margin-bottom: -70px;
  }
  [class][class][class].ml-md-xxl-neg,
  [class][class][class].mx-md-xxl-neg {
    margin-left: -70px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) {
  [class][class][class].m-md-xxl-only {
    margin: 70px;
  }
  [class][class][class].mt-md-xxl-only,
  [class][class][class].my-md-xxl-only {
    margin-top: 70px;
  }
  [class][class][class].mr-md-xxl-only,
  [class][class][class].mx-md-xxl-only {
    margin-right: 70px;
  }
  [class][class][class].mb-md-xxl-only,
  [class][class][class].my-md-xxl-only {
    margin-bottom: 70px;
  }
  [class][class][class].ml-md-xxl-only,
  [class][class][class].mx-md-xxl-only {
    margin-left: 70px;
  }
}
@media (min-width: 848px) {
  [class][class][class].m-md-xxxl {
    margin: 80px;
  }
  [class][class][class].mt-md-xxxl,
  [class][class][class].my-md-xxxl {
    margin-top: 80px;
  }
  [class][class][class].mr-md-xxxl,
  [class][class][class].mx-md-xxxl {
    margin-right: 80px;
  }
  [class][class][class].mb-md-xxxl,
  [class][class][class].my-md-xxxl {
    margin-bottom: 80px;
  }
  [class][class][class].ml-md-xxxl,
  [class][class][class].mx-md-xxxl {
    margin-left: 80px;
  }
  [class][class][class].m-md-xxxl-neg {
    margin: -80px;
  }
  [class][class][class].mt-md-xxxl-neg,
  [class][class][class].my-md-xxxl-neg {
    margin-top: -80px;
  }
  [class][class][class].mr-md-xxxl-neg,
  [class][class][class].mx-md-xxxl-neg {
    margin-right: -80px;
  }
  [class][class][class].mb-md-xxxl-neg,
  [class][class][class].my-md-xxxl-neg {
    margin-bottom: -80px;
  }
  [class][class][class].ml-md-xxxl-neg,
  [class][class][class].mx-md-xxxl-neg {
    margin-left: -80px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) {
  [class][class][class].m-md-xxxl-only {
    margin: 80px;
  }
  [class][class][class].mt-md-xxxl-only,
  [class][class][class].my-md-xxxl-only {
    margin-top: 80px;
  }
  [class][class][class].mr-md-xxxl-only,
  [class][class][class].mx-md-xxxl-only {
    margin-right: 80px;
  }
  [class][class][class].mb-md-xxxl-only,
  [class][class][class].my-md-xxxl-only {
    margin-bottom: 80px;
  }
  [class][class][class].ml-md-xxxl-only,
  [class][class][class].mx-md-xxxl-only {
    margin-left: 80px;
  }
}
@media (min-width: 848px) {
  [class][class][class].m-md-huge {
    margin: 130px;
  }
  [class][class][class].mt-md-huge,
  [class][class][class].my-md-huge {
    margin-top: 130px;
  }
  [class][class][class].mr-md-huge,
  [class][class][class].mx-md-huge {
    margin-right: 130px;
  }
  [class][class][class].mb-md-huge,
  [class][class][class].my-md-huge {
    margin-bottom: 130px;
  }
  [class][class][class].ml-md-huge,
  [class][class][class].mx-md-huge {
    margin-left: 130px;
  }
  [class][class][class].m-md-huge-neg {
    margin: -130px;
  }
  [class][class][class].mt-md-huge-neg,
  [class][class][class].my-md-huge-neg {
    margin-top: -130px;
  }
  [class][class][class].mr-md-huge-neg,
  [class][class][class].mx-md-huge-neg {
    margin-right: -130px;
  }
  [class][class][class].mb-md-huge-neg,
  [class][class][class].my-md-huge-neg {
    margin-bottom: -130px;
  }
  [class][class][class].ml-md-huge-neg,
  [class][class][class].mx-md-huge-neg {
    margin-left: -130px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) {
  [class][class][class].m-md-huge-only {
    margin: 130px;
  }
  [class][class][class].mt-md-huge-only,
  [class][class][class].my-md-huge-only {
    margin-top: 130px;
  }
  [class][class][class].mr-md-huge-only,
  [class][class][class].mx-md-huge-only {
    margin-right: 130px;
  }
  [class][class][class].mb-md-huge-only,
  [class][class][class].my-md-huge-only {
    margin-bottom: 130px;
  }
  [class][class][class].ml-md-huge-only,
  [class][class][class].mx-md-huge-only {
    margin-left: 130px;
  }
}
@media (min-width: 848px) {
  [class][class][class].p-md-null {
    padding: 0px;
  }
  [class][class][class].pt-md-null,
  [class][class][class].py-md-null {
    padding-top: 0px;
  }
  [class][class][class].pr-md-null,
  [class][class][class].px-md-null {
    padding-right: 0px;
  }
  [class][class][class].pb-md-null,
  [class][class][class].py-md-null {
    padding-bottom: 0px;
  }
  [class][class][class].pl-md-null,
  [class][class][class].px-md-null {
    padding-left: 0px;
  }
  [class][class][class].p-md-null-neg {
    padding: 0px;
  }
  [class][class][class].pt-md-null-neg,
  [class][class][class].py-md-null-neg {
    padding-top: 0px;
  }
  [class][class][class].pr-md-null-neg,
  [class][class][class].px-md-null-neg {
    padding-right: 0px;
  }
  [class][class][class].pb-md-null-neg,
  [class][class][class].py-md-null-neg {
    padding-bottom: 0px;
  }
  [class][class][class].pl-md-null-neg,
  [class][class][class].px-md-null-neg {
    padding-left: 0px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) {
  [class][class][class].p-md-null-only {
    padding: 0px;
  }
  [class][class][class].pt-md-null-only,
  [class][class][class].py-md-null-only {
    padding-top: 0px;
  }
  [class][class][class].pr-md-null-only,
  [class][class][class].px-md-null-only {
    padding-right: 0px;
  }
  [class][class][class].pb-md-null-only,
  [class][class][class].py-md-null-only {
    padding-bottom: 0px;
  }
  [class][class][class].pl-md-null-only,
  [class][class][class].px-md-null-only {
    padding-left: 0px;
  }
}
@media (min-width: 848px) {
  [class][class][class].p-md-xxs {
    padding: 10px;
  }
  [class][class][class].pt-md-xxs,
  [class][class][class].py-md-xxs {
    padding-top: 10px;
  }
  [class][class][class].pr-md-xxs,
  [class][class][class].px-md-xxs {
    padding-right: 10px;
  }
  [class][class][class].pb-md-xxs,
  [class][class][class].py-md-xxs {
    padding-bottom: 10px;
  }
  [class][class][class].pl-md-xxs,
  [class][class][class].px-md-xxs {
    padding-left: 10px;
  }
  [class][class][class].p-md-xxs-neg {
    padding: -10px;
  }
  [class][class][class].pt-md-xxs-neg,
  [class][class][class].py-md-xxs-neg {
    padding-top: -10px;
  }
  [class][class][class].pr-md-xxs-neg,
  [class][class][class].px-md-xxs-neg {
    padding-right: -10px;
  }
  [class][class][class].pb-md-xxs-neg,
  [class][class][class].py-md-xxs-neg {
    padding-bottom: -10px;
  }
  [class][class][class].pl-md-xxs-neg,
  [class][class][class].px-md-xxs-neg {
    padding-left: -10px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) {
  [class][class][class].p-md-xxs-only {
    padding: 10px;
  }
  [class][class][class].pt-md-xxs-only,
  [class][class][class].py-md-xxs-only {
    padding-top: 10px;
  }
  [class][class][class].pr-md-xxs-only,
  [class][class][class].px-md-xxs-only {
    padding-right: 10px;
  }
  [class][class][class].pb-md-xxs-only,
  [class][class][class].py-md-xxs-only {
    padding-bottom: 10px;
  }
  [class][class][class].pl-md-xxs-only,
  [class][class][class].px-md-xxs-only {
    padding-left: 10px;
  }
}
@media (min-width: 848px) {
  [class][class][class].p-md-xs {
    padding: 20px;
  }
  [class][class][class].pt-md-xs,
  [class][class][class].py-md-xs {
    padding-top: 20px;
  }
  [class][class][class].pr-md-xs,
  [class][class][class].px-md-xs {
    padding-right: 20px;
  }
  [class][class][class].pb-md-xs,
  [class][class][class].py-md-xs {
    padding-bottom: 20px;
  }
  [class][class][class].pl-md-xs,
  [class][class][class].px-md-xs {
    padding-left: 20px;
  }
  [class][class][class].p-md-xs-neg {
    padding: -20px;
  }
  [class][class][class].pt-md-xs-neg,
  [class][class][class].py-md-xs-neg {
    padding-top: -20px;
  }
  [class][class][class].pr-md-xs-neg,
  [class][class][class].px-md-xs-neg {
    padding-right: -20px;
  }
  [class][class][class].pb-md-xs-neg,
  [class][class][class].py-md-xs-neg {
    padding-bottom: -20px;
  }
  [class][class][class].pl-md-xs-neg,
  [class][class][class].px-md-xs-neg {
    padding-left: -20px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) {
  [class][class][class].p-md-xs-only {
    padding: 20px;
  }
  [class][class][class].pt-md-xs-only,
  [class][class][class].py-md-xs-only {
    padding-top: 20px;
  }
  [class][class][class].pr-md-xs-only,
  [class][class][class].px-md-xs-only {
    padding-right: 20px;
  }
  [class][class][class].pb-md-xs-only,
  [class][class][class].py-md-xs-only {
    padding-bottom: 20px;
  }
  [class][class][class].pl-md-xs-only,
  [class][class][class].px-md-xs-only {
    padding-left: 20px;
  }
}
@media (min-width: 848px) {
  [class][class][class].p-md-small {
    padding: 30px;
  }
  [class][class][class].pt-md-small,
  [class][class][class].py-md-small {
    padding-top: 30px;
  }
  [class][class][class].pr-md-small,
  [class][class][class].px-md-small {
    padding-right: 30px;
  }
  [class][class][class].pb-md-small,
  [class][class][class].py-md-small {
    padding-bottom: 30px;
  }
  [class][class][class].pl-md-small,
  [class][class][class].px-md-small {
    padding-left: 30px;
  }
  [class][class][class].p-md-small-neg {
    padding: -30px;
  }
  [class][class][class].pt-md-small-neg,
  [class][class][class].py-md-small-neg {
    padding-top: -30px;
  }
  [class][class][class].pr-md-small-neg,
  [class][class][class].px-md-small-neg {
    padding-right: -30px;
  }
  [class][class][class].pb-md-small-neg,
  [class][class][class].py-md-small-neg {
    padding-bottom: -30px;
  }
  [class][class][class].pl-md-small-neg,
  [class][class][class].px-md-small-neg {
    padding-left: -30px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) {
  [class][class][class].p-md-small-only {
    padding: 30px;
  }
  [class][class][class].pt-md-small-only,
  [class][class][class].py-md-small-only {
    padding-top: 30px;
  }
  [class][class][class].pr-md-small-only,
  [class][class][class].px-md-small-only {
    padding-right: 30px;
  }
  [class][class][class].pb-md-small-only,
  [class][class][class].py-md-small-only {
    padding-bottom: 30px;
  }
  [class][class][class].pl-md-small-only,
  [class][class][class].px-md-small-only {
    padding-left: 30px;
  }
}
@media (min-width: 848px) {
  [class][class][class].p-md-normal {
    padding: 40px;
  }
  [class][class][class].pt-md-normal,
  [class][class][class].py-md-normal {
    padding-top: 40px;
  }
  [class][class][class].pr-md-normal,
  [class][class][class].px-md-normal {
    padding-right: 40px;
  }
  [class][class][class].pb-md-normal,
  [class][class][class].py-md-normal {
    padding-bottom: 40px;
  }
  [class][class][class].pl-md-normal,
  [class][class][class].px-md-normal {
    padding-left: 40px;
  }
  [class][class][class].p-md-normal-neg {
    padding: -40px;
  }
  [class][class][class].pt-md-normal-neg,
  [class][class][class].py-md-normal-neg {
    padding-top: -40px;
  }
  [class][class][class].pr-md-normal-neg,
  [class][class][class].px-md-normal-neg {
    padding-right: -40px;
  }
  [class][class][class].pb-md-normal-neg,
  [class][class][class].py-md-normal-neg {
    padding-bottom: -40px;
  }
  [class][class][class].pl-md-normal-neg,
  [class][class][class].px-md-normal-neg {
    padding-left: -40px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) {
  [class][class][class].p-md-normal-only {
    padding: 40px;
  }
  [class][class][class].pt-md-normal-only,
  [class][class][class].py-md-normal-only {
    padding-top: 40px;
  }
  [class][class][class].pr-md-normal-only,
  [class][class][class].px-md-normal-only {
    padding-right: 40px;
  }
  [class][class][class].pb-md-normal-only,
  [class][class][class].py-md-normal-only {
    padding-bottom: 40px;
  }
  [class][class][class].pl-md-normal-only,
  [class][class][class].px-md-normal-only {
    padding-left: 40px;
  }
}
@media (min-width: 848px) {
  [class][class][class].p-md-large {
    padding: 50px;
  }
  [class][class][class].pt-md-large,
  [class][class][class].py-md-large {
    padding-top: 50px;
  }
  [class][class][class].pr-md-large,
  [class][class][class].px-md-large {
    padding-right: 50px;
  }
  [class][class][class].pb-md-large,
  [class][class][class].py-md-large {
    padding-bottom: 50px;
  }
  [class][class][class].pl-md-large,
  [class][class][class].px-md-large {
    padding-left: 50px;
  }
  [class][class][class].p-md-large-neg {
    padding: -50px;
  }
  [class][class][class].pt-md-large-neg,
  [class][class][class].py-md-large-neg {
    padding-top: -50px;
  }
  [class][class][class].pr-md-large-neg,
  [class][class][class].px-md-large-neg {
    padding-right: -50px;
  }
  [class][class][class].pb-md-large-neg,
  [class][class][class].py-md-large-neg {
    padding-bottom: -50px;
  }
  [class][class][class].pl-md-large-neg,
  [class][class][class].px-md-large-neg {
    padding-left: -50px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) {
  [class][class][class].p-md-large-only {
    padding: 50px;
  }
  [class][class][class].pt-md-large-only,
  [class][class][class].py-md-large-only {
    padding-top: 50px;
  }
  [class][class][class].pr-md-large-only,
  [class][class][class].px-md-large-only {
    padding-right: 50px;
  }
  [class][class][class].pb-md-large-only,
  [class][class][class].py-md-large-only {
    padding-bottom: 50px;
  }
  [class][class][class].pl-md-large-only,
  [class][class][class].px-md-large-only {
    padding-left: 50px;
  }
}
@media (min-width: 848px) {
  [class][class][class].p-md-xl {
    padding: 60px;
  }
  [class][class][class].pt-md-xl,
  [class][class][class].py-md-xl {
    padding-top: 60px;
  }
  [class][class][class].pr-md-xl,
  [class][class][class].px-md-xl {
    padding-right: 60px;
  }
  [class][class][class].pb-md-xl,
  [class][class][class].py-md-xl {
    padding-bottom: 60px;
  }
  [class][class][class].pl-md-xl,
  [class][class][class].px-md-xl {
    padding-left: 60px;
  }
  [class][class][class].p-md-xl-neg {
    padding: -60px;
  }
  [class][class][class].pt-md-xl-neg,
  [class][class][class].py-md-xl-neg {
    padding-top: -60px;
  }
  [class][class][class].pr-md-xl-neg,
  [class][class][class].px-md-xl-neg {
    padding-right: -60px;
  }
  [class][class][class].pb-md-xl-neg,
  [class][class][class].py-md-xl-neg {
    padding-bottom: -60px;
  }
  [class][class][class].pl-md-xl-neg,
  [class][class][class].px-md-xl-neg {
    padding-left: -60px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) {
  [class][class][class].p-md-xl-only {
    padding: 60px;
  }
  [class][class][class].pt-md-xl-only,
  [class][class][class].py-md-xl-only {
    padding-top: 60px;
  }
  [class][class][class].pr-md-xl-only,
  [class][class][class].px-md-xl-only {
    padding-right: 60px;
  }
  [class][class][class].pb-md-xl-only,
  [class][class][class].py-md-xl-only {
    padding-bottom: 60px;
  }
  [class][class][class].pl-md-xl-only,
  [class][class][class].px-md-xl-only {
    padding-left: 60px;
  }
}
@media (min-width: 848px) {
  [class][class][class].p-md-xxl {
    padding: 70px;
  }
  [class][class][class].pt-md-xxl,
  [class][class][class].py-md-xxl {
    padding-top: 70px;
  }
  [class][class][class].pr-md-xxl,
  [class][class][class].px-md-xxl {
    padding-right: 70px;
  }
  [class][class][class].pb-md-xxl,
  [class][class][class].py-md-xxl {
    padding-bottom: 70px;
  }
  [class][class][class].pl-md-xxl,
  [class][class][class].px-md-xxl {
    padding-left: 70px;
  }
  [class][class][class].p-md-xxl-neg {
    padding: -70px;
  }
  [class][class][class].pt-md-xxl-neg,
  [class][class][class].py-md-xxl-neg {
    padding-top: -70px;
  }
  [class][class][class].pr-md-xxl-neg,
  [class][class][class].px-md-xxl-neg {
    padding-right: -70px;
  }
  [class][class][class].pb-md-xxl-neg,
  [class][class][class].py-md-xxl-neg {
    padding-bottom: -70px;
  }
  [class][class][class].pl-md-xxl-neg,
  [class][class][class].px-md-xxl-neg {
    padding-left: -70px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) {
  [class][class][class].p-md-xxl-only {
    padding: 70px;
  }
  [class][class][class].pt-md-xxl-only,
  [class][class][class].py-md-xxl-only {
    padding-top: 70px;
  }
  [class][class][class].pr-md-xxl-only,
  [class][class][class].px-md-xxl-only {
    padding-right: 70px;
  }
  [class][class][class].pb-md-xxl-only,
  [class][class][class].py-md-xxl-only {
    padding-bottom: 70px;
  }
  [class][class][class].pl-md-xxl-only,
  [class][class][class].px-md-xxl-only {
    padding-left: 70px;
  }
}
@media (min-width: 848px) {
  [class][class][class].p-md-xxxl {
    padding: 80px;
  }
  [class][class][class].pt-md-xxxl,
  [class][class][class].py-md-xxxl {
    padding-top: 80px;
  }
  [class][class][class].pr-md-xxxl,
  [class][class][class].px-md-xxxl {
    padding-right: 80px;
  }
  [class][class][class].pb-md-xxxl,
  [class][class][class].py-md-xxxl {
    padding-bottom: 80px;
  }
  [class][class][class].pl-md-xxxl,
  [class][class][class].px-md-xxxl {
    padding-left: 80px;
  }
  [class][class][class].p-md-xxxl-neg {
    padding: -80px;
  }
  [class][class][class].pt-md-xxxl-neg,
  [class][class][class].py-md-xxxl-neg {
    padding-top: -80px;
  }
  [class][class][class].pr-md-xxxl-neg,
  [class][class][class].px-md-xxxl-neg {
    padding-right: -80px;
  }
  [class][class][class].pb-md-xxxl-neg,
  [class][class][class].py-md-xxxl-neg {
    padding-bottom: -80px;
  }
  [class][class][class].pl-md-xxxl-neg,
  [class][class][class].px-md-xxxl-neg {
    padding-left: -80px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) {
  [class][class][class].p-md-xxxl-only {
    padding: 80px;
  }
  [class][class][class].pt-md-xxxl-only,
  [class][class][class].py-md-xxxl-only {
    padding-top: 80px;
  }
  [class][class][class].pr-md-xxxl-only,
  [class][class][class].px-md-xxxl-only {
    padding-right: 80px;
  }
  [class][class][class].pb-md-xxxl-only,
  [class][class][class].py-md-xxxl-only {
    padding-bottom: 80px;
  }
  [class][class][class].pl-md-xxxl-only,
  [class][class][class].px-md-xxxl-only {
    padding-left: 80px;
  }
}
@media (min-width: 848px) {
  [class][class][class].p-md-huge {
    padding: 130px;
  }
  [class][class][class].pt-md-huge,
  [class][class][class].py-md-huge {
    padding-top: 130px;
  }
  [class][class][class].pr-md-huge,
  [class][class][class].px-md-huge {
    padding-right: 130px;
  }
  [class][class][class].pb-md-huge,
  [class][class][class].py-md-huge {
    padding-bottom: 130px;
  }
  [class][class][class].pl-md-huge,
  [class][class][class].px-md-huge {
    padding-left: 130px;
  }
  [class][class][class].p-md-huge-neg {
    padding: -130px;
  }
  [class][class][class].pt-md-huge-neg,
  [class][class][class].py-md-huge-neg {
    padding-top: -130px;
  }
  [class][class][class].pr-md-huge-neg,
  [class][class][class].px-md-huge-neg {
    padding-right: -130px;
  }
  [class][class][class].pb-md-huge-neg,
  [class][class][class].py-md-huge-neg {
    padding-bottom: -130px;
  }
  [class][class][class].pl-md-huge-neg,
  [class][class][class].px-md-huge-neg {
    padding-left: -130px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) {
  [class][class][class].p-md-huge-only {
    padding: 130px;
  }
  [class][class][class].pt-md-huge-only,
  [class][class][class].py-md-huge-only {
    padding-top: 130px;
  }
  [class][class][class].pr-md-huge-only,
  [class][class][class].px-md-huge-only {
    padding-right: 130px;
  }
  [class][class][class].pb-md-huge-only,
  [class][class][class].py-md-huge-only {
    padding-bottom: 130px;
  }
  [class][class][class].pl-md-huge-only,
  [class][class][class].px-md-huge-only {
    padding-left: 130px;
  }
}
@media (min-width: 1264px) {
  [class][class][class].m-xl-null {
    margin: 0px;
  }
  [class][class][class].mt-xl-null,
  [class][class][class].my-xl-null {
    margin-top: 0px;
  }
  [class][class][class].mr-xl-null,
  [class][class][class].mx-xl-null {
    margin-right: 0px;
  }
  [class][class][class].mb-xl-null,
  [class][class][class].my-xl-null {
    margin-bottom: 0px;
  }
  [class][class][class].ml-xl-null,
  [class][class][class].mx-xl-null {
    margin-left: 0px;
  }
  [class][class][class].m-xl-null-neg {
    margin: 0px;
  }
  [class][class][class].mt-xl-null-neg,
  [class][class][class].my-xl-null-neg {
    margin-top: 0px;
  }
  [class][class][class].mr-xl-null-neg,
  [class][class][class].mx-xl-null-neg {
    margin-right: 0px;
  }
  [class][class][class].mb-xl-null-neg,
  [class][class][class].my-xl-null-neg {
    margin-bottom: 0px;
  }
  [class][class][class].ml-xl-null-neg,
  [class][class][class].mx-xl-null-neg {
    margin-left: 0px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) {
  [class][class][class].m-xl-null-only {
    margin: 0px;
  }
  [class][class][class].mt-xl-null-only,
  [class][class][class].my-xl-null-only {
    margin-top: 0px;
  }
  [class][class][class].mr-xl-null-only,
  [class][class][class].mx-xl-null-only {
    margin-right: 0px;
  }
  [class][class][class].mb-xl-null-only,
  [class][class][class].my-xl-null-only {
    margin-bottom: 0px;
  }
  [class][class][class].ml-xl-null-only,
  [class][class][class].mx-xl-null-only {
    margin-left: 0px;
  }
}
@media (min-width: 1264px) {
  [class][class][class].m-xl-xxs {
    margin: 10px;
  }
  [class][class][class].mt-xl-xxs,
  [class][class][class].my-xl-xxs {
    margin-top: 10px;
  }
  [class][class][class].mr-xl-xxs,
  [class][class][class].mx-xl-xxs {
    margin-right: 10px;
  }
  [class][class][class].mb-xl-xxs,
  [class][class][class].my-xl-xxs {
    margin-bottom: 10px;
  }
  [class][class][class].ml-xl-xxs,
  [class][class][class].mx-xl-xxs {
    margin-left: 10px;
  }
  [class][class][class].m-xl-xxs-neg {
    margin: -10px;
  }
  [class][class][class].mt-xl-xxs-neg,
  [class][class][class].my-xl-xxs-neg {
    margin-top: -10px;
  }
  [class][class][class].mr-xl-xxs-neg,
  [class][class][class].mx-xl-xxs-neg {
    margin-right: -10px;
  }
  [class][class][class].mb-xl-xxs-neg,
  [class][class][class].my-xl-xxs-neg {
    margin-bottom: -10px;
  }
  [class][class][class].ml-xl-xxs-neg,
  [class][class][class].mx-xl-xxs-neg {
    margin-left: -10px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) {
  [class][class][class].m-xl-xxs-only {
    margin: 10px;
  }
  [class][class][class].mt-xl-xxs-only,
  [class][class][class].my-xl-xxs-only {
    margin-top: 10px;
  }
  [class][class][class].mr-xl-xxs-only,
  [class][class][class].mx-xl-xxs-only {
    margin-right: 10px;
  }
  [class][class][class].mb-xl-xxs-only,
  [class][class][class].my-xl-xxs-only {
    margin-bottom: 10px;
  }
  [class][class][class].ml-xl-xxs-only,
  [class][class][class].mx-xl-xxs-only {
    margin-left: 10px;
  }
}
@media (min-width: 1264px) {
  [class][class][class].m-xl-xs {
    margin: 20px;
  }
  [class][class][class].mt-xl-xs,
  [class][class][class].my-xl-xs {
    margin-top: 20px;
  }
  [class][class][class].mr-xl-xs,
  [class][class][class].mx-xl-xs {
    margin-right: 20px;
  }
  [class][class][class].mb-xl-xs,
  [class][class][class].my-xl-xs {
    margin-bottom: 20px;
  }
  [class][class][class].ml-xl-xs,
  [class][class][class].mx-xl-xs {
    margin-left: 20px;
  }
  [class][class][class].m-xl-xs-neg {
    margin: -20px;
  }
  [class][class][class].mt-xl-xs-neg,
  [class][class][class].my-xl-xs-neg {
    margin-top: -20px;
  }
  [class][class][class].mr-xl-xs-neg,
  [class][class][class].mx-xl-xs-neg {
    margin-right: -20px;
  }
  [class][class][class].mb-xl-xs-neg,
  [class][class][class].my-xl-xs-neg {
    margin-bottom: -20px;
  }
  [class][class][class].ml-xl-xs-neg,
  [class][class][class].mx-xl-xs-neg {
    margin-left: -20px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) {
  [class][class][class].m-xl-xs-only {
    margin: 20px;
  }
  [class][class][class].mt-xl-xs-only,
  [class][class][class].my-xl-xs-only {
    margin-top: 20px;
  }
  [class][class][class].mr-xl-xs-only,
  [class][class][class].mx-xl-xs-only {
    margin-right: 20px;
  }
  [class][class][class].mb-xl-xs-only,
  [class][class][class].my-xl-xs-only {
    margin-bottom: 20px;
  }
  [class][class][class].ml-xl-xs-only,
  [class][class][class].mx-xl-xs-only {
    margin-left: 20px;
  }
}
@media (min-width: 1264px) {
  [class][class][class].m-xl-small {
    margin: 30px;
  }
  [class][class][class].mt-xl-small,
  [class][class][class].my-xl-small {
    margin-top: 30px;
  }
  [class][class][class].mr-xl-small,
  [class][class][class].mx-xl-small {
    margin-right: 30px;
  }
  [class][class][class].mb-xl-small,
  [class][class][class].my-xl-small {
    margin-bottom: 30px;
  }
  [class][class][class].ml-xl-small,
  [class][class][class].mx-xl-small {
    margin-left: 30px;
  }
  [class][class][class].m-xl-small-neg {
    margin: -30px;
  }
  [class][class][class].mt-xl-small-neg,
  [class][class][class].my-xl-small-neg {
    margin-top: -30px;
  }
  [class][class][class].mr-xl-small-neg,
  [class][class][class].mx-xl-small-neg {
    margin-right: -30px;
  }
  [class][class][class].mb-xl-small-neg,
  [class][class][class].my-xl-small-neg {
    margin-bottom: -30px;
  }
  [class][class][class].ml-xl-small-neg,
  [class][class][class].mx-xl-small-neg {
    margin-left: -30px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) {
  [class][class][class].m-xl-small-only {
    margin: 30px;
  }
  [class][class][class].mt-xl-small-only,
  [class][class][class].my-xl-small-only {
    margin-top: 30px;
  }
  [class][class][class].mr-xl-small-only,
  [class][class][class].mx-xl-small-only {
    margin-right: 30px;
  }
  [class][class][class].mb-xl-small-only,
  [class][class][class].my-xl-small-only {
    margin-bottom: 30px;
  }
  [class][class][class].ml-xl-small-only,
  [class][class][class].mx-xl-small-only {
    margin-left: 30px;
  }
}
@media (min-width: 1264px) {
  [class][class][class].m-xl-normal {
    margin: 40px;
  }
  [class][class][class].mt-xl-normal,
  [class][class][class].my-xl-normal {
    margin-top: 40px;
  }
  [class][class][class].mr-xl-normal,
  [class][class][class].mx-xl-normal {
    margin-right: 40px;
  }
  [class][class][class].mb-xl-normal,
  [class][class][class].my-xl-normal {
    margin-bottom: 40px;
  }
  [class][class][class].ml-xl-normal,
  [class][class][class].mx-xl-normal {
    margin-left: 40px;
  }
  [class][class][class].m-xl-normal-neg {
    margin: -40px;
  }
  [class][class][class].mt-xl-normal-neg,
  [class][class][class].my-xl-normal-neg {
    margin-top: -40px;
  }
  [class][class][class].mr-xl-normal-neg,
  [class][class][class].mx-xl-normal-neg {
    margin-right: -40px;
  }
  [class][class][class].mb-xl-normal-neg,
  [class][class][class].my-xl-normal-neg {
    margin-bottom: -40px;
  }
  [class][class][class].ml-xl-normal-neg,
  [class][class][class].mx-xl-normal-neg {
    margin-left: -40px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) {
  [class][class][class].m-xl-normal-only {
    margin: 40px;
  }
  [class][class][class].mt-xl-normal-only,
  [class][class][class].my-xl-normal-only {
    margin-top: 40px;
  }
  [class][class][class].mr-xl-normal-only,
  [class][class][class].mx-xl-normal-only {
    margin-right: 40px;
  }
  [class][class][class].mb-xl-normal-only,
  [class][class][class].my-xl-normal-only {
    margin-bottom: 40px;
  }
  [class][class][class].ml-xl-normal-only,
  [class][class][class].mx-xl-normal-only {
    margin-left: 40px;
  }
}
@media (min-width: 1264px) {
  [class][class][class].m-xl-large {
    margin: 50px;
  }
  [class][class][class].mt-xl-large,
  [class][class][class].my-xl-large {
    margin-top: 50px;
  }
  [class][class][class].mr-xl-large,
  [class][class][class].mx-xl-large {
    margin-right: 50px;
  }
  [class][class][class].mb-xl-large,
  [class][class][class].my-xl-large {
    margin-bottom: 50px;
  }
  [class][class][class].ml-xl-large,
  [class][class][class].mx-xl-large {
    margin-left: 50px;
  }
  [class][class][class].m-xl-large-neg {
    margin: -50px;
  }
  [class][class][class].mt-xl-large-neg,
  [class][class][class].my-xl-large-neg {
    margin-top: -50px;
  }
  [class][class][class].mr-xl-large-neg,
  [class][class][class].mx-xl-large-neg {
    margin-right: -50px;
  }
  [class][class][class].mb-xl-large-neg,
  [class][class][class].my-xl-large-neg {
    margin-bottom: -50px;
  }
  [class][class][class].ml-xl-large-neg,
  [class][class][class].mx-xl-large-neg {
    margin-left: -50px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) {
  [class][class][class].m-xl-large-only {
    margin: 50px;
  }
  [class][class][class].mt-xl-large-only,
  [class][class][class].my-xl-large-only {
    margin-top: 50px;
  }
  [class][class][class].mr-xl-large-only,
  [class][class][class].mx-xl-large-only {
    margin-right: 50px;
  }
  [class][class][class].mb-xl-large-only,
  [class][class][class].my-xl-large-only {
    margin-bottom: 50px;
  }
  [class][class][class].ml-xl-large-only,
  [class][class][class].mx-xl-large-only {
    margin-left: 50px;
  }
}
@media (min-width: 1264px) {
  [class][class][class].m-xl-xl {
    margin: 60px;
  }
  [class][class][class].mt-xl-xl,
  [class][class][class].my-xl-xl {
    margin-top: 60px;
  }
  [class][class][class].mr-xl-xl,
  [class][class][class].mx-xl-xl {
    margin-right: 60px;
  }
  [class][class][class].mb-xl-xl,
  [class][class][class].my-xl-xl {
    margin-bottom: 60px;
  }
  [class][class][class].ml-xl-xl,
  [class][class][class].mx-xl-xl {
    margin-left: 60px;
  }
  [class][class][class].m-xl-xl-neg {
    margin: -60px;
  }
  [class][class][class].mt-xl-xl-neg,
  [class][class][class].my-xl-xl-neg {
    margin-top: -60px;
  }
  [class][class][class].mr-xl-xl-neg,
  [class][class][class].mx-xl-xl-neg {
    margin-right: -60px;
  }
  [class][class][class].mb-xl-xl-neg,
  [class][class][class].my-xl-xl-neg {
    margin-bottom: -60px;
  }
  [class][class][class].ml-xl-xl-neg,
  [class][class][class].mx-xl-xl-neg {
    margin-left: -60px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) {
  [class][class][class].m-xl-xl-only {
    margin: 60px;
  }
  [class][class][class].mt-xl-xl-only,
  [class][class][class].my-xl-xl-only {
    margin-top: 60px;
  }
  [class][class][class].mr-xl-xl-only,
  [class][class][class].mx-xl-xl-only {
    margin-right: 60px;
  }
  [class][class][class].mb-xl-xl-only,
  [class][class][class].my-xl-xl-only {
    margin-bottom: 60px;
  }
  [class][class][class].ml-xl-xl-only,
  [class][class][class].mx-xl-xl-only {
    margin-left: 60px;
  }
}
@media (min-width: 1264px) {
  [class][class][class].m-xl-xxl {
    margin: 70px;
  }
  [class][class][class].mt-xl-xxl,
  [class][class][class].my-xl-xxl {
    margin-top: 70px;
  }
  [class][class][class].mr-xl-xxl,
  [class][class][class].mx-xl-xxl {
    margin-right: 70px;
  }
  [class][class][class].mb-xl-xxl,
  [class][class][class].my-xl-xxl {
    margin-bottom: 70px;
  }
  [class][class][class].ml-xl-xxl,
  [class][class][class].mx-xl-xxl {
    margin-left: 70px;
  }
  [class][class][class].m-xl-xxl-neg {
    margin: -70px;
  }
  [class][class][class].mt-xl-xxl-neg,
  [class][class][class].my-xl-xxl-neg {
    margin-top: -70px;
  }
  [class][class][class].mr-xl-xxl-neg,
  [class][class][class].mx-xl-xxl-neg {
    margin-right: -70px;
  }
  [class][class][class].mb-xl-xxl-neg,
  [class][class][class].my-xl-xxl-neg {
    margin-bottom: -70px;
  }
  [class][class][class].ml-xl-xxl-neg,
  [class][class][class].mx-xl-xxl-neg {
    margin-left: -70px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) {
  [class][class][class].m-xl-xxl-only {
    margin: 70px;
  }
  [class][class][class].mt-xl-xxl-only,
  [class][class][class].my-xl-xxl-only {
    margin-top: 70px;
  }
  [class][class][class].mr-xl-xxl-only,
  [class][class][class].mx-xl-xxl-only {
    margin-right: 70px;
  }
  [class][class][class].mb-xl-xxl-only,
  [class][class][class].my-xl-xxl-only {
    margin-bottom: 70px;
  }
  [class][class][class].ml-xl-xxl-only,
  [class][class][class].mx-xl-xxl-only {
    margin-left: 70px;
  }
}
@media (min-width: 1264px) {
  [class][class][class].m-xl-xxxl {
    margin: 80px;
  }
  [class][class][class].mt-xl-xxxl,
  [class][class][class].my-xl-xxxl {
    margin-top: 80px;
  }
  [class][class][class].mr-xl-xxxl,
  [class][class][class].mx-xl-xxxl {
    margin-right: 80px;
  }
  [class][class][class].mb-xl-xxxl,
  [class][class][class].my-xl-xxxl {
    margin-bottom: 80px;
  }
  [class][class][class].ml-xl-xxxl,
  [class][class][class].mx-xl-xxxl {
    margin-left: 80px;
  }
  [class][class][class].m-xl-xxxl-neg {
    margin: -80px;
  }
  [class][class][class].mt-xl-xxxl-neg,
  [class][class][class].my-xl-xxxl-neg {
    margin-top: -80px;
  }
  [class][class][class].mr-xl-xxxl-neg,
  [class][class][class].mx-xl-xxxl-neg {
    margin-right: -80px;
  }
  [class][class][class].mb-xl-xxxl-neg,
  [class][class][class].my-xl-xxxl-neg {
    margin-bottom: -80px;
  }
  [class][class][class].ml-xl-xxxl-neg,
  [class][class][class].mx-xl-xxxl-neg {
    margin-left: -80px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) {
  [class][class][class].m-xl-xxxl-only {
    margin: 80px;
  }
  [class][class][class].mt-xl-xxxl-only,
  [class][class][class].my-xl-xxxl-only {
    margin-top: 80px;
  }
  [class][class][class].mr-xl-xxxl-only,
  [class][class][class].mx-xl-xxxl-only {
    margin-right: 80px;
  }
  [class][class][class].mb-xl-xxxl-only,
  [class][class][class].my-xl-xxxl-only {
    margin-bottom: 80px;
  }
  [class][class][class].ml-xl-xxxl-only,
  [class][class][class].mx-xl-xxxl-only {
    margin-left: 80px;
  }
}
@media (min-width: 1264px) {
  [class][class][class].m-xl-huge {
    margin: 130px;
  }
  [class][class][class].mt-xl-huge,
  [class][class][class].my-xl-huge {
    margin-top: 130px;
  }
  [class][class][class].mr-xl-huge,
  [class][class][class].mx-xl-huge {
    margin-right: 130px;
  }
  [class][class][class].mb-xl-huge,
  [class][class][class].my-xl-huge {
    margin-bottom: 130px;
  }
  [class][class][class].ml-xl-huge,
  [class][class][class].mx-xl-huge {
    margin-left: 130px;
  }
  [class][class][class].m-xl-huge-neg {
    margin: -130px;
  }
  [class][class][class].mt-xl-huge-neg,
  [class][class][class].my-xl-huge-neg {
    margin-top: -130px;
  }
  [class][class][class].mr-xl-huge-neg,
  [class][class][class].mx-xl-huge-neg {
    margin-right: -130px;
  }
  [class][class][class].mb-xl-huge-neg,
  [class][class][class].my-xl-huge-neg {
    margin-bottom: -130px;
  }
  [class][class][class].ml-xl-huge-neg,
  [class][class][class].mx-xl-huge-neg {
    margin-left: -130px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) {
  [class][class][class].m-xl-huge-only {
    margin: 130px;
  }
  [class][class][class].mt-xl-huge-only,
  [class][class][class].my-xl-huge-only {
    margin-top: 130px;
  }
  [class][class][class].mr-xl-huge-only,
  [class][class][class].mx-xl-huge-only {
    margin-right: 130px;
  }
  [class][class][class].mb-xl-huge-only,
  [class][class][class].my-xl-huge-only {
    margin-bottom: 130px;
  }
  [class][class][class].ml-xl-huge-only,
  [class][class][class].mx-xl-huge-only {
    margin-left: 130px;
  }
}
@media (min-width: 1264px) {
  [class][class][class].p-xl-null {
    padding: 0px;
  }
  [class][class][class].pt-xl-null,
  [class][class][class].py-xl-null {
    padding-top: 0px;
  }
  [class][class][class].pr-xl-null,
  [class][class][class].px-xl-null {
    padding-right: 0px;
  }
  [class][class][class].pb-xl-null,
  [class][class][class].py-xl-null {
    padding-bottom: 0px;
  }
  [class][class][class].pl-xl-null,
  [class][class][class].px-xl-null {
    padding-left: 0px;
  }
  [class][class][class].p-xl-null-neg {
    padding: 0px;
  }
  [class][class][class].pt-xl-null-neg,
  [class][class][class].py-xl-null-neg {
    padding-top: 0px;
  }
  [class][class][class].pr-xl-null-neg,
  [class][class][class].px-xl-null-neg {
    padding-right: 0px;
  }
  [class][class][class].pb-xl-null-neg,
  [class][class][class].py-xl-null-neg {
    padding-bottom: 0px;
  }
  [class][class][class].pl-xl-null-neg,
  [class][class][class].px-xl-null-neg {
    padding-left: 0px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) {
  [class][class][class].p-xl-null-only {
    padding: 0px;
  }
  [class][class][class].pt-xl-null-only,
  [class][class][class].py-xl-null-only {
    padding-top: 0px;
  }
  [class][class][class].pr-xl-null-only,
  [class][class][class].px-xl-null-only {
    padding-right: 0px;
  }
  [class][class][class].pb-xl-null-only,
  [class][class][class].py-xl-null-only {
    padding-bottom: 0px;
  }
  [class][class][class].pl-xl-null-only,
  [class][class][class].px-xl-null-only {
    padding-left: 0px;
  }
}
@media (min-width: 1264px) {
  [class][class][class].p-xl-xxs {
    padding: 10px;
  }
  [class][class][class].pt-xl-xxs,
  [class][class][class].py-xl-xxs {
    padding-top: 10px;
  }
  [class][class][class].pr-xl-xxs,
  [class][class][class].px-xl-xxs {
    padding-right: 10px;
  }
  [class][class][class].pb-xl-xxs,
  [class][class][class].py-xl-xxs {
    padding-bottom: 10px;
  }
  [class][class][class].pl-xl-xxs,
  [class][class][class].px-xl-xxs {
    padding-left: 10px;
  }
  [class][class][class].p-xl-xxs-neg {
    padding: -10px;
  }
  [class][class][class].pt-xl-xxs-neg,
  [class][class][class].py-xl-xxs-neg {
    padding-top: -10px;
  }
  [class][class][class].pr-xl-xxs-neg,
  [class][class][class].px-xl-xxs-neg {
    padding-right: -10px;
  }
  [class][class][class].pb-xl-xxs-neg,
  [class][class][class].py-xl-xxs-neg {
    padding-bottom: -10px;
  }
  [class][class][class].pl-xl-xxs-neg,
  [class][class][class].px-xl-xxs-neg {
    padding-left: -10px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) {
  [class][class][class].p-xl-xxs-only {
    padding: 10px;
  }
  [class][class][class].pt-xl-xxs-only,
  [class][class][class].py-xl-xxs-only {
    padding-top: 10px;
  }
  [class][class][class].pr-xl-xxs-only,
  [class][class][class].px-xl-xxs-only {
    padding-right: 10px;
  }
  [class][class][class].pb-xl-xxs-only,
  [class][class][class].py-xl-xxs-only {
    padding-bottom: 10px;
  }
  [class][class][class].pl-xl-xxs-only,
  [class][class][class].px-xl-xxs-only {
    padding-left: 10px;
  }
}
@media (min-width: 1264px) {
  [class][class][class].p-xl-xs {
    padding: 20px;
  }
  [class][class][class].pt-xl-xs,
  [class][class][class].py-xl-xs {
    padding-top: 20px;
  }
  [class][class][class].pr-xl-xs,
  [class][class][class].px-xl-xs {
    padding-right: 20px;
  }
  [class][class][class].pb-xl-xs,
  [class][class][class].py-xl-xs {
    padding-bottom: 20px;
  }
  [class][class][class].pl-xl-xs,
  [class][class][class].px-xl-xs {
    padding-left: 20px;
  }
  [class][class][class].p-xl-xs-neg {
    padding: -20px;
  }
  [class][class][class].pt-xl-xs-neg,
  [class][class][class].py-xl-xs-neg {
    padding-top: -20px;
  }
  [class][class][class].pr-xl-xs-neg,
  [class][class][class].px-xl-xs-neg {
    padding-right: -20px;
  }
  [class][class][class].pb-xl-xs-neg,
  [class][class][class].py-xl-xs-neg {
    padding-bottom: -20px;
  }
  [class][class][class].pl-xl-xs-neg,
  [class][class][class].px-xl-xs-neg {
    padding-left: -20px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) {
  [class][class][class].p-xl-xs-only {
    padding: 20px;
  }
  [class][class][class].pt-xl-xs-only,
  [class][class][class].py-xl-xs-only {
    padding-top: 20px;
  }
  [class][class][class].pr-xl-xs-only,
  [class][class][class].px-xl-xs-only {
    padding-right: 20px;
  }
  [class][class][class].pb-xl-xs-only,
  [class][class][class].py-xl-xs-only {
    padding-bottom: 20px;
  }
  [class][class][class].pl-xl-xs-only,
  [class][class][class].px-xl-xs-only {
    padding-left: 20px;
  }
}
@media (min-width: 1264px) {
  [class][class][class].p-xl-small {
    padding: 30px;
  }
  [class][class][class].pt-xl-small,
  [class][class][class].py-xl-small {
    padding-top: 30px;
  }
  [class][class][class].pr-xl-small,
  [class][class][class].px-xl-small {
    padding-right: 30px;
  }
  [class][class][class].pb-xl-small,
  [class][class][class].py-xl-small {
    padding-bottom: 30px;
  }
  [class][class][class].pl-xl-small,
  [class][class][class].px-xl-small {
    padding-left: 30px;
  }
  [class][class][class].p-xl-small-neg {
    padding: -30px;
  }
  [class][class][class].pt-xl-small-neg,
  [class][class][class].py-xl-small-neg {
    padding-top: -30px;
  }
  [class][class][class].pr-xl-small-neg,
  [class][class][class].px-xl-small-neg {
    padding-right: -30px;
  }
  [class][class][class].pb-xl-small-neg,
  [class][class][class].py-xl-small-neg {
    padding-bottom: -30px;
  }
  [class][class][class].pl-xl-small-neg,
  [class][class][class].px-xl-small-neg {
    padding-left: -30px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) {
  [class][class][class].p-xl-small-only {
    padding: 30px;
  }
  [class][class][class].pt-xl-small-only,
  [class][class][class].py-xl-small-only {
    padding-top: 30px;
  }
  [class][class][class].pr-xl-small-only,
  [class][class][class].px-xl-small-only {
    padding-right: 30px;
  }
  [class][class][class].pb-xl-small-only,
  [class][class][class].py-xl-small-only {
    padding-bottom: 30px;
  }
  [class][class][class].pl-xl-small-only,
  [class][class][class].px-xl-small-only {
    padding-left: 30px;
  }
}
@media (min-width: 1264px) {
  [class][class][class].p-xl-normal {
    padding: 40px;
  }
  [class][class][class].pt-xl-normal,
  [class][class][class].py-xl-normal {
    padding-top: 40px;
  }
  [class][class][class].pr-xl-normal,
  [class][class][class].px-xl-normal {
    padding-right: 40px;
  }
  [class][class][class].pb-xl-normal,
  [class][class][class].py-xl-normal {
    padding-bottom: 40px;
  }
  [class][class][class].pl-xl-normal,
  [class][class][class].px-xl-normal {
    padding-left: 40px;
  }
  [class][class][class].p-xl-normal-neg {
    padding: -40px;
  }
  [class][class][class].pt-xl-normal-neg,
  [class][class][class].py-xl-normal-neg {
    padding-top: -40px;
  }
  [class][class][class].pr-xl-normal-neg,
  [class][class][class].px-xl-normal-neg {
    padding-right: -40px;
  }
  [class][class][class].pb-xl-normal-neg,
  [class][class][class].py-xl-normal-neg {
    padding-bottom: -40px;
  }
  [class][class][class].pl-xl-normal-neg,
  [class][class][class].px-xl-normal-neg {
    padding-left: -40px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) {
  [class][class][class].p-xl-normal-only {
    padding: 40px;
  }
  [class][class][class].pt-xl-normal-only,
  [class][class][class].py-xl-normal-only {
    padding-top: 40px;
  }
  [class][class][class].pr-xl-normal-only,
  [class][class][class].px-xl-normal-only {
    padding-right: 40px;
  }
  [class][class][class].pb-xl-normal-only,
  [class][class][class].py-xl-normal-only {
    padding-bottom: 40px;
  }
  [class][class][class].pl-xl-normal-only,
  [class][class][class].px-xl-normal-only {
    padding-left: 40px;
  }
}
@media (min-width: 1264px) {
  [class][class][class].p-xl-large {
    padding: 50px;
  }
  [class][class][class].pt-xl-large,
  [class][class][class].py-xl-large {
    padding-top: 50px;
  }
  [class][class][class].pr-xl-large,
  [class][class][class].px-xl-large {
    padding-right: 50px;
  }
  [class][class][class].pb-xl-large,
  [class][class][class].py-xl-large {
    padding-bottom: 50px;
  }
  [class][class][class].pl-xl-large,
  [class][class][class].px-xl-large {
    padding-left: 50px;
  }
  [class][class][class].p-xl-large-neg {
    padding: -50px;
  }
  [class][class][class].pt-xl-large-neg,
  [class][class][class].py-xl-large-neg {
    padding-top: -50px;
  }
  [class][class][class].pr-xl-large-neg,
  [class][class][class].px-xl-large-neg {
    padding-right: -50px;
  }
  [class][class][class].pb-xl-large-neg,
  [class][class][class].py-xl-large-neg {
    padding-bottom: -50px;
  }
  [class][class][class].pl-xl-large-neg,
  [class][class][class].px-xl-large-neg {
    padding-left: -50px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) {
  [class][class][class].p-xl-large-only {
    padding: 50px;
  }
  [class][class][class].pt-xl-large-only,
  [class][class][class].py-xl-large-only {
    padding-top: 50px;
  }
  [class][class][class].pr-xl-large-only,
  [class][class][class].px-xl-large-only {
    padding-right: 50px;
  }
  [class][class][class].pb-xl-large-only,
  [class][class][class].py-xl-large-only {
    padding-bottom: 50px;
  }
  [class][class][class].pl-xl-large-only,
  [class][class][class].px-xl-large-only {
    padding-left: 50px;
  }
}
@media (min-width: 1264px) {
  [class][class][class].p-xl-xl {
    padding: 60px;
  }
  [class][class][class].pt-xl-xl,
  [class][class][class].py-xl-xl {
    padding-top: 60px;
  }
  [class][class][class].pr-xl-xl,
  [class][class][class].px-xl-xl {
    padding-right: 60px;
  }
  [class][class][class].pb-xl-xl,
  [class][class][class].py-xl-xl {
    padding-bottom: 60px;
  }
  [class][class][class].pl-xl-xl,
  [class][class][class].px-xl-xl {
    padding-left: 60px;
  }
  [class][class][class].p-xl-xl-neg {
    padding: -60px;
  }
  [class][class][class].pt-xl-xl-neg,
  [class][class][class].py-xl-xl-neg {
    padding-top: -60px;
  }
  [class][class][class].pr-xl-xl-neg,
  [class][class][class].px-xl-xl-neg {
    padding-right: -60px;
  }
  [class][class][class].pb-xl-xl-neg,
  [class][class][class].py-xl-xl-neg {
    padding-bottom: -60px;
  }
  [class][class][class].pl-xl-xl-neg,
  [class][class][class].px-xl-xl-neg {
    padding-left: -60px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) {
  [class][class][class].p-xl-xl-only {
    padding: 60px;
  }
  [class][class][class].pt-xl-xl-only,
  [class][class][class].py-xl-xl-only {
    padding-top: 60px;
  }
  [class][class][class].pr-xl-xl-only,
  [class][class][class].px-xl-xl-only {
    padding-right: 60px;
  }
  [class][class][class].pb-xl-xl-only,
  [class][class][class].py-xl-xl-only {
    padding-bottom: 60px;
  }
  [class][class][class].pl-xl-xl-only,
  [class][class][class].px-xl-xl-only {
    padding-left: 60px;
  }
}
@media (min-width: 1264px) {
  [class][class][class].p-xl-xxl {
    padding: 70px;
  }
  [class][class][class].pt-xl-xxl,
  [class][class][class].py-xl-xxl {
    padding-top: 70px;
  }
  [class][class][class].pr-xl-xxl,
  [class][class][class].px-xl-xxl {
    padding-right: 70px;
  }
  [class][class][class].pb-xl-xxl,
  [class][class][class].py-xl-xxl {
    padding-bottom: 70px;
  }
  [class][class][class].pl-xl-xxl,
  [class][class][class].px-xl-xxl {
    padding-left: 70px;
  }
  [class][class][class].p-xl-xxl-neg {
    padding: -70px;
  }
  [class][class][class].pt-xl-xxl-neg,
  [class][class][class].py-xl-xxl-neg {
    padding-top: -70px;
  }
  [class][class][class].pr-xl-xxl-neg,
  [class][class][class].px-xl-xxl-neg {
    padding-right: -70px;
  }
  [class][class][class].pb-xl-xxl-neg,
  [class][class][class].py-xl-xxl-neg {
    padding-bottom: -70px;
  }
  [class][class][class].pl-xl-xxl-neg,
  [class][class][class].px-xl-xxl-neg {
    padding-left: -70px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) {
  [class][class][class].p-xl-xxl-only {
    padding: 70px;
  }
  [class][class][class].pt-xl-xxl-only,
  [class][class][class].py-xl-xxl-only {
    padding-top: 70px;
  }
  [class][class][class].pr-xl-xxl-only,
  [class][class][class].px-xl-xxl-only {
    padding-right: 70px;
  }
  [class][class][class].pb-xl-xxl-only,
  [class][class][class].py-xl-xxl-only {
    padding-bottom: 70px;
  }
  [class][class][class].pl-xl-xxl-only,
  [class][class][class].px-xl-xxl-only {
    padding-left: 70px;
  }
}
@media (min-width: 1264px) {
  [class][class][class].p-xl-xxxl {
    padding: 80px;
  }
  [class][class][class].pt-xl-xxxl,
  [class][class][class].py-xl-xxxl {
    padding-top: 80px;
  }
  [class][class][class].pr-xl-xxxl,
  [class][class][class].px-xl-xxxl {
    padding-right: 80px;
  }
  [class][class][class].pb-xl-xxxl,
  [class][class][class].py-xl-xxxl {
    padding-bottom: 80px;
  }
  [class][class][class].pl-xl-xxxl,
  [class][class][class].px-xl-xxxl {
    padding-left: 80px;
  }
  [class][class][class].p-xl-xxxl-neg {
    padding: -80px;
  }
  [class][class][class].pt-xl-xxxl-neg,
  [class][class][class].py-xl-xxxl-neg {
    padding-top: -80px;
  }
  [class][class][class].pr-xl-xxxl-neg,
  [class][class][class].px-xl-xxxl-neg {
    padding-right: -80px;
  }
  [class][class][class].pb-xl-xxxl-neg,
  [class][class][class].py-xl-xxxl-neg {
    padding-bottom: -80px;
  }
  [class][class][class].pl-xl-xxxl-neg,
  [class][class][class].px-xl-xxxl-neg {
    padding-left: -80px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) {
  [class][class][class].p-xl-xxxl-only {
    padding: 80px;
  }
  [class][class][class].pt-xl-xxxl-only,
  [class][class][class].py-xl-xxxl-only {
    padding-top: 80px;
  }
  [class][class][class].pr-xl-xxxl-only,
  [class][class][class].px-xl-xxxl-only {
    padding-right: 80px;
  }
  [class][class][class].pb-xl-xxxl-only,
  [class][class][class].py-xl-xxxl-only {
    padding-bottom: 80px;
  }
  [class][class][class].pl-xl-xxxl-only,
  [class][class][class].px-xl-xxxl-only {
    padding-left: 80px;
  }
}
@media (min-width: 1264px) {
  [class][class][class].p-xl-huge {
    padding: 130px;
  }
  [class][class][class].pt-xl-huge,
  [class][class][class].py-xl-huge {
    padding-top: 130px;
  }
  [class][class][class].pr-xl-huge,
  [class][class][class].px-xl-huge {
    padding-right: 130px;
  }
  [class][class][class].pb-xl-huge,
  [class][class][class].py-xl-huge {
    padding-bottom: 130px;
  }
  [class][class][class].pl-xl-huge,
  [class][class][class].px-xl-huge {
    padding-left: 130px;
  }
  [class][class][class].p-xl-huge-neg {
    padding: -130px;
  }
  [class][class][class].pt-xl-huge-neg,
  [class][class][class].py-xl-huge-neg {
    padding-top: -130px;
  }
  [class][class][class].pr-xl-huge-neg,
  [class][class][class].px-xl-huge-neg {
    padding-right: -130px;
  }
  [class][class][class].pb-xl-huge-neg,
  [class][class][class].py-xl-huge-neg {
    padding-bottom: -130px;
  }
  [class][class][class].pl-xl-huge-neg,
  [class][class][class].px-xl-huge-neg {
    padding-left: -130px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) {
  [class][class][class].p-xl-huge-only {
    padding: 130px;
  }
  [class][class][class].pt-xl-huge-only,
  [class][class][class].py-xl-huge-only {
    padding-top: 130px;
  }
  [class][class][class].pr-xl-huge-only,
  [class][class][class].px-xl-huge-only {
    padding-right: 130px;
  }
  [class][class][class].pb-xl-huge-only,
  [class][class][class].py-xl-huge-only {
    padding-bottom: 130px;
  }
  [class][class][class].pl-xl-huge-only,
  [class][class][class].px-xl-huge-only {
    padding-left: 130px;
  }
}
@media (min-width: 1408px) {
  [class][class][class].m-xxl-null {
    margin: 0px;
  }
  [class][class][class].mt-xxl-null,
  [class][class][class].my-xxl-null {
    margin-top: 0px;
  }
  [class][class][class].mr-xxl-null,
  [class][class][class].mx-xxl-null {
    margin-right: 0px;
  }
  [class][class][class].mb-xxl-null,
  [class][class][class].my-xxl-null {
    margin-bottom: 0px;
  }
  [class][class][class].ml-xxl-null,
  [class][class][class].mx-xxl-null {
    margin-left: 0px;
  }
  [class][class][class].m-xxl-null-neg {
    margin: 0px;
  }
  [class][class][class].mt-xxl-null-neg,
  [class][class][class].my-xxl-null-neg {
    margin-top: 0px;
  }
  [class][class][class].mr-xxl-null-neg,
  [class][class][class].mx-xxl-null-neg {
    margin-right: 0px;
  }
  [class][class][class].mb-xxl-null-neg,
  [class][class][class].my-xxl-null-neg {
    margin-bottom: 0px;
  }
  [class][class][class].ml-xxl-null-neg,
  [class][class][class].mx-xxl-null-neg {
    margin-left: 0px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) {
  [class][class][class].m-xxl-null-only {
    margin: 0px;
  }
  [class][class][class].mt-xxl-null-only,
  [class][class][class].my-xxl-null-only {
    margin-top: 0px;
  }
  [class][class][class].mr-xxl-null-only,
  [class][class][class].mx-xxl-null-only {
    margin-right: 0px;
  }
  [class][class][class].mb-xxl-null-only,
  [class][class][class].my-xxl-null-only {
    margin-bottom: 0px;
  }
  [class][class][class].ml-xxl-null-only,
  [class][class][class].mx-xxl-null-only {
    margin-left: 0px;
  }
}
@media (min-width: 1408px) {
  [class][class][class].m-xxl-xxs {
    margin: 10px;
  }
  [class][class][class].mt-xxl-xxs,
  [class][class][class].my-xxl-xxs {
    margin-top: 10px;
  }
  [class][class][class].mr-xxl-xxs,
  [class][class][class].mx-xxl-xxs {
    margin-right: 10px;
  }
  [class][class][class].mb-xxl-xxs,
  [class][class][class].my-xxl-xxs {
    margin-bottom: 10px;
  }
  [class][class][class].ml-xxl-xxs,
  [class][class][class].mx-xxl-xxs {
    margin-left: 10px;
  }
  [class][class][class].m-xxl-xxs-neg {
    margin: -10px;
  }
  [class][class][class].mt-xxl-xxs-neg,
  [class][class][class].my-xxl-xxs-neg {
    margin-top: -10px;
  }
  [class][class][class].mr-xxl-xxs-neg,
  [class][class][class].mx-xxl-xxs-neg {
    margin-right: -10px;
  }
  [class][class][class].mb-xxl-xxs-neg,
  [class][class][class].my-xxl-xxs-neg {
    margin-bottom: -10px;
  }
  [class][class][class].ml-xxl-xxs-neg,
  [class][class][class].mx-xxl-xxs-neg {
    margin-left: -10px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) {
  [class][class][class].m-xxl-xxs-only {
    margin: 10px;
  }
  [class][class][class].mt-xxl-xxs-only,
  [class][class][class].my-xxl-xxs-only {
    margin-top: 10px;
  }
  [class][class][class].mr-xxl-xxs-only,
  [class][class][class].mx-xxl-xxs-only {
    margin-right: 10px;
  }
  [class][class][class].mb-xxl-xxs-only,
  [class][class][class].my-xxl-xxs-only {
    margin-bottom: 10px;
  }
  [class][class][class].ml-xxl-xxs-only,
  [class][class][class].mx-xxl-xxs-only {
    margin-left: 10px;
  }
}
@media (min-width: 1408px) {
  [class][class][class].m-xxl-xs {
    margin: 20px;
  }
  [class][class][class].mt-xxl-xs,
  [class][class][class].my-xxl-xs {
    margin-top: 20px;
  }
  [class][class][class].mr-xxl-xs,
  [class][class][class].mx-xxl-xs {
    margin-right: 20px;
  }
  [class][class][class].mb-xxl-xs,
  [class][class][class].my-xxl-xs {
    margin-bottom: 20px;
  }
  [class][class][class].ml-xxl-xs,
  [class][class][class].mx-xxl-xs {
    margin-left: 20px;
  }
  [class][class][class].m-xxl-xs-neg {
    margin: -20px;
  }
  [class][class][class].mt-xxl-xs-neg,
  [class][class][class].my-xxl-xs-neg {
    margin-top: -20px;
  }
  [class][class][class].mr-xxl-xs-neg,
  [class][class][class].mx-xxl-xs-neg {
    margin-right: -20px;
  }
  [class][class][class].mb-xxl-xs-neg,
  [class][class][class].my-xxl-xs-neg {
    margin-bottom: -20px;
  }
  [class][class][class].ml-xxl-xs-neg,
  [class][class][class].mx-xxl-xs-neg {
    margin-left: -20px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) {
  [class][class][class].m-xxl-xs-only {
    margin: 20px;
  }
  [class][class][class].mt-xxl-xs-only,
  [class][class][class].my-xxl-xs-only {
    margin-top: 20px;
  }
  [class][class][class].mr-xxl-xs-only,
  [class][class][class].mx-xxl-xs-only {
    margin-right: 20px;
  }
  [class][class][class].mb-xxl-xs-only,
  [class][class][class].my-xxl-xs-only {
    margin-bottom: 20px;
  }
  [class][class][class].ml-xxl-xs-only,
  [class][class][class].mx-xxl-xs-only {
    margin-left: 20px;
  }
}
@media (min-width: 1408px) {
  [class][class][class].m-xxl-small {
    margin: 30px;
  }
  [class][class][class].mt-xxl-small,
  [class][class][class].my-xxl-small {
    margin-top: 30px;
  }
  [class][class][class].mr-xxl-small,
  [class][class][class].mx-xxl-small {
    margin-right: 30px;
  }
  [class][class][class].mb-xxl-small,
  [class][class][class].my-xxl-small {
    margin-bottom: 30px;
  }
  [class][class][class].ml-xxl-small,
  [class][class][class].mx-xxl-small {
    margin-left: 30px;
  }
  [class][class][class].m-xxl-small-neg {
    margin: -30px;
  }
  [class][class][class].mt-xxl-small-neg,
  [class][class][class].my-xxl-small-neg {
    margin-top: -30px;
  }
  [class][class][class].mr-xxl-small-neg,
  [class][class][class].mx-xxl-small-neg {
    margin-right: -30px;
  }
  [class][class][class].mb-xxl-small-neg,
  [class][class][class].my-xxl-small-neg {
    margin-bottom: -30px;
  }
  [class][class][class].ml-xxl-small-neg,
  [class][class][class].mx-xxl-small-neg {
    margin-left: -30px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) {
  [class][class][class].m-xxl-small-only {
    margin: 30px;
  }
  [class][class][class].mt-xxl-small-only,
  [class][class][class].my-xxl-small-only {
    margin-top: 30px;
  }
  [class][class][class].mr-xxl-small-only,
  [class][class][class].mx-xxl-small-only {
    margin-right: 30px;
  }
  [class][class][class].mb-xxl-small-only,
  [class][class][class].my-xxl-small-only {
    margin-bottom: 30px;
  }
  [class][class][class].ml-xxl-small-only,
  [class][class][class].mx-xxl-small-only {
    margin-left: 30px;
  }
}
@media (min-width: 1408px) {
  [class][class][class].m-xxl-normal {
    margin: 40px;
  }
  [class][class][class].mt-xxl-normal,
  [class][class][class].my-xxl-normal {
    margin-top: 40px;
  }
  [class][class][class].mr-xxl-normal,
  [class][class][class].mx-xxl-normal {
    margin-right: 40px;
  }
  [class][class][class].mb-xxl-normal,
  [class][class][class].my-xxl-normal {
    margin-bottom: 40px;
  }
  [class][class][class].ml-xxl-normal,
  [class][class][class].mx-xxl-normal {
    margin-left: 40px;
  }
  [class][class][class].m-xxl-normal-neg {
    margin: -40px;
  }
  [class][class][class].mt-xxl-normal-neg,
  [class][class][class].my-xxl-normal-neg {
    margin-top: -40px;
  }
  [class][class][class].mr-xxl-normal-neg,
  [class][class][class].mx-xxl-normal-neg {
    margin-right: -40px;
  }
  [class][class][class].mb-xxl-normal-neg,
  [class][class][class].my-xxl-normal-neg {
    margin-bottom: -40px;
  }
  [class][class][class].ml-xxl-normal-neg,
  [class][class][class].mx-xxl-normal-neg {
    margin-left: -40px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) {
  [class][class][class].m-xxl-normal-only {
    margin: 40px;
  }
  [class][class][class].mt-xxl-normal-only,
  [class][class][class].my-xxl-normal-only {
    margin-top: 40px;
  }
  [class][class][class].mr-xxl-normal-only,
  [class][class][class].mx-xxl-normal-only {
    margin-right: 40px;
  }
  [class][class][class].mb-xxl-normal-only,
  [class][class][class].my-xxl-normal-only {
    margin-bottom: 40px;
  }
  [class][class][class].ml-xxl-normal-only,
  [class][class][class].mx-xxl-normal-only {
    margin-left: 40px;
  }
}
@media (min-width: 1408px) {
  [class][class][class].m-xxl-large {
    margin: 50px;
  }
  [class][class][class].mt-xxl-large,
  [class][class][class].my-xxl-large {
    margin-top: 50px;
  }
  [class][class][class].mr-xxl-large,
  [class][class][class].mx-xxl-large {
    margin-right: 50px;
  }
  [class][class][class].mb-xxl-large,
  [class][class][class].my-xxl-large {
    margin-bottom: 50px;
  }
  [class][class][class].ml-xxl-large,
  [class][class][class].mx-xxl-large {
    margin-left: 50px;
  }
  [class][class][class].m-xxl-large-neg {
    margin: -50px;
  }
  [class][class][class].mt-xxl-large-neg,
  [class][class][class].my-xxl-large-neg {
    margin-top: -50px;
  }
  [class][class][class].mr-xxl-large-neg,
  [class][class][class].mx-xxl-large-neg {
    margin-right: -50px;
  }
  [class][class][class].mb-xxl-large-neg,
  [class][class][class].my-xxl-large-neg {
    margin-bottom: -50px;
  }
  [class][class][class].ml-xxl-large-neg,
  [class][class][class].mx-xxl-large-neg {
    margin-left: -50px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) {
  [class][class][class].m-xxl-large-only {
    margin: 50px;
  }
  [class][class][class].mt-xxl-large-only,
  [class][class][class].my-xxl-large-only {
    margin-top: 50px;
  }
  [class][class][class].mr-xxl-large-only,
  [class][class][class].mx-xxl-large-only {
    margin-right: 50px;
  }
  [class][class][class].mb-xxl-large-only,
  [class][class][class].my-xxl-large-only {
    margin-bottom: 50px;
  }
  [class][class][class].ml-xxl-large-only,
  [class][class][class].mx-xxl-large-only {
    margin-left: 50px;
  }
}
@media (min-width: 1408px) {
  [class][class][class].m-xxl-xl {
    margin: 60px;
  }
  [class][class][class].mt-xxl-xl,
  [class][class][class].my-xxl-xl {
    margin-top: 60px;
  }
  [class][class][class].mr-xxl-xl,
  [class][class][class].mx-xxl-xl {
    margin-right: 60px;
  }
  [class][class][class].mb-xxl-xl,
  [class][class][class].my-xxl-xl {
    margin-bottom: 60px;
  }
  [class][class][class].ml-xxl-xl,
  [class][class][class].mx-xxl-xl {
    margin-left: 60px;
  }
  [class][class][class].m-xxl-xl-neg {
    margin: -60px;
  }
  [class][class][class].mt-xxl-xl-neg,
  [class][class][class].my-xxl-xl-neg {
    margin-top: -60px;
  }
  [class][class][class].mr-xxl-xl-neg,
  [class][class][class].mx-xxl-xl-neg {
    margin-right: -60px;
  }
  [class][class][class].mb-xxl-xl-neg,
  [class][class][class].my-xxl-xl-neg {
    margin-bottom: -60px;
  }
  [class][class][class].ml-xxl-xl-neg,
  [class][class][class].mx-xxl-xl-neg {
    margin-left: -60px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) {
  [class][class][class].m-xxl-xl-only {
    margin: 60px;
  }
  [class][class][class].mt-xxl-xl-only,
  [class][class][class].my-xxl-xl-only {
    margin-top: 60px;
  }
  [class][class][class].mr-xxl-xl-only,
  [class][class][class].mx-xxl-xl-only {
    margin-right: 60px;
  }
  [class][class][class].mb-xxl-xl-only,
  [class][class][class].my-xxl-xl-only {
    margin-bottom: 60px;
  }
  [class][class][class].ml-xxl-xl-only,
  [class][class][class].mx-xxl-xl-only {
    margin-left: 60px;
  }
}
@media (min-width: 1408px) {
  [class][class][class].m-xxl-xxl {
    margin: 70px;
  }
  [class][class][class].mt-xxl-xxl,
  [class][class][class].my-xxl-xxl {
    margin-top: 70px;
  }
  [class][class][class].mr-xxl-xxl,
  [class][class][class].mx-xxl-xxl {
    margin-right: 70px;
  }
  [class][class][class].mb-xxl-xxl,
  [class][class][class].my-xxl-xxl {
    margin-bottom: 70px;
  }
  [class][class][class].ml-xxl-xxl,
  [class][class][class].mx-xxl-xxl {
    margin-left: 70px;
  }
  [class][class][class].m-xxl-xxl-neg {
    margin: -70px;
  }
  [class][class][class].mt-xxl-xxl-neg,
  [class][class][class].my-xxl-xxl-neg {
    margin-top: -70px;
  }
  [class][class][class].mr-xxl-xxl-neg,
  [class][class][class].mx-xxl-xxl-neg {
    margin-right: -70px;
  }
  [class][class][class].mb-xxl-xxl-neg,
  [class][class][class].my-xxl-xxl-neg {
    margin-bottom: -70px;
  }
  [class][class][class].ml-xxl-xxl-neg,
  [class][class][class].mx-xxl-xxl-neg {
    margin-left: -70px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) {
  [class][class][class].m-xxl-xxl-only {
    margin: 70px;
  }
  [class][class][class].mt-xxl-xxl-only,
  [class][class][class].my-xxl-xxl-only {
    margin-top: 70px;
  }
  [class][class][class].mr-xxl-xxl-only,
  [class][class][class].mx-xxl-xxl-only {
    margin-right: 70px;
  }
  [class][class][class].mb-xxl-xxl-only,
  [class][class][class].my-xxl-xxl-only {
    margin-bottom: 70px;
  }
  [class][class][class].ml-xxl-xxl-only,
  [class][class][class].mx-xxl-xxl-only {
    margin-left: 70px;
  }
}
@media (min-width: 1408px) {
  [class][class][class].m-xxl-xxxl {
    margin: 80px;
  }
  [class][class][class].mt-xxl-xxxl,
  [class][class][class].my-xxl-xxxl {
    margin-top: 80px;
  }
  [class][class][class].mr-xxl-xxxl,
  [class][class][class].mx-xxl-xxxl {
    margin-right: 80px;
  }
  [class][class][class].mb-xxl-xxxl,
  [class][class][class].my-xxl-xxxl {
    margin-bottom: 80px;
  }
  [class][class][class].ml-xxl-xxxl,
  [class][class][class].mx-xxl-xxxl {
    margin-left: 80px;
  }
  [class][class][class].m-xxl-xxxl-neg {
    margin: -80px;
  }
  [class][class][class].mt-xxl-xxxl-neg,
  [class][class][class].my-xxl-xxxl-neg {
    margin-top: -80px;
  }
  [class][class][class].mr-xxl-xxxl-neg,
  [class][class][class].mx-xxl-xxxl-neg {
    margin-right: -80px;
  }
  [class][class][class].mb-xxl-xxxl-neg,
  [class][class][class].my-xxl-xxxl-neg {
    margin-bottom: -80px;
  }
  [class][class][class].ml-xxl-xxxl-neg,
  [class][class][class].mx-xxl-xxxl-neg {
    margin-left: -80px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) {
  [class][class][class].m-xxl-xxxl-only {
    margin: 80px;
  }
  [class][class][class].mt-xxl-xxxl-only,
  [class][class][class].my-xxl-xxxl-only {
    margin-top: 80px;
  }
  [class][class][class].mr-xxl-xxxl-only,
  [class][class][class].mx-xxl-xxxl-only {
    margin-right: 80px;
  }
  [class][class][class].mb-xxl-xxxl-only,
  [class][class][class].my-xxl-xxxl-only {
    margin-bottom: 80px;
  }
  [class][class][class].ml-xxl-xxxl-only,
  [class][class][class].mx-xxl-xxxl-only {
    margin-left: 80px;
  }
}
@media (min-width: 1408px) {
  [class][class][class].m-xxl-huge {
    margin: 130px;
  }
  [class][class][class].mt-xxl-huge,
  [class][class][class].my-xxl-huge {
    margin-top: 130px;
  }
  [class][class][class].mr-xxl-huge,
  [class][class][class].mx-xxl-huge {
    margin-right: 130px;
  }
  [class][class][class].mb-xxl-huge,
  [class][class][class].my-xxl-huge {
    margin-bottom: 130px;
  }
  [class][class][class].ml-xxl-huge,
  [class][class][class].mx-xxl-huge {
    margin-left: 130px;
  }
  [class][class][class].m-xxl-huge-neg {
    margin: -130px;
  }
  [class][class][class].mt-xxl-huge-neg,
  [class][class][class].my-xxl-huge-neg {
    margin-top: -130px;
  }
  [class][class][class].mr-xxl-huge-neg,
  [class][class][class].mx-xxl-huge-neg {
    margin-right: -130px;
  }
  [class][class][class].mb-xxl-huge-neg,
  [class][class][class].my-xxl-huge-neg {
    margin-bottom: -130px;
  }
  [class][class][class].ml-xxl-huge-neg,
  [class][class][class].mx-xxl-huge-neg {
    margin-left: -130px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) {
  [class][class][class].m-xxl-huge-only {
    margin: 130px;
  }
  [class][class][class].mt-xxl-huge-only,
  [class][class][class].my-xxl-huge-only {
    margin-top: 130px;
  }
  [class][class][class].mr-xxl-huge-only,
  [class][class][class].mx-xxl-huge-only {
    margin-right: 130px;
  }
  [class][class][class].mb-xxl-huge-only,
  [class][class][class].my-xxl-huge-only {
    margin-bottom: 130px;
  }
  [class][class][class].ml-xxl-huge-only,
  [class][class][class].mx-xxl-huge-only {
    margin-left: 130px;
  }
}
@media (min-width: 1408px) {
  [class][class][class].p-xxl-null {
    padding: 0px;
  }
  [class][class][class].pt-xxl-null,
  [class][class][class].py-xxl-null {
    padding-top: 0px;
  }
  [class][class][class].pr-xxl-null,
  [class][class][class].px-xxl-null {
    padding-right: 0px;
  }
  [class][class][class].pb-xxl-null,
  [class][class][class].py-xxl-null {
    padding-bottom: 0px;
  }
  [class][class][class].pl-xxl-null,
  [class][class][class].px-xxl-null {
    padding-left: 0px;
  }
  [class][class][class].p-xxl-null-neg {
    padding: 0px;
  }
  [class][class][class].pt-xxl-null-neg,
  [class][class][class].py-xxl-null-neg {
    padding-top: 0px;
  }
  [class][class][class].pr-xxl-null-neg,
  [class][class][class].px-xxl-null-neg {
    padding-right: 0px;
  }
  [class][class][class].pb-xxl-null-neg,
  [class][class][class].py-xxl-null-neg {
    padding-bottom: 0px;
  }
  [class][class][class].pl-xxl-null-neg,
  [class][class][class].px-xxl-null-neg {
    padding-left: 0px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) {
  [class][class][class].p-xxl-null-only {
    padding: 0px;
  }
  [class][class][class].pt-xxl-null-only,
  [class][class][class].py-xxl-null-only {
    padding-top: 0px;
  }
  [class][class][class].pr-xxl-null-only,
  [class][class][class].px-xxl-null-only {
    padding-right: 0px;
  }
  [class][class][class].pb-xxl-null-only,
  [class][class][class].py-xxl-null-only {
    padding-bottom: 0px;
  }
  [class][class][class].pl-xxl-null-only,
  [class][class][class].px-xxl-null-only {
    padding-left: 0px;
  }
}
@media (min-width: 1408px) {
  [class][class][class].p-xxl-xxs {
    padding: 10px;
  }
  [class][class][class].pt-xxl-xxs,
  [class][class][class].py-xxl-xxs {
    padding-top: 10px;
  }
  [class][class][class].pr-xxl-xxs,
  [class][class][class].px-xxl-xxs {
    padding-right: 10px;
  }
  [class][class][class].pb-xxl-xxs,
  [class][class][class].py-xxl-xxs {
    padding-bottom: 10px;
  }
  [class][class][class].pl-xxl-xxs,
  [class][class][class].px-xxl-xxs {
    padding-left: 10px;
  }
  [class][class][class].p-xxl-xxs-neg {
    padding: -10px;
  }
  [class][class][class].pt-xxl-xxs-neg,
  [class][class][class].py-xxl-xxs-neg {
    padding-top: -10px;
  }
  [class][class][class].pr-xxl-xxs-neg,
  [class][class][class].px-xxl-xxs-neg {
    padding-right: -10px;
  }
  [class][class][class].pb-xxl-xxs-neg,
  [class][class][class].py-xxl-xxs-neg {
    padding-bottom: -10px;
  }
  [class][class][class].pl-xxl-xxs-neg,
  [class][class][class].px-xxl-xxs-neg {
    padding-left: -10px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) {
  [class][class][class].p-xxl-xxs-only {
    padding: 10px;
  }
  [class][class][class].pt-xxl-xxs-only,
  [class][class][class].py-xxl-xxs-only {
    padding-top: 10px;
  }
  [class][class][class].pr-xxl-xxs-only,
  [class][class][class].px-xxl-xxs-only {
    padding-right: 10px;
  }
  [class][class][class].pb-xxl-xxs-only,
  [class][class][class].py-xxl-xxs-only {
    padding-bottom: 10px;
  }
  [class][class][class].pl-xxl-xxs-only,
  [class][class][class].px-xxl-xxs-only {
    padding-left: 10px;
  }
}
@media (min-width: 1408px) {
  [class][class][class].p-xxl-xs {
    padding: 20px;
  }
  [class][class][class].pt-xxl-xs,
  [class][class][class].py-xxl-xs {
    padding-top: 20px;
  }
  [class][class][class].pr-xxl-xs,
  [class][class][class].px-xxl-xs {
    padding-right: 20px;
  }
  [class][class][class].pb-xxl-xs,
  [class][class][class].py-xxl-xs {
    padding-bottom: 20px;
  }
  [class][class][class].pl-xxl-xs,
  [class][class][class].px-xxl-xs {
    padding-left: 20px;
  }
  [class][class][class].p-xxl-xs-neg {
    padding: -20px;
  }
  [class][class][class].pt-xxl-xs-neg,
  [class][class][class].py-xxl-xs-neg {
    padding-top: -20px;
  }
  [class][class][class].pr-xxl-xs-neg,
  [class][class][class].px-xxl-xs-neg {
    padding-right: -20px;
  }
  [class][class][class].pb-xxl-xs-neg,
  [class][class][class].py-xxl-xs-neg {
    padding-bottom: -20px;
  }
  [class][class][class].pl-xxl-xs-neg,
  [class][class][class].px-xxl-xs-neg {
    padding-left: -20px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) {
  [class][class][class].p-xxl-xs-only {
    padding: 20px;
  }
  [class][class][class].pt-xxl-xs-only,
  [class][class][class].py-xxl-xs-only {
    padding-top: 20px;
  }
  [class][class][class].pr-xxl-xs-only,
  [class][class][class].px-xxl-xs-only {
    padding-right: 20px;
  }
  [class][class][class].pb-xxl-xs-only,
  [class][class][class].py-xxl-xs-only {
    padding-bottom: 20px;
  }
  [class][class][class].pl-xxl-xs-only,
  [class][class][class].px-xxl-xs-only {
    padding-left: 20px;
  }
}
@media (min-width: 1408px) {
  [class][class][class].p-xxl-small {
    padding: 30px;
  }
  [class][class][class].pt-xxl-small,
  [class][class][class].py-xxl-small {
    padding-top: 30px;
  }
  [class][class][class].pr-xxl-small,
  [class][class][class].px-xxl-small {
    padding-right: 30px;
  }
  [class][class][class].pb-xxl-small,
  [class][class][class].py-xxl-small {
    padding-bottom: 30px;
  }
  [class][class][class].pl-xxl-small,
  [class][class][class].px-xxl-small {
    padding-left: 30px;
  }
  [class][class][class].p-xxl-small-neg {
    padding: -30px;
  }
  [class][class][class].pt-xxl-small-neg,
  [class][class][class].py-xxl-small-neg {
    padding-top: -30px;
  }
  [class][class][class].pr-xxl-small-neg,
  [class][class][class].px-xxl-small-neg {
    padding-right: -30px;
  }
  [class][class][class].pb-xxl-small-neg,
  [class][class][class].py-xxl-small-neg {
    padding-bottom: -30px;
  }
  [class][class][class].pl-xxl-small-neg,
  [class][class][class].px-xxl-small-neg {
    padding-left: -30px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) {
  [class][class][class].p-xxl-small-only {
    padding: 30px;
  }
  [class][class][class].pt-xxl-small-only,
  [class][class][class].py-xxl-small-only {
    padding-top: 30px;
  }
  [class][class][class].pr-xxl-small-only,
  [class][class][class].px-xxl-small-only {
    padding-right: 30px;
  }
  [class][class][class].pb-xxl-small-only,
  [class][class][class].py-xxl-small-only {
    padding-bottom: 30px;
  }
  [class][class][class].pl-xxl-small-only,
  [class][class][class].px-xxl-small-only {
    padding-left: 30px;
  }
}
@media (min-width: 1408px) {
  [class][class][class].p-xxl-normal {
    padding: 40px;
  }
  [class][class][class].pt-xxl-normal,
  [class][class][class].py-xxl-normal {
    padding-top: 40px;
  }
  [class][class][class].pr-xxl-normal,
  [class][class][class].px-xxl-normal {
    padding-right: 40px;
  }
  [class][class][class].pb-xxl-normal,
  [class][class][class].py-xxl-normal {
    padding-bottom: 40px;
  }
  [class][class][class].pl-xxl-normal,
  [class][class][class].px-xxl-normal {
    padding-left: 40px;
  }
  [class][class][class].p-xxl-normal-neg {
    padding: -40px;
  }
  [class][class][class].pt-xxl-normal-neg,
  [class][class][class].py-xxl-normal-neg {
    padding-top: -40px;
  }
  [class][class][class].pr-xxl-normal-neg,
  [class][class][class].px-xxl-normal-neg {
    padding-right: -40px;
  }
  [class][class][class].pb-xxl-normal-neg,
  [class][class][class].py-xxl-normal-neg {
    padding-bottom: -40px;
  }
  [class][class][class].pl-xxl-normal-neg,
  [class][class][class].px-xxl-normal-neg {
    padding-left: -40px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) {
  [class][class][class].p-xxl-normal-only {
    padding: 40px;
  }
  [class][class][class].pt-xxl-normal-only,
  [class][class][class].py-xxl-normal-only {
    padding-top: 40px;
  }
  [class][class][class].pr-xxl-normal-only,
  [class][class][class].px-xxl-normal-only {
    padding-right: 40px;
  }
  [class][class][class].pb-xxl-normal-only,
  [class][class][class].py-xxl-normal-only {
    padding-bottom: 40px;
  }
  [class][class][class].pl-xxl-normal-only,
  [class][class][class].px-xxl-normal-only {
    padding-left: 40px;
  }
}
@media (min-width: 1408px) {
  [class][class][class].p-xxl-large {
    padding: 50px;
  }
  [class][class][class].pt-xxl-large,
  [class][class][class].py-xxl-large {
    padding-top: 50px;
  }
  [class][class][class].pr-xxl-large,
  [class][class][class].px-xxl-large {
    padding-right: 50px;
  }
  [class][class][class].pb-xxl-large,
  [class][class][class].py-xxl-large {
    padding-bottom: 50px;
  }
  [class][class][class].pl-xxl-large,
  [class][class][class].px-xxl-large {
    padding-left: 50px;
  }
  [class][class][class].p-xxl-large-neg {
    padding: -50px;
  }
  [class][class][class].pt-xxl-large-neg,
  [class][class][class].py-xxl-large-neg {
    padding-top: -50px;
  }
  [class][class][class].pr-xxl-large-neg,
  [class][class][class].px-xxl-large-neg {
    padding-right: -50px;
  }
  [class][class][class].pb-xxl-large-neg,
  [class][class][class].py-xxl-large-neg {
    padding-bottom: -50px;
  }
  [class][class][class].pl-xxl-large-neg,
  [class][class][class].px-xxl-large-neg {
    padding-left: -50px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) {
  [class][class][class].p-xxl-large-only {
    padding: 50px;
  }
  [class][class][class].pt-xxl-large-only,
  [class][class][class].py-xxl-large-only {
    padding-top: 50px;
  }
  [class][class][class].pr-xxl-large-only,
  [class][class][class].px-xxl-large-only {
    padding-right: 50px;
  }
  [class][class][class].pb-xxl-large-only,
  [class][class][class].py-xxl-large-only {
    padding-bottom: 50px;
  }
  [class][class][class].pl-xxl-large-only,
  [class][class][class].px-xxl-large-only {
    padding-left: 50px;
  }
}
@media (min-width: 1408px) {
  [class][class][class].p-xxl-xl {
    padding: 60px;
  }
  [class][class][class].pt-xxl-xl,
  [class][class][class].py-xxl-xl {
    padding-top: 60px;
  }
  [class][class][class].pr-xxl-xl,
  [class][class][class].px-xxl-xl {
    padding-right: 60px;
  }
  [class][class][class].pb-xxl-xl,
  [class][class][class].py-xxl-xl {
    padding-bottom: 60px;
  }
  [class][class][class].pl-xxl-xl,
  [class][class][class].px-xxl-xl {
    padding-left: 60px;
  }
  [class][class][class].p-xxl-xl-neg {
    padding: -60px;
  }
  [class][class][class].pt-xxl-xl-neg,
  [class][class][class].py-xxl-xl-neg {
    padding-top: -60px;
  }
  [class][class][class].pr-xxl-xl-neg,
  [class][class][class].px-xxl-xl-neg {
    padding-right: -60px;
  }
  [class][class][class].pb-xxl-xl-neg,
  [class][class][class].py-xxl-xl-neg {
    padding-bottom: -60px;
  }
  [class][class][class].pl-xxl-xl-neg,
  [class][class][class].px-xxl-xl-neg {
    padding-left: -60px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) {
  [class][class][class].p-xxl-xl-only {
    padding: 60px;
  }
  [class][class][class].pt-xxl-xl-only,
  [class][class][class].py-xxl-xl-only {
    padding-top: 60px;
  }
  [class][class][class].pr-xxl-xl-only,
  [class][class][class].px-xxl-xl-only {
    padding-right: 60px;
  }
  [class][class][class].pb-xxl-xl-only,
  [class][class][class].py-xxl-xl-only {
    padding-bottom: 60px;
  }
  [class][class][class].pl-xxl-xl-only,
  [class][class][class].px-xxl-xl-only {
    padding-left: 60px;
  }
}
@media (min-width: 1408px) {
  [class][class][class].p-xxl-xxl {
    padding: 70px;
  }
  [class][class][class].pt-xxl-xxl,
  [class][class][class].py-xxl-xxl {
    padding-top: 70px;
  }
  [class][class][class].pr-xxl-xxl,
  [class][class][class].px-xxl-xxl {
    padding-right: 70px;
  }
  [class][class][class].pb-xxl-xxl,
  [class][class][class].py-xxl-xxl {
    padding-bottom: 70px;
  }
  [class][class][class].pl-xxl-xxl,
  [class][class][class].px-xxl-xxl {
    padding-left: 70px;
  }
  [class][class][class].p-xxl-xxl-neg {
    padding: -70px;
  }
  [class][class][class].pt-xxl-xxl-neg,
  [class][class][class].py-xxl-xxl-neg {
    padding-top: -70px;
  }
  [class][class][class].pr-xxl-xxl-neg,
  [class][class][class].px-xxl-xxl-neg {
    padding-right: -70px;
  }
  [class][class][class].pb-xxl-xxl-neg,
  [class][class][class].py-xxl-xxl-neg {
    padding-bottom: -70px;
  }
  [class][class][class].pl-xxl-xxl-neg,
  [class][class][class].px-xxl-xxl-neg {
    padding-left: -70px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) {
  [class][class][class].p-xxl-xxl-only {
    padding: 70px;
  }
  [class][class][class].pt-xxl-xxl-only,
  [class][class][class].py-xxl-xxl-only {
    padding-top: 70px;
  }
  [class][class][class].pr-xxl-xxl-only,
  [class][class][class].px-xxl-xxl-only {
    padding-right: 70px;
  }
  [class][class][class].pb-xxl-xxl-only,
  [class][class][class].py-xxl-xxl-only {
    padding-bottom: 70px;
  }
  [class][class][class].pl-xxl-xxl-only,
  [class][class][class].px-xxl-xxl-only {
    padding-left: 70px;
  }
}
@media (min-width: 1408px) {
  [class][class][class].p-xxl-xxxl {
    padding: 80px;
  }
  [class][class][class].pt-xxl-xxxl,
  [class][class][class].py-xxl-xxxl {
    padding-top: 80px;
  }
  [class][class][class].pr-xxl-xxxl,
  [class][class][class].px-xxl-xxxl {
    padding-right: 80px;
  }
  [class][class][class].pb-xxl-xxxl,
  [class][class][class].py-xxl-xxxl {
    padding-bottom: 80px;
  }
  [class][class][class].pl-xxl-xxxl,
  [class][class][class].px-xxl-xxxl {
    padding-left: 80px;
  }
  [class][class][class].p-xxl-xxxl-neg {
    padding: -80px;
  }
  [class][class][class].pt-xxl-xxxl-neg,
  [class][class][class].py-xxl-xxxl-neg {
    padding-top: -80px;
  }
  [class][class][class].pr-xxl-xxxl-neg,
  [class][class][class].px-xxl-xxxl-neg {
    padding-right: -80px;
  }
  [class][class][class].pb-xxl-xxxl-neg,
  [class][class][class].py-xxl-xxxl-neg {
    padding-bottom: -80px;
  }
  [class][class][class].pl-xxl-xxxl-neg,
  [class][class][class].px-xxl-xxxl-neg {
    padding-left: -80px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) {
  [class][class][class].p-xxl-xxxl-only {
    padding: 80px;
  }
  [class][class][class].pt-xxl-xxxl-only,
  [class][class][class].py-xxl-xxxl-only {
    padding-top: 80px;
  }
  [class][class][class].pr-xxl-xxxl-only,
  [class][class][class].px-xxl-xxxl-only {
    padding-right: 80px;
  }
  [class][class][class].pb-xxl-xxxl-only,
  [class][class][class].py-xxl-xxxl-only {
    padding-bottom: 80px;
  }
  [class][class][class].pl-xxl-xxxl-only,
  [class][class][class].px-xxl-xxxl-only {
    padding-left: 80px;
  }
}
@media (min-width: 1408px) {
  [class][class][class].p-xxl-huge {
    padding: 130px;
  }
  [class][class][class].pt-xxl-huge,
  [class][class][class].py-xxl-huge {
    padding-top: 130px;
  }
  [class][class][class].pr-xxl-huge,
  [class][class][class].px-xxl-huge {
    padding-right: 130px;
  }
  [class][class][class].pb-xxl-huge,
  [class][class][class].py-xxl-huge {
    padding-bottom: 130px;
  }
  [class][class][class].pl-xxl-huge,
  [class][class][class].px-xxl-huge {
    padding-left: 130px;
  }
  [class][class][class].p-xxl-huge-neg {
    padding: -130px;
  }
  [class][class][class].pt-xxl-huge-neg,
  [class][class][class].py-xxl-huge-neg {
    padding-top: -130px;
  }
  [class][class][class].pr-xxl-huge-neg,
  [class][class][class].px-xxl-huge-neg {
    padding-right: -130px;
  }
  [class][class][class].pb-xxl-huge-neg,
  [class][class][class].py-xxl-huge-neg {
    padding-bottom: -130px;
  }
  [class][class][class].pl-xxl-huge-neg,
  [class][class][class].px-xxl-huge-neg {
    padding-left: -130px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) {
  [class][class][class].p-xxl-huge-only {
    padding: 130px;
  }
  [class][class][class].pt-xxl-huge-only,
  [class][class][class].py-xxl-huge-only {
    padding-top: 130px;
  }
  [class][class][class].pr-xxl-huge-only,
  [class][class][class].px-xxl-huge-only {
    padding-right: 130px;
  }
  [class][class][class].pb-xxl-huge-only,
  [class][class][class].py-xxl-huge-only {
    padding-bottom: 130px;
  }
  [class][class][class].pl-xxl-huge-only,
  [class][class][class].px-xxl-huge-only {
    padding-left: 130px;
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].m-null {
    margin: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].m-null {
    margin: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].m-null {
    margin: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-null {
    margin: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mt-null,
  [class][class][class].my-null {
    margin-top: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mt-null,
  [class][class][class].my-null {
    margin-top: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mt-null,
  [class][class][class].my-null {
    margin-top: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-null,
  [class][class][class].my-null {
    margin-top: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mr-null,
  [class][class][class].mx-null {
    margin-right: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mr-null,
  [class][class][class].mx-null {
    margin-right: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mr-null,
  [class][class][class].mx-null {
    margin-right: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-null,
  [class][class][class].mx-null {
    margin-right: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mb-null,
  [class][class][class].my-null {
    margin-bottom: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mb-null,
  [class][class][class].my-null {
    margin-bottom: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mb-null,
  [class][class][class].my-null {
    margin-bottom: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-null,
  [class][class][class].my-null {
    margin-bottom: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].ml-null,
  [class][class][class].mx-null {
    margin-left: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].ml-null,
  [class][class][class].mx-null {
    margin-left: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].ml-null,
  [class][class][class].mx-null {
    margin-left: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-null,
  [class][class][class].mx-null {
    margin-left: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].m-null-neg {
    margin: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].m-null-neg {
    margin: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].m-null-neg {
    margin: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-null-neg {
    margin: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mt-null-neg,
  [class][class][class].my-null-neg {
    margin-top: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mt-null-neg,
  [class][class][class].my-null-neg {
    margin-top: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mt-null-neg,
  [class][class][class].my-null-neg {
    margin-top: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-null-neg,
  [class][class][class].my-null-neg {
    margin-top: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mr-null-neg,
  [class][class][class].mx-null-neg {
    margin-right: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mr-null-neg,
  [class][class][class].mx-null-neg {
    margin-right: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mr-null-neg,
  [class][class][class].mx-null-neg {
    margin-right: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-null-neg,
  [class][class][class].mx-null-neg {
    margin-right: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mb-null-neg,
  [class][class][class].my-null-neg {
    margin-bottom: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mb-null-neg,
  [class][class][class].my-null-neg {
    margin-bottom: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mb-null-neg,
  [class][class][class].my-null-neg {
    margin-bottom: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-null-neg,
  [class][class][class].my-null-neg {
    margin-bottom: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].ml-null-neg,
  [class][class][class].mx-null-neg {
    margin-left: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].ml-null-neg,
  [class][class][class].mx-null-neg {
    margin-left: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].ml-null-neg,
  [class][class][class].mx-null-neg {
    margin-left: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-null-neg,
  [class][class][class].mx-null-neg {
    margin-left: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-null-only {
    margin: 0px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-null-only {
    margin: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-null-only {
    margin: 0px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-null-only {
    margin: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-null-only,
  [class][class][class].my-null-only {
    margin-top: 0px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-null-only,
  [class][class][class].my-null-only {
    margin-top: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-null-only,
  [class][class][class].my-null-only {
    margin-top: 0px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-null-only,
  [class][class][class].my-null-only {
    margin-top: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-null-only,
  [class][class][class].mx-null-only {
    margin-right: 0px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-null-only,
  [class][class][class].mx-null-only {
    margin-right: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-null-only,
  [class][class][class].mx-null-only {
    margin-right: 0px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-null-only,
  [class][class][class].mx-null-only {
    margin-right: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-null-only,
  [class][class][class].my-null-only {
    margin-bottom: 0px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-null-only,
  [class][class][class].my-null-only {
    margin-bottom: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-null-only,
  [class][class][class].my-null-only {
    margin-bottom: 0px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-null-only,
  [class][class][class].my-null-only {
    margin-bottom: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-null-only,
  [class][class][class].mx-null-only {
    margin-left: 0px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-null-only,
  [class][class][class].mx-null-only {
    margin-left: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-null-only,
  [class][class][class].mx-null-only {
    margin-left: 0px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-null-only,
  [class][class][class].mx-null-only {
    margin-left: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxs {
    margin: 5px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxs {
    margin: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].m-xxs {
    margin: 10px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxs {
    margin: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxs,
  [class][class][class].my-xxs {
    margin-top: 5px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxs,
  [class][class][class].my-xxs {
    margin-top: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxs,
  [class][class][class].my-xxs {
    margin-top: 10px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxs,
  [class][class][class].my-xxs {
    margin-top: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxs,
  [class][class][class].mx-xxs {
    margin-right: 5px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxs,
  [class][class][class].mx-xxs {
    margin-right: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxs,
  [class][class][class].mx-xxs {
    margin-right: 10px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxs,
  [class][class][class].mx-xxs {
    margin-right: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxs,
  [class][class][class].my-xxs {
    margin-bottom: 5px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxs,
  [class][class][class].my-xxs {
    margin-bottom: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxs,
  [class][class][class].my-xxs {
    margin-bottom: 10px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxs,
  [class][class][class].my-xxs {
    margin-bottom: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxs,
  [class][class][class].mx-xxs {
    margin-left: 5px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxs,
  [class][class][class].mx-xxs {
    margin-left: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxs,
  [class][class][class].mx-xxs {
    margin-left: 10px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxs,
  [class][class][class].mx-xxs {
    margin-left: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxs-neg {
    margin: -5px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxs-neg {
    margin: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].m-xxs-neg {
    margin: -10px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxs-neg {
    margin: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxs-neg,
  [class][class][class].my-xxs-neg {
    margin-top: -5px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxs-neg,
  [class][class][class].my-xxs-neg {
    margin-top: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxs-neg,
  [class][class][class].my-xxs-neg {
    margin-top: -10px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxs-neg,
  [class][class][class].my-xxs-neg {
    margin-top: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxs-neg,
  [class][class][class].mx-xxs-neg {
    margin-right: -5px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxs-neg,
  [class][class][class].mx-xxs-neg {
    margin-right: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxs-neg,
  [class][class][class].mx-xxs-neg {
    margin-right: -10px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxs-neg,
  [class][class][class].mx-xxs-neg {
    margin-right: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxs-neg,
  [class][class][class].my-xxs-neg {
    margin-bottom: -5px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxs-neg,
  [class][class][class].my-xxs-neg {
    margin-bottom: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxs-neg,
  [class][class][class].my-xxs-neg {
    margin-bottom: -10px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxs-neg,
  [class][class][class].my-xxs-neg {
    margin-bottom: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxs-neg,
  [class][class][class].mx-xxs-neg {
    margin-left: -5px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxs-neg,
  [class][class][class].mx-xxs-neg {
    margin-left: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxs-neg,
  [class][class][class].mx-xxs-neg {
    margin-left: -10px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxs-neg,
  [class][class][class].mx-xxs-neg {
    margin-left: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxs-only {
    margin: 5px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxs-only {
    margin: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxs-only {
    margin: 10px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxs-only {
    margin: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxs-only,
  [class][class][class].my-xxs-only {
    margin-top: 5px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxs-only,
  [class][class][class].my-xxs-only {
    margin-top: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxs-only,
  [class][class][class].my-xxs-only {
    margin-top: 10px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxs-only,
  [class][class][class].my-xxs-only {
    margin-top: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxs-only,
  [class][class][class].mx-xxs-only {
    margin-right: 5px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxs-only,
  [class][class][class].mx-xxs-only {
    margin-right: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxs-only,
  [class][class][class].mx-xxs-only {
    margin-right: 10px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxs-only,
  [class][class][class].mx-xxs-only {
    margin-right: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxs-only,
  [class][class][class].my-xxs-only {
    margin-bottom: 5px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxs-only,
  [class][class][class].my-xxs-only {
    margin-bottom: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxs-only,
  [class][class][class].my-xxs-only {
    margin-bottom: 10px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxs-only,
  [class][class][class].my-xxs-only {
    margin-bottom: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxs-only,
  [class][class][class].mx-xxs-only {
    margin-left: 5px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxs-only,
  [class][class][class].mx-xxs-only {
    margin-left: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxs-only,
  [class][class][class].mx-xxs-only {
    margin-left: 10px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxs-only,
  [class][class][class].mx-xxs-only {
    margin-left: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].m-xs {
    margin: 10px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].m-xs {
    margin: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].m-xs {
    margin: 20px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xs {
    margin: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xs,
  [class][class][class].my-xs {
    margin-top: 10px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xs,
  [class][class][class].my-xs {
    margin-top: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mt-xs,
  [class][class][class].my-xs {
    margin-top: 20px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xs,
  [class][class][class].my-xs {
    margin-top: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xs,
  [class][class][class].mx-xs {
    margin-right: 10px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xs,
  [class][class][class].mx-xs {
    margin-right: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mr-xs,
  [class][class][class].mx-xs {
    margin-right: 20px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xs,
  [class][class][class].mx-xs {
    margin-right: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xs,
  [class][class][class].my-xs {
    margin-bottom: 10px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xs,
  [class][class][class].my-xs {
    margin-bottom: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mb-xs,
  [class][class][class].my-xs {
    margin-bottom: 20px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xs,
  [class][class][class].my-xs {
    margin-bottom: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xs,
  [class][class][class].mx-xs {
    margin-left: 10px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xs,
  [class][class][class].mx-xs {
    margin-left: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].ml-xs,
  [class][class][class].mx-xs {
    margin-left: 20px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xs,
  [class][class][class].mx-xs {
    margin-left: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].m-xs-neg {
    margin: -10px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].m-xs-neg {
    margin: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].m-xs-neg {
    margin: -20px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xs-neg {
    margin: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xs-neg,
  [class][class][class].my-xs-neg {
    margin-top: -10px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xs-neg,
  [class][class][class].my-xs-neg {
    margin-top: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mt-xs-neg,
  [class][class][class].my-xs-neg {
    margin-top: -20px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xs-neg,
  [class][class][class].my-xs-neg {
    margin-top: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xs-neg,
  [class][class][class].mx-xs-neg {
    margin-right: -10px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xs-neg,
  [class][class][class].mx-xs-neg {
    margin-right: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mr-xs-neg,
  [class][class][class].mx-xs-neg {
    margin-right: -20px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xs-neg,
  [class][class][class].mx-xs-neg {
    margin-right: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xs-neg,
  [class][class][class].my-xs-neg {
    margin-bottom: -10px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xs-neg,
  [class][class][class].my-xs-neg {
    margin-bottom: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mb-xs-neg,
  [class][class][class].my-xs-neg {
    margin-bottom: -20px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xs-neg,
  [class][class][class].my-xs-neg {
    margin-bottom: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xs-neg,
  [class][class][class].mx-xs-neg {
    margin-left: -10px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xs-neg,
  [class][class][class].mx-xs-neg {
    margin-left: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].ml-xs-neg,
  [class][class][class].mx-xs-neg {
    margin-left: -20px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xs-neg,
  [class][class][class].mx-xs-neg {
    margin-left: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xs-only {
    margin: 10px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xs-only {
    margin: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-xs-only {
    margin: 20px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xs-only {
    margin: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xs-only,
  [class][class][class].my-xs-only {
    margin-top: 10px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xs-only,
  [class][class][class].my-xs-only {
    margin-top: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xs-only,
  [class][class][class].my-xs-only {
    margin-top: 20px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xs-only,
  [class][class][class].my-xs-only {
    margin-top: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xs-only,
  [class][class][class].mx-xs-only {
    margin-right: 10px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xs-only,
  [class][class][class].mx-xs-only {
    margin-right: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xs-only,
  [class][class][class].mx-xs-only {
    margin-right: 20px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xs-only,
  [class][class][class].mx-xs-only {
    margin-right: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xs-only,
  [class][class][class].my-xs-only {
    margin-bottom: 10px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xs-only,
  [class][class][class].my-xs-only {
    margin-bottom: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xs-only,
  [class][class][class].my-xs-only {
    margin-bottom: 20px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xs-only,
  [class][class][class].my-xs-only {
    margin-bottom: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xs-only,
  [class][class][class].mx-xs-only {
    margin-left: 10px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xs-only,
  [class][class][class].mx-xs-only {
    margin-left: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xs-only,
  [class][class][class].mx-xs-only {
    margin-left: 20px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xs-only,
  [class][class][class].mx-xs-only {
    margin-left: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].m-small {
    margin: 15px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].m-small {
    margin: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].m-small {
    margin: 30px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-small {
    margin: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mt-small,
  [class][class][class].my-small {
    margin-top: 15px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mt-small,
  [class][class][class].my-small {
    margin-top: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mt-small,
  [class][class][class].my-small {
    margin-top: 30px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-small,
  [class][class][class].my-small {
    margin-top: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mr-small,
  [class][class][class].mx-small {
    margin-right: 15px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mr-small,
  [class][class][class].mx-small {
    margin-right: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mr-small,
  [class][class][class].mx-small {
    margin-right: 30px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-small,
  [class][class][class].mx-small {
    margin-right: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mb-small,
  [class][class][class].my-small {
    margin-bottom: 15px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mb-small,
  [class][class][class].my-small {
    margin-bottom: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mb-small,
  [class][class][class].my-small {
    margin-bottom: 30px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-small,
  [class][class][class].my-small {
    margin-bottom: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].ml-small,
  [class][class][class].mx-small {
    margin-left: 15px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].ml-small,
  [class][class][class].mx-small {
    margin-left: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].ml-small,
  [class][class][class].mx-small {
    margin-left: 30px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-small,
  [class][class][class].mx-small {
    margin-left: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].m-small-neg {
    margin: -15px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].m-small-neg {
    margin: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].m-small-neg {
    margin: -30px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-small-neg {
    margin: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mt-small-neg,
  [class][class][class].my-small-neg {
    margin-top: -15px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mt-small-neg,
  [class][class][class].my-small-neg {
    margin-top: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mt-small-neg,
  [class][class][class].my-small-neg {
    margin-top: -30px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-small-neg,
  [class][class][class].my-small-neg {
    margin-top: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mr-small-neg,
  [class][class][class].mx-small-neg {
    margin-right: -15px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mr-small-neg,
  [class][class][class].mx-small-neg {
    margin-right: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mr-small-neg,
  [class][class][class].mx-small-neg {
    margin-right: -30px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-small-neg,
  [class][class][class].mx-small-neg {
    margin-right: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mb-small-neg,
  [class][class][class].my-small-neg {
    margin-bottom: -15px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mb-small-neg,
  [class][class][class].my-small-neg {
    margin-bottom: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mb-small-neg,
  [class][class][class].my-small-neg {
    margin-bottom: -30px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-small-neg,
  [class][class][class].my-small-neg {
    margin-bottom: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].ml-small-neg,
  [class][class][class].mx-small-neg {
    margin-left: -15px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].ml-small-neg,
  [class][class][class].mx-small-neg {
    margin-left: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].ml-small-neg,
  [class][class][class].mx-small-neg {
    margin-left: -30px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-small-neg,
  [class][class][class].mx-small-neg {
    margin-left: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-small-only {
    margin: 15px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-small-only {
    margin: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-small-only {
    margin: 30px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-small-only {
    margin: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-small-only,
  [class][class][class].my-small-only {
    margin-top: 15px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-small-only,
  [class][class][class].my-small-only {
    margin-top: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-small-only,
  [class][class][class].my-small-only {
    margin-top: 30px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-small-only,
  [class][class][class].my-small-only {
    margin-top: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-small-only,
  [class][class][class].mx-small-only {
    margin-right: 15px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-small-only,
  [class][class][class].mx-small-only {
    margin-right: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-small-only,
  [class][class][class].mx-small-only {
    margin-right: 30px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-small-only,
  [class][class][class].mx-small-only {
    margin-right: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-small-only,
  [class][class][class].my-small-only {
    margin-bottom: 15px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-small-only,
  [class][class][class].my-small-only {
    margin-bottom: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-small-only,
  [class][class][class].my-small-only {
    margin-bottom: 30px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-small-only,
  [class][class][class].my-small-only {
    margin-bottom: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-small-only,
  [class][class][class].mx-small-only {
    margin-left: 15px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-small-only,
  [class][class][class].mx-small-only {
    margin-left: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-small-only,
  [class][class][class].mx-small-only {
    margin-left: 30px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-small-only,
  [class][class][class].mx-small-only {
    margin-left: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].m-normal {
    margin: 20px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].m-normal {
    margin: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].m-normal {
    margin: 40px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-normal {
    margin: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mt-normal,
  [class][class][class].my-normal {
    margin-top: 20px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mt-normal,
  [class][class][class].my-normal {
    margin-top: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mt-normal,
  [class][class][class].my-normal {
    margin-top: 40px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-normal,
  [class][class][class].my-normal {
    margin-top: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mr-normal,
  [class][class][class].mx-normal {
    margin-right: 20px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mr-normal,
  [class][class][class].mx-normal {
    margin-right: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mr-normal,
  [class][class][class].mx-normal {
    margin-right: 40px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-normal,
  [class][class][class].mx-normal {
    margin-right: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mb-normal,
  [class][class][class].my-normal {
    margin-bottom: 20px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mb-normal,
  [class][class][class].my-normal {
    margin-bottom: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mb-normal,
  [class][class][class].my-normal {
    margin-bottom: 40px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-normal,
  [class][class][class].my-normal {
    margin-bottom: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].ml-normal,
  [class][class][class].mx-normal {
    margin-left: 20px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].ml-normal,
  [class][class][class].mx-normal {
    margin-left: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].ml-normal,
  [class][class][class].mx-normal {
    margin-left: 40px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-normal,
  [class][class][class].mx-normal {
    margin-left: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].m-normal-neg {
    margin: -20px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].m-normal-neg {
    margin: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].m-normal-neg {
    margin: -40px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-normal-neg {
    margin: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mt-normal-neg,
  [class][class][class].my-normal-neg {
    margin-top: -20px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mt-normal-neg,
  [class][class][class].my-normal-neg {
    margin-top: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mt-normal-neg,
  [class][class][class].my-normal-neg {
    margin-top: -40px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-normal-neg,
  [class][class][class].my-normal-neg {
    margin-top: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mr-normal-neg,
  [class][class][class].mx-normal-neg {
    margin-right: -20px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mr-normal-neg,
  [class][class][class].mx-normal-neg {
    margin-right: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mr-normal-neg,
  [class][class][class].mx-normal-neg {
    margin-right: -40px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-normal-neg,
  [class][class][class].mx-normal-neg {
    margin-right: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mb-normal-neg,
  [class][class][class].my-normal-neg {
    margin-bottom: -20px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mb-normal-neg,
  [class][class][class].my-normal-neg {
    margin-bottom: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mb-normal-neg,
  [class][class][class].my-normal-neg {
    margin-bottom: -40px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-normal-neg,
  [class][class][class].my-normal-neg {
    margin-bottom: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].ml-normal-neg,
  [class][class][class].mx-normal-neg {
    margin-left: -20px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].ml-normal-neg,
  [class][class][class].mx-normal-neg {
    margin-left: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].ml-normal-neg,
  [class][class][class].mx-normal-neg {
    margin-left: -40px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-normal-neg,
  [class][class][class].mx-normal-neg {
    margin-left: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-normal-only {
    margin: 20px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-normal-only {
    margin: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-normal-only {
    margin: 40px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-normal-only {
    margin: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-normal-only,
  [class][class][class].my-normal-only {
    margin-top: 20px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-normal-only,
  [class][class][class].my-normal-only {
    margin-top: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-normal-only,
  [class][class][class].my-normal-only {
    margin-top: 40px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-normal-only,
  [class][class][class].my-normal-only {
    margin-top: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-normal-only,
  [class][class][class].mx-normal-only {
    margin-right: 20px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-normal-only,
  [class][class][class].mx-normal-only {
    margin-right: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-normal-only,
  [class][class][class].mx-normal-only {
    margin-right: 40px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-normal-only,
  [class][class][class].mx-normal-only {
    margin-right: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-normal-only,
  [class][class][class].my-normal-only {
    margin-bottom: 20px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-normal-only,
  [class][class][class].my-normal-only {
    margin-bottom: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-normal-only,
  [class][class][class].my-normal-only {
    margin-bottom: 40px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-normal-only,
  [class][class][class].my-normal-only {
    margin-bottom: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-normal-only,
  [class][class][class].mx-normal-only {
    margin-left: 20px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-normal-only,
  [class][class][class].mx-normal-only {
    margin-left: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-normal-only,
  [class][class][class].mx-normal-only {
    margin-left: 40px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-normal-only,
  [class][class][class].mx-normal-only {
    margin-left: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].m-large {
    margin: 25px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].m-large {
    margin: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].m-large {
    margin: 50px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-large {
    margin: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mt-large,
  [class][class][class].my-large {
    margin-top: 25px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mt-large,
  [class][class][class].my-large {
    margin-top: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mt-large,
  [class][class][class].my-large {
    margin-top: 50px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-large,
  [class][class][class].my-large {
    margin-top: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mr-large,
  [class][class][class].mx-large {
    margin-right: 25px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mr-large,
  [class][class][class].mx-large {
    margin-right: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mr-large,
  [class][class][class].mx-large {
    margin-right: 50px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-large,
  [class][class][class].mx-large {
    margin-right: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mb-large,
  [class][class][class].my-large {
    margin-bottom: 25px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mb-large,
  [class][class][class].my-large {
    margin-bottom: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mb-large,
  [class][class][class].my-large {
    margin-bottom: 50px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-large,
  [class][class][class].my-large {
    margin-bottom: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].ml-large,
  [class][class][class].mx-large {
    margin-left: 25px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].ml-large,
  [class][class][class].mx-large {
    margin-left: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].ml-large,
  [class][class][class].mx-large {
    margin-left: 50px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-large,
  [class][class][class].mx-large {
    margin-left: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].m-large-neg {
    margin: -25px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].m-large-neg {
    margin: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].m-large-neg {
    margin: -50px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-large-neg {
    margin: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mt-large-neg,
  [class][class][class].my-large-neg {
    margin-top: -25px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mt-large-neg,
  [class][class][class].my-large-neg {
    margin-top: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mt-large-neg,
  [class][class][class].my-large-neg {
    margin-top: -50px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-large-neg,
  [class][class][class].my-large-neg {
    margin-top: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mr-large-neg,
  [class][class][class].mx-large-neg {
    margin-right: -25px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mr-large-neg,
  [class][class][class].mx-large-neg {
    margin-right: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mr-large-neg,
  [class][class][class].mx-large-neg {
    margin-right: -50px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-large-neg,
  [class][class][class].mx-large-neg {
    margin-right: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mb-large-neg,
  [class][class][class].my-large-neg {
    margin-bottom: -25px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mb-large-neg,
  [class][class][class].my-large-neg {
    margin-bottom: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mb-large-neg,
  [class][class][class].my-large-neg {
    margin-bottom: -50px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-large-neg,
  [class][class][class].my-large-neg {
    margin-bottom: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].ml-large-neg,
  [class][class][class].mx-large-neg {
    margin-left: -25px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].ml-large-neg,
  [class][class][class].mx-large-neg {
    margin-left: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].ml-large-neg,
  [class][class][class].mx-large-neg {
    margin-left: -50px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-large-neg,
  [class][class][class].mx-large-neg {
    margin-left: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-large-only {
    margin: 25px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-large-only {
    margin: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-large-only {
    margin: 50px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-large-only {
    margin: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-large-only,
  [class][class][class].my-large-only {
    margin-top: 25px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-large-only,
  [class][class][class].my-large-only {
    margin-top: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-large-only,
  [class][class][class].my-large-only {
    margin-top: 50px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-large-only,
  [class][class][class].my-large-only {
    margin-top: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-large-only,
  [class][class][class].mx-large-only {
    margin-right: 25px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-large-only,
  [class][class][class].mx-large-only {
    margin-right: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-large-only,
  [class][class][class].mx-large-only {
    margin-right: 50px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-large-only,
  [class][class][class].mx-large-only {
    margin-right: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-large-only,
  [class][class][class].my-large-only {
    margin-bottom: 25px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-large-only,
  [class][class][class].my-large-only {
    margin-bottom: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-large-only,
  [class][class][class].my-large-only {
    margin-bottom: 50px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-large-only,
  [class][class][class].my-large-only {
    margin-bottom: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-large-only,
  [class][class][class].mx-large-only {
    margin-left: 25px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-large-only,
  [class][class][class].mx-large-only {
    margin-left: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-large-only,
  [class][class][class].mx-large-only {
    margin-left: 50px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-large-only,
  [class][class][class].mx-large-only {
    margin-left: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl {
    margin: 30px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl {
    margin: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].m-xl {
    margin: 60px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl {
    margin: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl,
  [class][class][class].my-xl {
    margin-top: 30px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl,
  [class][class][class].my-xl {
    margin-top: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl,
  [class][class][class].my-xl {
    margin-top: 60px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl,
  [class][class][class].my-xl {
    margin-top: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl,
  [class][class][class].mx-xl {
    margin-right: 30px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl,
  [class][class][class].mx-xl {
    margin-right: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl,
  [class][class][class].mx-xl {
    margin-right: 60px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl,
  [class][class][class].mx-xl {
    margin-right: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl,
  [class][class][class].my-xl {
    margin-bottom: 30px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl,
  [class][class][class].my-xl {
    margin-bottom: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl,
  [class][class][class].my-xl {
    margin-bottom: 60px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl,
  [class][class][class].my-xl {
    margin-bottom: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl,
  [class][class][class].mx-xl {
    margin-left: 30px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl,
  [class][class][class].mx-xl {
    margin-left: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl,
  [class][class][class].mx-xl {
    margin-left: 60px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl,
  [class][class][class].mx-xl {
    margin-left: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-neg {
    margin: -30px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-neg {
    margin: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-neg {
    margin: -60px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-neg {
    margin: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-neg,
  [class][class][class].my-xl-neg {
    margin-top: -30px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-neg,
  [class][class][class].my-xl-neg {
    margin-top: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-neg,
  [class][class][class].my-xl-neg {
    margin-top: -60px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-neg,
  [class][class][class].my-xl-neg {
    margin-top: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-neg,
  [class][class][class].mx-xl-neg {
    margin-right: -30px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-neg,
  [class][class][class].mx-xl-neg {
    margin-right: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-neg,
  [class][class][class].mx-xl-neg {
    margin-right: -60px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-neg,
  [class][class][class].mx-xl-neg {
    margin-right: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-neg,
  [class][class][class].my-xl-neg {
    margin-bottom: -30px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-neg,
  [class][class][class].my-xl-neg {
    margin-bottom: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-neg,
  [class][class][class].my-xl-neg {
    margin-bottom: -60px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-neg,
  [class][class][class].my-xl-neg {
    margin-bottom: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-neg,
  [class][class][class].mx-xl-neg {
    margin-left: -30px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-neg,
  [class][class][class].mx-xl-neg {
    margin-left: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-neg,
  [class][class][class].mx-xl-neg {
    margin-left: -60px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-neg,
  [class][class][class].mx-xl-neg {
    margin-left: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-only {
    margin: 30px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-only {
    margin: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-only {
    margin: 60px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-only {
    margin: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-only,
  [class][class][class].my-xl-only {
    margin-top: 30px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-only,
  [class][class][class].my-xl-only {
    margin-top: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-only,
  [class][class][class].my-xl-only {
    margin-top: 60px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-only,
  [class][class][class].my-xl-only {
    margin-top: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-only,
  [class][class][class].mx-xl-only {
    margin-right: 30px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-only,
  [class][class][class].mx-xl-only {
    margin-right: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-only,
  [class][class][class].mx-xl-only {
    margin-right: 60px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-only,
  [class][class][class].mx-xl-only {
    margin-right: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-only,
  [class][class][class].my-xl-only {
    margin-bottom: 30px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-only,
  [class][class][class].my-xl-only {
    margin-bottom: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-only,
  [class][class][class].my-xl-only {
    margin-bottom: 60px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-only,
  [class][class][class].my-xl-only {
    margin-bottom: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-only,
  [class][class][class].mx-xl-only {
    margin-left: 30px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-only,
  [class][class][class].mx-xl-only {
    margin-left: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-only,
  [class][class][class].mx-xl-only {
    margin-left: 60px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-only,
  [class][class][class].mx-xl-only {
    margin-left: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl {
    margin: 40px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl {
    margin: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl {
    margin: 70px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl {
    margin: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl,
  [class][class][class].my-xxl {
    margin-top: 40px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl,
  [class][class][class].my-xxl {
    margin-top: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl,
  [class][class][class].my-xxl {
    margin-top: 70px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl,
  [class][class][class].my-xxl {
    margin-top: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl,
  [class][class][class].mx-xxl {
    margin-right: 40px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl,
  [class][class][class].mx-xxl {
    margin-right: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl,
  [class][class][class].mx-xxl {
    margin-right: 70px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl,
  [class][class][class].mx-xxl {
    margin-right: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl,
  [class][class][class].my-xxl {
    margin-bottom: 40px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl,
  [class][class][class].my-xxl {
    margin-bottom: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl,
  [class][class][class].my-xxl {
    margin-bottom: 70px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl,
  [class][class][class].my-xxl {
    margin-bottom: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl,
  [class][class][class].mx-xxl {
    margin-left: 40px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl,
  [class][class][class].mx-xxl {
    margin-left: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl,
  [class][class][class].mx-xxl {
    margin-left: 70px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl,
  [class][class][class].mx-xxl {
    margin-left: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-neg {
    margin: -40px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-neg {
    margin: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-neg {
    margin: -70px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-neg {
    margin: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-neg,
  [class][class][class].my-xxl-neg {
    margin-top: -40px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-neg,
  [class][class][class].my-xxl-neg {
    margin-top: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-neg,
  [class][class][class].my-xxl-neg {
    margin-top: -70px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-neg,
  [class][class][class].my-xxl-neg {
    margin-top: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-neg,
  [class][class][class].mx-xxl-neg {
    margin-right: -40px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-neg,
  [class][class][class].mx-xxl-neg {
    margin-right: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-neg,
  [class][class][class].mx-xxl-neg {
    margin-right: -70px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-neg,
  [class][class][class].mx-xxl-neg {
    margin-right: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-neg,
  [class][class][class].my-xxl-neg {
    margin-bottom: -40px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-neg,
  [class][class][class].my-xxl-neg {
    margin-bottom: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-neg,
  [class][class][class].my-xxl-neg {
    margin-bottom: -70px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-neg,
  [class][class][class].my-xxl-neg {
    margin-bottom: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-neg,
  [class][class][class].mx-xxl-neg {
    margin-left: -40px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-neg,
  [class][class][class].mx-xxl-neg {
    margin-left: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-neg,
  [class][class][class].mx-xxl-neg {
    margin-left: -70px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-neg,
  [class][class][class].mx-xxl-neg {
    margin-left: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-only {
    margin: 40px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-only {
    margin: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-only {
    margin: 70px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-only {
    margin: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-only,
  [class][class][class].my-xxl-only {
    margin-top: 40px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-only,
  [class][class][class].my-xxl-only {
    margin-top: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-only,
  [class][class][class].my-xxl-only {
    margin-top: 70px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-only,
  [class][class][class].my-xxl-only {
    margin-top: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-only,
  [class][class][class].mx-xxl-only {
    margin-right: 40px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-only,
  [class][class][class].mx-xxl-only {
    margin-right: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-only,
  [class][class][class].mx-xxl-only {
    margin-right: 70px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-only,
  [class][class][class].mx-xxl-only {
    margin-right: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-only,
  [class][class][class].my-xxl-only {
    margin-bottom: 40px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-only,
  [class][class][class].my-xxl-only {
    margin-bottom: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-only,
  [class][class][class].my-xxl-only {
    margin-bottom: 70px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-only,
  [class][class][class].my-xxl-only {
    margin-bottom: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-only,
  [class][class][class].mx-xxl-only {
    margin-left: 40px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-only,
  [class][class][class].mx-xxl-only {
    margin-left: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-only,
  [class][class][class].mx-xxl-only {
    margin-left: 70px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-only,
  [class][class][class].mx-xxl-only {
    margin-left: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxxl {
    margin: 45px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxxl {
    margin: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].m-xxxl {
    margin: 80px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxxl {
    margin: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxxl,
  [class][class][class].my-xxxl {
    margin-top: 45px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxxl,
  [class][class][class].my-xxxl {
    margin-top: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxxl,
  [class][class][class].my-xxxl {
    margin-top: 80px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxxl,
  [class][class][class].my-xxxl {
    margin-top: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxxl,
  [class][class][class].mx-xxxl {
    margin-right: 45px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxxl,
  [class][class][class].mx-xxxl {
    margin-right: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxxl,
  [class][class][class].mx-xxxl {
    margin-right: 80px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxxl,
  [class][class][class].mx-xxxl {
    margin-right: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxxl,
  [class][class][class].my-xxxl {
    margin-bottom: 45px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxxl,
  [class][class][class].my-xxxl {
    margin-bottom: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxxl,
  [class][class][class].my-xxxl {
    margin-bottom: 80px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxxl,
  [class][class][class].my-xxxl {
    margin-bottom: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxxl,
  [class][class][class].mx-xxxl {
    margin-left: 45px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxxl,
  [class][class][class].mx-xxxl {
    margin-left: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxxl,
  [class][class][class].mx-xxxl {
    margin-left: 80px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxxl,
  [class][class][class].mx-xxxl {
    margin-left: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxxl-neg {
    margin: -45px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxxl-neg {
    margin: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].m-xxxl-neg {
    margin: -80px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxxl-neg {
    margin: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxxl-neg,
  [class][class][class].my-xxxl-neg {
    margin-top: -45px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxxl-neg,
  [class][class][class].my-xxxl-neg {
    margin-top: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxxl-neg,
  [class][class][class].my-xxxl-neg {
    margin-top: -80px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxxl-neg,
  [class][class][class].my-xxxl-neg {
    margin-top: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxxl-neg,
  [class][class][class].mx-xxxl-neg {
    margin-right: -45px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxxl-neg,
  [class][class][class].mx-xxxl-neg {
    margin-right: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxxl-neg,
  [class][class][class].mx-xxxl-neg {
    margin-right: -80px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxxl-neg,
  [class][class][class].mx-xxxl-neg {
    margin-right: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxxl-neg,
  [class][class][class].my-xxxl-neg {
    margin-bottom: -45px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxxl-neg,
  [class][class][class].my-xxxl-neg {
    margin-bottom: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxxl-neg,
  [class][class][class].my-xxxl-neg {
    margin-bottom: -80px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxxl-neg,
  [class][class][class].my-xxxl-neg {
    margin-bottom: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxxl-neg,
  [class][class][class].mx-xxxl-neg {
    margin-left: -45px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxxl-neg,
  [class][class][class].mx-xxxl-neg {
    margin-left: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxxl-neg,
  [class][class][class].mx-xxxl-neg {
    margin-left: -80px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxxl-neg,
  [class][class][class].mx-xxxl-neg {
    margin-left: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxxl-only {
    margin: 45px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxxl-only {
    margin: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxxl-only {
    margin: 80px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxxl-only {
    margin: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxxl-only,
  [class][class][class].my-xxxl-only {
    margin-top: 45px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxxl-only,
  [class][class][class].my-xxxl-only {
    margin-top: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxxl-only,
  [class][class][class].my-xxxl-only {
    margin-top: 80px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxxl-only,
  [class][class][class].my-xxxl-only {
    margin-top: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxxl-only,
  [class][class][class].mx-xxxl-only {
    margin-right: 45px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxxl-only,
  [class][class][class].mx-xxxl-only {
    margin-right: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxxl-only,
  [class][class][class].mx-xxxl-only {
    margin-right: 80px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxxl-only,
  [class][class][class].mx-xxxl-only {
    margin-right: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxxl-only,
  [class][class][class].my-xxxl-only {
    margin-bottom: 45px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxxl-only,
  [class][class][class].my-xxxl-only {
    margin-bottom: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxxl-only,
  [class][class][class].my-xxxl-only {
    margin-bottom: 80px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxxl-only,
  [class][class][class].my-xxxl-only {
    margin-bottom: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxxl-only,
  [class][class][class].mx-xxxl-only {
    margin-left: 45px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxxl-only,
  [class][class][class].mx-xxxl-only {
    margin-left: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxxl-only,
  [class][class][class].mx-xxxl-only {
    margin-left: 80px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxxl-only,
  [class][class][class].mx-xxxl-only {
    margin-left: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].m-huge {
    margin: 60px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].m-huge {
    margin: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].m-huge {
    margin: 130px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-huge {
    margin: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mt-huge,
  [class][class][class].my-huge {
    margin-top: 60px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mt-huge,
  [class][class][class].my-huge {
    margin-top: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mt-huge,
  [class][class][class].my-huge {
    margin-top: 130px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-huge,
  [class][class][class].my-huge {
    margin-top: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mr-huge,
  [class][class][class].mx-huge {
    margin-right: 60px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mr-huge,
  [class][class][class].mx-huge {
    margin-right: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mr-huge,
  [class][class][class].mx-huge {
    margin-right: 130px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-huge,
  [class][class][class].mx-huge {
    margin-right: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mb-huge,
  [class][class][class].my-huge {
    margin-bottom: 60px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mb-huge,
  [class][class][class].my-huge {
    margin-bottom: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mb-huge,
  [class][class][class].my-huge {
    margin-bottom: 130px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-huge,
  [class][class][class].my-huge {
    margin-bottom: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].ml-huge,
  [class][class][class].mx-huge {
    margin-left: 60px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].ml-huge,
  [class][class][class].mx-huge {
    margin-left: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].ml-huge,
  [class][class][class].mx-huge {
    margin-left: 130px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-huge,
  [class][class][class].mx-huge {
    margin-left: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].m-huge-neg {
    margin: -60px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].m-huge-neg {
    margin: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].m-huge-neg {
    margin: -130px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-huge-neg {
    margin: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mt-huge-neg,
  [class][class][class].my-huge-neg {
    margin-top: -60px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mt-huge-neg,
  [class][class][class].my-huge-neg {
    margin-top: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mt-huge-neg,
  [class][class][class].my-huge-neg {
    margin-top: -130px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-huge-neg,
  [class][class][class].my-huge-neg {
    margin-top: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mr-huge-neg,
  [class][class][class].mx-huge-neg {
    margin-right: -60px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mr-huge-neg,
  [class][class][class].mx-huge-neg {
    margin-right: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mr-huge-neg,
  [class][class][class].mx-huge-neg {
    margin-right: -130px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-huge-neg,
  [class][class][class].mx-huge-neg {
    margin-right: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].mb-huge-neg,
  [class][class][class].my-huge-neg {
    margin-bottom: -60px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].mb-huge-neg,
  [class][class][class].my-huge-neg {
    margin-bottom: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].mb-huge-neg,
  [class][class][class].my-huge-neg {
    margin-bottom: -130px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-huge-neg,
  [class][class][class].my-huge-neg {
    margin-bottom: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].ml-huge-neg,
  [class][class][class].mx-huge-neg {
    margin-left: -60px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].ml-huge-neg,
  [class][class][class].mx-huge-neg {
    margin-left: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].ml-huge-neg,
  [class][class][class].mx-huge-neg {
    margin-left: -130px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-huge-neg,
  [class][class][class].mx-huge-neg {
    margin-left: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-huge-only {
    margin: 60px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-huge-only {
    margin: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-huge-only {
    margin: 130px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-huge-only {
    margin: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-huge-only,
  [class][class][class].my-huge-only {
    margin-top: 60px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-huge-only,
  [class][class][class].my-huge-only {
    margin-top: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-huge-only,
  [class][class][class].my-huge-only {
    margin-top: 130px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-huge-only,
  [class][class][class].my-huge-only {
    margin-top: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-huge-only,
  [class][class][class].mx-huge-only {
    margin-right: 60px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-huge-only,
  [class][class][class].mx-huge-only {
    margin-right: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-huge-only,
  [class][class][class].mx-huge-only {
    margin-right: 130px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-huge-only,
  [class][class][class].mx-huge-only {
    margin-right: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-huge-only,
  [class][class][class].my-huge-only {
    margin-bottom: 60px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-huge-only,
  [class][class][class].my-huge-only {
    margin-bottom: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-huge-only,
  [class][class][class].my-huge-only {
    margin-bottom: 130px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-huge-only,
  [class][class][class].my-huge-only {
    margin-bottom: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-huge-only,
  [class][class][class].mx-huge-only {
    margin-left: 60px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-huge-only,
  [class][class][class].mx-huge-only {
    margin-left: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-huge-only,
  [class][class][class].mx-huge-only {
    margin-left: 130px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-huge-only,
  [class][class][class].mx-huge-only {
    margin-left: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].p-null {
    padding: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].p-null {
    padding: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].p-null {
    padding: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-null {
    padding: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pt-null,
  [class][class][class].py-null {
    padding-top: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pt-null,
  [class][class][class].py-null {
    padding-top: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pt-null,
  [class][class][class].py-null {
    padding-top: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-null,
  [class][class][class].py-null {
    padding-top: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pr-null,
  [class][class][class].px-null {
    padding-right: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pr-null,
  [class][class][class].px-null {
    padding-right: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pr-null,
  [class][class][class].px-null {
    padding-right: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-null,
  [class][class][class].px-null {
    padding-right: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pb-null,
  [class][class][class].py-null {
    padding-bottom: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pb-null,
  [class][class][class].py-null {
    padding-bottom: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pb-null,
  [class][class][class].py-null {
    padding-bottom: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-null,
  [class][class][class].py-null {
    padding-bottom: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pl-null,
  [class][class][class].px-null {
    padding-left: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pl-null,
  [class][class][class].px-null {
    padding-left: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pl-null,
  [class][class][class].px-null {
    padding-left: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-null,
  [class][class][class].px-null {
    padding-left: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].p-null-neg {
    padding: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].p-null-neg {
    padding: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].p-null-neg {
    padding: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-null-neg {
    padding: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pt-null-neg,
  [class][class][class].py-null-neg {
    padding-top: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pt-null-neg,
  [class][class][class].py-null-neg {
    padding-top: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pt-null-neg,
  [class][class][class].py-null-neg {
    padding-top: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-null-neg,
  [class][class][class].py-null-neg {
    padding-top: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pr-null-neg,
  [class][class][class].px-null-neg {
    padding-right: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pr-null-neg,
  [class][class][class].px-null-neg {
    padding-right: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pr-null-neg,
  [class][class][class].px-null-neg {
    padding-right: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-null-neg,
  [class][class][class].px-null-neg {
    padding-right: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pb-null-neg,
  [class][class][class].py-null-neg {
    padding-bottom: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pb-null-neg,
  [class][class][class].py-null-neg {
    padding-bottom: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pb-null-neg,
  [class][class][class].py-null-neg {
    padding-bottom: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-null-neg,
  [class][class][class].py-null-neg {
    padding-bottom: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pl-null-neg,
  [class][class][class].px-null-neg {
    padding-left: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pl-null-neg,
  [class][class][class].px-null-neg {
    padding-left: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pl-null-neg,
  [class][class][class].px-null-neg {
    padding-left: 0px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-null-neg,
  [class][class][class].px-null-neg {
    padding-left: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-null-only {
    padding: 0px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-null-only {
    padding: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-null-only {
    padding: 0px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-null-only {
    padding: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-null-only,
  [class][class][class].py-null-only {
    padding-top: 0px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-null-only,
  [class][class][class].py-null-only {
    padding-top: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-null-only,
  [class][class][class].py-null-only {
    padding-top: 0px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-null-only,
  [class][class][class].py-null-only {
    padding-top: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-null-only,
  [class][class][class].px-null-only {
    padding-right: 0px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-null-only,
  [class][class][class].px-null-only {
    padding-right: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-null-only,
  [class][class][class].px-null-only {
    padding-right: 0px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-null-only,
  [class][class][class].px-null-only {
    padding-right: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-null-only,
  [class][class][class].py-null-only {
    padding-bottom: 0px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-null-only,
  [class][class][class].py-null-only {
    padding-bottom: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-null-only,
  [class][class][class].py-null-only {
    padding-bottom: 0px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-null-only,
  [class][class][class].py-null-only {
    padding-bottom: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-null-only,
  [class][class][class].px-null-only {
    padding-left: 0px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-null-only,
  [class][class][class].px-null-only {
    padding-left: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-null-only,
  [class][class][class].px-null-only {
    padding-left: 0px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-null-only,
  [class][class][class].px-null-only {
    padding-left: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxs {
    padding: 5px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxs {
    padding: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].p-xxs {
    padding: 10px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxs {
    padding: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxs,
  [class][class][class].py-xxs {
    padding-top: 5px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxs,
  [class][class][class].py-xxs {
    padding-top: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxs,
  [class][class][class].py-xxs {
    padding-top: 10px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxs,
  [class][class][class].py-xxs {
    padding-top: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxs,
  [class][class][class].px-xxs {
    padding-right: 5px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxs,
  [class][class][class].px-xxs {
    padding-right: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxs,
  [class][class][class].px-xxs {
    padding-right: 10px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxs,
  [class][class][class].px-xxs {
    padding-right: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxs,
  [class][class][class].py-xxs {
    padding-bottom: 5px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxs,
  [class][class][class].py-xxs {
    padding-bottom: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxs,
  [class][class][class].py-xxs {
    padding-bottom: 10px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxs,
  [class][class][class].py-xxs {
    padding-bottom: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxs,
  [class][class][class].px-xxs {
    padding-left: 5px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxs,
  [class][class][class].px-xxs {
    padding-left: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxs,
  [class][class][class].px-xxs {
    padding-left: 10px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxs,
  [class][class][class].px-xxs {
    padding-left: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxs-neg {
    padding: -5px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxs-neg {
    padding: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].p-xxs-neg {
    padding: -10px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxs-neg {
    padding: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxs-neg,
  [class][class][class].py-xxs-neg {
    padding-top: -5px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxs-neg,
  [class][class][class].py-xxs-neg {
    padding-top: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxs-neg,
  [class][class][class].py-xxs-neg {
    padding-top: -10px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxs-neg,
  [class][class][class].py-xxs-neg {
    padding-top: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxs-neg,
  [class][class][class].px-xxs-neg {
    padding-right: -5px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxs-neg,
  [class][class][class].px-xxs-neg {
    padding-right: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxs-neg,
  [class][class][class].px-xxs-neg {
    padding-right: -10px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxs-neg,
  [class][class][class].px-xxs-neg {
    padding-right: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxs-neg,
  [class][class][class].py-xxs-neg {
    padding-bottom: -5px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxs-neg,
  [class][class][class].py-xxs-neg {
    padding-bottom: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxs-neg,
  [class][class][class].py-xxs-neg {
    padding-bottom: -10px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxs-neg,
  [class][class][class].py-xxs-neg {
    padding-bottom: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxs-neg,
  [class][class][class].px-xxs-neg {
    padding-left: -5px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxs-neg,
  [class][class][class].px-xxs-neg {
    padding-left: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxs-neg,
  [class][class][class].px-xxs-neg {
    padding-left: -10px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxs-neg,
  [class][class][class].px-xxs-neg {
    padding-left: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxs-only {
    padding: 5px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxs-only {
    padding: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxs-only {
    padding: 10px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxs-only {
    padding: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxs-only,
  [class][class][class].py-xxs-only {
    padding-top: 5px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxs-only,
  [class][class][class].py-xxs-only {
    padding-top: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxs-only,
  [class][class][class].py-xxs-only {
    padding-top: 10px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxs-only,
  [class][class][class].py-xxs-only {
    padding-top: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxs-only,
  [class][class][class].px-xxs-only {
    padding-right: 5px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxs-only,
  [class][class][class].px-xxs-only {
    padding-right: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxs-only,
  [class][class][class].px-xxs-only {
    padding-right: 10px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxs-only,
  [class][class][class].px-xxs-only {
    padding-right: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxs-only,
  [class][class][class].py-xxs-only {
    padding-bottom: 5px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxs-only,
  [class][class][class].py-xxs-only {
    padding-bottom: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxs-only,
  [class][class][class].py-xxs-only {
    padding-bottom: 10px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxs-only,
  [class][class][class].py-xxs-only {
    padding-bottom: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxs-only,
  [class][class][class].px-xxs-only {
    padding-left: 5px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxs-only,
  [class][class][class].px-xxs-only {
    padding-left: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxs-only,
  [class][class][class].px-xxs-only {
    padding-left: 10px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxs-only,
  [class][class][class].px-xxs-only {
    padding-left: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].p-xs {
    padding: 10px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].p-xs {
    padding: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].p-xs {
    padding: 20px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xs {
    padding: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xs,
  [class][class][class].py-xs {
    padding-top: 10px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xs,
  [class][class][class].py-xs {
    padding-top: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pt-xs,
  [class][class][class].py-xs {
    padding-top: 20px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xs,
  [class][class][class].py-xs {
    padding-top: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xs,
  [class][class][class].px-xs {
    padding-right: 10px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xs,
  [class][class][class].px-xs {
    padding-right: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pr-xs,
  [class][class][class].px-xs {
    padding-right: 20px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xs,
  [class][class][class].px-xs {
    padding-right: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xs,
  [class][class][class].py-xs {
    padding-bottom: 10px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xs,
  [class][class][class].py-xs {
    padding-bottom: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pb-xs,
  [class][class][class].py-xs {
    padding-bottom: 20px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xs,
  [class][class][class].py-xs {
    padding-bottom: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xs,
  [class][class][class].px-xs {
    padding-left: 10px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xs,
  [class][class][class].px-xs {
    padding-left: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pl-xs,
  [class][class][class].px-xs {
    padding-left: 20px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xs,
  [class][class][class].px-xs {
    padding-left: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].p-xs-neg {
    padding: -10px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].p-xs-neg {
    padding: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].p-xs-neg {
    padding: -20px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xs-neg {
    padding: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xs-neg,
  [class][class][class].py-xs-neg {
    padding-top: -10px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xs-neg,
  [class][class][class].py-xs-neg {
    padding-top: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pt-xs-neg,
  [class][class][class].py-xs-neg {
    padding-top: -20px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xs-neg,
  [class][class][class].py-xs-neg {
    padding-top: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xs-neg,
  [class][class][class].px-xs-neg {
    padding-right: -10px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xs-neg,
  [class][class][class].px-xs-neg {
    padding-right: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pr-xs-neg,
  [class][class][class].px-xs-neg {
    padding-right: -20px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xs-neg,
  [class][class][class].px-xs-neg {
    padding-right: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xs-neg,
  [class][class][class].py-xs-neg {
    padding-bottom: -10px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xs-neg,
  [class][class][class].py-xs-neg {
    padding-bottom: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pb-xs-neg,
  [class][class][class].py-xs-neg {
    padding-bottom: -20px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xs-neg,
  [class][class][class].py-xs-neg {
    padding-bottom: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xs-neg,
  [class][class][class].px-xs-neg {
    padding-left: -10px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xs-neg,
  [class][class][class].px-xs-neg {
    padding-left: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pl-xs-neg,
  [class][class][class].px-xs-neg {
    padding-left: -20px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xs-neg,
  [class][class][class].px-xs-neg {
    padding-left: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xs-only {
    padding: 10px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xs-only {
    padding: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-xs-only {
    padding: 20px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xs-only {
    padding: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xs-only,
  [class][class][class].py-xs-only {
    padding-top: 10px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xs-only,
  [class][class][class].py-xs-only {
    padding-top: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xs-only,
  [class][class][class].py-xs-only {
    padding-top: 20px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xs-only,
  [class][class][class].py-xs-only {
    padding-top: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xs-only,
  [class][class][class].px-xs-only {
    padding-right: 10px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xs-only,
  [class][class][class].px-xs-only {
    padding-right: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xs-only,
  [class][class][class].px-xs-only {
    padding-right: 20px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xs-only,
  [class][class][class].px-xs-only {
    padding-right: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xs-only,
  [class][class][class].py-xs-only {
    padding-bottom: 10px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xs-only,
  [class][class][class].py-xs-only {
    padding-bottom: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xs-only,
  [class][class][class].py-xs-only {
    padding-bottom: 20px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xs-only,
  [class][class][class].py-xs-only {
    padding-bottom: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xs-only,
  [class][class][class].px-xs-only {
    padding-left: 10px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xs-only,
  [class][class][class].px-xs-only {
    padding-left: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xs-only,
  [class][class][class].px-xs-only {
    padding-left: 20px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xs-only,
  [class][class][class].px-xs-only {
    padding-left: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].p-small {
    padding: 15px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].p-small {
    padding: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].p-small {
    padding: 30px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-small {
    padding: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pt-small,
  [class][class][class].py-small {
    padding-top: 15px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pt-small,
  [class][class][class].py-small {
    padding-top: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pt-small,
  [class][class][class].py-small {
    padding-top: 30px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-small,
  [class][class][class].py-small {
    padding-top: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pr-small,
  [class][class][class].px-small {
    padding-right: 15px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pr-small,
  [class][class][class].px-small {
    padding-right: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pr-small,
  [class][class][class].px-small {
    padding-right: 30px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-small,
  [class][class][class].px-small {
    padding-right: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pb-small,
  [class][class][class].py-small {
    padding-bottom: 15px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pb-small,
  [class][class][class].py-small {
    padding-bottom: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pb-small,
  [class][class][class].py-small {
    padding-bottom: 30px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-small,
  [class][class][class].py-small {
    padding-bottom: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pl-small,
  [class][class][class].px-small {
    padding-left: 15px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pl-small,
  [class][class][class].px-small {
    padding-left: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pl-small,
  [class][class][class].px-small {
    padding-left: 30px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-small,
  [class][class][class].px-small {
    padding-left: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].p-small-neg {
    padding: -15px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].p-small-neg {
    padding: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].p-small-neg {
    padding: -30px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-small-neg {
    padding: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pt-small-neg,
  [class][class][class].py-small-neg {
    padding-top: -15px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pt-small-neg,
  [class][class][class].py-small-neg {
    padding-top: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pt-small-neg,
  [class][class][class].py-small-neg {
    padding-top: -30px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-small-neg,
  [class][class][class].py-small-neg {
    padding-top: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pr-small-neg,
  [class][class][class].px-small-neg {
    padding-right: -15px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pr-small-neg,
  [class][class][class].px-small-neg {
    padding-right: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pr-small-neg,
  [class][class][class].px-small-neg {
    padding-right: -30px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-small-neg,
  [class][class][class].px-small-neg {
    padding-right: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pb-small-neg,
  [class][class][class].py-small-neg {
    padding-bottom: -15px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pb-small-neg,
  [class][class][class].py-small-neg {
    padding-bottom: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pb-small-neg,
  [class][class][class].py-small-neg {
    padding-bottom: -30px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-small-neg,
  [class][class][class].py-small-neg {
    padding-bottom: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pl-small-neg,
  [class][class][class].px-small-neg {
    padding-left: -15px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pl-small-neg,
  [class][class][class].px-small-neg {
    padding-left: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pl-small-neg,
  [class][class][class].px-small-neg {
    padding-left: -30px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-small-neg,
  [class][class][class].px-small-neg {
    padding-left: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-small-only {
    padding: 15px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-small-only {
    padding: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-small-only {
    padding: 30px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-small-only {
    padding: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-small-only,
  [class][class][class].py-small-only {
    padding-top: 15px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-small-only,
  [class][class][class].py-small-only {
    padding-top: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-small-only,
  [class][class][class].py-small-only {
    padding-top: 30px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-small-only,
  [class][class][class].py-small-only {
    padding-top: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-small-only,
  [class][class][class].px-small-only {
    padding-right: 15px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-small-only,
  [class][class][class].px-small-only {
    padding-right: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-small-only,
  [class][class][class].px-small-only {
    padding-right: 30px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-small-only,
  [class][class][class].px-small-only {
    padding-right: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-small-only,
  [class][class][class].py-small-only {
    padding-bottom: 15px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-small-only,
  [class][class][class].py-small-only {
    padding-bottom: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-small-only,
  [class][class][class].py-small-only {
    padding-bottom: 30px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-small-only,
  [class][class][class].py-small-only {
    padding-bottom: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-small-only,
  [class][class][class].px-small-only {
    padding-left: 15px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-small-only,
  [class][class][class].px-small-only {
    padding-left: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-small-only,
  [class][class][class].px-small-only {
    padding-left: 30px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-small-only,
  [class][class][class].px-small-only {
    padding-left: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].p-normal {
    padding: 20px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].p-normal {
    padding: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].p-normal {
    padding: 40px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-normal {
    padding: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pt-normal,
  [class][class][class].py-normal {
    padding-top: 20px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pt-normal,
  [class][class][class].py-normal {
    padding-top: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pt-normal,
  [class][class][class].py-normal {
    padding-top: 40px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-normal,
  [class][class][class].py-normal {
    padding-top: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pr-normal,
  [class][class][class].px-normal {
    padding-right: 20px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pr-normal,
  [class][class][class].px-normal {
    padding-right: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pr-normal,
  [class][class][class].px-normal {
    padding-right: 40px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-normal,
  [class][class][class].px-normal {
    padding-right: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pb-normal,
  [class][class][class].py-normal {
    padding-bottom: 20px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pb-normal,
  [class][class][class].py-normal {
    padding-bottom: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pb-normal,
  [class][class][class].py-normal {
    padding-bottom: 40px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-normal,
  [class][class][class].py-normal {
    padding-bottom: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pl-normal,
  [class][class][class].px-normal {
    padding-left: 20px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pl-normal,
  [class][class][class].px-normal {
    padding-left: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pl-normal,
  [class][class][class].px-normal {
    padding-left: 40px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-normal,
  [class][class][class].px-normal {
    padding-left: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].p-normal-neg {
    padding: -20px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].p-normal-neg {
    padding: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].p-normal-neg {
    padding: -40px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-normal-neg {
    padding: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pt-normal-neg,
  [class][class][class].py-normal-neg {
    padding-top: -20px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pt-normal-neg,
  [class][class][class].py-normal-neg {
    padding-top: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pt-normal-neg,
  [class][class][class].py-normal-neg {
    padding-top: -40px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-normal-neg,
  [class][class][class].py-normal-neg {
    padding-top: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pr-normal-neg,
  [class][class][class].px-normal-neg {
    padding-right: -20px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pr-normal-neg,
  [class][class][class].px-normal-neg {
    padding-right: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pr-normal-neg,
  [class][class][class].px-normal-neg {
    padding-right: -40px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-normal-neg,
  [class][class][class].px-normal-neg {
    padding-right: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pb-normal-neg,
  [class][class][class].py-normal-neg {
    padding-bottom: -20px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pb-normal-neg,
  [class][class][class].py-normal-neg {
    padding-bottom: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pb-normal-neg,
  [class][class][class].py-normal-neg {
    padding-bottom: -40px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-normal-neg,
  [class][class][class].py-normal-neg {
    padding-bottom: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pl-normal-neg,
  [class][class][class].px-normal-neg {
    padding-left: -20px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pl-normal-neg,
  [class][class][class].px-normal-neg {
    padding-left: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pl-normal-neg,
  [class][class][class].px-normal-neg {
    padding-left: -40px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-normal-neg,
  [class][class][class].px-normal-neg {
    padding-left: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-normal-only {
    padding: 20px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-normal-only {
    padding: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-normal-only {
    padding: 40px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-normal-only {
    padding: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-normal-only,
  [class][class][class].py-normal-only {
    padding-top: 20px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-normal-only,
  [class][class][class].py-normal-only {
    padding-top: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-normal-only,
  [class][class][class].py-normal-only {
    padding-top: 40px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-normal-only,
  [class][class][class].py-normal-only {
    padding-top: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-normal-only,
  [class][class][class].px-normal-only {
    padding-right: 20px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-normal-only,
  [class][class][class].px-normal-only {
    padding-right: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-normal-only,
  [class][class][class].px-normal-only {
    padding-right: 40px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-normal-only,
  [class][class][class].px-normal-only {
    padding-right: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-normal-only,
  [class][class][class].py-normal-only {
    padding-bottom: 20px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-normal-only,
  [class][class][class].py-normal-only {
    padding-bottom: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-normal-only,
  [class][class][class].py-normal-only {
    padding-bottom: 40px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-normal-only,
  [class][class][class].py-normal-only {
    padding-bottom: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-normal-only,
  [class][class][class].px-normal-only {
    padding-left: 20px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-normal-only,
  [class][class][class].px-normal-only {
    padding-left: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-normal-only,
  [class][class][class].px-normal-only {
    padding-left: 40px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-normal-only,
  [class][class][class].px-normal-only {
    padding-left: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].p-large {
    padding: 25px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].p-large {
    padding: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].p-large {
    padding: 50px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-large {
    padding: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pt-large,
  [class][class][class].py-large {
    padding-top: 25px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pt-large,
  [class][class][class].py-large {
    padding-top: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pt-large,
  [class][class][class].py-large {
    padding-top: 50px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-large,
  [class][class][class].py-large {
    padding-top: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pr-large,
  [class][class][class].px-large {
    padding-right: 25px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pr-large,
  [class][class][class].px-large {
    padding-right: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pr-large,
  [class][class][class].px-large {
    padding-right: 50px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-large,
  [class][class][class].px-large {
    padding-right: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pb-large,
  [class][class][class].py-large {
    padding-bottom: 25px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pb-large,
  [class][class][class].py-large {
    padding-bottom: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pb-large,
  [class][class][class].py-large {
    padding-bottom: 50px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-large,
  [class][class][class].py-large {
    padding-bottom: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pl-large,
  [class][class][class].px-large {
    padding-left: 25px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pl-large,
  [class][class][class].px-large {
    padding-left: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pl-large,
  [class][class][class].px-large {
    padding-left: 50px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-large,
  [class][class][class].px-large {
    padding-left: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].p-large-neg {
    padding: -25px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].p-large-neg {
    padding: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].p-large-neg {
    padding: -50px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-large-neg {
    padding: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pt-large-neg,
  [class][class][class].py-large-neg {
    padding-top: -25px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pt-large-neg,
  [class][class][class].py-large-neg {
    padding-top: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pt-large-neg,
  [class][class][class].py-large-neg {
    padding-top: -50px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-large-neg,
  [class][class][class].py-large-neg {
    padding-top: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pr-large-neg,
  [class][class][class].px-large-neg {
    padding-right: -25px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pr-large-neg,
  [class][class][class].px-large-neg {
    padding-right: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pr-large-neg,
  [class][class][class].px-large-neg {
    padding-right: -50px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-large-neg,
  [class][class][class].px-large-neg {
    padding-right: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pb-large-neg,
  [class][class][class].py-large-neg {
    padding-bottom: -25px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pb-large-neg,
  [class][class][class].py-large-neg {
    padding-bottom: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pb-large-neg,
  [class][class][class].py-large-neg {
    padding-bottom: -50px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-large-neg,
  [class][class][class].py-large-neg {
    padding-bottom: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pl-large-neg,
  [class][class][class].px-large-neg {
    padding-left: -25px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pl-large-neg,
  [class][class][class].px-large-neg {
    padding-left: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pl-large-neg,
  [class][class][class].px-large-neg {
    padding-left: -50px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-large-neg,
  [class][class][class].px-large-neg {
    padding-left: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-large-only {
    padding: 25px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-large-only {
    padding: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-large-only {
    padding: 50px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-large-only {
    padding: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-large-only,
  [class][class][class].py-large-only {
    padding-top: 25px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-large-only,
  [class][class][class].py-large-only {
    padding-top: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-large-only,
  [class][class][class].py-large-only {
    padding-top: 50px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-large-only,
  [class][class][class].py-large-only {
    padding-top: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-large-only,
  [class][class][class].px-large-only {
    padding-right: 25px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-large-only,
  [class][class][class].px-large-only {
    padding-right: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-large-only,
  [class][class][class].px-large-only {
    padding-right: 50px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-large-only,
  [class][class][class].px-large-only {
    padding-right: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-large-only,
  [class][class][class].py-large-only {
    padding-bottom: 25px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-large-only,
  [class][class][class].py-large-only {
    padding-bottom: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-large-only,
  [class][class][class].py-large-only {
    padding-bottom: 50px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-large-only,
  [class][class][class].py-large-only {
    padding-bottom: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-large-only,
  [class][class][class].px-large-only {
    padding-left: 25px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-large-only,
  [class][class][class].px-large-only {
    padding-left: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-large-only,
  [class][class][class].px-large-only {
    padding-left: 50px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-large-only,
  [class][class][class].px-large-only {
    padding-left: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl {
    padding: 30px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl {
    padding: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].p-xl {
    padding: 60px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl {
    padding: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl,
  [class][class][class].py-xl {
    padding-top: 30px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl,
  [class][class][class].py-xl {
    padding-top: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl,
  [class][class][class].py-xl {
    padding-top: 60px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl,
  [class][class][class].py-xl {
    padding-top: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl,
  [class][class][class].px-xl {
    padding-right: 30px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl,
  [class][class][class].px-xl {
    padding-right: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl,
  [class][class][class].px-xl {
    padding-right: 60px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl,
  [class][class][class].px-xl {
    padding-right: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl,
  [class][class][class].py-xl {
    padding-bottom: 30px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl,
  [class][class][class].py-xl {
    padding-bottom: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl,
  [class][class][class].py-xl {
    padding-bottom: 60px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl,
  [class][class][class].py-xl {
    padding-bottom: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl,
  [class][class][class].px-xl {
    padding-left: 30px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl,
  [class][class][class].px-xl {
    padding-left: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl,
  [class][class][class].px-xl {
    padding-left: 60px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl,
  [class][class][class].px-xl {
    padding-left: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-neg {
    padding: -30px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-neg {
    padding: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-neg {
    padding: -60px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-neg {
    padding: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-neg,
  [class][class][class].py-xl-neg {
    padding-top: -30px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-neg,
  [class][class][class].py-xl-neg {
    padding-top: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-neg,
  [class][class][class].py-xl-neg {
    padding-top: -60px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-neg,
  [class][class][class].py-xl-neg {
    padding-top: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-neg,
  [class][class][class].px-xl-neg {
    padding-right: -30px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-neg,
  [class][class][class].px-xl-neg {
    padding-right: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-neg,
  [class][class][class].px-xl-neg {
    padding-right: -60px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-neg,
  [class][class][class].px-xl-neg {
    padding-right: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-neg,
  [class][class][class].py-xl-neg {
    padding-bottom: -30px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-neg,
  [class][class][class].py-xl-neg {
    padding-bottom: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-neg,
  [class][class][class].py-xl-neg {
    padding-bottom: -60px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-neg,
  [class][class][class].py-xl-neg {
    padding-bottom: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-neg,
  [class][class][class].px-xl-neg {
    padding-left: -30px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-neg,
  [class][class][class].px-xl-neg {
    padding-left: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-neg,
  [class][class][class].px-xl-neg {
    padding-left: -60px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-neg,
  [class][class][class].px-xl-neg {
    padding-left: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-only {
    padding: 30px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-only {
    padding: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-only {
    padding: 60px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-only {
    padding: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-only,
  [class][class][class].py-xl-only {
    padding-top: 30px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-only,
  [class][class][class].py-xl-only {
    padding-top: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-only,
  [class][class][class].py-xl-only {
    padding-top: 60px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-only,
  [class][class][class].py-xl-only {
    padding-top: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-only,
  [class][class][class].px-xl-only {
    padding-right: 30px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-only,
  [class][class][class].px-xl-only {
    padding-right: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-only,
  [class][class][class].px-xl-only {
    padding-right: 60px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-only,
  [class][class][class].px-xl-only {
    padding-right: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-only,
  [class][class][class].py-xl-only {
    padding-bottom: 30px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-only,
  [class][class][class].py-xl-only {
    padding-bottom: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-only,
  [class][class][class].py-xl-only {
    padding-bottom: 60px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-only,
  [class][class][class].py-xl-only {
    padding-bottom: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-only,
  [class][class][class].px-xl-only {
    padding-left: 30px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-only,
  [class][class][class].px-xl-only {
    padding-left: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-only,
  [class][class][class].px-xl-only {
    padding-left: 60px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-only,
  [class][class][class].px-xl-only {
    padding-left: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl {
    padding: 40px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl {
    padding: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl {
    padding: 70px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl {
    padding: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl,
  [class][class][class].py-xxl {
    padding-top: 40px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl,
  [class][class][class].py-xxl {
    padding-top: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl,
  [class][class][class].py-xxl {
    padding-top: 70px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl,
  [class][class][class].py-xxl {
    padding-top: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl,
  [class][class][class].px-xxl {
    padding-right: 40px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl,
  [class][class][class].px-xxl {
    padding-right: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl,
  [class][class][class].px-xxl {
    padding-right: 70px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl,
  [class][class][class].px-xxl {
    padding-right: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl,
  [class][class][class].py-xxl {
    padding-bottom: 40px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl,
  [class][class][class].py-xxl {
    padding-bottom: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl,
  [class][class][class].py-xxl {
    padding-bottom: 70px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl,
  [class][class][class].py-xxl {
    padding-bottom: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl,
  [class][class][class].px-xxl {
    padding-left: 40px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl,
  [class][class][class].px-xxl {
    padding-left: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl,
  [class][class][class].px-xxl {
    padding-left: 70px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl,
  [class][class][class].px-xxl {
    padding-left: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-neg {
    padding: -40px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-neg {
    padding: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-neg {
    padding: -70px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-neg {
    padding: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-neg,
  [class][class][class].py-xxl-neg {
    padding-top: -40px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-neg,
  [class][class][class].py-xxl-neg {
    padding-top: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-neg,
  [class][class][class].py-xxl-neg {
    padding-top: -70px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-neg,
  [class][class][class].py-xxl-neg {
    padding-top: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-neg,
  [class][class][class].px-xxl-neg {
    padding-right: -40px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-neg,
  [class][class][class].px-xxl-neg {
    padding-right: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-neg,
  [class][class][class].px-xxl-neg {
    padding-right: -70px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-neg,
  [class][class][class].px-xxl-neg {
    padding-right: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-neg,
  [class][class][class].py-xxl-neg {
    padding-bottom: -40px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-neg,
  [class][class][class].py-xxl-neg {
    padding-bottom: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-neg,
  [class][class][class].py-xxl-neg {
    padding-bottom: -70px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-neg,
  [class][class][class].py-xxl-neg {
    padding-bottom: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-neg,
  [class][class][class].px-xxl-neg {
    padding-left: -40px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-neg,
  [class][class][class].px-xxl-neg {
    padding-left: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-neg,
  [class][class][class].px-xxl-neg {
    padding-left: -70px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-neg,
  [class][class][class].px-xxl-neg {
    padding-left: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-only {
    padding: 40px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-only {
    padding: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-only {
    padding: 70px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-only {
    padding: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-only,
  [class][class][class].py-xxl-only {
    padding-top: 40px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-only,
  [class][class][class].py-xxl-only {
    padding-top: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-only,
  [class][class][class].py-xxl-only {
    padding-top: 70px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-only,
  [class][class][class].py-xxl-only {
    padding-top: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-only,
  [class][class][class].px-xxl-only {
    padding-right: 40px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-only,
  [class][class][class].px-xxl-only {
    padding-right: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-only,
  [class][class][class].px-xxl-only {
    padding-right: 70px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-only,
  [class][class][class].px-xxl-only {
    padding-right: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-only,
  [class][class][class].py-xxl-only {
    padding-bottom: 40px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-only,
  [class][class][class].py-xxl-only {
    padding-bottom: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-only,
  [class][class][class].py-xxl-only {
    padding-bottom: 70px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-only,
  [class][class][class].py-xxl-only {
    padding-bottom: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-only,
  [class][class][class].px-xxl-only {
    padding-left: 40px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-only,
  [class][class][class].px-xxl-only {
    padding-left: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-only,
  [class][class][class].px-xxl-only {
    padding-left: 70px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-only,
  [class][class][class].px-xxl-only {
    padding-left: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxxl {
    padding: 45px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxxl {
    padding: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].p-xxxl {
    padding: 80px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxxl {
    padding: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxxl,
  [class][class][class].py-xxxl {
    padding-top: 45px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxxl,
  [class][class][class].py-xxxl {
    padding-top: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxxl,
  [class][class][class].py-xxxl {
    padding-top: 80px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxxl,
  [class][class][class].py-xxxl {
    padding-top: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxxl,
  [class][class][class].px-xxxl {
    padding-right: 45px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxxl,
  [class][class][class].px-xxxl {
    padding-right: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxxl,
  [class][class][class].px-xxxl {
    padding-right: 80px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxxl,
  [class][class][class].px-xxxl {
    padding-right: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxxl,
  [class][class][class].py-xxxl {
    padding-bottom: 45px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxxl,
  [class][class][class].py-xxxl {
    padding-bottom: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxxl,
  [class][class][class].py-xxxl {
    padding-bottom: 80px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxxl,
  [class][class][class].py-xxxl {
    padding-bottom: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxxl,
  [class][class][class].px-xxxl {
    padding-left: 45px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxxl,
  [class][class][class].px-xxxl {
    padding-left: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxxl,
  [class][class][class].px-xxxl {
    padding-left: 80px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxxl,
  [class][class][class].px-xxxl {
    padding-left: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxxl-neg {
    padding: -45px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxxl-neg {
    padding: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].p-xxxl-neg {
    padding: -80px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxxl-neg {
    padding: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxxl-neg,
  [class][class][class].py-xxxl-neg {
    padding-top: -45px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxxl-neg,
  [class][class][class].py-xxxl-neg {
    padding-top: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxxl-neg,
  [class][class][class].py-xxxl-neg {
    padding-top: -80px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxxl-neg,
  [class][class][class].py-xxxl-neg {
    padding-top: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxxl-neg,
  [class][class][class].px-xxxl-neg {
    padding-right: -45px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxxl-neg,
  [class][class][class].px-xxxl-neg {
    padding-right: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxxl-neg,
  [class][class][class].px-xxxl-neg {
    padding-right: -80px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxxl-neg,
  [class][class][class].px-xxxl-neg {
    padding-right: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxxl-neg,
  [class][class][class].py-xxxl-neg {
    padding-bottom: -45px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxxl-neg,
  [class][class][class].py-xxxl-neg {
    padding-bottom: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxxl-neg,
  [class][class][class].py-xxxl-neg {
    padding-bottom: -80px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxxl-neg,
  [class][class][class].py-xxxl-neg {
    padding-bottom: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxxl-neg,
  [class][class][class].px-xxxl-neg {
    padding-left: -45px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxxl-neg,
  [class][class][class].px-xxxl-neg {
    padding-left: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxxl-neg,
  [class][class][class].px-xxxl-neg {
    padding-left: -80px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxxl-neg,
  [class][class][class].px-xxxl-neg {
    padding-left: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxxl-only {
    padding: 45px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxxl-only {
    padding: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxxl-only {
    padding: 80px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxxl-only {
    padding: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxxl-only,
  [class][class][class].py-xxxl-only {
    padding-top: 45px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxxl-only,
  [class][class][class].py-xxxl-only {
    padding-top: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxxl-only,
  [class][class][class].py-xxxl-only {
    padding-top: 80px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxxl-only,
  [class][class][class].py-xxxl-only {
    padding-top: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxxl-only,
  [class][class][class].px-xxxl-only {
    padding-right: 45px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxxl-only,
  [class][class][class].px-xxxl-only {
    padding-right: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxxl-only,
  [class][class][class].px-xxxl-only {
    padding-right: 80px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxxl-only,
  [class][class][class].px-xxxl-only {
    padding-right: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxxl-only,
  [class][class][class].py-xxxl-only {
    padding-bottom: 45px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxxl-only,
  [class][class][class].py-xxxl-only {
    padding-bottom: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxxl-only,
  [class][class][class].py-xxxl-only {
    padding-bottom: 80px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxxl-only,
  [class][class][class].py-xxxl-only {
    padding-bottom: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxxl-only,
  [class][class][class].px-xxxl-only {
    padding-left: 45px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxxl-only,
  [class][class][class].px-xxxl-only {
    padding-left: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxxl-only,
  [class][class][class].px-xxxl-only {
    padding-left: 80px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxxl-only,
  [class][class][class].px-xxxl-only {
    padding-left: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].p-huge {
    padding: 60px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].p-huge {
    padding: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].p-huge {
    padding: 130px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-huge {
    padding: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pt-huge,
  [class][class][class].py-huge {
    padding-top: 60px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pt-huge,
  [class][class][class].py-huge {
    padding-top: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pt-huge,
  [class][class][class].py-huge {
    padding-top: 130px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-huge,
  [class][class][class].py-huge {
    padding-top: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pr-huge,
  [class][class][class].px-huge {
    padding-right: 60px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pr-huge,
  [class][class][class].px-huge {
    padding-right: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pr-huge,
  [class][class][class].px-huge {
    padding-right: 130px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-huge,
  [class][class][class].px-huge {
    padding-right: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pb-huge,
  [class][class][class].py-huge {
    padding-bottom: 60px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pb-huge,
  [class][class][class].py-huge {
    padding-bottom: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pb-huge,
  [class][class][class].py-huge {
    padding-bottom: 130px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-huge,
  [class][class][class].py-huge {
    padding-bottom: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pl-huge,
  [class][class][class].px-huge {
    padding-left: 60px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pl-huge,
  [class][class][class].px-huge {
    padding-left: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pl-huge,
  [class][class][class].px-huge {
    padding-left: 130px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-huge,
  [class][class][class].px-huge {
    padding-left: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].p-huge-neg {
    padding: -60px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].p-huge-neg {
    padding: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].p-huge-neg {
    padding: -130px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-huge-neg {
    padding: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pt-huge-neg,
  [class][class][class].py-huge-neg {
    padding-top: -60px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pt-huge-neg,
  [class][class][class].py-huge-neg {
    padding-top: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pt-huge-neg,
  [class][class][class].py-huge-neg {
    padding-top: -130px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-huge-neg,
  [class][class][class].py-huge-neg {
    padding-top: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pr-huge-neg,
  [class][class][class].px-huge-neg {
    padding-right: -60px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pr-huge-neg,
  [class][class][class].px-huge-neg {
    padding-right: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pr-huge-neg,
  [class][class][class].px-huge-neg {
    padding-right: -130px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-huge-neg,
  [class][class][class].px-huge-neg {
    padding-right: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pb-huge-neg,
  [class][class][class].py-huge-neg {
    padding-bottom: -60px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pb-huge-neg,
  [class][class][class].py-huge-neg {
    padding-bottom: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pb-huge-neg,
  [class][class][class].py-huge-neg {
    padding-bottom: -130px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-huge-neg,
  [class][class][class].py-huge-neg {
    padding-bottom: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (max-width: 575.98px) {
  [class][class][class].pl-huge-neg,
  [class][class][class].px-huge-neg {
    padding-left: -60px;
  }
}
@media (min-width: 0) and screen and (min-width: 575.98px) {
  [class][class][class].pl-huge-neg,
  [class][class][class].px-huge-neg {
    padding-left: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and screen and (min-width: 1264px) {
  [class][class][class].pl-huge-neg,
  [class][class][class].px-huge-neg {
    padding-left: -130px;
  }
}
@media (min-width: 0) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-huge-neg,
  [class][class][class].px-huge-neg {
    padding-left: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-huge-only {
    padding: 60px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-huge-only {
    padding: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-huge-only {
    padding: 130px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-huge-only {
    padding: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-huge-only,
  [class][class][class].py-huge-only {
    padding-top: 60px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-huge-only,
  [class][class][class].py-huge-only {
    padding-top: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-huge-only,
  [class][class][class].py-huge-only {
    padding-top: 130px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-huge-only,
  [class][class][class].py-huge-only {
    padding-top: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-huge-only,
  [class][class][class].px-huge-only {
    padding-right: 60px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-huge-only,
  [class][class][class].px-huge-only {
    padding-right: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-huge-only,
  [class][class][class].px-huge-only {
    padding-right: 130px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-huge-only,
  [class][class][class].px-huge-only {
    padding-right: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-huge-only,
  [class][class][class].py-huge-only {
    padding-bottom: 60px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-huge-only,
  [class][class][class].py-huge-only {
    padding-bottom: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-huge-only,
  [class][class][class].py-huge-only {
    padding-bottom: 130px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-huge-only,
  [class][class][class].py-huge-only {
    padding-bottom: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-huge-only,
  [class][class][class].px-huge-only {
    padding-left: 60px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-huge-only,
  [class][class][class].px-huge-only {
    padding-left: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-huge-only,
  [class][class][class].px-huge-only {
    padding-left: 130px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-huge-only,
  [class][class][class].px-huge-only {
    padding-left: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].m-sm-null {
    margin: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].m-sm-null {
    margin: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].m-sm-null {
    margin: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-sm-null {
    margin: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-sm-null,
  [class][class][class].my-sm-null {
    margin-top: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-sm-null,
  [class][class][class].my-sm-null {
    margin-top: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mt-sm-null,
  [class][class][class].my-sm-null {
    margin-top: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-sm-null,
  [class][class][class].my-sm-null {
    margin-top: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-sm-null,
  [class][class][class].mx-sm-null {
    margin-right: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-sm-null,
  [class][class][class].mx-sm-null {
    margin-right: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mr-sm-null,
  [class][class][class].mx-sm-null {
    margin-right: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-sm-null,
  [class][class][class].mx-sm-null {
    margin-right: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-sm-null,
  [class][class][class].my-sm-null {
    margin-bottom: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-sm-null,
  [class][class][class].my-sm-null {
    margin-bottom: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mb-sm-null,
  [class][class][class].my-sm-null {
    margin-bottom: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-sm-null,
  [class][class][class].my-sm-null {
    margin-bottom: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-sm-null,
  [class][class][class].mx-sm-null {
    margin-left: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-sm-null,
  [class][class][class].mx-sm-null {
    margin-left: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].ml-sm-null,
  [class][class][class].mx-sm-null {
    margin-left: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-sm-null,
  [class][class][class].mx-sm-null {
    margin-left: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].m-sm-null-neg {
    margin: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].m-sm-null-neg {
    margin: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].m-sm-null-neg {
    margin: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-sm-null-neg {
    margin: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-sm-null-neg,
  [class][class][class].my-sm-null-neg {
    margin-top: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-sm-null-neg,
  [class][class][class].my-sm-null-neg {
    margin-top: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mt-sm-null-neg,
  [class][class][class].my-sm-null-neg {
    margin-top: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-sm-null-neg,
  [class][class][class].my-sm-null-neg {
    margin-top: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-sm-null-neg,
  [class][class][class].mx-sm-null-neg {
    margin-right: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-sm-null-neg,
  [class][class][class].mx-sm-null-neg {
    margin-right: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mr-sm-null-neg,
  [class][class][class].mx-sm-null-neg {
    margin-right: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-sm-null-neg,
  [class][class][class].mx-sm-null-neg {
    margin-right: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-sm-null-neg,
  [class][class][class].my-sm-null-neg {
    margin-bottom: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-sm-null-neg,
  [class][class][class].my-sm-null-neg {
    margin-bottom: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mb-sm-null-neg,
  [class][class][class].my-sm-null-neg {
    margin-bottom: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-sm-null-neg,
  [class][class][class].my-sm-null-neg {
    margin-bottom: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-sm-null-neg,
  [class][class][class].mx-sm-null-neg {
    margin-left: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-sm-null-neg,
  [class][class][class].mx-sm-null-neg {
    margin-left: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].ml-sm-null-neg,
  [class][class][class].mx-sm-null-neg {
    margin-left: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-sm-null-neg,
  [class][class][class].mx-sm-null-neg {
    margin-left: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-sm-null-only {
    margin: 0px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-sm-null-only {
    margin: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-sm-null-only {
    margin: 0px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-sm-null-only {
    margin: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-sm-null-only,
  [class][class][class].my-sm-null-only {
    margin-top: 0px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-sm-null-only,
  [class][class][class].my-sm-null-only {
    margin-top: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-sm-null-only,
  [class][class][class].my-sm-null-only {
    margin-top: 0px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-sm-null-only,
  [class][class][class].my-sm-null-only {
    margin-top: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-sm-null-only,
  [class][class][class].mx-sm-null-only {
    margin-right: 0px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-sm-null-only,
  [class][class][class].mx-sm-null-only {
    margin-right: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-sm-null-only,
  [class][class][class].mx-sm-null-only {
    margin-right: 0px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-sm-null-only,
  [class][class][class].mx-sm-null-only {
    margin-right: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-sm-null-only,
  [class][class][class].my-sm-null-only {
    margin-bottom: 0px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-sm-null-only,
  [class][class][class].my-sm-null-only {
    margin-bottom: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-sm-null-only,
  [class][class][class].my-sm-null-only {
    margin-bottom: 0px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-sm-null-only,
  [class][class][class].my-sm-null-only {
    margin-bottom: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-sm-null-only,
  [class][class][class].mx-sm-null-only {
    margin-left: 0px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-sm-null-only,
  [class][class][class].mx-sm-null-only {
    margin-left: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-sm-null-only,
  [class][class][class].mx-sm-null-only {
    margin-left: 0px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-sm-null-only,
  [class][class][class].mx-sm-null-only {
    margin-left: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].m-sm-xxs {
    margin: 5px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].m-sm-xxs {
    margin: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].m-sm-xxs {
    margin: 10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-sm-xxs {
    margin: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-sm-xxs,
  [class][class][class].my-sm-xxs {
    margin-top: 5px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-sm-xxs,
  [class][class][class].my-sm-xxs {
    margin-top: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mt-sm-xxs,
  [class][class][class].my-sm-xxs {
    margin-top: 10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-sm-xxs,
  [class][class][class].my-sm-xxs {
    margin-top: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-sm-xxs,
  [class][class][class].mx-sm-xxs {
    margin-right: 5px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-sm-xxs,
  [class][class][class].mx-sm-xxs {
    margin-right: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mr-sm-xxs,
  [class][class][class].mx-sm-xxs {
    margin-right: 10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-sm-xxs,
  [class][class][class].mx-sm-xxs {
    margin-right: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-sm-xxs,
  [class][class][class].my-sm-xxs {
    margin-bottom: 5px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-sm-xxs,
  [class][class][class].my-sm-xxs {
    margin-bottom: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mb-sm-xxs,
  [class][class][class].my-sm-xxs {
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-sm-xxs,
  [class][class][class].my-sm-xxs {
    margin-bottom: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-sm-xxs,
  [class][class][class].mx-sm-xxs {
    margin-left: 5px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-sm-xxs,
  [class][class][class].mx-sm-xxs {
    margin-left: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].ml-sm-xxs,
  [class][class][class].mx-sm-xxs {
    margin-left: 10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-sm-xxs,
  [class][class][class].mx-sm-xxs {
    margin-left: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].m-sm-xxs-neg {
    margin: -5px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].m-sm-xxs-neg {
    margin: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].m-sm-xxs-neg {
    margin: -10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-sm-xxs-neg {
    margin: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-sm-xxs-neg,
  [class][class][class].my-sm-xxs-neg {
    margin-top: -5px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-sm-xxs-neg,
  [class][class][class].my-sm-xxs-neg {
    margin-top: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mt-sm-xxs-neg,
  [class][class][class].my-sm-xxs-neg {
    margin-top: -10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-sm-xxs-neg,
  [class][class][class].my-sm-xxs-neg {
    margin-top: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-sm-xxs-neg,
  [class][class][class].mx-sm-xxs-neg {
    margin-right: -5px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-sm-xxs-neg,
  [class][class][class].mx-sm-xxs-neg {
    margin-right: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mr-sm-xxs-neg,
  [class][class][class].mx-sm-xxs-neg {
    margin-right: -10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-sm-xxs-neg,
  [class][class][class].mx-sm-xxs-neg {
    margin-right: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-sm-xxs-neg,
  [class][class][class].my-sm-xxs-neg {
    margin-bottom: -5px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-sm-xxs-neg,
  [class][class][class].my-sm-xxs-neg {
    margin-bottom: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mb-sm-xxs-neg,
  [class][class][class].my-sm-xxs-neg {
    margin-bottom: -10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-sm-xxs-neg,
  [class][class][class].my-sm-xxs-neg {
    margin-bottom: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-sm-xxs-neg,
  [class][class][class].mx-sm-xxs-neg {
    margin-left: -5px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-sm-xxs-neg,
  [class][class][class].mx-sm-xxs-neg {
    margin-left: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].ml-sm-xxs-neg,
  [class][class][class].mx-sm-xxs-neg {
    margin-left: -10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-sm-xxs-neg,
  [class][class][class].mx-sm-xxs-neg {
    margin-left: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-sm-xxs-only {
    margin: 5px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-sm-xxs-only {
    margin: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-sm-xxs-only {
    margin: 10px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-sm-xxs-only {
    margin: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-sm-xxs-only,
  [class][class][class].my-sm-xxs-only {
    margin-top: 5px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-sm-xxs-only,
  [class][class][class].my-sm-xxs-only {
    margin-top: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-sm-xxs-only,
  [class][class][class].my-sm-xxs-only {
    margin-top: 10px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-sm-xxs-only,
  [class][class][class].my-sm-xxs-only {
    margin-top: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-sm-xxs-only,
  [class][class][class].mx-sm-xxs-only {
    margin-right: 5px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-sm-xxs-only,
  [class][class][class].mx-sm-xxs-only {
    margin-right: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-sm-xxs-only,
  [class][class][class].mx-sm-xxs-only {
    margin-right: 10px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-sm-xxs-only,
  [class][class][class].mx-sm-xxs-only {
    margin-right: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-sm-xxs-only,
  [class][class][class].my-sm-xxs-only {
    margin-bottom: 5px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-sm-xxs-only,
  [class][class][class].my-sm-xxs-only {
    margin-bottom: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-sm-xxs-only,
  [class][class][class].my-sm-xxs-only {
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-sm-xxs-only,
  [class][class][class].my-sm-xxs-only {
    margin-bottom: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-sm-xxs-only,
  [class][class][class].mx-sm-xxs-only {
    margin-left: 5px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-sm-xxs-only,
  [class][class][class].mx-sm-xxs-only {
    margin-left: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-sm-xxs-only,
  [class][class][class].mx-sm-xxs-only {
    margin-left: 10px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-sm-xxs-only,
  [class][class][class].mx-sm-xxs-only {
    margin-left: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].m-sm-xs {
    margin: 10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].m-sm-xs {
    margin: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].m-sm-xs {
    margin: 20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-sm-xs {
    margin: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-sm-xs,
  [class][class][class].my-sm-xs {
    margin-top: 10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-sm-xs,
  [class][class][class].my-sm-xs {
    margin-top: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mt-sm-xs,
  [class][class][class].my-sm-xs {
    margin-top: 20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-sm-xs,
  [class][class][class].my-sm-xs {
    margin-top: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-sm-xs,
  [class][class][class].mx-sm-xs {
    margin-right: 10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-sm-xs,
  [class][class][class].mx-sm-xs {
    margin-right: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mr-sm-xs,
  [class][class][class].mx-sm-xs {
    margin-right: 20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-sm-xs,
  [class][class][class].mx-sm-xs {
    margin-right: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-sm-xs,
  [class][class][class].my-sm-xs {
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-sm-xs,
  [class][class][class].my-sm-xs {
    margin-bottom: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mb-sm-xs,
  [class][class][class].my-sm-xs {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-sm-xs,
  [class][class][class].my-sm-xs {
    margin-bottom: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-sm-xs,
  [class][class][class].mx-sm-xs {
    margin-left: 10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-sm-xs,
  [class][class][class].mx-sm-xs {
    margin-left: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].ml-sm-xs,
  [class][class][class].mx-sm-xs {
    margin-left: 20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-sm-xs,
  [class][class][class].mx-sm-xs {
    margin-left: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].m-sm-xs-neg {
    margin: -10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].m-sm-xs-neg {
    margin: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].m-sm-xs-neg {
    margin: -20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-sm-xs-neg {
    margin: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-sm-xs-neg,
  [class][class][class].my-sm-xs-neg {
    margin-top: -10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-sm-xs-neg,
  [class][class][class].my-sm-xs-neg {
    margin-top: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mt-sm-xs-neg,
  [class][class][class].my-sm-xs-neg {
    margin-top: -20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-sm-xs-neg,
  [class][class][class].my-sm-xs-neg {
    margin-top: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-sm-xs-neg,
  [class][class][class].mx-sm-xs-neg {
    margin-right: -10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-sm-xs-neg,
  [class][class][class].mx-sm-xs-neg {
    margin-right: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mr-sm-xs-neg,
  [class][class][class].mx-sm-xs-neg {
    margin-right: -20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-sm-xs-neg,
  [class][class][class].mx-sm-xs-neg {
    margin-right: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-sm-xs-neg,
  [class][class][class].my-sm-xs-neg {
    margin-bottom: -10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-sm-xs-neg,
  [class][class][class].my-sm-xs-neg {
    margin-bottom: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mb-sm-xs-neg,
  [class][class][class].my-sm-xs-neg {
    margin-bottom: -20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-sm-xs-neg,
  [class][class][class].my-sm-xs-neg {
    margin-bottom: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-sm-xs-neg,
  [class][class][class].mx-sm-xs-neg {
    margin-left: -10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-sm-xs-neg,
  [class][class][class].mx-sm-xs-neg {
    margin-left: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].ml-sm-xs-neg,
  [class][class][class].mx-sm-xs-neg {
    margin-left: -20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-sm-xs-neg,
  [class][class][class].mx-sm-xs-neg {
    margin-left: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-sm-xs-only {
    margin: 10px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-sm-xs-only {
    margin: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-sm-xs-only {
    margin: 20px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-sm-xs-only {
    margin: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-sm-xs-only,
  [class][class][class].my-sm-xs-only {
    margin-top: 10px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-sm-xs-only,
  [class][class][class].my-sm-xs-only {
    margin-top: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-sm-xs-only,
  [class][class][class].my-sm-xs-only {
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-sm-xs-only,
  [class][class][class].my-sm-xs-only {
    margin-top: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-sm-xs-only,
  [class][class][class].mx-sm-xs-only {
    margin-right: 10px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-sm-xs-only,
  [class][class][class].mx-sm-xs-only {
    margin-right: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-sm-xs-only,
  [class][class][class].mx-sm-xs-only {
    margin-right: 20px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-sm-xs-only,
  [class][class][class].mx-sm-xs-only {
    margin-right: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-sm-xs-only,
  [class][class][class].my-sm-xs-only {
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-sm-xs-only,
  [class][class][class].my-sm-xs-only {
    margin-bottom: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-sm-xs-only,
  [class][class][class].my-sm-xs-only {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-sm-xs-only,
  [class][class][class].my-sm-xs-only {
    margin-bottom: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-sm-xs-only,
  [class][class][class].mx-sm-xs-only {
    margin-left: 10px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-sm-xs-only,
  [class][class][class].mx-sm-xs-only {
    margin-left: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-sm-xs-only,
  [class][class][class].mx-sm-xs-only {
    margin-left: 20px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-sm-xs-only,
  [class][class][class].mx-sm-xs-only {
    margin-left: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].m-sm-small {
    margin: 15px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].m-sm-small {
    margin: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].m-sm-small {
    margin: 30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-sm-small {
    margin: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-sm-small,
  [class][class][class].my-sm-small {
    margin-top: 15px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-sm-small,
  [class][class][class].my-sm-small {
    margin-top: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mt-sm-small,
  [class][class][class].my-sm-small {
    margin-top: 30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-sm-small,
  [class][class][class].my-sm-small {
    margin-top: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-sm-small,
  [class][class][class].mx-sm-small {
    margin-right: 15px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-sm-small,
  [class][class][class].mx-sm-small {
    margin-right: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mr-sm-small,
  [class][class][class].mx-sm-small {
    margin-right: 30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-sm-small,
  [class][class][class].mx-sm-small {
    margin-right: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-sm-small,
  [class][class][class].my-sm-small {
    margin-bottom: 15px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-sm-small,
  [class][class][class].my-sm-small {
    margin-bottom: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mb-sm-small,
  [class][class][class].my-sm-small {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-sm-small,
  [class][class][class].my-sm-small {
    margin-bottom: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-sm-small,
  [class][class][class].mx-sm-small {
    margin-left: 15px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-sm-small,
  [class][class][class].mx-sm-small {
    margin-left: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].ml-sm-small,
  [class][class][class].mx-sm-small {
    margin-left: 30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-sm-small,
  [class][class][class].mx-sm-small {
    margin-left: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].m-sm-small-neg {
    margin: -15px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].m-sm-small-neg {
    margin: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].m-sm-small-neg {
    margin: -30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-sm-small-neg {
    margin: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-sm-small-neg,
  [class][class][class].my-sm-small-neg {
    margin-top: -15px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-sm-small-neg,
  [class][class][class].my-sm-small-neg {
    margin-top: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mt-sm-small-neg,
  [class][class][class].my-sm-small-neg {
    margin-top: -30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-sm-small-neg,
  [class][class][class].my-sm-small-neg {
    margin-top: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-sm-small-neg,
  [class][class][class].mx-sm-small-neg {
    margin-right: -15px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-sm-small-neg,
  [class][class][class].mx-sm-small-neg {
    margin-right: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mr-sm-small-neg,
  [class][class][class].mx-sm-small-neg {
    margin-right: -30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-sm-small-neg,
  [class][class][class].mx-sm-small-neg {
    margin-right: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-sm-small-neg,
  [class][class][class].my-sm-small-neg {
    margin-bottom: -15px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-sm-small-neg,
  [class][class][class].my-sm-small-neg {
    margin-bottom: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mb-sm-small-neg,
  [class][class][class].my-sm-small-neg {
    margin-bottom: -30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-sm-small-neg,
  [class][class][class].my-sm-small-neg {
    margin-bottom: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-sm-small-neg,
  [class][class][class].mx-sm-small-neg {
    margin-left: -15px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-sm-small-neg,
  [class][class][class].mx-sm-small-neg {
    margin-left: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].ml-sm-small-neg,
  [class][class][class].mx-sm-small-neg {
    margin-left: -30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-sm-small-neg,
  [class][class][class].mx-sm-small-neg {
    margin-left: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-sm-small-only {
    margin: 15px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-sm-small-only {
    margin: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-sm-small-only {
    margin: 30px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-sm-small-only {
    margin: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-sm-small-only,
  [class][class][class].my-sm-small-only {
    margin-top: 15px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-sm-small-only,
  [class][class][class].my-sm-small-only {
    margin-top: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-sm-small-only,
  [class][class][class].my-sm-small-only {
    margin-top: 30px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-sm-small-only,
  [class][class][class].my-sm-small-only {
    margin-top: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-sm-small-only,
  [class][class][class].mx-sm-small-only {
    margin-right: 15px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-sm-small-only,
  [class][class][class].mx-sm-small-only {
    margin-right: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-sm-small-only,
  [class][class][class].mx-sm-small-only {
    margin-right: 30px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-sm-small-only,
  [class][class][class].mx-sm-small-only {
    margin-right: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-sm-small-only,
  [class][class][class].my-sm-small-only {
    margin-bottom: 15px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-sm-small-only,
  [class][class][class].my-sm-small-only {
    margin-bottom: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-sm-small-only,
  [class][class][class].my-sm-small-only {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-sm-small-only,
  [class][class][class].my-sm-small-only {
    margin-bottom: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-sm-small-only,
  [class][class][class].mx-sm-small-only {
    margin-left: 15px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-sm-small-only,
  [class][class][class].mx-sm-small-only {
    margin-left: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-sm-small-only,
  [class][class][class].mx-sm-small-only {
    margin-left: 30px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-sm-small-only,
  [class][class][class].mx-sm-small-only {
    margin-left: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].m-sm-normal {
    margin: 20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].m-sm-normal {
    margin: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].m-sm-normal {
    margin: 40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-sm-normal {
    margin: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-sm-normal,
  [class][class][class].my-sm-normal {
    margin-top: 20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-sm-normal,
  [class][class][class].my-sm-normal {
    margin-top: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mt-sm-normal,
  [class][class][class].my-sm-normal {
    margin-top: 40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-sm-normal,
  [class][class][class].my-sm-normal {
    margin-top: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-sm-normal,
  [class][class][class].mx-sm-normal {
    margin-right: 20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-sm-normal,
  [class][class][class].mx-sm-normal {
    margin-right: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mr-sm-normal,
  [class][class][class].mx-sm-normal {
    margin-right: 40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-sm-normal,
  [class][class][class].mx-sm-normal {
    margin-right: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-sm-normal,
  [class][class][class].my-sm-normal {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-sm-normal,
  [class][class][class].my-sm-normal {
    margin-bottom: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mb-sm-normal,
  [class][class][class].my-sm-normal {
    margin-bottom: 40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-sm-normal,
  [class][class][class].my-sm-normal {
    margin-bottom: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-sm-normal,
  [class][class][class].mx-sm-normal {
    margin-left: 20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-sm-normal,
  [class][class][class].mx-sm-normal {
    margin-left: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].ml-sm-normal,
  [class][class][class].mx-sm-normal {
    margin-left: 40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-sm-normal,
  [class][class][class].mx-sm-normal {
    margin-left: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].m-sm-normal-neg {
    margin: -20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].m-sm-normal-neg {
    margin: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].m-sm-normal-neg {
    margin: -40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-sm-normal-neg {
    margin: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-sm-normal-neg,
  [class][class][class].my-sm-normal-neg {
    margin-top: -20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-sm-normal-neg,
  [class][class][class].my-sm-normal-neg {
    margin-top: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mt-sm-normal-neg,
  [class][class][class].my-sm-normal-neg {
    margin-top: -40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-sm-normal-neg,
  [class][class][class].my-sm-normal-neg {
    margin-top: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-sm-normal-neg,
  [class][class][class].mx-sm-normal-neg {
    margin-right: -20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-sm-normal-neg,
  [class][class][class].mx-sm-normal-neg {
    margin-right: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mr-sm-normal-neg,
  [class][class][class].mx-sm-normal-neg {
    margin-right: -40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-sm-normal-neg,
  [class][class][class].mx-sm-normal-neg {
    margin-right: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-sm-normal-neg,
  [class][class][class].my-sm-normal-neg {
    margin-bottom: -20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-sm-normal-neg,
  [class][class][class].my-sm-normal-neg {
    margin-bottom: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mb-sm-normal-neg,
  [class][class][class].my-sm-normal-neg {
    margin-bottom: -40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-sm-normal-neg,
  [class][class][class].my-sm-normal-neg {
    margin-bottom: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-sm-normal-neg,
  [class][class][class].mx-sm-normal-neg {
    margin-left: -20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-sm-normal-neg,
  [class][class][class].mx-sm-normal-neg {
    margin-left: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].ml-sm-normal-neg,
  [class][class][class].mx-sm-normal-neg {
    margin-left: -40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-sm-normal-neg,
  [class][class][class].mx-sm-normal-neg {
    margin-left: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-sm-normal-only {
    margin: 20px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-sm-normal-only {
    margin: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-sm-normal-only {
    margin: 40px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-sm-normal-only {
    margin: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-sm-normal-only,
  [class][class][class].my-sm-normal-only {
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-sm-normal-only,
  [class][class][class].my-sm-normal-only {
    margin-top: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-sm-normal-only,
  [class][class][class].my-sm-normal-only {
    margin-top: 40px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-sm-normal-only,
  [class][class][class].my-sm-normal-only {
    margin-top: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-sm-normal-only,
  [class][class][class].mx-sm-normal-only {
    margin-right: 20px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-sm-normal-only,
  [class][class][class].mx-sm-normal-only {
    margin-right: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-sm-normal-only,
  [class][class][class].mx-sm-normal-only {
    margin-right: 40px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-sm-normal-only,
  [class][class][class].mx-sm-normal-only {
    margin-right: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-sm-normal-only,
  [class][class][class].my-sm-normal-only {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-sm-normal-only,
  [class][class][class].my-sm-normal-only {
    margin-bottom: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-sm-normal-only,
  [class][class][class].my-sm-normal-only {
    margin-bottom: 40px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-sm-normal-only,
  [class][class][class].my-sm-normal-only {
    margin-bottom: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-sm-normal-only,
  [class][class][class].mx-sm-normal-only {
    margin-left: 20px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-sm-normal-only,
  [class][class][class].mx-sm-normal-only {
    margin-left: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-sm-normal-only,
  [class][class][class].mx-sm-normal-only {
    margin-left: 40px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-sm-normal-only,
  [class][class][class].mx-sm-normal-only {
    margin-left: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].m-sm-large {
    margin: 25px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].m-sm-large {
    margin: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].m-sm-large {
    margin: 50px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-sm-large {
    margin: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-sm-large,
  [class][class][class].my-sm-large {
    margin-top: 25px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-sm-large,
  [class][class][class].my-sm-large {
    margin-top: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mt-sm-large,
  [class][class][class].my-sm-large {
    margin-top: 50px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-sm-large,
  [class][class][class].my-sm-large {
    margin-top: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-sm-large,
  [class][class][class].mx-sm-large {
    margin-right: 25px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-sm-large,
  [class][class][class].mx-sm-large {
    margin-right: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mr-sm-large,
  [class][class][class].mx-sm-large {
    margin-right: 50px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-sm-large,
  [class][class][class].mx-sm-large {
    margin-right: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-sm-large,
  [class][class][class].my-sm-large {
    margin-bottom: 25px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-sm-large,
  [class][class][class].my-sm-large {
    margin-bottom: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mb-sm-large,
  [class][class][class].my-sm-large {
    margin-bottom: 50px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-sm-large,
  [class][class][class].my-sm-large {
    margin-bottom: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-sm-large,
  [class][class][class].mx-sm-large {
    margin-left: 25px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-sm-large,
  [class][class][class].mx-sm-large {
    margin-left: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].ml-sm-large,
  [class][class][class].mx-sm-large {
    margin-left: 50px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-sm-large,
  [class][class][class].mx-sm-large {
    margin-left: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].m-sm-large-neg {
    margin: -25px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].m-sm-large-neg {
    margin: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].m-sm-large-neg {
    margin: -50px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-sm-large-neg {
    margin: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-sm-large-neg,
  [class][class][class].my-sm-large-neg {
    margin-top: -25px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-sm-large-neg,
  [class][class][class].my-sm-large-neg {
    margin-top: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mt-sm-large-neg,
  [class][class][class].my-sm-large-neg {
    margin-top: -50px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-sm-large-neg,
  [class][class][class].my-sm-large-neg {
    margin-top: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-sm-large-neg,
  [class][class][class].mx-sm-large-neg {
    margin-right: -25px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-sm-large-neg,
  [class][class][class].mx-sm-large-neg {
    margin-right: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mr-sm-large-neg,
  [class][class][class].mx-sm-large-neg {
    margin-right: -50px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-sm-large-neg,
  [class][class][class].mx-sm-large-neg {
    margin-right: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-sm-large-neg,
  [class][class][class].my-sm-large-neg {
    margin-bottom: -25px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-sm-large-neg,
  [class][class][class].my-sm-large-neg {
    margin-bottom: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mb-sm-large-neg,
  [class][class][class].my-sm-large-neg {
    margin-bottom: -50px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-sm-large-neg,
  [class][class][class].my-sm-large-neg {
    margin-bottom: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-sm-large-neg,
  [class][class][class].mx-sm-large-neg {
    margin-left: -25px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-sm-large-neg,
  [class][class][class].mx-sm-large-neg {
    margin-left: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].ml-sm-large-neg,
  [class][class][class].mx-sm-large-neg {
    margin-left: -50px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-sm-large-neg,
  [class][class][class].mx-sm-large-neg {
    margin-left: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-sm-large-only {
    margin: 25px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-sm-large-only {
    margin: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-sm-large-only {
    margin: 50px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-sm-large-only {
    margin: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-sm-large-only,
  [class][class][class].my-sm-large-only {
    margin-top: 25px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-sm-large-only,
  [class][class][class].my-sm-large-only {
    margin-top: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-sm-large-only,
  [class][class][class].my-sm-large-only {
    margin-top: 50px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-sm-large-only,
  [class][class][class].my-sm-large-only {
    margin-top: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-sm-large-only,
  [class][class][class].mx-sm-large-only {
    margin-right: 25px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-sm-large-only,
  [class][class][class].mx-sm-large-only {
    margin-right: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-sm-large-only,
  [class][class][class].mx-sm-large-only {
    margin-right: 50px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-sm-large-only,
  [class][class][class].mx-sm-large-only {
    margin-right: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-sm-large-only,
  [class][class][class].my-sm-large-only {
    margin-bottom: 25px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-sm-large-only,
  [class][class][class].my-sm-large-only {
    margin-bottom: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-sm-large-only,
  [class][class][class].my-sm-large-only {
    margin-bottom: 50px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-sm-large-only,
  [class][class][class].my-sm-large-only {
    margin-bottom: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-sm-large-only,
  [class][class][class].mx-sm-large-only {
    margin-left: 25px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-sm-large-only,
  [class][class][class].mx-sm-large-only {
    margin-left: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-sm-large-only,
  [class][class][class].mx-sm-large-only {
    margin-left: 50px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-sm-large-only,
  [class][class][class].mx-sm-large-only {
    margin-left: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].m-sm-xl {
    margin: 30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].m-sm-xl {
    margin: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].m-sm-xl {
    margin: 60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-sm-xl {
    margin: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-sm-xl,
  [class][class][class].my-sm-xl {
    margin-top: 30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-sm-xl,
  [class][class][class].my-sm-xl {
    margin-top: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mt-sm-xl,
  [class][class][class].my-sm-xl {
    margin-top: 60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-sm-xl,
  [class][class][class].my-sm-xl {
    margin-top: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-sm-xl,
  [class][class][class].mx-sm-xl {
    margin-right: 30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-sm-xl,
  [class][class][class].mx-sm-xl {
    margin-right: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mr-sm-xl,
  [class][class][class].mx-sm-xl {
    margin-right: 60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-sm-xl,
  [class][class][class].mx-sm-xl {
    margin-right: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-sm-xl,
  [class][class][class].my-sm-xl {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-sm-xl,
  [class][class][class].my-sm-xl {
    margin-bottom: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mb-sm-xl,
  [class][class][class].my-sm-xl {
    margin-bottom: 60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-sm-xl,
  [class][class][class].my-sm-xl {
    margin-bottom: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-sm-xl,
  [class][class][class].mx-sm-xl {
    margin-left: 30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-sm-xl,
  [class][class][class].mx-sm-xl {
    margin-left: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].ml-sm-xl,
  [class][class][class].mx-sm-xl {
    margin-left: 60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-sm-xl,
  [class][class][class].mx-sm-xl {
    margin-left: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].m-sm-xl-neg {
    margin: -30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].m-sm-xl-neg {
    margin: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].m-sm-xl-neg {
    margin: -60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-sm-xl-neg {
    margin: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-sm-xl-neg,
  [class][class][class].my-sm-xl-neg {
    margin-top: -30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-sm-xl-neg,
  [class][class][class].my-sm-xl-neg {
    margin-top: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mt-sm-xl-neg,
  [class][class][class].my-sm-xl-neg {
    margin-top: -60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-sm-xl-neg,
  [class][class][class].my-sm-xl-neg {
    margin-top: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-sm-xl-neg,
  [class][class][class].mx-sm-xl-neg {
    margin-right: -30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-sm-xl-neg,
  [class][class][class].mx-sm-xl-neg {
    margin-right: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mr-sm-xl-neg,
  [class][class][class].mx-sm-xl-neg {
    margin-right: -60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-sm-xl-neg,
  [class][class][class].mx-sm-xl-neg {
    margin-right: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-sm-xl-neg,
  [class][class][class].my-sm-xl-neg {
    margin-bottom: -30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-sm-xl-neg,
  [class][class][class].my-sm-xl-neg {
    margin-bottom: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mb-sm-xl-neg,
  [class][class][class].my-sm-xl-neg {
    margin-bottom: -60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-sm-xl-neg,
  [class][class][class].my-sm-xl-neg {
    margin-bottom: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-sm-xl-neg,
  [class][class][class].mx-sm-xl-neg {
    margin-left: -30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-sm-xl-neg,
  [class][class][class].mx-sm-xl-neg {
    margin-left: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].ml-sm-xl-neg,
  [class][class][class].mx-sm-xl-neg {
    margin-left: -60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-sm-xl-neg,
  [class][class][class].mx-sm-xl-neg {
    margin-left: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-sm-xl-only {
    margin: 30px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-sm-xl-only {
    margin: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-sm-xl-only {
    margin: 60px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-sm-xl-only {
    margin: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-sm-xl-only,
  [class][class][class].my-sm-xl-only {
    margin-top: 30px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-sm-xl-only,
  [class][class][class].my-sm-xl-only {
    margin-top: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-sm-xl-only,
  [class][class][class].my-sm-xl-only {
    margin-top: 60px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-sm-xl-only,
  [class][class][class].my-sm-xl-only {
    margin-top: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-sm-xl-only,
  [class][class][class].mx-sm-xl-only {
    margin-right: 30px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-sm-xl-only,
  [class][class][class].mx-sm-xl-only {
    margin-right: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-sm-xl-only,
  [class][class][class].mx-sm-xl-only {
    margin-right: 60px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-sm-xl-only,
  [class][class][class].mx-sm-xl-only {
    margin-right: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-sm-xl-only,
  [class][class][class].my-sm-xl-only {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-sm-xl-only,
  [class][class][class].my-sm-xl-only {
    margin-bottom: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-sm-xl-only,
  [class][class][class].my-sm-xl-only {
    margin-bottom: 60px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-sm-xl-only,
  [class][class][class].my-sm-xl-only {
    margin-bottom: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-sm-xl-only,
  [class][class][class].mx-sm-xl-only {
    margin-left: 30px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-sm-xl-only,
  [class][class][class].mx-sm-xl-only {
    margin-left: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-sm-xl-only,
  [class][class][class].mx-sm-xl-only {
    margin-left: 60px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-sm-xl-only,
  [class][class][class].mx-sm-xl-only {
    margin-left: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].m-sm-xxl {
    margin: 40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].m-sm-xxl {
    margin: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].m-sm-xxl {
    margin: 70px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-sm-xxl {
    margin: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-sm-xxl,
  [class][class][class].my-sm-xxl {
    margin-top: 40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-sm-xxl,
  [class][class][class].my-sm-xxl {
    margin-top: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mt-sm-xxl,
  [class][class][class].my-sm-xxl {
    margin-top: 70px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-sm-xxl,
  [class][class][class].my-sm-xxl {
    margin-top: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-sm-xxl,
  [class][class][class].mx-sm-xxl {
    margin-right: 40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-sm-xxl,
  [class][class][class].mx-sm-xxl {
    margin-right: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mr-sm-xxl,
  [class][class][class].mx-sm-xxl {
    margin-right: 70px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-sm-xxl,
  [class][class][class].mx-sm-xxl {
    margin-right: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-sm-xxl,
  [class][class][class].my-sm-xxl {
    margin-bottom: 40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-sm-xxl,
  [class][class][class].my-sm-xxl {
    margin-bottom: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mb-sm-xxl,
  [class][class][class].my-sm-xxl {
    margin-bottom: 70px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-sm-xxl,
  [class][class][class].my-sm-xxl {
    margin-bottom: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-sm-xxl,
  [class][class][class].mx-sm-xxl {
    margin-left: 40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-sm-xxl,
  [class][class][class].mx-sm-xxl {
    margin-left: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].ml-sm-xxl,
  [class][class][class].mx-sm-xxl {
    margin-left: 70px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-sm-xxl,
  [class][class][class].mx-sm-xxl {
    margin-left: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].m-sm-xxl-neg {
    margin: -40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].m-sm-xxl-neg {
    margin: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].m-sm-xxl-neg {
    margin: -70px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-sm-xxl-neg {
    margin: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-sm-xxl-neg,
  [class][class][class].my-sm-xxl-neg {
    margin-top: -40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-sm-xxl-neg,
  [class][class][class].my-sm-xxl-neg {
    margin-top: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mt-sm-xxl-neg,
  [class][class][class].my-sm-xxl-neg {
    margin-top: -70px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-sm-xxl-neg,
  [class][class][class].my-sm-xxl-neg {
    margin-top: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-sm-xxl-neg,
  [class][class][class].mx-sm-xxl-neg {
    margin-right: -40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-sm-xxl-neg,
  [class][class][class].mx-sm-xxl-neg {
    margin-right: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mr-sm-xxl-neg,
  [class][class][class].mx-sm-xxl-neg {
    margin-right: -70px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-sm-xxl-neg,
  [class][class][class].mx-sm-xxl-neg {
    margin-right: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-sm-xxl-neg,
  [class][class][class].my-sm-xxl-neg {
    margin-bottom: -40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-sm-xxl-neg,
  [class][class][class].my-sm-xxl-neg {
    margin-bottom: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mb-sm-xxl-neg,
  [class][class][class].my-sm-xxl-neg {
    margin-bottom: -70px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-sm-xxl-neg,
  [class][class][class].my-sm-xxl-neg {
    margin-bottom: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-sm-xxl-neg,
  [class][class][class].mx-sm-xxl-neg {
    margin-left: -40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-sm-xxl-neg,
  [class][class][class].mx-sm-xxl-neg {
    margin-left: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].ml-sm-xxl-neg,
  [class][class][class].mx-sm-xxl-neg {
    margin-left: -70px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-sm-xxl-neg,
  [class][class][class].mx-sm-xxl-neg {
    margin-left: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-sm-xxl-only {
    margin: 40px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-sm-xxl-only {
    margin: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-sm-xxl-only {
    margin: 70px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-sm-xxl-only {
    margin: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-sm-xxl-only,
  [class][class][class].my-sm-xxl-only {
    margin-top: 40px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-sm-xxl-only,
  [class][class][class].my-sm-xxl-only {
    margin-top: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-sm-xxl-only,
  [class][class][class].my-sm-xxl-only {
    margin-top: 70px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-sm-xxl-only,
  [class][class][class].my-sm-xxl-only {
    margin-top: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-sm-xxl-only,
  [class][class][class].mx-sm-xxl-only {
    margin-right: 40px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-sm-xxl-only,
  [class][class][class].mx-sm-xxl-only {
    margin-right: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-sm-xxl-only,
  [class][class][class].mx-sm-xxl-only {
    margin-right: 70px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-sm-xxl-only,
  [class][class][class].mx-sm-xxl-only {
    margin-right: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-sm-xxl-only,
  [class][class][class].my-sm-xxl-only {
    margin-bottom: 40px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-sm-xxl-only,
  [class][class][class].my-sm-xxl-only {
    margin-bottom: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-sm-xxl-only,
  [class][class][class].my-sm-xxl-only {
    margin-bottom: 70px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-sm-xxl-only,
  [class][class][class].my-sm-xxl-only {
    margin-bottom: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-sm-xxl-only,
  [class][class][class].mx-sm-xxl-only {
    margin-left: 40px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-sm-xxl-only,
  [class][class][class].mx-sm-xxl-only {
    margin-left: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-sm-xxl-only,
  [class][class][class].mx-sm-xxl-only {
    margin-left: 70px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-sm-xxl-only,
  [class][class][class].mx-sm-xxl-only {
    margin-left: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].m-sm-xxxl {
    margin: 45px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].m-sm-xxxl {
    margin: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].m-sm-xxxl {
    margin: 80px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-sm-xxxl {
    margin: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-sm-xxxl,
  [class][class][class].my-sm-xxxl {
    margin-top: 45px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-sm-xxxl,
  [class][class][class].my-sm-xxxl {
    margin-top: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mt-sm-xxxl,
  [class][class][class].my-sm-xxxl {
    margin-top: 80px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-sm-xxxl,
  [class][class][class].my-sm-xxxl {
    margin-top: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-sm-xxxl,
  [class][class][class].mx-sm-xxxl {
    margin-right: 45px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-sm-xxxl,
  [class][class][class].mx-sm-xxxl {
    margin-right: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mr-sm-xxxl,
  [class][class][class].mx-sm-xxxl {
    margin-right: 80px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-sm-xxxl,
  [class][class][class].mx-sm-xxxl {
    margin-right: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-sm-xxxl,
  [class][class][class].my-sm-xxxl {
    margin-bottom: 45px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-sm-xxxl,
  [class][class][class].my-sm-xxxl {
    margin-bottom: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mb-sm-xxxl,
  [class][class][class].my-sm-xxxl {
    margin-bottom: 80px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-sm-xxxl,
  [class][class][class].my-sm-xxxl {
    margin-bottom: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-sm-xxxl,
  [class][class][class].mx-sm-xxxl {
    margin-left: 45px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-sm-xxxl,
  [class][class][class].mx-sm-xxxl {
    margin-left: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].ml-sm-xxxl,
  [class][class][class].mx-sm-xxxl {
    margin-left: 80px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-sm-xxxl,
  [class][class][class].mx-sm-xxxl {
    margin-left: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].m-sm-xxxl-neg {
    margin: -45px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].m-sm-xxxl-neg {
    margin: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].m-sm-xxxl-neg {
    margin: -80px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-sm-xxxl-neg {
    margin: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-sm-xxxl-neg,
  [class][class][class].my-sm-xxxl-neg {
    margin-top: -45px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-sm-xxxl-neg,
  [class][class][class].my-sm-xxxl-neg {
    margin-top: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mt-sm-xxxl-neg,
  [class][class][class].my-sm-xxxl-neg {
    margin-top: -80px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-sm-xxxl-neg,
  [class][class][class].my-sm-xxxl-neg {
    margin-top: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-sm-xxxl-neg,
  [class][class][class].mx-sm-xxxl-neg {
    margin-right: -45px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-sm-xxxl-neg,
  [class][class][class].mx-sm-xxxl-neg {
    margin-right: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mr-sm-xxxl-neg,
  [class][class][class].mx-sm-xxxl-neg {
    margin-right: -80px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-sm-xxxl-neg,
  [class][class][class].mx-sm-xxxl-neg {
    margin-right: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-sm-xxxl-neg,
  [class][class][class].my-sm-xxxl-neg {
    margin-bottom: -45px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-sm-xxxl-neg,
  [class][class][class].my-sm-xxxl-neg {
    margin-bottom: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mb-sm-xxxl-neg,
  [class][class][class].my-sm-xxxl-neg {
    margin-bottom: -80px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-sm-xxxl-neg,
  [class][class][class].my-sm-xxxl-neg {
    margin-bottom: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-sm-xxxl-neg,
  [class][class][class].mx-sm-xxxl-neg {
    margin-left: -45px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-sm-xxxl-neg,
  [class][class][class].mx-sm-xxxl-neg {
    margin-left: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].ml-sm-xxxl-neg,
  [class][class][class].mx-sm-xxxl-neg {
    margin-left: -80px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-sm-xxxl-neg,
  [class][class][class].mx-sm-xxxl-neg {
    margin-left: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-sm-xxxl-only {
    margin: 45px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-sm-xxxl-only {
    margin: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-sm-xxxl-only {
    margin: 80px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-sm-xxxl-only {
    margin: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-sm-xxxl-only,
  [class][class][class].my-sm-xxxl-only {
    margin-top: 45px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-sm-xxxl-only,
  [class][class][class].my-sm-xxxl-only {
    margin-top: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-sm-xxxl-only,
  [class][class][class].my-sm-xxxl-only {
    margin-top: 80px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-sm-xxxl-only,
  [class][class][class].my-sm-xxxl-only {
    margin-top: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-sm-xxxl-only,
  [class][class][class].mx-sm-xxxl-only {
    margin-right: 45px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-sm-xxxl-only,
  [class][class][class].mx-sm-xxxl-only {
    margin-right: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-sm-xxxl-only,
  [class][class][class].mx-sm-xxxl-only {
    margin-right: 80px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-sm-xxxl-only,
  [class][class][class].mx-sm-xxxl-only {
    margin-right: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-sm-xxxl-only,
  [class][class][class].my-sm-xxxl-only {
    margin-bottom: 45px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-sm-xxxl-only,
  [class][class][class].my-sm-xxxl-only {
    margin-bottom: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-sm-xxxl-only,
  [class][class][class].my-sm-xxxl-only {
    margin-bottom: 80px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-sm-xxxl-only,
  [class][class][class].my-sm-xxxl-only {
    margin-bottom: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-sm-xxxl-only,
  [class][class][class].mx-sm-xxxl-only {
    margin-left: 45px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-sm-xxxl-only,
  [class][class][class].mx-sm-xxxl-only {
    margin-left: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-sm-xxxl-only,
  [class][class][class].mx-sm-xxxl-only {
    margin-left: 80px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-sm-xxxl-only,
  [class][class][class].mx-sm-xxxl-only {
    margin-left: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].m-sm-huge {
    margin: 60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].m-sm-huge {
    margin: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].m-sm-huge {
    margin: 130px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-sm-huge {
    margin: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-sm-huge,
  [class][class][class].my-sm-huge {
    margin-top: 60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-sm-huge,
  [class][class][class].my-sm-huge {
    margin-top: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mt-sm-huge,
  [class][class][class].my-sm-huge {
    margin-top: 130px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-sm-huge,
  [class][class][class].my-sm-huge {
    margin-top: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-sm-huge,
  [class][class][class].mx-sm-huge {
    margin-right: 60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-sm-huge,
  [class][class][class].mx-sm-huge {
    margin-right: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mr-sm-huge,
  [class][class][class].mx-sm-huge {
    margin-right: 130px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-sm-huge,
  [class][class][class].mx-sm-huge {
    margin-right: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-sm-huge,
  [class][class][class].my-sm-huge {
    margin-bottom: 60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-sm-huge,
  [class][class][class].my-sm-huge {
    margin-bottom: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mb-sm-huge,
  [class][class][class].my-sm-huge {
    margin-bottom: 130px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-sm-huge,
  [class][class][class].my-sm-huge {
    margin-bottom: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-sm-huge,
  [class][class][class].mx-sm-huge {
    margin-left: 60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-sm-huge,
  [class][class][class].mx-sm-huge {
    margin-left: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].ml-sm-huge,
  [class][class][class].mx-sm-huge {
    margin-left: 130px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-sm-huge,
  [class][class][class].mx-sm-huge {
    margin-left: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].m-sm-huge-neg {
    margin: -60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].m-sm-huge-neg {
    margin: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].m-sm-huge-neg {
    margin: -130px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-sm-huge-neg {
    margin: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-sm-huge-neg,
  [class][class][class].my-sm-huge-neg {
    margin-top: -60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-sm-huge-neg,
  [class][class][class].my-sm-huge-neg {
    margin-top: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mt-sm-huge-neg,
  [class][class][class].my-sm-huge-neg {
    margin-top: -130px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-sm-huge-neg,
  [class][class][class].my-sm-huge-neg {
    margin-top: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-sm-huge-neg,
  [class][class][class].mx-sm-huge-neg {
    margin-right: -60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-sm-huge-neg,
  [class][class][class].mx-sm-huge-neg {
    margin-right: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mr-sm-huge-neg,
  [class][class][class].mx-sm-huge-neg {
    margin-right: -130px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-sm-huge-neg,
  [class][class][class].mx-sm-huge-neg {
    margin-right: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-sm-huge-neg,
  [class][class][class].my-sm-huge-neg {
    margin-bottom: -60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-sm-huge-neg,
  [class][class][class].my-sm-huge-neg {
    margin-bottom: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].mb-sm-huge-neg,
  [class][class][class].my-sm-huge-neg {
    margin-bottom: -130px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-sm-huge-neg,
  [class][class][class].my-sm-huge-neg {
    margin-bottom: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-sm-huge-neg,
  [class][class][class].mx-sm-huge-neg {
    margin-left: -60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-sm-huge-neg,
  [class][class][class].mx-sm-huge-neg {
    margin-left: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].ml-sm-huge-neg,
  [class][class][class].mx-sm-huge-neg {
    margin-left: -130px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-sm-huge-neg,
  [class][class][class].mx-sm-huge-neg {
    margin-left: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-sm-huge-only {
    margin: 60px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-sm-huge-only {
    margin: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-sm-huge-only {
    margin: 130px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-sm-huge-only {
    margin: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-sm-huge-only,
  [class][class][class].my-sm-huge-only {
    margin-top: 60px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-sm-huge-only,
  [class][class][class].my-sm-huge-only {
    margin-top: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-sm-huge-only,
  [class][class][class].my-sm-huge-only {
    margin-top: 130px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-sm-huge-only,
  [class][class][class].my-sm-huge-only {
    margin-top: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-sm-huge-only,
  [class][class][class].mx-sm-huge-only {
    margin-right: 60px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-sm-huge-only,
  [class][class][class].mx-sm-huge-only {
    margin-right: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-sm-huge-only,
  [class][class][class].mx-sm-huge-only {
    margin-right: 130px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-sm-huge-only,
  [class][class][class].mx-sm-huge-only {
    margin-right: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-sm-huge-only,
  [class][class][class].my-sm-huge-only {
    margin-bottom: 60px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-sm-huge-only,
  [class][class][class].my-sm-huge-only {
    margin-bottom: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-sm-huge-only,
  [class][class][class].my-sm-huge-only {
    margin-bottom: 130px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-sm-huge-only,
  [class][class][class].my-sm-huge-only {
    margin-bottom: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-sm-huge-only,
  [class][class][class].mx-sm-huge-only {
    margin-left: 60px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-sm-huge-only,
  [class][class][class].mx-sm-huge-only {
    margin-left: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-sm-huge-only,
  [class][class][class].mx-sm-huge-only {
    margin-left: 130px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-sm-huge-only,
  [class][class][class].mx-sm-huge-only {
    margin-left: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].p-sm-null {
    padding: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].p-sm-null {
    padding: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].p-sm-null {
    padding: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-sm-null {
    padding: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-sm-null,
  [class][class][class].py-sm-null {
    padding-top: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-sm-null,
  [class][class][class].py-sm-null {
    padding-top: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pt-sm-null,
  [class][class][class].py-sm-null {
    padding-top: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-sm-null,
  [class][class][class].py-sm-null {
    padding-top: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-sm-null,
  [class][class][class].px-sm-null {
    padding-right: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-sm-null,
  [class][class][class].px-sm-null {
    padding-right: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pr-sm-null,
  [class][class][class].px-sm-null {
    padding-right: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-sm-null,
  [class][class][class].px-sm-null {
    padding-right: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-sm-null,
  [class][class][class].py-sm-null {
    padding-bottom: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-sm-null,
  [class][class][class].py-sm-null {
    padding-bottom: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pb-sm-null,
  [class][class][class].py-sm-null {
    padding-bottom: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-sm-null,
  [class][class][class].py-sm-null {
    padding-bottom: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-sm-null,
  [class][class][class].px-sm-null {
    padding-left: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-sm-null,
  [class][class][class].px-sm-null {
    padding-left: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pl-sm-null,
  [class][class][class].px-sm-null {
    padding-left: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-sm-null,
  [class][class][class].px-sm-null {
    padding-left: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].p-sm-null-neg {
    padding: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].p-sm-null-neg {
    padding: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].p-sm-null-neg {
    padding: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-sm-null-neg {
    padding: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-sm-null-neg,
  [class][class][class].py-sm-null-neg {
    padding-top: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-sm-null-neg,
  [class][class][class].py-sm-null-neg {
    padding-top: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pt-sm-null-neg,
  [class][class][class].py-sm-null-neg {
    padding-top: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-sm-null-neg,
  [class][class][class].py-sm-null-neg {
    padding-top: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-sm-null-neg,
  [class][class][class].px-sm-null-neg {
    padding-right: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-sm-null-neg,
  [class][class][class].px-sm-null-neg {
    padding-right: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pr-sm-null-neg,
  [class][class][class].px-sm-null-neg {
    padding-right: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-sm-null-neg,
  [class][class][class].px-sm-null-neg {
    padding-right: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-sm-null-neg,
  [class][class][class].py-sm-null-neg {
    padding-bottom: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-sm-null-neg,
  [class][class][class].py-sm-null-neg {
    padding-bottom: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pb-sm-null-neg,
  [class][class][class].py-sm-null-neg {
    padding-bottom: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-sm-null-neg,
  [class][class][class].py-sm-null-neg {
    padding-bottom: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-sm-null-neg,
  [class][class][class].px-sm-null-neg {
    padding-left: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-sm-null-neg,
  [class][class][class].px-sm-null-neg {
    padding-left: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pl-sm-null-neg,
  [class][class][class].px-sm-null-neg {
    padding-left: 0px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-sm-null-neg,
  [class][class][class].px-sm-null-neg {
    padding-left: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-sm-null-only {
    padding: 0px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-sm-null-only {
    padding: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-sm-null-only {
    padding: 0px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-sm-null-only {
    padding: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-sm-null-only,
  [class][class][class].py-sm-null-only {
    padding-top: 0px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-sm-null-only,
  [class][class][class].py-sm-null-only {
    padding-top: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-sm-null-only,
  [class][class][class].py-sm-null-only {
    padding-top: 0px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-sm-null-only,
  [class][class][class].py-sm-null-only {
    padding-top: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-sm-null-only,
  [class][class][class].px-sm-null-only {
    padding-right: 0px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-sm-null-only,
  [class][class][class].px-sm-null-only {
    padding-right: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-sm-null-only,
  [class][class][class].px-sm-null-only {
    padding-right: 0px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-sm-null-only,
  [class][class][class].px-sm-null-only {
    padding-right: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-sm-null-only,
  [class][class][class].py-sm-null-only {
    padding-bottom: 0px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-sm-null-only,
  [class][class][class].py-sm-null-only {
    padding-bottom: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-sm-null-only,
  [class][class][class].py-sm-null-only {
    padding-bottom: 0px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-sm-null-only,
  [class][class][class].py-sm-null-only {
    padding-bottom: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-sm-null-only,
  [class][class][class].px-sm-null-only {
    padding-left: 0px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-sm-null-only,
  [class][class][class].px-sm-null-only {
    padding-left: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-sm-null-only,
  [class][class][class].px-sm-null-only {
    padding-left: 0px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-sm-null-only,
  [class][class][class].px-sm-null-only {
    padding-left: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].p-sm-xxs {
    padding: 5px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].p-sm-xxs {
    padding: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].p-sm-xxs {
    padding: 10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-sm-xxs {
    padding: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-sm-xxs,
  [class][class][class].py-sm-xxs {
    padding-top: 5px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-sm-xxs,
  [class][class][class].py-sm-xxs {
    padding-top: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pt-sm-xxs,
  [class][class][class].py-sm-xxs {
    padding-top: 10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-sm-xxs,
  [class][class][class].py-sm-xxs {
    padding-top: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-sm-xxs,
  [class][class][class].px-sm-xxs {
    padding-right: 5px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-sm-xxs,
  [class][class][class].px-sm-xxs {
    padding-right: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pr-sm-xxs,
  [class][class][class].px-sm-xxs {
    padding-right: 10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-sm-xxs,
  [class][class][class].px-sm-xxs {
    padding-right: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-sm-xxs,
  [class][class][class].py-sm-xxs {
    padding-bottom: 5px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-sm-xxs,
  [class][class][class].py-sm-xxs {
    padding-bottom: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pb-sm-xxs,
  [class][class][class].py-sm-xxs {
    padding-bottom: 10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-sm-xxs,
  [class][class][class].py-sm-xxs {
    padding-bottom: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-sm-xxs,
  [class][class][class].px-sm-xxs {
    padding-left: 5px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-sm-xxs,
  [class][class][class].px-sm-xxs {
    padding-left: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pl-sm-xxs,
  [class][class][class].px-sm-xxs {
    padding-left: 10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-sm-xxs,
  [class][class][class].px-sm-xxs {
    padding-left: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].p-sm-xxs-neg {
    padding: -5px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].p-sm-xxs-neg {
    padding: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].p-sm-xxs-neg {
    padding: -10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-sm-xxs-neg {
    padding: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-sm-xxs-neg,
  [class][class][class].py-sm-xxs-neg {
    padding-top: -5px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-sm-xxs-neg,
  [class][class][class].py-sm-xxs-neg {
    padding-top: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pt-sm-xxs-neg,
  [class][class][class].py-sm-xxs-neg {
    padding-top: -10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-sm-xxs-neg,
  [class][class][class].py-sm-xxs-neg {
    padding-top: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-sm-xxs-neg,
  [class][class][class].px-sm-xxs-neg {
    padding-right: -5px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-sm-xxs-neg,
  [class][class][class].px-sm-xxs-neg {
    padding-right: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pr-sm-xxs-neg,
  [class][class][class].px-sm-xxs-neg {
    padding-right: -10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-sm-xxs-neg,
  [class][class][class].px-sm-xxs-neg {
    padding-right: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-sm-xxs-neg,
  [class][class][class].py-sm-xxs-neg {
    padding-bottom: -5px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-sm-xxs-neg,
  [class][class][class].py-sm-xxs-neg {
    padding-bottom: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pb-sm-xxs-neg,
  [class][class][class].py-sm-xxs-neg {
    padding-bottom: -10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-sm-xxs-neg,
  [class][class][class].py-sm-xxs-neg {
    padding-bottom: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-sm-xxs-neg,
  [class][class][class].px-sm-xxs-neg {
    padding-left: -5px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-sm-xxs-neg,
  [class][class][class].px-sm-xxs-neg {
    padding-left: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pl-sm-xxs-neg,
  [class][class][class].px-sm-xxs-neg {
    padding-left: -10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-sm-xxs-neg,
  [class][class][class].px-sm-xxs-neg {
    padding-left: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-sm-xxs-only {
    padding: 5px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-sm-xxs-only {
    padding: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-sm-xxs-only {
    padding: 10px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-sm-xxs-only {
    padding: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-sm-xxs-only,
  [class][class][class].py-sm-xxs-only {
    padding-top: 5px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-sm-xxs-only,
  [class][class][class].py-sm-xxs-only {
    padding-top: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-sm-xxs-only,
  [class][class][class].py-sm-xxs-only {
    padding-top: 10px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-sm-xxs-only,
  [class][class][class].py-sm-xxs-only {
    padding-top: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-sm-xxs-only,
  [class][class][class].px-sm-xxs-only {
    padding-right: 5px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-sm-xxs-only,
  [class][class][class].px-sm-xxs-only {
    padding-right: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-sm-xxs-only,
  [class][class][class].px-sm-xxs-only {
    padding-right: 10px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-sm-xxs-only,
  [class][class][class].px-sm-xxs-only {
    padding-right: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-sm-xxs-only,
  [class][class][class].py-sm-xxs-only {
    padding-bottom: 5px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-sm-xxs-only,
  [class][class][class].py-sm-xxs-only {
    padding-bottom: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-sm-xxs-only,
  [class][class][class].py-sm-xxs-only {
    padding-bottom: 10px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-sm-xxs-only,
  [class][class][class].py-sm-xxs-only {
    padding-bottom: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-sm-xxs-only,
  [class][class][class].px-sm-xxs-only {
    padding-left: 5px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-sm-xxs-only,
  [class][class][class].px-sm-xxs-only {
    padding-left: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-sm-xxs-only,
  [class][class][class].px-sm-xxs-only {
    padding-left: 10px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-sm-xxs-only,
  [class][class][class].px-sm-xxs-only {
    padding-left: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].p-sm-xs {
    padding: 10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].p-sm-xs {
    padding: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].p-sm-xs {
    padding: 20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-sm-xs {
    padding: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-sm-xs,
  [class][class][class].py-sm-xs {
    padding-top: 10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-sm-xs,
  [class][class][class].py-sm-xs {
    padding-top: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pt-sm-xs,
  [class][class][class].py-sm-xs {
    padding-top: 20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-sm-xs,
  [class][class][class].py-sm-xs {
    padding-top: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-sm-xs,
  [class][class][class].px-sm-xs {
    padding-right: 10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-sm-xs,
  [class][class][class].px-sm-xs {
    padding-right: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pr-sm-xs,
  [class][class][class].px-sm-xs {
    padding-right: 20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-sm-xs,
  [class][class][class].px-sm-xs {
    padding-right: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-sm-xs,
  [class][class][class].py-sm-xs {
    padding-bottom: 10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-sm-xs,
  [class][class][class].py-sm-xs {
    padding-bottom: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pb-sm-xs,
  [class][class][class].py-sm-xs {
    padding-bottom: 20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-sm-xs,
  [class][class][class].py-sm-xs {
    padding-bottom: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-sm-xs,
  [class][class][class].px-sm-xs {
    padding-left: 10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-sm-xs,
  [class][class][class].px-sm-xs {
    padding-left: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pl-sm-xs,
  [class][class][class].px-sm-xs {
    padding-left: 20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-sm-xs,
  [class][class][class].px-sm-xs {
    padding-left: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].p-sm-xs-neg {
    padding: -10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].p-sm-xs-neg {
    padding: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].p-sm-xs-neg {
    padding: -20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-sm-xs-neg {
    padding: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-sm-xs-neg,
  [class][class][class].py-sm-xs-neg {
    padding-top: -10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-sm-xs-neg,
  [class][class][class].py-sm-xs-neg {
    padding-top: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pt-sm-xs-neg,
  [class][class][class].py-sm-xs-neg {
    padding-top: -20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-sm-xs-neg,
  [class][class][class].py-sm-xs-neg {
    padding-top: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-sm-xs-neg,
  [class][class][class].px-sm-xs-neg {
    padding-right: -10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-sm-xs-neg,
  [class][class][class].px-sm-xs-neg {
    padding-right: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pr-sm-xs-neg,
  [class][class][class].px-sm-xs-neg {
    padding-right: -20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-sm-xs-neg,
  [class][class][class].px-sm-xs-neg {
    padding-right: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-sm-xs-neg,
  [class][class][class].py-sm-xs-neg {
    padding-bottom: -10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-sm-xs-neg,
  [class][class][class].py-sm-xs-neg {
    padding-bottom: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pb-sm-xs-neg,
  [class][class][class].py-sm-xs-neg {
    padding-bottom: -20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-sm-xs-neg,
  [class][class][class].py-sm-xs-neg {
    padding-bottom: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-sm-xs-neg,
  [class][class][class].px-sm-xs-neg {
    padding-left: -10px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-sm-xs-neg,
  [class][class][class].px-sm-xs-neg {
    padding-left: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pl-sm-xs-neg,
  [class][class][class].px-sm-xs-neg {
    padding-left: -20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-sm-xs-neg,
  [class][class][class].px-sm-xs-neg {
    padding-left: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-sm-xs-only {
    padding: 10px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-sm-xs-only {
    padding: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-sm-xs-only {
    padding: 20px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-sm-xs-only {
    padding: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-sm-xs-only,
  [class][class][class].py-sm-xs-only {
    padding-top: 10px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-sm-xs-only,
  [class][class][class].py-sm-xs-only {
    padding-top: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-sm-xs-only,
  [class][class][class].py-sm-xs-only {
    padding-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-sm-xs-only,
  [class][class][class].py-sm-xs-only {
    padding-top: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-sm-xs-only,
  [class][class][class].px-sm-xs-only {
    padding-right: 10px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-sm-xs-only,
  [class][class][class].px-sm-xs-only {
    padding-right: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-sm-xs-only,
  [class][class][class].px-sm-xs-only {
    padding-right: 20px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-sm-xs-only,
  [class][class][class].px-sm-xs-only {
    padding-right: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-sm-xs-only,
  [class][class][class].py-sm-xs-only {
    padding-bottom: 10px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-sm-xs-only,
  [class][class][class].py-sm-xs-only {
    padding-bottom: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-sm-xs-only,
  [class][class][class].py-sm-xs-only {
    padding-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-sm-xs-only,
  [class][class][class].py-sm-xs-only {
    padding-bottom: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-sm-xs-only,
  [class][class][class].px-sm-xs-only {
    padding-left: 10px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-sm-xs-only,
  [class][class][class].px-sm-xs-only {
    padding-left: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-sm-xs-only,
  [class][class][class].px-sm-xs-only {
    padding-left: 20px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-sm-xs-only,
  [class][class][class].px-sm-xs-only {
    padding-left: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].p-sm-small {
    padding: 15px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].p-sm-small {
    padding: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].p-sm-small {
    padding: 30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-sm-small {
    padding: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-sm-small,
  [class][class][class].py-sm-small {
    padding-top: 15px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-sm-small,
  [class][class][class].py-sm-small {
    padding-top: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pt-sm-small,
  [class][class][class].py-sm-small {
    padding-top: 30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-sm-small,
  [class][class][class].py-sm-small {
    padding-top: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-sm-small,
  [class][class][class].px-sm-small {
    padding-right: 15px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-sm-small,
  [class][class][class].px-sm-small {
    padding-right: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pr-sm-small,
  [class][class][class].px-sm-small {
    padding-right: 30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-sm-small,
  [class][class][class].px-sm-small {
    padding-right: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-sm-small,
  [class][class][class].py-sm-small {
    padding-bottom: 15px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-sm-small,
  [class][class][class].py-sm-small {
    padding-bottom: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pb-sm-small,
  [class][class][class].py-sm-small {
    padding-bottom: 30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-sm-small,
  [class][class][class].py-sm-small {
    padding-bottom: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-sm-small,
  [class][class][class].px-sm-small {
    padding-left: 15px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-sm-small,
  [class][class][class].px-sm-small {
    padding-left: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pl-sm-small,
  [class][class][class].px-sm-small {
    padding-left: 30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-sm-small,
  [class][class][class].px-sm-small {
    padding-left: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].p-sm-small-neg {
    padding: -15px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].p-sm-small-neg {
    padding: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].p-sm-small-neg {
    padding: -30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-sm-small-neg {
    padding: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-sm-small-neg,
  [class][class][class].py-sm-small-neg {
    padding-top: -15px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-sm-small-neg,
  [class][class][class].py-sm-small-neg {
    padding-top: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pt-sm-small-neg,
  [class][class][class].py-sm-small-neg {
    padding-top: -30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-sm-small-neg,
  [class][class][class].py-sm-small-neg {
    padding-top: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-sm-small-neg,
  [class][class][class].px-sm-small-neg {
    padding-right: -15px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-sm-small-neg,
  [class][class][class].px-sm-small-neg {
    padding-right: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pr-sm-small-neg,
  [class][class][class].px-sm-small-neg {
    padding-right: -30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-sm-small-neg,
  [class][class][class].px-sm-small-neg {
    padding-right: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-sm-small-neg,
  [class][class][class].py-sm-small-neg {
    padding-bottom: -15px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-sm-small-neg,
  [class][class][class].py-sm-small-neg {
    padding-bottom: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pb-sm-small-neg,
  [class][class][class].py-sm-small-neg {
    padding-bottom: -30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-sm-small-neg,
  [class][class][class].py-sm-small-neg {
    padding-bottom: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-sm-small-neg,
  [class][class][class].px-sm-small-neg {
    padding-left: -15px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-sm-small-neg,
  [class][class][class].px-sm-small-neg {
    padding-left: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pl-sm-small-neg,
  [class][class][class].px-sm-small-neg {
    padding-left: -30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-sm-small-neg,
  [class][class][class].px-sm-small-neg {
    padding-left: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-sm-small-only {
    padding: 15px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-sm-small-only {
    padding: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-sm-small-only {
    padding: 30px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-sm-small-only {
    padding: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-sm-small-only,
  [class][class][class].py-sm-small-only {
    padding-top: 15px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-sm-small-only,
  [class][class][class].py-sm-small-only {
    padding-top: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-sm-small-only,
  [class][class][class].py-sm-small-only {
    padding-top: 30px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-sm-small-only,
  [class][class][class].py-sm-small-only {
    padding-top: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-sm-small-only,
  [class][class][class].px-sm-small-only {
    padding-right: 15px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-sm-small-only,
  [class][class][class].px-sm-small-only {
    padding-right: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-sm-small-only,
  [class][class][class].px-sm-small-only {
    padding-right: 30px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-sm-small-only,
  [class][class][class].px-sm-small-only {
    padding-right: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-sm-small-only,
  [class][class][class].py-sm-small-only {
    padding-bottom: 15px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-sm-small-only,
  [class][class][class].py-sm-small-only {
    padding-bottom: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-sm-small-only,
  [class][class][class].py-sm-small-only {
    padding-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-sm-small-only,
  [class][class][class].py-sm-small-only {
    padding-bottom: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-sm-small-only,
  [class][class][class].px-sm-small-only {
    padding-left: 15px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-sm-small-only,
  [class][class][class].px-sm-small-only {
    padding-left: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-sm-small-only,
  [class][class][class].px-sm-small-only {
    padding-left: 30px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-sm-small-only,
  [class][class][class].px-sm-small-only {
    padding-left: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].p-sm-normal {
    padding: 20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].p-sm-normal {
    padding: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].p-sm-normal {
    padding: 40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-sm-normal {
    padding: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-sm-normal,
  [class][class][class].py-sm-normal {
    padding-top: 20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-sm-normal,
  [class][class][class].py-sm-normal {
    padding-top: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pt-sm-normal,
  [class][class][class].py-sm-normal {
    padding-top: 40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-sm-normal,
  [class][class][class].py-sm-normal {
    padding-top: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-sm-normal,
  [class][class][class].px-sm-normal {
    padding-right: 20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-sm-normal,
  [class][class][class].px-sm-normal {
    padding-right: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pr-sm-normal,
  [class][class][class].px-sm-normal {
    padding-right: 40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-sm-normal,
  [class][class][class].px-sm-normal {
    padding-right: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-sm-normal,
  [class][class][class].py-sm-normal {
    padding-bottom: 20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-sm-normal,
  [class][class][class].py-sm-normal {
    padding-bottom: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pb-sm-normal,
  [class][class][class].py-sm-normal {
    padding-bottom: 40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-sm-normal,
  [class][class][class].py-sm-normal {
    padding-bottom: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-sm-normal,
  [class][class][class].px-sm-normal {
    padding-left: 20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-sm-normal,
  [class][class][class].px-sm-normal {
    padding-left: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pl-sm-normal,
  [class][class][class].px-sm-normal {
    padding-left: 40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-sm-normal,
  [class][class][class].px-sm-normal {
    padding-left: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].p-sm-normal-neg {
    padding: -20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].p-sm-normal-neg {
    padding: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].p-sm-normal-neg {
    padding: -40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-sm-normal-neg {
    padding: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-sm-normal-neg,
  [class][class][class].py-sm-normal-neg {
    padding-top: -20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-sm-normal-neg,
  [class][class][class].py-sm-normal-neg {
    padding-top: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pt-sm-normal-neg,
  [class][class][class].py-sm-normal-neg {
    padding-top: -40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-sm-normal-neg,
  [class][class][class].py-sm-normal-neg {
    padding-top: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-sm-normal-neg,
  [class][class][class].px-sm-normal-neg {
    padding-right: -20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-sm-normal-neg,
  [class][class][class].px-sm-normal-neg {
    padding-right: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pr-sm-normal-neg,
  [class][class][class].px-sm-normal-neg {
    padding-right: -40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-sm-normal-neg,
  [class][class][class].px-sm-normal-neg {
    padding-right: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-sm-normal-neg,
  [class][class][class].py-sm-normal-neg {
    padding-bottom: -20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-sm-normal-neg,
  [class][class][class].py-sm-normal-neg {
    padding-bottom: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pb-sm-normal-neg,
  [class][class][class].py-sm-normal-neg {
    padding-bottom: -40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-sm-normal-neg,
  [class][class][class].py-sm-normal-neg {
    padding-bottom: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-sm-normal-neg,
  [class][class][class].px-sm-normal-neg {
    padding-left: -20px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-sm-normal-neg,
  [class][class][class].px-sm-normal-neg {
    padding-left: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pl-sm-normal-neg,
  [class][class][class].px-sm-normal-neg {
    padding-left: -40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-sm-normal-neg,
  [class][class][class].px-sm-normal-neg {
    padding-left: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-sm-normal-only {
    padding: 20px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-sm-normal-only {
    padding: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-sm-normal-only {
    padding: 40px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-sm-normal-only {
    padding: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-sm-normal-only,
  [class][class][class].py-sm-normal-only {
    padding-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-sm-normal-only,
  [class][class][class].py-sm-normal-only {
    padding-top: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-sm-normal-only,
  [class][class][class].py-sm-normal-only {
    padding-top: 40px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-sm-normal-only,
  [class][class][class].py-sm-normal-only {
    padding-top: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-sm-normal-only,
  [class][class][class].px-sm-normal-only {
    padding-right: 20px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-sm-normal-only,
  [class][class][class].px-sm-normal-only {
    padding-right: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-sm-normal-only,
  [class][class][class].px-sm-normal-only {
    padding-right: 40px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-sm-normal-only,
  [class][class][class].px-sm-normal-only {
    padding-right: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-sm-normal-only,
  [class][class][class].py-sm-normal-only {
    padding-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-sm-normal-only,
  [class][class][class].py-sm-normal-only {
    padding-bottom: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-sm-normal-only,
  [class][class][class].py-sm-normal-only {
    padding-bottom: 40px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-sm-normal-only,
  [class][class][class].py-sm-normal-only {
    padding-bottom: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-sm-normal-only,
  [class][class][class].px-sm-normal-only {
    padding-left: 20px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-sm-normal-only,
  [class][class][class].px-sm-normal-only {
    padding-left: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-sm-normal-only,
  [class][class][class].px-sm-normal-only {
    padding-left: 40px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-sm-normal-only,
  [class][class][class].px-sm-normal-only {
    padding-left: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].p-sm-large {
    padding: 25px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].p-sm-large {
    padding: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].p-sm-large {
    padding: 50px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-sm-large {
    padding: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-sm-large,
  [class][class][class].py-sm-large {
    padding-top: 25px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-sm-large,
  [class][class][class].py-sm-large {
    padding-top: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pt-sm-large,
  [class][class][class].py-sm-large {
    padding-top: 50px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-sm-large,
  [class][class][class].py-sm-large {
    padding-top: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-sm-large,
  [class][class][class].px-sm-large {
    padding-right: 25px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-sm-large,
  [class][class][class].px-sm-large {
    padding-right: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pr-sm-large,
  [class][class][class].px-sm-large {
    padding-right: 50px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-sm-large,
  [class][class][class].px-sm-large {
    padding-right: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-sm-large,
  [class][class][class].py-sm-large {
    padding-bottom: 25px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-sm-large,
  [class][class][class].py-sm-large {
    padding-bottom: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pb-sm-large,
  [class][class][class].py-sm-large {
    padding-bottom: 50px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-sm-large,
  [class][class][class].py-sm-large {
    padding-bottom: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-sm-large,
  [class][class][class].px-sm-large {
    padding-left: 25px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-sm-large,
  [class][class][class].px-sm-large {
    padding-left: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pl-sm-large,
  [class][class][class].px-sm-large {
    padding-left: 50px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-sm-large,
  [class][class][class].px-sm-large {
    padding-left: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].p-sm-large-neg {
    padding: -25px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].p-sm-large-neg {
    padding: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].p-sm-large-neg {
    padding: -50px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-sm-large-neg {
    padding: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-sm-large-neg,
  [class][class][class].py-sm-large-neg {
    padding-top: -25px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-sm-large-neg,
  [class][class][class].py-sm-large-neg {
    padding-top: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pt-sm-large-neg,
  [class][class][class].py-sm-large-neg {
    padding-top: -50px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-sm-large-neg,
  [class][class][class].py-sm-large-neg {
    padding-top: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-sm-large-neg,
  [class][class][class].px-sm-large-neg {
    padding-right: -25px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-sm-large-neg,
  [class][class][class].px-sm-large-neg {
    padding-right: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pr-sm-large-neg,
  [class][class][class].px-sm-large-neg {
    padding-right: -50px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-sm-large-neg,
  [class][class][class].px-sm-large-neg {
    padding-right: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-sm-large-neg,
  [class][class][class].py-sm-large-neg {
    padding-bottom: -25px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-sm-large-neg,
  [class][class][class].py-sm-large-neg {
    padding-bottom: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pb-sm-large-neg,
  [class][class][class].py-sm-large-neg {
    padding-bottom: -50px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-sm-large-neg,
  [class][class][class].py-sm-large-neg {
    padding-bottom: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-sm-large-neg,
  [class][class][class].px-sm-large-neg {
    padding-left: -25px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-sm-large-neg,
  [class][class][class].px-sm-large-neg {
    padding-left: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pl-sm-large-neg,
  [class][class][class].px-sm-large-neg {
    padding-left: -50px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-sm-large-neg,
  [class][class][class].px-sm-large-neg {
    padding-left: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-sm-large-only {
    padding: 25px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-sm-large-only {
    padding: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-sm-large-only {
    padding: 50px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-sm-large-only {
    padding: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-sm-large-only,
  [class][class][class].py-sm-large-only {
    padding-top: 25px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-sm-large-only,
  [class][class][class].py-sm-large-only {
    padding-top: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-sm-large-only,
  [class][class][class].py-sm-large-only {
    padding-top: 50px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-sm-large-only,
  [class][class][class].py-sm-large-only {
    padding-top: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-sm-large-only,
  [class][class][class].px-sm-large-only {
    padding-right: 25px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-sm-large-only,
  [class][class][class].px-sm-large-only {
    padding-right: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-sm-large-only,
  [class][class][class].px-sm-large-only {
    padding-right: 50px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-sm-large-only,
  [class][class][class].px-sm-large-only {
    padding-right: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-sm-large-only,
  [class][class][class].py-sm-large-only {
    padding-bottom: 25px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-sm-large-only,
  [class][class][class].py-sm-large-only {
    padding-bottom: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-sm-large-only,
  [class][class][class].py-sm-large-only {
    padding-bottom: 50px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-sm-large-only,
  [class][class][class].py-sm-large-only {
    padding-bottom: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-sm-large-only,
  [class][class][class].px-sm-large-only {
    padding-left: 25px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-sm-large-only,
  [class][class][class].px-sm-large-only {
    padding-left: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-sm-large-only,
  [class][class][class].px-sm-large-only {
    padding-left: 50px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-sm-large-only,
  [class][class][class].px-sm-large-only {
    padding-left: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].p-sm-xl {
    padding: 30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].p-sm-xl {
    padding: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].p-sm-xl {
    padding: 60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-sm-xl {
    padding: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-sm-xl,
  [class][class][class].py-sm-xl {
    padding-top: 30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-sm-xl,
  [class][class][class].py-sm-xl {
    padding-top: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pt-sm-xl,
  [class][class][class].py-sm-xl {
    padding-top: 60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-sm-xl,
  [class][class][class].py-sm-xl {
    padding-top: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-sm-xl,
  [class][class][class].px-sm-xl {
    padding-right: 30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-sm-xl,
  [class][class][class].px-sm-xl {
    padding-right: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pr-sm-xl,
  [class][class][class].px-sm-xl {
    padding-right: 60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-sm-xl,
  [class][class][class].px-sm-xl {
    padding-right: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-sm-xl,
  [class][class][class].py-sm-xl {
    padding-bottom: 30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-sm-xl,
  [class][class][class].py-sm-xl {
    padding-bottom: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pb-sm-xl,
  [class][class][class].py-sm-xl {
    padding-bottom: 60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-sm-xl,
  [class][class][class].py-sm-xl {
    padding-bottom: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-sm-xl,
  [class][class][class].px-sm-xl {
    padding-left: 30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-sm-xl,
  [class][class][class].px-sm-xl {
    padding-left: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pl-sm-xl,
  [class][class][class].px-sm-xl {
    padding-left: 60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-sm-xl,
  [class][class][class].px-sm-xl {
    padding-left: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].p-sm-xl-neg {
    padding: -30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].p-sm-xl-neg {
    padding: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].p-sm-xl-neg {
    padding: -60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-sm-xl-neg {
    padding: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-sm-xl-neg,
  [class][class][class].py-sm-xl-neg {
    padding-top: -30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-sm-xl-neg,
  [class][class][class].py-sm-xl-neg {
    padding-top: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pt-sm-xl-neg,
  [class][class][class].py-sm-xl-neg {
    padding-top: -60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-sm-xl-neg,
  [class][class][class].py-sm-xl-neg {
    padding-top: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-sm-xl-neg,
  [class][class][class].px-sm-xl-neg {
    padding-right: -30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-sm-xl-neg,
  [class][class][class].px-sm-xl-neg {
    padding-right: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pr-sm-xl-neg,
  [class][class][class].px-sm-xl-neg {
    padding-right: -60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-sm-xl-neg,
  [class][class][class].px-sm-xl-neg {
    padding-right: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-sm-xl-neg,
  [class][class][class].py-sm-xl-neg {
    padding-bottom: -30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-sm-xl-neg,
  [class][class][class].py-sm-xl-neg {
    padding-bottom: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pb-sm-xl-neg,
  [class][class][class].py-sm-xl-neg {
    padding-bottom: -60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-sm-xl-neg,
  [class][class][class].py-sm-xl-neg {
    padding-bottom: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-sm-xl-neg,
  [class][class][class].px-sm-xl-neg {
    padding-left: -30px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-sm-xl-neg,
  [class][class][class].px-sm-xl-neg {
    padding-left: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pl-sm-xl-neg,
  [class][class][class].px-sm-xl-neg {
    padding-left: -60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-sm-xl-neg,
  [class][class][class].px-sm-xl-neg {
    padding-left: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-sm-xl-only {
    padding: 30px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-sm-xl-only {
    padding: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-sm-xl-only {
    padding: 60px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-sm-xl-only {
    padding: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-sm-xl-only,
  [class][class][class].py-sm-xl-only {
    padding-top: 30px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-sm-xl-only,
  [class][class][class].py-sm-xl-only {
    padding-top: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-sm-xl-only,
  [class][class][class].py-sm-xl-only {
    padding-top: 60px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-sm-xl-only,
  [class][class][class].py-sm-xl-only {
    padding-top: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-sm-xl-only,
  [class][class][class].px-sm-xl-only {
    padding-right: 30px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-sm-xl-only,
  [class][class][class].px-sm-xl-only {
    padding-right: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-sm-xl-only,
  [class][class][class].px-sm-xl-only {
    padding-right: 60px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-sm-xl-only,
  [class][class][class].px-sm-xl-only {
    padding-right: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-sm-xl-only,
  [class][class][class].py-sm-xl-only {
    padding-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-sm-xl-only,
  [class][class][class].py-sm-xl-only {
    padding-bottom: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-sm-xl-only,
  [class][class][class].py-sm-xl-only {
    padding-bottom: 60px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-sm-xl-only,
  [class][class][class].py-sm-xl-only {
    padding-bottom: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-sm-xl-only,
  [class][class][class].px-sm-xl-only {
    padding-left: 30px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-sm-xl-only,
  [class][class][class].px-sm-xl-only {
    padding-left: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-sm-xl-only,
  [class][class][class].px-sm-xl-only {
    padding-left: 60px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-sm-xl-only,
  [class][class][class].px-sm-xl-only {
    padding-left: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].p-sm-xxl {
    padding: 40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].p-sm-xxl {
    padding: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].p-sm-xxl {
    padding: 70px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-sm-xxl {
    padding: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-sm-xxl,
  [class][class][class].py-sm-xxl {
    padding-top: 40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-sm-xxl,
  [class][class][class].py-sm-xxl {
    padding-top: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pt-sm-xxl,
  [class][class][class].py-sm-xxl {
    padding-top: 70px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-sm-xxl,
  [class][class][class].py-sm-xxl {
    padding-top: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-sm-xxl,
  [class][class][class].px-sm-xxl {
    padding-right: 40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-sm-xxl,
  [class][class][class].px-sm-xxl {
    padding-right: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pr-sm-xxl,
  [class][class][class].px-sm-xxl {
    padding-right: 70px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-sm-xxl,
  [class][class][class].px-sm-xxl {
    padding-right: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-sm-xxl,
  [class][class][class].py-sm-xxl {
    padding-bottom: 40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-sm-xxl,
  [class][class][class].py-sm-xxl {
    padding-bottom: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pb-sm-xxl,
  [class][class][class].py-sm-xxl {
    padding-bottom: 70px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-sm-xxl,
  [class][class][class].py-sm-xxl {
    padding-bottom: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-sm-xxl,
  [class][class][class].px-sm-xxl {
    padding-left: 40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-sm-xxl,
  [class][class][class].px-sm-xxl {
    padding-left: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pl-sm-xxl,
  [class][class][class].px-sm-xxl {
    padding-left: 70px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-sm-xxl,
  [class][class][class].px-sm-xxl {
    padding-left: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].p-sm-xxl-neg {
    padding: -40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].p-sm-xxl-neg {
    padding: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].p-sm-xxl-neg {
    padding: -70px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-sm-xxl-neg {
    padding: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-sm-xxl-neg,
  [class][class][class].py-sm-xxl-neg {
    padding-top: -40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-sm-xxl-neg,
  [class][class][class].py-sm-xxl-neg {
    padding-top: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pt-sm-xxl-neg,
  [class][class][class].py-sm-xxl-neg {
    padding-top: -70px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-sm-xxl-neg,
  [class][class][class].py-sm-xxl-neg {
    padding-top: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-sm-xxl-neg,
  [class][class][class].px-sm-xxl-neg {
    padding-right: -40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-sm-xxl-neg,
  [class][class][class].px-sm-xxl-neg {
    padding-right: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pr-sm-xxl-neg,
  [class][class][class].px-sm-xxl-neg {
    padding-right: -70px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-sm-xxl-neg,
  [class][class][class].px-sm-xxl-neg {
    padding-right: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-sm-xxl-neg,
  [class][class][class].py-sm-xxl-neg {
    padding-bottom: -40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-sm-xxl-neg,
  [class][class][class].py-sm-xxl-neg {
    padding-bottom: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pb-sm-xxl-neg,
  [class][class][class].py-sm-xxl-neg {
    padding-bottom: -70px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-sm-xxl-neg,
  [class][class][class].py-sm-xxl-neg {
    padding-bottom: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-sm-xxl-neg,
  [class][class][class].px-sm-xxl-neg {
    padding-left: -40px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-sm-xxl-neg,
  [class][class][class].px-sm-xxl-neg {
    padding-left: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pl-sm-xxl-neg,
  [class][class][class].px-sm-xxl-neg {
    padding-left: -70px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-sm-xxl-neg,
  [class][class][class].px-sm-xxl-neg {
    padding-left: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-sm-xxl-only {
    padding: 40px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-sm-xxl-only {
    padding: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-sm-xxl-only {
    padding: 70px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-sm-xxl-only {
    padding: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-sm-xxl-only,
  [class][class][class].py-sm-xxl-only {
    padding-top: 40px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-sm-xxl-only,
  [class][class][class].py-sm-xxl-only {
    padding-top: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-sm-xxl-only,
  [class][class][class].py-sm-xxl-only {
    padding-top: 70px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-sm-xxl-only,
  [class][class][class].py-sm-xxl-only {
    padding-top: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-sm-xxl-only,
  [class][class][class].px-sm-xxl-only {
    padding-right: 40px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-sm-xxl-only,
  [class][class][class].px-sm-xxl-only {
    padding-right: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-sm-xxl-only,
  [class][class][class].px-sm-xxl-only {
    padding-right: 70px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-sm-xxl-only,
  [class][class][class].px-sm-xxl-only {
    padding-right: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-sm-xxl-only,
  [class][class][class].py-sm-xxl-only {
    padding-bottom: 40px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-sm-xxl-only,
  [class][class][class].py-sm-xxl-only {
    padding-bottom: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-sm-xxl-only,
  [class][class][class].py-sm-xxl-only {
    padding-bottom: 70px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-sm-xxl-only,
  [class][class][class].py-sm-xxl-only {
    padding-bottom: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-sm-xxl-only,
  [class][class][class].px-sm-xxl-only {
    padding-left: 40px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-sm-xxl-only,
  [class][class][class].px-sm-xxl-only {
    padding-left: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-sm-xxl-only,
  [class][class][class].px-sm-xxl-only {
    padding-left: 70px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-sm-xxl-only,
  [class][class][class].px-sm-xxl-only {
    padding-left: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].p-sm-xxxl {
    padding: 45px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].p-sm-xxxl {
    padding: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].p-sm-xxxl {
    padding: 80px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-sm-xxxl {
    padding: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-sm-xxxl,
  [class][class][class].py-sm-xxxl {
    padding-top: 45px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-sm-xxxl,
  [class][class][class].py-sm-xxxl {
    padding-top: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pt-sm-xxxl,
  [class][class][class].py-sm-xxxl {
    padding-top: 80px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-sm-xxxl,
  [class][class][class].py-sm-xxxl {
    padding-top: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-sm-xxxl,
  [class][class][class].px-sm-xxxl {
    padding-right: 45px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-sm-xxxl,
  [class][class][class].px-sm-xxxl {
    padding-right: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pr-sm-xxxl,
  [class][class][class].px-sm-xxxl {
    padding-right: 80px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-sm-xxxl,
  [class][class][class].px-sm-xxxl {
    padding-right: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-sm-xxxl,
  [class][class][class].py-sm-xxxl {
    padding-bottom: 45px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-sm-xxxl,
  [class][class][class].py-sm-xxxl {
    padding-bottom: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pb-sm-xxxl,
  [class][class][class].py-sm-xxxl {
    padding-bottom: 80px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-sm-xxxl,
  [class][class][class].py-sm-xxxl {
    padding-bottom: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-sm-xxxl,
  [class][class][class].px-sm-xxxl {
    padding-left: 45px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-sm-xxxl,
  [class][class][class].px-sm-xxxl {
    padding-left: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pl-sm-xxxl,
  [class][class][class].px-sm-xxxl {
    padding-left: 80px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-sm-xxxl,
  [class][class][class].px-sm-xxxl {
    padding-left: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].p-sm-xxxl-neg {
    padding: -45px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].p-sm-xxxl-neg {
    padding: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].p-sm-xxxl-neg {
    padding: -80px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-sm-xxxl-neg {
    padding: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-sm-xxxl-neg,
  [class][class][class].py-sm-xxxl-neg {
    padding-top: -45px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-sm-xxxl-neg,
  [class][class][class].py-sm-xxxl-neg {
    padding-top: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pt-sm-xxxl-neg,
  [class][class][class].py-sm-xxxl-neg {
    padding-top: -80px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-sm-xxxl-neg,
  [class][class][class].py-sm-xxxl-neg {
    padding-top: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-sm-xxxl-neg,
  [class][class][class].px-sm-xxxl-neg {
    padding-right: -45px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-sm-xxxl-neg,
  [class][class][class].px-sm-xxxl-neg {
    padding-right: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pr-sm-xxxl-neg,
  [class][class][class].px-sm-xxxl-neg {
    padding-right: -80px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-sm-xxxl-neg,
  [class][class][class].px-sm-xxxl-neg {
    padding-right: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-sm-xxxl-neg,
  [class][class][class].py-sm-xxxl-neg {
    padding-bottom: -45px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-sm-xxxl-neg,
  [class][class][class].py-sm-xxxl-neg {
    padding-bottom: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pb-sm-xxxl-neg,
  [class][class][class].py-sm-xxxl-neg {
    padding-bottom: -80px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-sm-xxxl-neg,
  [class][class][class].py-sm-xxxl-neg {
    padding-bottom: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-sm-xxxl-neg,
  [class][class][class].px-sm-xxxl-neg {
    padding-left: -45px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-sm-xxxl-neg,
  [class][class][class].px-sm-xxxl-neg {
    padding-left: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pl-sm-xxxl-neg,
  [class][class][class].px-sm-xxxl-neg {
    padding-left: -80px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-sm-xxxl-neg,
  [class][class][class].px-sm-xxxl-neg {
    padding-left: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-sm-xxxl-only {
    padding: 45px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-sm-xxxl-only {
    padding: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-sm-xxxl-only {
    padding: 80px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-sm-xxxl-only {
    padding: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-sm-xxxl-only,
  [class][class][class].py-sm-xxxl-only {
    padding-top: 45px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-sm-xxxl-only,
  [class][class][class].py-sm-xxxl-only {
    padding-top: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-sm-xxxl-only,
  [class][class][class].py-sm-xxxl-only {
    padding-top: 80px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-sm-xxxl-only,
  [class][class][class].py-sm-xxxl-only {
    padding-top: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-sm-xxxl-only,
  [class][class][class].px-sm-xxxl-only {
    padding-right: 45px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-sm-xxxl-only,
  [class][class][class].px-sm-xxxl-only {
    padding-right: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-sm-xxxl-only,
  [class][class][class].px-sm-xxxl-only {
    padding-right: 80px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-sm-xxxl-only,
  [class][class][class].px-sm-xxxl-only {
    padding-right: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-sm-xxxl-only,
  [class][class][class].py-sm-xxxl-only {
    padding-bottom: 45px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-sm-xxxl-only,
  [class][class][class].py-sm-xxxl-only {
    padding-bottom: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-sm-xxxl-only,
  [class][class][class].py-sm-xxxl-only {
    padding-bottom: 80px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-sm-xxxl-only,
  [class][class][class].py-sm-xxxl-only {
    padding-bottom: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-sm-xxxl-only,
  [class][class][class].px-sm-xxxl-only {
    padding-left: 45px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-sm-xxxl-only,
  [class][class][class].px-sm-xxxl-only {
    padding-left: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-sm-xxxl-only,
  [class][class][class].px-sm-xxxl-only {
    padding-left: 80px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-sm-xxxl-only,
  [class][class][class].px-sm-xxxl-only {
    padding-left: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].p-sm-huge {
    padding: 60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].p-sm-huge {
    padding: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].p-sm-huge {
    padding: 130px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-sm-huge {
    padding: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-sm-huge,
  [class][class][class].py-sm-huge {
    padding-top: 60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-sm-huge,
  [class][class][class].py-sm-huge {
    padding-top: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pt-sm-huge,
  [class][class][class].py-sm-huge {
    padding-top: 130px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-sm-huge,
  [class][class][class].py-sm-huge {
    padding-top: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-sm-huge,
  [class][class][class].px-sm-huge {
    padding-right: 60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-sm-huge,
  [class][class][class].px-sm-huge {
    padding-right: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pr-sm-huge,
  [class][class][class].px-sm-huge {
    padding-right: 130px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-sm-huge,
  [class][class][class].px-sm-huge {
    padding-right: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-sm-huge,
  [class][class][class].py-sm-huge {
    padding-bottom: 60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-sm-huge,
  [class][class][class].py-sm-huge {
    padding-bottom: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pb-sm-huge,
  [class][class][class].py-sm-huge {
    padding-bottom: 130px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-sm-huge,
  [class][class][class].py-sm-huge {
    padding-bottom: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-sm-huge,
  [class][class][class].px-sm-huge {
    padding-left: 60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-sm-huge,
  [class][class][class].px-sm-huge {
    padding-left: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pl-sm-huge,
  [class][class][class].px-sm-huge {
    padding-left: 130px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-sm-huge,
  [class][class][class].px-sm-huge {
    padding-left: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].p-sm-huge-neg {
    padding: -60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].p-sm-huge-neg {
    padding: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].p-sm-huge-neg {
    padding: -130px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-sm-huge-neg {
    padding: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-sm-huge-neg,
  [class][class][class].py-sm-huge-neg {
    padding-top: -60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-sm-huge-neg,
  [class][class][class].py-sm-huge-neg {
    padding-top: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pt-sm-huge-neg,
  [class][class][class].py-sm-huge-neg {
    padding-top: -130px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-sm-huge-neg,
  [class][class][class].py-sm-huge-neg {
    padding-top: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-sm-huge-neg,
  [class][class][class].px-sm-huge-neg {
    padding-right: -60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-sm-huge-neg,
  [class][class][class].px-sm-huge-neg {
    padding-right: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pr-sm-huge-neg,
  [class][class][class].px-sm-huge-neg {
    padding-right: -130px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-sm-huge-neg,
  [class][class][class].px-sm-huge-neg {
    padding-right: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-sm-huge-neg,
  [class][class][class].py-sm-huge-neg {
    padding-bottom: -60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-sm-huge-neg,
  [class][class][class].py-sm-huge-neg {
    padding-bottom: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pb-sm-huge-neg,
  [class][class][class].py-sm-huge-neg {
    padding-bottom: -130px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-sm-huge-neg,
  [class][class][class].py-sm-huge-neg {
    padding-bottom: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-sm-huge-neg,
  [class][class][class].px-sm-huge-neg {
    padding-left: -60px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-sm-huge-neg,
  [class][class][class].px-sm-huge-neg {
    padding-left: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  [class][class][class].pl-sm-huge-neg,
  [class][class][class].px-sm-huge-neg {
    padding-left: -130px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-sm-huge-neg,
  [class][class][class].px-sm-huge-neg {
    padding-left: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-sm-huge-only {
    padding: 60px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-sm-huge-only {
    padding: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-sm-huge-only {
    padding: 130px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-sm-huge-only {
    padding: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-sm-huge-only,
  [class][class][class].py-sm-huge-only {
    padding-top: 60px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-sm-huge-only,
  [class][class][class].py-sm-huge-only {
    padding-top: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-sm-huge-only,
  [class][class][class].py-sm-huge-only {
    padding-top: 130px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-sm-huge-only,
  [class][class][class].py-sm-huge-only {
    padding-top: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-sm-huge-only,
  [class][class][class].px-sm-huge-only {
    padding-right: 60px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-sm-huge-only,
  [class][class][class].px-sm-huge-only {
    padding-right: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-sm-huge-only,
  [class][class][class].px-sm-huge-only {
    padding-right: 130px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-sm-huge-only,
  [class][class][class].px-sm-huge-only {
    padding-right: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-sm-huge-only,
  [class][class][class].py-sm-huge-only {
    padding-bottom: 60px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-sm-huge-only,
  [class][class][class].py-sm-huge-only {
    padding-bottom: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-sm-huge-only,
  [class][class][class].py-sm-huge-only {
    padding-bottom: 130px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-sm-huge-only,
  [class][class][class].py-sm-huge-only {
    padding-bottom: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-sm-huge-only,
  [class][class][class].px-sm-huge-only {
    padding-left: 60px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-sm-huge-only,
  [class][class][class].px-sm-huge-only {
    padding-left: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-sm-huge-only,
  [class][class][class].px-sm-huge-only {
    padding-left: 130px;
  }
}
@media (min-width: 576px) and (max-width: 847.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-sm-huge-only,
  [class][class][class].px-sm-huge-only {
    padding-left: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].m-md-null {
    margin: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].m-md-null {
    margin: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].m-md-null {
    margin: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-md-null {
    margin: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-md-null,
  [class][class][class].my-md-null {
    margin-top: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-md-null,
  [class][class][class].my-md-null {
    margin-top: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mt-md-null,
  [class][class][class].my-md-null {
    margin-top: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-md-null,
  [class][class][class].my-md-null {
    margin-top: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-md-null,
  [class][class][class].mx-md-null {
    margin-right: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-md-null,
  [class][class][class].mx-md-null {
    margin-right: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mr-md-null,
  [class][class][class].mx-md-null {
    margin-right: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-md-null,
  [class][class][class].mx-md-null {
    margin-right: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-md-null,
  [class][class][class].my-md-null {
    margin-bottom: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-md-null,
  [class][class][class].my-md-null {
    margin-bottom: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mb-md-null,
  [class][class][class].my-md-null {
    margin-bottom: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-md-null,
  [class][class][class].my-md-null {
    margin-bottom: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-md-null,
  [class][class][class].mx-md-null {
    margin-left: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-md-null,
  [class][class][class].mx-md-null {
    margin-left: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].ml-md-null,
  [class][class][class].mx-md-null {
    margin-left: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-md-null,
  [class][class][class].mx-md-null {
    margin-left: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].m-md-null-neg {
    margin: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].m-md-null-neg {
    margin: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].m-md-null-neg {
    margin: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-md-null-neg {
    margin: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-md-null-neg,
  [class][class][class].my-md-null-neg {
    margin-top: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-md-null-neg,
  [class][class][class].my-md-null-neg {
    margin-top: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mt-md-null-neg,
  [class][class][class].my-md-null-neg {
    margin-top: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-md-null-neg,
  [class][class][class].my-md-null-neg {
    margin-top: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-md-null-neg,
  [class][class][class].mx-md-null-neg {
    margin-right: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-md-null-neg,
  [class][class][class].mx-md-null-neg {
    margin-right: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mr-md-null-neg,
  [class][class][class].mx-md-null-neg {
    margin-right: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-md-null-neg,
  [class][class][class].mx-md-null-neg {
    margin-right: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-md-null-neg,
  [class][class][class].my-md-null-neg {
    margin-bottom: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-md-null-neg,
  [class][class][class].my-md-null-neg {
    margin-bottom: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mb-md-null-neg,
  [class][class][class].my-md-null-neg {
    margin-bottom: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-md-null-neg,
  [class][class][class].my-md-null-neg {
    margin-bottom: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-md-null-neg,
  [class][class][class].mx-md-null-neg {
    margin-left: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-md-null-neg,
  [class][class][class].mx-md-null-neg {
    margin-left: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].ml-md-null-neg,
  [class][class][class].mx-md-null-neg {
    margin-left: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-md-null-neg,
  [class][class][class].mx-md-null-neg {
    margin-left: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-md-null-only {
    margin: 0px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-md-null-only {
    margin: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-md-null-only {
    margin: 0px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-md-null-only {
    margin: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-md-null-only,
  [class][class][class].my-md-null-only {
    margin-top: 0px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-md-null-only,
  [class][class][class].my-md-null-only {
    margin-top: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-md-null-only,
  [class][class][class].my-md-null-only {
    margin-top: 0px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-md-null-only,
  [class][class][class].my-md-null-only {
    margin-top: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-md-null-only,
  [class][class][class].mx-md-null-only {
    margin-right: 0px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-md-null-only,
  [class][class][class].mx-md-null-only {
    margin-right: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-md-null-only,
  [class][class][class].mx-md-null-only {
    margin-right: 0px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-md-null-only,
  [class][class][class].mx-md-null-only {
    margin-right: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-md-null-only,
  [class][class][class].my-md-null-only {
    margin-bottom: 0px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-md-null-only,
  [class][class][class].my-md-null-only {
    margin-bottom: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-md-null-only,
  [class][class][class].my-md-null-only {
    margin-bottom: 0px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-md-null-only,
  [class][class][class].my-md-null-only {
    margin-bottom: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-md-null-only,
  [class][class][class].mx-md-null-only {
    margin-left: 0px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-md-null-only,
  [class][class][class].mx-md-null-only {
    margin-left: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-md-null-only,
  [class][class][class].mx-md-null-only {
    margin-left: 0px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-md-null-only,
  [class][class][class].mx-md-null-only {
    margin-left: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].m-md-xxs {
    margin: 5px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].m-md-xxs {
    margin: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].m-md-xxs {
    margin: 10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-md-xxs {
    margin: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-md-xxs,
  [class][class][class].my-md-xxs {
    margin-top: 5px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-md-xxs,
  [class][class][class].my-md-xxs {
    margin-top: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mt-md-xxs,
  [class][class][class].my-md-xxs {
    margin-top: 10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-md-xxs,
  [class][class][class].my-md-xxs {
    margin-top: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-md-xxs,
  [class][class][class].mx-md-xxs {
    margin-right: 5px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-md-xxs,
  [class][class][class].mx-md-xxs {
    margin-right: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mr-md-xxs,
  [class][class][class].mx-md-xxs {
    margin-right: 10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-md-xxs,
  [class][class][class].mx-md-xxs {
    margin-right: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-md-xxs,
  [class][class][class].my-md-xxs {
    margin-bottom: 5px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-md-xxs,
  [class][class][class].my-md-xxs {
    margin-bottom: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mb-md-xxs,
  [class][class][class].my-md-xxs {
    margin-bottom: 10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-md-xxs,
  [class][class][class].my-md-xxs {
    margin-bottom: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-md-xxs,
  [class][class][class].mx-md-xxs {
    margin-left: 5px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-md-xxs,
  [class][class][class].mx-md-xxs {
    margin-left: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].ml-md-xxs,
  [class][class][class].mx-md-xxs {
    margin-left: 10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-md-xxs,
  [class][class][class].mx-md-xxs {
    margin-left: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].m-md-xxs-neg {
    margin: -5px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].m-md-xxs-neg {
    margin: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].m-md-xxs-neg {
    margin: -10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-md-xxs-neg {
    margin: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-md-xxs-neg,
  [class][class][class].my-md-xxs-neg {
    margin-top: -5px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-md-xxs-neg,
  [class][class][class].my-md-xxs-neg {
    margin-top: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mt-md-xxs-neg,
  [class][class][class].my-md-xxs-neg {
    margin-top: -10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-md-xxs-neg,
  [class][class][class].my-md-xxs-neg {
    margin-top: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-md-xxs-neg,
  [class][class][class].mx-md-xxs-neg {
    margin-right: -5px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-md-xxs-neg,
  [class][class][class].mx-md-xxs-neg {
    margin-right: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mr-md-xxs-neg,
  [class][class][class].mx-md-xxs-neg {
    margin-right: -10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-md-xxs-neg,
  [class][class][class].mx-md-xxs-neg {
    margin-right: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-md-xxs-neg,
  [class][class][class].my-md-xxs-neg {
    margin-bottom: -5px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-md-xxs-neg,
  [class][class][class].my-md-xxs-neg {
    margin-bottom: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mb-md-xxs-neg,
  [class][class][class].my-md-xxs-neg {
    margin-bottom: -10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-md-xxs-neg,
  [class][class][class].my-md-xxs-neg {
    margin-bottom: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-md-xxs-neg,
  [class][class][class].mx-md-xxs-neg {
    margin-left: -5px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-md-xxs-neg,
  [class][class][class].mx-md-xxs-neg {
    margin-left: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].ml-md-xxs-neg,
  [class][class][class].mx-md-xxs-neg {
    margin-left: -10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-md-xxs-neg,
  [class][class][class].mx-md-xxs-neg {
    margin-left: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-md-xxs-only {
    margin: 5px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-md-xxs-only {
    margin: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-md-xxs-only {
    margin: 10px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-md-xxs-only {
    margin: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-md-xxs-only,
  [class][class][class].my-md-xxs-only {
    margin-top: 5px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-md-xxs-only,
  [class][class][class].my-md-xxs-only {
    margin-top: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-md-xxs-only,
  [class][class][class].my-md-xxs-only {
    margin-top: 10px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-md-xxs-only,
  [class][class][class].my-md-xxs-only {
    margin-top: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-md-xxs-only,
  [class][class][class].mx-md-xxs-only {
    margin-right: 5px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-md-xxs-only,
  [class][class][class].mx-md-xxs-only {
    margin-right: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-md-xxs-only,
  [class][class][class].mx-md-xxs-only {
    margin-right: 10px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-md-xxs-only,
  [class][class][class].mx-md-xxs-only {
    margin-right: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-md-xxs-only,
  [class][class][class].my-md-xxs-only {
    margin-bottom: 5px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-md-xxs-only,
  [class][class][class].my-md-xxs-only {
    margin-bottom: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-md-xxs-only,
  [class][class][class].my-md-xxs-only {
    margin-bottom: 10px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-md-xxs-only,
  [class][class][class].my-md-xxs-only {
    margin-bottom: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-md-xxs-only,
  [class][class][class].mx-md-xxs-only {
    margin-left: 5px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-md-xxs-only,
  [class][class][class].mx-md-xxs-only {
    margin-left: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-md-xxs-only,
  [class][class][class].mx-md-xxs-only {
    margin-left: 10px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-md-xxs-only,
  [class][class][class].mx-md-xxs-only {
    margin-left: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].m-md-xs {
    margin: 10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].m-md-xs {
    margin: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].m-md-xs {
    margin: 20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-md-xs {
    margin: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-md-xs,
  [class][class][class].my-md-xs {
    margin-top: 10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-md-xs,
  [class][class][class].my-md-xs {
    margin-top: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mt-md-xs,
  [class][class][class].my-md-xs {
    margin-top: 20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-md-xs,
  [class][class][class].my-md-xs {
    margin-top: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-md-xs,
  [class][class][class].mx-md-xs {
    margin-right: 10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-md-xs,
  [class][class][class].mx-md-xs {
    margin-right: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mr-md-xs,
  [class][class][class].mx-md-xs {
    margin-right: 20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-md-xs,
  [class][class][class].mx-md-xs {
    margin-right: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-md-xs,
  [class][class][class].my-md-xs {
    margin-bottom: 10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-md-xs,
  [class][class][class].my-md-xs {
    margin-bottom: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mb-md-xs,
  [class][class][class].my-md-xs {
    margin-bottom: 20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-md-xs,
  [class][class][class].my-md-xs {
    margin-bottom: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-md-xs,
  [class][class][class].mx-md-xs {
    margin-left: 10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-md-xs,
  [class][class][class].mx-md-xs {
    margin-left: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].ml-md-xs,
  [class][class][class].mx-md-xs {
    margin-left: 20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-md-xs,
  [class][class][class].mx-md-xs {
    margin-left: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].m-md-xs-neg {
    margin: -10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].m-md-xs-neg {
    margin: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].m-md-xs-neg {
    margin: -20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-md-xs-neg {
    margin: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-md-xs-neg,
  [class][class][class].my-md-xs-neg {
    margin-top: -10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-md-xs-neg,
  [class][class][class].my-md-xs-neg {
    margin-top: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mt-md-xs-neg,
  [class][class][class].my-md-xs-neg {
    margin-top: -20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-md-xs-neg,
  [class][class][class].my-md-xs-neg {
    margin-top: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-md-xs-neg,
  [class][class][class].mx-md-xs-neg {
    margin-right: -10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-md-xs-neg,
  [class][class][class].mx-md-xs-neg {
    margin-right: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mr-md-xs-neg,
  [class][class][class].mx-md-xs-neg {
    margin-right: -20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-md-xs-neg,
  [class][class][class].mx-md-xs-neg {
    margin-right: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-md-xs-neg,
  [class][class][class].my-md-xs-neg {
    margin-bottom: -10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-md-xs-neg,
  [class][class][class].my-md-xs-neg {
    margin-bottom: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mb-md-xs-neg,
  [class][class][class].my-md-xs-neg {
    margin-bottom: -20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-md-xs-neg,
  [class][class][class].my-md-xs-neg {
    margin-bottom: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-md-xs-neg,
  [class][class][class].mx-md-xs-neg {
    margin-left: -10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-md-xs-neg,
  [class][class][class].mx-md-xs-neg {
    margin-left: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].ml-md-xs-neg,
  [class][class][class].mx-md-xs-neg {
    margin-left: -20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-md-xs-neg,
  [class][class][class].mx-md-xs-neg {
    margin-left: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-md-xs-only {
    margin: 10px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-md-xs-only {
    margin: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-md-xs-only {
    margin: 20px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-md-xs-only {
    margin: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-md-xs-only,
  [class][class][class].my-md-xs-only {
    margin-top: 10px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-md-xs-only,
  [class][class][class].my-md-xs-only {
    margin-top: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-md-xs-only,
  [class][class][class].my-md-xs-only {
    margin-top: 20px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-md-xs-only,
  [class][class][class].my-md-xs-only {
    margin-top: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-md-xs-only,
  [class][class][class].mx-md-xs-only {
    margin-right: 10px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-md-xs-only,
  [class][class][class].mx-md-xs-only {
    margin-right: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-md-xs-only,
  [class][class][class].mx-md-xs-only {
    margin-right: 20px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-md-xs-only,
  [class][class][class].mx-md-xs-only {
    margin-right: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-md-xs-only,
  [class][class][class].my-md-xs-only {
    margin-bottom: 10px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-md-xs-only,
  [class][class][class].my-md-xs-only {
    margin-bottom: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-md-xs-only,
  [class][class][class].my-md-xs-only {
    margin-bottom: 20px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-md-xs-only,
  [class][class][class].my-md-xs-only {
    margin-bottom: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-md-xs-only,
  [class][class][class].mx-md-xs-only {
    margin-left: 10px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-md-xs-only,
  [class][class][class].mx-md-xs-only {
    margin-left: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-md-xs-only,
  [class][class][class].mx-md-xs-only {
    margin-left: 20px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-md-xs-only,
  [class][class][class].mx-md-xs-only {
    margin-left: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].m-md-small {
    margin: 15px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].m-md-small {
    margin: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].m-md-small {
    margin: 30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-md-small {
    margin: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-md-small,
  [class][class][class].my-md-small {
    margin-top: 15px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-md-small,
  [class][class][class].my-md-small {
    margin-top: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mt-md-small,
  [class][class][class].my-md-small {
    margin-top: 30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-md-small,
  [class][class][class].my-md-small {
    margin-top: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-md-small,
  [class][class][class].mx-md-small {
    margin-right: 15px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-md-small,
  [class][class][class].mx-md-small {
    margin-right: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mr-md-small,
  [class][class][class].mx-md-small {
    margin-right: 30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-md-small,
  [class][class][class].mx-md-small {
    margin-right: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-md-small,
  [class][class][class].my-md-small {
    margin-bottom: 15px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-md-small,
  [class][class][class].my-md-small {
    margin-bottom: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mb-md-small,
  [class][class][class].my-md-small {
    margin-bottom: 30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-md-small,
  [class][class][class].my-md-small {
    margin-bottom: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-md-small,
  [class][class][class].mx-md-small {
    margin-left: 15px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-md-small,
  [class][class][class].mx-md-small {
    margin-left: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].ml-md-small,
  [class][class][class].mx-md-small {
    margin-left: 30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-md-small,
  [class][class][class].mx-md-small {
    margin-left: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].m-md-small-neg {
    margin: -15px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].m-md-small-neg {
    margin: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].m-md-small-neg {
    margin: -30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-md-small-neg {
    margin: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-md-small-neg,
  [class][class][class].my-md-small-neg {
    margin-top: -15px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-md-small-neg,
  [class][class][class].my-md-small-neg {
    margin-top: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mt-md-small-neg,
  [class][class][class].my-md-small-neg {
    margin-top: -30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-md-small-neg,
  [class][class][class].my-md-small-neg {
    margin-top: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-md-small-neg,
  [class][class][class].mx-md-small-neg {
    margin-right: -15px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-md-small-neg,
  [class][class][class].mx-md-small-neg {
    margin-right: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mr-md-small-neg,
  [class][class][class].mx-md-small-neg {
    margin-right: -30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-md-small-neg,
  [class][class][class].mx-md-small-neg {
    margin-right: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-md-small-neg,
  [class][class][class].my-md-small-neg {
    margin-bottom: -15px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-md-small-neg,
  [class][class][class].my-md-small-neg {
    margin-bottom: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mb-md-small-neg,
  [class][class][class].my-md-small-neg {
    margin-bottom: -30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-md-small-neg,
  [class][class][class].my-md-small-neg {
    margin-bottom: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-md-small-neg,
  [class][class][class].mx-md-small-neg {
    margin-left: -15px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-md-small-neg,
  [class][class][class].mx-md-small-neg {
    margin-left: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].ml-md-small-neg,
  [class][class][class].mx-md-small-neg {
    margin-left: -30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-md-small-neg,
  [class][class][class].mx-md-small-neg {
    margin-left: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-md-small-only {
    margin: 15px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-md-small-only {
    margin: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-md-small-only {
    margin: 30px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-md-small-only {
    margin: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-md-small-only,
  [class][class][class].my-md-small-only {
    margin-top: 15px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-md-small-only,
  [class][class][class].my-md-small-only {
    margin-top: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-md-small-only,
  [class][class][class].my-md-small-only {
    margin-top: 30px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-md-small-only,
  [class][class][class].my-md-small-only {
    margin-top: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-md-small-only,
  [class][class][class].mx-md-small-only {
    margin-right: 15px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-md-small-only,
  [class][class][class].mx-md-small-only {
    margin-right: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-md-small-only,
  [class][class][class].mx-md-small-only {
    margin-right: 30px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-md-small-only,
  [class][class][class].mx-md-small-only {
    margin-right: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-md-small-only,
  [class][class][class].my-md-small-only {
    margin-bottom: 15px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-md-small-only,
  [class][class][class].my-md-small-only {
    margin-bottom: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-md-small-only,
  [class][class][class].my-md-small-only {
    margin-bottom: 30px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-md-small-only,
  [class][class][class].my-md-small-only {
    margin-bottom: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-md-small-only,
  [class][class][class].mx-md-small-only {
    margin-left: 15px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-md-small-only,
  [class][class][class].mx-md-small-only {
    margin-left: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-md-small-only,
  [class][class][class].mx-md-small-only {
    margin-left: 30px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-md-small-only,
  [class][class][class].mx-md-small-only {
    margin-left: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].m-md-normal {
    margin: 20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].m-md-normal {
    margin: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].m-md-normal {
    margin: 40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-md-normal {
    margin: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-md-normal,
  [class][class][class].my-md-normal {
    margin-top: 20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-md-normal,
  [class][class][class].my-md-normal {
    margin-top: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mt-md-normal,
  [class][class][class].my-md-normal {
    margin-top: 40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-md-normal,
  [class][class][class].my-md-normal {
    margin-top: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-md-normal,
  [class][class][class].mx-md-normal {
    margin-right: 20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-md-normal,
  [class][class][class].mx-md-normal {
    margin-right: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mr-md-normal,
  [class][class][class].mx-md-normal {
    margin-right: 40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-md-normal,
  [class][class][class].mx-md-normal {
    margin-right: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-md-normal,
  [class][class][class].my-md-normal {
    margin-bottom: 20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-md-normal,
  [class][class][class].my-md-normal {
    margin-bottom: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mb-md-normal,
  [class][class][class].my-md-normal {
    margin-bottom: 40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-md-normal,
  [class][class][class].my-md-normal {
    margin-bottom: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-md-normal,
  [class][class][class].mx-md-normal {
    margin-left: 20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-md-normal,
  [class][class][class].mx-md-normal {
    margin-left: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].ml-md-normal,
  [class][class][class].mx-md-normal {
    margin-left: 40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-md-normal,
  [class][class][class].mx-md-normal {
    margin-left: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].m-md-normal-neg {
    margin: -20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].m-md-normal-neg {
    margin: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].m-md-normal-neg {
    margin: -40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-md-normal-neg {
    margin: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-md-normal-neg,
  [class][class][class].my-md-normal-neg {
    margin-top: -20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-md-normal-neg,
  [class][class][class].my-md-normal-neg {
    margin-top: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mt-md-normal-neg,
  [class][class][class].my-md-normal-neg {
    margin-top: -40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-md-normal-neg,
  [class][class][class].my-md-normal-neg {
    margin-top: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-md-normal-neg,
  [class][class][class].mx-md-normal-neg {
    margin-right: -20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-md-normal-neg,
  [class][class][class].mx-md-normal-neg {
    margin-right: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mr-md-normal-neg,
  [class][class][class].mx-md-normal-neg {
    margin-right: -40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-md-normal-neg,
  [class][class][class].mx-md-normal-neg {
    margin-right: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-md-normal-neg,
  [class][class][class].my-md-normal-neg {
    margin-bottom: -20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-md-normal-neg,
  [class][class][class].my-md-normal-neg {
    margin-bottom: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mb-md-normal-neg,
  [class][class][class].my-md-normal-neg {
    margin-bottom: -40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-md-normal-neg,
  [class][class][class].my-md-normal-neg {
    margin-bottom: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-md-normal-neg,
  [class][class][class].mx-md-normal-neg {
    margin-left: -20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-md-normal-neg,
  [class][class][class].mx-md-normal-neg {
    margin-left: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].ml-md-normal-neg,
  [class][class][class].mx-md-normal-neg {
    margin-left: -40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-md-normal-neg,
  [class][class][class].mx-md-normal-neg {
    margin-left: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-md-normal-only {
    margin: 20px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-md-normal-only {
    margin: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-md-normal-only {
    margin: 40px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-md-normal-only {
    margin: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-md-normal-only,
  [class][class][class].my-md-normal-only {
    margin-top: 20px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-md-normal-only,
  [class][class][class].my-md-normal-only {
    margin-top: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-md-normal-only,
  [class][class][class].my-md-normal-only {
    margin-top: 40px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-md-normal-only,
  [class][class][class].my-md-normal-only {
    margin-top: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-md-normal-only,
  [class][class][class].mx-md-normal-only {
    margin-right: 20px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-md-normal-only,
  [class][class][class].mx-md-normal-only {
    margin-right: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-md-normal-only,
  [class][class][class].mx-md-normal-only {
    margin-right: 40px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-md-normal-only,
  [class][class][class].mx-md-normal-only {
    margin-right: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-md-normal-only,
  [class][class][class].my-md-normal-only {
    margin-bottom: 20px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-md-normal-only,
  [class][class][class].my-md-normal-only {
    margin-bottom: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-md-normal-only,
  [class][class][class].my-md-normal-only {
    margin-bottom: 40px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-md-normal-only,
  [class][class][class].my-md-normal-only {
    margin-bottom: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-md-normal-only,
  [class][class][class].mx-md-normal-only {
    margin-left: 20px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-md-normal-only,
  [class][class][class].mx-md-normal-only {
    margin-left: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-md-normal-only,
  [class][class][class].mx-md-normal-only {
    margin-left: 40px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-md-normal-only,
  [class][class][class].mx-md-normal-only {
    margin-left: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].m-md-large {
    margin: 25px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].m-md-large {
    margin: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].m-md-large {
    margin: 50px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-md-large {
    margin: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-md-large,
  [class][class][class].my-md-large {
    margin-top: 25px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-md-large,
  [class][class][class].my-md-large {
    margin-top: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mt-md-large,
  [class][class][class].my-md-large {
    margin-top: 50px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-md-large,
  [class][class][class].my-md-large {
    margin-top: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-md-large,
  [class][class][class].mx-md-large {
    margin-right: 25px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-md-large,
  [class][class][class].mx-md-large {
    margin-right: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mr-md-large,
  [class][class][class].mx-md-large {
    margin-right: 50px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-md-large,
  [class][class][class].mx-md-large {
    margin-right: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-md-large,
  [class][class][class].my-md-large {
    margin-bottom: 25px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-md-large,
  [class][class][class].my-md-large {
    margin-bottom: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mb-md-large,
  [class][class][class].my-md-large {
    margin-bottom: 50px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-md-large,
  [class][class][class].my-md-large {
    margin-bottom: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-md-large,
  [class][class][class].mx-md-large {
    margin-left: 25px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-md-large,
  [class][class][class].mx-md-large {
    margin-left: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].ml-md-large,
  [class][class][class].mx-md-large {
    margin-left: 50px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-md-large,
  [class][class][class].mx-md-large {
    margin-left: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].m-md-large-neg {
    margin: -25px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].m-md-large-neg {
    margin: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].m-md-large-neg {
    margin: -50px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-md-large-neg {
    margin: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-md-large-neg,
  [class][class][class].my-md-large-neg {
    margin-top: -25px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-md-large-neg,
  [class][class][class].my-md-large-neg {
    margin-top: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mt-md-large-neg,
  [class][class][class].my-md-large-neg {
    margin-top: -50px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-md-large-neg,
  [class][class][class].my-md-large-neg {
    margin-top: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-md-large-neg,
  [class][class][class].mx-md-large-neg {
    margin-right: -25px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-md-large-neg,
  [class][class][class].mx-md-large-neg {
    margin-right: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mr-md-large-neg,
  [class][class][class].mx-md-large-neg {
    margin-right: -50px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-md-large-neg,
  [class][class][class].mx-md-large-neg {
    margin-right: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-md-large-neg,
  [class][class][class].my-md-large-neg {
    margin-bottom: -25px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-md-large-neg,
  [class][class][class].my-md-large-neg {
    margin-bottom: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mb-md-large-neg,
  [class][class][class].my-md-large-neg {
    margin-bottom: -50px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-md-large-neg,
  [class][class][class].my-md-large-neg {
    margin-bottom: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-md-large-neg,
  [class][class][class].mx-md-large-neg {
    margin-left: -25px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-md-large-neg,
  [class][class][class].mx-md-large-neg {
    margin-left: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].ml-md-large-neg,
  [class][class][class].mx-md-large-neg {
    margin-left: -50px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-md-large-neg,
  [class][class][class].mx-md-large-neg {
    margin-left: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-md-large-only {
    margin: 25px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-md-large-only {
    margin: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-md-large-only {
    margin: 50px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-md-large-only {
    margin: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-md-large-only,
  [class][class][class].my-md-large-only {
    margin-top: 25px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-md-large-only,
  [class][class][class].my-md-large-only {
    margin-top: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-md-large-only,
  [class][class][class].my-md-large-only {
    margin-top: 50px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-md-large-only,
  [class][class][class].my-md-large-only {
    margin-top: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-md-large-only,
  [class][class][class].mx-md-large-only {
    margin-right: 25px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-md-large-only,
  [class][class][class].mx-md-large-only {
    margin-right: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-md-large-only,
  [class][class][class].mx-md-large-only {
    margin-right: 50px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-md-large-only,
  [class][class][class].mx-md-large-only {
    margin-right: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-md-large-only,
  [class][class][class].my-md-large-only {
    margin-bottom: 25px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-md-large-only,
  [class][class][class].my-md-large-only {
    margin-bottom: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-md-large-only,
  [class][class][class].my-md-large-only {
    margin-bottom: 50px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-md-large-only,
  [class][class][class].my-md-large-only {
    margin-bottom: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-md-large-only,
  [class][class][class].mx-md-large-only {
    margin-left: 25px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-md-large-only,
  [class][class][class].mx-md-large-only {
    margin-left: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-md-large-only,
  [class][class][class].mx-md-large-only {
    margin-left: 50px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-md-large-only,
  [class][class][class].mx-md-large-only {
    margin-left: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].m-md-xl {
    margin: 30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].m-md-xl {
    margin: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].m-md-xl {
    margin: 60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-md-xl {
    margin: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-md-xl,
  [class][class][class].my-md-xl {
    margin-top: 30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-md-xl,
  [class][class][class].my-md-xl {
    margin-top: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mt-md-xl,
  [class][class][class].my-md-xl {
    margin-top: 60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-md-xl,
  [class][class][class].my-md-xl {
    margin-top: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-md-xl,
  [class][class][class].mx-md-xl {
    margin-right: 30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-md-xl,
  [class][class][class].mx-md-xl {
    margin-right: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mr-md-xl,
  [class][class][class].mx-md-xl {
    margin-right: 60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-md-xl,
  [class][class][class].mx-md-xl {
    margin-right: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-md-xl,
  [class][class][class].my-md-xl {
    margin-bottom: 30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-md-xl,
  [class][class][class].my-md-xl {
    margin-bottom: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mb-md-xl,
  [class][class][class].my-md-xl {
    margin-bottom: 60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-md-xl,
  [class][class][class].my-md-xl {
    margin-bottom: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-md-xl,
  [class][class][class].mx-md-xl {
    margin-left: 30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-md-xl,
  [class][class][class].mx-md-xl {
    margin-left: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].ml-md-xl,
  [class][class][class].mx-md-xl {
    margin-left: 60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-md-xl,
  [class][class][class].mx-md-xl {
    margin-left: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].m-md-xl-neg {
    margin: -30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].m-md-xl-neg {
    margin: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].m-md-xl-neg {
    margin: -60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-md-xl-neg {
    margin: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-md-xl-neg,
  [class][class][class].my-md-xl-neg {
    margin-top: -30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-md-xl-neg,
  [class][class][class].my-md-xl-neg {
    margin-top: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mt-md-xl-neg,
  [class][class][class].my-md-xl-neg {
    margin-top: -60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-md-xl-neg,
  [class][class][class].my-md-xl-neg {
    margin-top: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-md-xl-neg,
  [class][class][class].mx-md-xl-neg {
    margin-right: -30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-md-xl-neg,
  [class][class][class].mx-md-xl-neg {
    margin-right: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mr-md-xl-neg,
  [class][class][class].mx-md-xl-neg {
    margin-right: -60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-md-xl-neg,
  [class][class][class].mx-md-xl-neg {
    margin-right: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-md-xl-neg,
  [class][class][class].my-md-xl-neg {
    margin-bottom: -30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-md-xl-neg,
  [class][class][class].my-md-xl-neg {
    margin-bottom: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mb-md-xl-neg,
  [class][class][class].my-md-xl-neg {
    margin-bottom: -60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-md-xl-neg,
  [class][class][class].my-md-xl-neg {
    margin-bottom: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-md-xl-neg,
  [class][class][class].mx-md-xl-neg {
    margin-left: -30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-md-xl-neg,
  [class][class][class].mx-md-xl-neg {
    margin-left: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].ml-md-xl-neg,
  [class][class][class].mx-md-xl-neg {
    margin-left: -60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-md-xl-neg,
  [class][class][class].mx-md-xl-neg {
    margin-left: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-md-xl-only {
    margin: 30px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-md-xl-only {
    margin: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-md-xl-only {
    margin: 60px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-md-xl-only {
    margin: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-md-xl-only,
  [class][class][class].my-md-xl-only {
    margin-top: 30px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-md-xl-only,
  [class][class][class].my-md-xl-only {
    margin-top: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-md-xl-only,
  [class][class][class].my-md-xl-only {
    margin-top: 60px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-md-xl-only,
  [class][class][class].my-md-xl-only {
    margin-top: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-md-xl-only,
  [class][class][class].mx-md-xl-only {
    margin-right: 30px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-md-xl-only,
  [class][class][class].mx-md-xl-only {
    margin-right: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-md-xl-only,
  [class][class][class].mx-md-xl-only {
    margin-right: 60px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-md-xl-only,
  [class][class][class].mx-md-xl-only {
    margin-right: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-md-xl-only,
  [class][class][class].my-md-xl-only {
    margin-bottom: 30px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-md-xl-only,
  [class][class][class].my-md-xl-only {
    margin-bottom: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-md-xl-only,
  [class][class][class].my-md-xl-only {
    margin-bottom: 60px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-md-xl-only,
  [class][class][class].my-md-xl-only {
    margin-bottom: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-md-xl-only,
  [class][class][class].mx-md-xl-only {
    margin-left: 30px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-md-xl-only,
  [class][class][class].mx-md-xl-only {
    margin-left: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-md-xl-only,
  [class][class][class].mx-md-xl-only {
    margin-left: 60px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-md-xl-only,
  [class][class][class].mx-md-xl-only {
    margin-left: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].m-md-xxl {
    margin: 40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].m-md-xxl {
    margin: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].m-md-xxl {
    margin: 70px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-md-xxl {
    margin: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-md-xxl,
  [class][class][class].my-md-xxl {
    margin-top: 40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-md-xxl,
  [class][class][class].my-md-xxl {
    margin-top: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mt-md-xxl,
  [class][class][class].my-md-xxl {
    margin-top: 70px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-md-xxl,
  [class][class][class].my-md-xxl {
    margin-top: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-md-xxl,
  [class][class][class].mx-md-xxl {
    margin-right: 40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-md-xxl,
  [class][class][class].mx-md-xxl {
    margin-right: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mr-md-xxl,
  [class][class][class].mx-md-xxl {
    margin-right: 70px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-md-xxl,
  [class][class][class].mx-md-xxl {
    margin-right: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-md-xxl,
  [class][class][class].my-md-xxl {
    margin-bottom: 40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-md-xxl,
  [class][class][class].my-md-xxl {
    margin-bottom: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mb-md-xxl,
  [class][class][class].my-md-xxl {
    margin-bottom: 70px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-md-xxl,
  [class][class][class].my-md-xxl {
    margin-bottom: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-md-xxl,
  [class][class][class].mx-md-xxl {
    margin-left: 40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-md-xxl,
  [class][class][class].mx-md-xxl {
    margin-left: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].ml-md-xxl,
  [class][class][class].mx-md-xxl {
    margin-left: 70px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-md-xxl,
  [class][class][class].mx-md-xxl {
    margin-left: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].m-md-xxl-neg {
    margin: -40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].m-md-xxl-neg {
    margin: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].m-md-xxl-neg {
    margin: -70px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-md-xxl-neg {
    margin: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-md-xxl-neg,
  [class][class][class].my-md-xxl-neg {
    margin-top: -40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-md-xxl-neg,
  [class][class][class].my-md-xxl-neg {
    margin-top: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mt-md-xxl-neg,
  [class][class][class].my-md-xxl-neg {
    margin-top: -70px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-md-xxl-neg,
  [class][class][class].my-md-xxl-neg {
    margin-top: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-md-xxl-neg,
  [class][class][class].mx-md-xxl-neg {
    margin-right: -40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-md-xxl-neg,
  [class][class][class].mx-md-xxl-neg {
    margin-right: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mr-md-xxl-neg,
  [class][class][class].mx-md-xxl-neg {
    margin-right: -70px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-md-xxl-neg,
  [class][class][class].mx-md-xxl-neg {
    margin-right: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-md-xxl-neg,
  [class][class][class].my-md-xxl-neg {
    margin-bottom: -40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-md-xxl-neg,
  [class][class][class].my-md-xxl-neg {
    margin-bottom: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mb-md-xxl-neg,
  [class][class][class].my-md-xxl-neg {
    margin-bottom: -70px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-md-xxl-neg,
  [class][class][class].my-md-xxl-neg {
    margin-bottom: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-md-xxl-neg,
  [class][class][class].mx-md-xxl-neg {
    margin-left: -40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-md-xxl-neg,
  [class][class][class].mx-md-xxl-neg {
    margin-left: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].ml-md-xxl-neg,
  [class][class][class].mx-md-xxl-neg {
    margin-left: -70px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-md-xxl-neg,
  [class][class][class].mx-md-xxl-neg {
    margin-left: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-md-xxl-only {
    margin: 40px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-md-xxl-only {
    margin: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-md-xxl-only {
    margin: 70px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-md-xxl-only {
    margin: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-md-xxl-only,
  [class][class][class].my-md-xxl-only {
    margin-top: 40px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-md-xxl-only,
  [class][class][class].my-md-xxl-only {
    margin-top: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-md-xxl-only,
  [class][class][class].my-md-xxl-only {
    margin-top: 70px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-md-xxl-only,
  [class][class][class].my-md-xxl-only {
    margin-top: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-md-xxl-only,
  [class][class][class].mx-md-xxl-only {
    margin-right: 40px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-md-xxl-only,
  [class][class][class].mx-md-xxl-only {
    margin-right: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-md-xxl-only,
  [class][class][class].mx-md-xxl-only {
    margin-right: 70px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-md-xxl-only,
  [class][class][class].mx-md-xxl-only {
    margin-right: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-md-xxl-only,
  [class][class][class].my-md-xxl-only {
    margin-bottom: 40px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-md-xxl-only,
  [class][class][class].my-md-xxl-only {
    margin-bottom: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-md-xxl-only,
  [class][class][class].my-md-xxl-only {
    margin-bottom: 70px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-md-xxl-only,
  [class][class][class].my-md-xxl-only {
    margin-bottom: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-md-xxl-only,
  [class][class][class].mx-md-xxl-only {
    margin-left: 40px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-md-xxl-only,
  [class][class][class].mx-md-xxl-only {
    margin-left: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-md-xxl-only,
  [class][class][class].mx-md-xxl-only {
    margin-left: 70px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-md-xxl-only,
  [class][class][class].mx-md-xxl-only {
    margin-left: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].m-md-xxxl {
    margin: 45px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].m-md-xxxl {
    margin: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].m-md-xxxl {
    margin: 80px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-md-xxxl {
    margin: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-md-xxxl,
  [class][class][class].my-md-xxxl {
    margin-top: 45px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-md-xxxl,
  [class][class][class].my-md-xxxl {
    margin-top: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mt-md-xxxl,
  [class][class][class].my-md-xxxl {
    margin-top: 80px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-md-xxxl,
  [class][class][class].my-md-xxxl {
    margin-top: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-md-xxxl,
  [class][class][class].mx-md-xxxl {
    margin-right: 45px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-md-xxxl,
  [class][class][class].mx-md-xxxl {
    margin-right: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mr-md-xxxl,
  [class][class][class].mx-md-xxxl {
    margin-right: 80px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-md-xxxl,
  [class][class][class].mx-md-xxxl {
    margin-right: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-md-xxxl,
  [class][class][class].my-md-xxxl {
    margin-bottom: 45px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-md-xxxl,
  [class][class][class].my-md-xxxl {
    margin-bottom: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mb-md-xxxl,
  [class][class][class].my-md-xxxl {
    margin-bottom: 80px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-md-xxxl,
  [class][class][class].my-md-xxxl {
    margin-bottom: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-md-xxxl,
  [class][class][class].mx-md-xxxl {
    margin-left: 45px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-md-xxxl,
  [class][class][class].mx-md-xxxl {
    margin-left: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].ml-md-xxxl,
  [class][class][class].mx-md-xxxl {
    margin-left: 80px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-md-xxxl,
  [class][class][class].mx-md-xxxl {
    margin-left: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].m-md-xxxl-neg {
    margin: -45px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].m-md-xxxl-neg {
    margin: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].m-md-xxxl-neg {
    margin: -80px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-md-xxxl-neg {
    margin: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-md-xxxl-neg,
  [class][class][class].my-md-xxxl-neg {
    margin-top: -45px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-md-xxxl-neg,
  [class][class][class].my-md-xxxl-neg {
    margin-top: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mt-md-xxxl-neg,
  [class][class][class].my-md-xxxl-neg {
    margin-top: -80px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-md-xxxl-neg,
  [class][class][class].my-md-xxxl-neg {
    margin-top: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-md-xxxl-neg,
  [class][class][class].mx-md-xxxl-neg {
    margin-right: -45px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-md-xxxl-neg,
  [class][class][class].mx-md-xxxl-neg {
    margin-right: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mr-md-xxxl-neg,
  [class][class][class].mx-md-xxxl-neg {
    margin-right: -80px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-md-xxxl-neg,
  [class][class][class].mx-md-xxxl-neg {
    margin-right: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-md-xxxl-neg,
  [class][class][class].my-md-xxxl-neg {
    margin-bottom: -45px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-md-xxxl-neg,
  [class][class][class].my-md-xxxl-neg {
    margin-bottom: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mb-md-xxxl-neg,
  [class][class][class].my-md-xxxl-neg {
    margin-bottom: -80px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-md-xxxl-neg,
  [class][class][class].my-md-xxxl-neg {
    margin-bottom: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-md-xxxl-neg,
  [class][class][class].mx-md-xxxl-neg {
    margin-left: -45px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-md-xxxl-neg,
  [class][class][class].mx-md-xxxl-neg {
    margin-left: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].ml-md-xxxl-neg,
  [class][class][class].mx-md-xxxl-neg {
    margin-left: -80px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-md-xxxl-neg,
  [class][class][class].mx-md-xxxl-neg {
    margin-left: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-md-xxxl-only {
    margin: 45px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-md-xxxl-only {
    margin: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-md-xxxl-only {
    margin: 80px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-md-xxxl-only {
    margin: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-md-xxxl-only,
  [class][class][class].my-md-xxxl-only {
    margin-top: 45px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-md-xxxl-only,
  [class][class][class].my-md-xxxl-only {
    margin-top: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-md-xxxl-only,
  [class][class][class].my-md-xxxl-only {
    margin-top: 80px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-md-xxxl-only,
  [class][class][class].my-md-xxxl-only {
    margin-top: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-md-xxxl-only,
  [class][class][class].mx-md-xxxl-only {
    margin-right: 45px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-md-xxxl-only,
  [class][class][class].mx-md-xxxl-only {
    margin-right: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-md-xxxl-only,
  [class][class][class].mx-md-xxxl-only {
    margin-right: 80px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-md-xxxl-only,
  [class][class][class].mx-md-xxxl-only {
    margin-right: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-md-xxxl-only,
  [class][class][class].my-md-xxxl-only {
    margin-bottom: 45px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-md-xxxl-only,
  [class][class][class].my-md-xxxl-only {
    margin-bottom: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-md-xxxl-only,
  [class][class][class].my-md-xxxl-only {
    margin-bottom: 80px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-md-xxxl-only,
  [class][class][class].my-md-xxxl-only {
    margin-bottom: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-md-xxxl-only,
  [class][class][class].mx-md-xxxl-only {
    margin-left: 45px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-md-xxxl-only,
  [class][class][class].mx-md-xxxl-only {
    margin-left: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-md-xxxl-only,
  [class][class][class].mx-md-xxxl-only {
    margin-left: 80px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-md-xxxl-only,
  [class][class][class].mx-md-xxxl-only {
    margin-left: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].m-md-huge {
    margin: 60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].m-md-huge {
    margin: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].m-md-huge {
    margin: 130px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-md-huge {
    margin: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-md-huge,
  [class][class][class].my-md-huge {
    margin-top: 60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-md-huge,
  [class][class][class].my-md-huge {
    margin-top: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mt-md-huge,
  [class][class][class].my-md-huge {
    margin-top: 130px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-md-huge,
  [class][class][class].my-md-huge {
    margin-top: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-md-huge,
  [class][class][class].mx-md-huge {
    margin-right: 60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-md-huge,
  [class][class][class].mx-md-huge {
    margin-right: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mr-md-huge,
  [class][class][class].mx-md-huge {
    margin-right: 130px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-md-huge,
  [class][class][class].mx-md-huge {
    margin-right: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-md-huge,
  [class][class][class].my-md-huge {
    margin-bottom: 60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-md-huge,
  [class][class][class].my-md-huge {
    margin-bottom: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mb-md-huge,
  [class][class][class].my-md-huge {
    margin-bottom: 130px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-md-huge,
  [class][class][class].my-md-huge {
    margin-bottom: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-md-huge,
  [class][class][class].mx-md-huge {
    margin-left: 60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-md-huge,
  [class][class][class].mx-md-huge {
    margin-left: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].ml-md-huge,
  [class][class][class].mx-md-huge {
    margin-left: 130px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-md-huge,
  [class][class][class].mx-md-huge {
    margin-left: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].m-md-huge-neg {
    margin: -60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].m-md-huge-neg {
    margin: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].m-md-huge-neg {
    margin: -130px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-md-huge-neg {
    margin: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-md-huge-neg,
  [class][class][class].my-md-huge-neg {
    margin-top: -60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-md-huge-neg,
  [class][class][class].my-md-huge-neg {
    margin-top: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mt-md-huge-neg,
  [class][class][class].my-md-huge-neg {
    margin-top: -130px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-md-huge-neg,
  [class][class][class].my-md-huge-neg {
    margin-top: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-md-huge-neg,
  [class][class][class].mx-md-huge-neg {
    margin-right: -60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-md-huge-neg,
  [class][class][class].mx-md-huge-neg {
    margin-right: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mr-md-huge-neg,
  [class][class][class].mx-md-huge-neg {
    margin-right: -130px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-md-huge-neg,
  [class][class][class].mx-md-huge-neg {
    margin-right: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-md-huge-neg,
  [class][class][class].my-md-huge-neg {
    margin-bottom: -60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-md-huge-neg,
  [class][class][class].my-md-huge-neg {
    margin-bottom: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].mb-md-huge-neg,
  [class][class][class].my-md-huge-neg {
    margin-bottom: -130px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-md-huge-neg,
  [class][class][class].my-md-huge-neg {
    margin-bottom: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-md-huge-neg,
  [class][class][class].mx-md-huge-neg {
    margin-left: -60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-md-huge-neg,
  [class][class][class].mx-md-huge-neg {
    margin-left: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].ml-md-huge-neg,
  [class][class][class].mx-md-huge-neg {
    margin-left: -130px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-md-huge-neg,
  [class][class][class].mx-md-huge-neg {
    margin-left: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-md-huge-only {
    margin: 60px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-md-huge-only {
    margin: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-md-huge-only {
    margin: 130px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-md-huge-only {
    margin: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-md-huge-only,
  [class][class][class].my-md-huge-only {
    margin-top: 60px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-md-huge-only,
  [class][class][class].my-md-huge-only {
    margin-top: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-md-huge-only,
  [class][class][class].my-md-huge-only {
    margin-top: 130px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-md-huge-only,
  [class][class][class].my-md-huge-only {
    margin-top: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-md-huge-only,
  [class][class][class].mx-md-huge-only {
    margin-right: 60px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-md-huge-only,
  [class][class][class].mx-md-huge-only {
    margin-right: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-md-huge-only,
  [class][class][class].mx-md-huge-only {
    margin-right: 130px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-md-huge-only,
  [class][class][class].mx-md-huge-only {
    margin-right: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-md-huge-only,
  [class][class][class].my-md-huge-only {
    margin-bottom: 60px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-md-huge-only,
  [class][class][class].my-md-huge-only {
    margin-bottom: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-md-huge-only,
  [class][class][class].my-md-huge-only {
    margin-bottom: 130px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-md-huge-only,
  [class][class][class].my-md-huge-only {
    margin-bottom: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-md-huge-only,
  [class][class][class].mx-md-huge-only {
    margin-left: 60px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-md-huge-only,
  [class][class][class].mx-md-huge-only {
    margin-left: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-md-huge-only,
  [class][class][class].mx-md-huge-only {
    margin-left: 130px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-md-huge-only,
  [class][class][class].mx-md-huge-only {
    margin-left: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].p-md-null {
    padding: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].p-md-null {
    padding: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].p-md-null {
    padding: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-md-null {
    padding: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-md-null,
  [class][class][class].py-md-null {
    padding-top: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-md-null,
  [class][class][class].py-md-null {
    padding-top: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pt-md-null,
  [class][class][class].py-md-null {
    padding-top: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-md-null,
  [class][class][class].py-md-null {
    padding-top: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-md-null,
  [class][class][class].px-md-null {
    padding-right: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-md-null,
  [class][class][class].px-md-null {
    padding-right: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pr-md-null,
  [class][class][class].px-md-null {
    padding-right: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-md-null,
  [class][class][class].px-md-null {
    padding-right: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-md-null,
  [class][class][class].py-md-null {
    padding-bottom: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-md-null,
  [class][class][class].py-md-null {
    padding-bottom: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pb-md-null,
  [class][class][class].py-md-null {
    padding-bottom: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-md-null,
  [class][class][class].py-md-null {
    padding-bottom: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-md-null,
  [class][class][class].px-md-null {
    padding-left: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-md-null,
  [class][class][class].px-md-null {
    padding-left: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pl-md-null,
  [class][class][class].px-md-null {
    padding-left: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-md-null,
  [class][class][class].px-md-null {
    padding-left: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].p-md-null-neg {
    padding: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].p-md-null-neg {
    padding: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].p-md-null-neg {
    padding: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-md-null-neg {
    padding: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-md-null-neg,
  [class][class][class].py-md-null-neg {
    padding-top: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-md-null-neg,
  [class][class][class].py-md-null-neg {
    padding-top: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pt-md-null-neg,
  [class][class][class].py-md-null-neg {
    padding-top: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-md-null-neg,
  [class][class][class].py-md-null-neg {
    padding-top: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-md-null-neg,
  [class][class][class].px-md-null-neg {
    padding-right: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-md-null-neg,
  [class][class][class].px-md-null-neg {
    padding-right: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pr-md-null-neg,
  [class][class][class].px-md-null-neg {
    padding-right: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-md-null-neg,
  [class][class][class].px-md-null-neg {
    padding-right: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-md-null-neg,
  [class][class][class].py-md-null-neg {
    padding-bottom: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-md-null-neg,
  [class][class][class].py-md-null-neg {
    padding-bottom: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pb-md-null-neg,
  [class][class][class].py-md-null-neg {
    padding-bottom: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-md-null-neg,
  [class][class][class].py-md-null-neg {
    padding-bottom: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-md-null-neg,
  [class][class][class].px-md-null-neg {
    padding-left: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-md-null-neg,
  [class][class][class].px-md-null-neg {
    padding-left: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pl-md-null-neg,
  [class][class][class].px-md-null-neg {
    padding-left: 0px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-md-null-neg,
  [class][class][class].px-md-null-neg {
    padding-left: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-md-null-only {
    padding: 0px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-md-null-only {
    padding: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-md-null-only {
    padding: 0px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-md-null-only {
    padding: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-md-null-only,
  [class][class][class].py-md-null-only {
    padding-top: 0px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-md-null-only,
  [class][class][class].py-md-null-only {
    padding-top: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-md-null-only,
  [class][class][class].py-md-null-only {
    padding-top: 0px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-md-null-only,
  [class][class][class].py-md-null-only {
    padding-top: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-md-null-only,
  [class][class][class].px-md-null-only {
    padding-right: 0px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-md-null-only,
  [class][class][class].px-md-null-only {
    padding-right: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-md-null-only,
  [class][class][class].px-md-null-only {
    padding-right: 0px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-md-null-only,
  [class][class][class].px-md-null-only {
    padding-right: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-md-null-only,
  [class][class][class].py-md-null-only {
    padding-bottom: 0px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-md-null-only,
  [class][class][class].py-md-null-only {
    padding-bottom: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-md-null-only,
  [class][class][class].py-md-null-only {
    padding-bottom: 0px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-md-null-only,
  [class][class][class].py-md-null-only {
    padding-bottom: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-md-null-only,
  [class][class][class].px-md-null-only {
    padding-left: 0px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-md-null-only,
  [class][class][class].px-md-null-only {
    padding-left: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-md-null-only,
  [class][class][class].px-md-null-only {
    padding-left: 0px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-md-null-only,
  [class][class][class].px-md-null-only {
    padding-left: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].p-md-xxs {
    padding: 5px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].p-md-xxs {
    padding: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].p-md-xxs {
    padding: 10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-md-xxs {
    padding: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-md-xxs,
  [class][class][class].py-md-xxs {
    padding-top: 5px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-md-xxs,
  [class][class][class].py-md-xxs {
    padding-top: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pt-md-xxs,
  [class][class][class].py-md-xxs {
    padding-top: 10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-md-xxs,
  [class][class][class].py-md-xxs {
    padding-top: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-md-xxs,
  [class][class][class].px-md-xxs {
    padding-right: 5px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-md-xxs,
  [class][class][class].px-md-xxs {
    padding-right: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pr-md-xxs,
  [class][class][class].px-md-xxs {
    padding-right: 10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-md-xxs,
  [class][class][class].px-md-xxs {
    padding-right: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-md-xxs,
  [class][class][class].py-md-xxs {
    padding-bottom: 5px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-md-xxs,
  [class][class][class].py-md-xxs {
    padding-bottom: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pb-md-xxs,
  [class][class][class].py-md-xxs {
    padding-bottom: 10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-md-xxs,
  [class][class][class].py-md-xxs {
    padding-bottom: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-md-xxs,
  [class][class][class].px-md-xxs {
    padding-left: 5px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-md-xxs,
  [class][class][class].px-md-xxs {
    padding-left: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pl-md-xxs,
  [class][class][class].px-md-xxs {
    padding-left: 10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-md-xxs,
  [class][class][class].px-md-xxs {
    padding-left: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].p-md-xxs-neg {
    padding: -5px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].p-md-xxs-neg {
    padding: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].p-md-xxs-neg {
    padding: -10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-md-xxs-neg {
    padding: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-md-xxs-neg,
  [class][class][class].py-md-xxs-neg {
    padding-top: -5px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-md-xxs-neg,
  [class][class][class].py-md-xxs-neg {
    padding-top: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pt-md-xxs-neg,
  [class][class][class].py-md-xxs-neg {
    padding-top: -10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-md-xxs-neg,
  [class][class][class].py-md-xxs-neg {
    padding-top: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-md-xxs-neg,
  [class][class][class].px-md-xxs-neg {
    padding-right: -5px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-md-xxs-neg,
  [class][class][class].px-md-xxs-neg {
    padding-right: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pr-md-xxs-neg,
  [class][class][class].px-md-xxs-neg {
    padding-right: -10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-md-xxs-neg,
  [class][class][class].px-md-xxs-neg {
    padding-right: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-md-xxs-neg,
  [class][class][class].py-md-xxs-neg {
    padding-bottom: -5px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-md-xxs-neg,
  [class][class][class].py-md-xxs-neg {
    padding-bottom: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pb-md-xxs-neg,
  [class][class][class].py-md-xxs-neg {
    padding-bottom: -10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-md-xxs-neg,
  [class][class][class].py-md-xxs-neg {
    padding-bottom: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-md-xxs-neg,
  [class][class][class].px-md-xxs-neg {
    padding-left: -5px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-md-xxs-neg,
  [class][class][class].px-md-xxs-neg {
    padding-left: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pl-md-xxs-neg,
  [class][class][class].px-md-xxs-neg {
    padding-left: -10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-md-xxs-neg,
  [class][class][class].px-md-xxs-neg {
    padding-left: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-md-xxs-only {
    padding: 5px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-md-xxs-only {
    padding: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-md-xxs-only {
    padding: 10px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-md-xxs-only {
    padding: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-md-xxs-only,
  [class][class][class].py-md-xxs-only {
    padding-top: 5px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-md-xxs-only,
  [class][class][class].py-md-xxs-only {
    padding-top: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-md-xxs-only,
  [class][class][class].py-md-xxs-only {
    padding-top: 10px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-md-xxs-only,
  [class][class][class].py-md-xxs-only {
    padding-top: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-md-xxs-only,
  [class][class][class].px-md-xxs-only {
    padding-right: 5px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-md-xxs-only,
  [class][class][class].px-md-xxs-only {
    padding-right: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-md-xxs-only,
  [class][class][class].px-md-xxs-only {
    padding-right: 10px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-md-xxs-only,
  [class][class][class].px-md-xxs-only {
    padding-right: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-md-xxs-only,
  [class][class][class].py-md-xxs-only {
    padding-bottom: 5px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-md-xxs-only,
  [class][class][class].py-md-xxs-only {
    padding-bottom: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-md-xxs-only,
  [class][class][class].py-md-xxs-only {
    padding-bottom: 10px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-md-xxs-only,
  [class][class][class].py-md-xxs-only {
    padding-bottom: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-md-xxs-only,
  [class][class][class].px-md-xxs-only {
    padding-left: 5px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-md-xxs-only,
  [class][class][class].px-md-xxs-only {
    padding-left: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-md-xxs-only,
  [class][class][class].px-md-xxs-only {
    padding-left: 10px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-md-xxs-only,
  [class][class][class].px-md-xxs-only {
    padding-left: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].p-md-xs {
    padding: 10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].p-md-xs {
    padding: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].p-md-xs {
    padding: 20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-md-xs {
    padding: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-md-xs,
  [class][class][class].py-md-xs {
    padding-top: 10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-md-xs,
  [class][class][class].py-md-xs {
    padding-top: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pt-md-xs,
  [class][class][class].py-md-xs {
    padding-top: 20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-md-xs,
  [class][class][class].py-md-xs {
    padding-top: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-md-xs,
  [class][class][class].px-md-xs {
    padding-right: 10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-md-xs,
  [class][class][class].px-md-xs {
    padding-right: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pr-md-xs,
  [class][class][class].px-md-xs {
    padding-right: 20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-md-xs,
  [class][class][class].px-md-xs {
    padding-right: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-md-xs,
  [class][class][class].py-md-xs {
    padding-bottom: 10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-md-xs,
  [class][class][class].py-md-xs {
    padding-bottom: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pb-md-xs,
  [class][class][class].py-md-xs {
    padding-bottom: 20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-md-xs,
  [class][class][class].py-md-xs {
    padding-bottom: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-md-xs,
  [class][class][class].px-md-xs {
    padding-left: 10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-md-xs,
  [class][class][class].px-md-xs {
    padding-left: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pl-md-xs,
  [class][class][class].px-md-xs {
    padding-left: 20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-md-xs,
  [class][class][class].px-md-xs {
    padding-left: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].p-md-xs-neg {
    padding: -10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].p-md-xs-neg {
    padding: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].p-md-xs-neg {
    padding: -20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-md-xs-neg {
    padding: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-md-xs-neg,
  [class][class][class].py-md-xs-neg {
    padding-top: -10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-md-xs-neg,
  [class][class][class].py-md-xs-neg {
    padding-top: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pt-md-xs-neg,
  [class][class][class].py-md-xs-neg {
    padding-top: -20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-md-xs-neg,
  [class][class][class].py-md-xs-neg {
    padding-top: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-md-xs-neg,
  [class][class][class].px-md-xs-neg {
    padding-right: -10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-md-xs-neg,
  [class][class][class].px-md-xs-neg {
    padding-right: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pr-md-xs-neg,
  [class][class][class].px-md-xs-neg {
    padding-right: -20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-md-xs-neg,
  [class][class][class].px-md-xs-neg {
    padding-right: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-md-xs-neg,
  [class][class][class].py-md-xs-neg {
    padding-bottom: -10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-md-xs-neg,
  [class][class][class].py-md-xs-neg {
    padding-bottom: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pb-md-xs-neg,
  [class][class][class].py-md-xs-neg {
    padding-bottom: -20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-md-xs-neg,
  [class][class][class].py-md-xs-neg {
    padding-bottom: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-md-xs-neg,
  [class][class][class].px-md-xs-neg {
    padding-left: -10px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-md-xs-neg,
  [class][class][class].px-md-xs-neg {
    padding-left: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pl-md-xs-neg,
  [class][class][class].px-md-xs-neg {
    padding-left: -20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-md-xs-neg,
  [class][class][class].px-md-xs-neg {
    padding-left: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-md-xs-only {
    padding: 10px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-md-xs-only {
    padding: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-md-xs-only {
    padding: 20px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-md-xs-only {
    padding: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-md-xs-only,
  [class][class][class].py-md-xs-only {
    padding-top: 10px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-md-xs-only,
  [class][class][class].py-md-xs-only {
    padding-top: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-md-xs-only,
  [class][class][class].py-md-xs-only {
    padding-top: 20px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-md-xs-only,
  [class][class][class].py-md-xs-only {
    padding-top: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-md-xs-only,
  [class][class][class].px-md-xs-only {
    padding-right: 10px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-md-xs-only,
  [class][class][class].px-md-xs-only {
    padding-right: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-md-xs-only,
  [class][class][class].px-md-xs-only {
    padding-right: 20px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-md-xs-only,
  [class][class][class].px-md-xs-only {
    padding-right: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-md-xs-only,
  [class][class][class].py-md-xs-only {
    padding-bottom: 10px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-md-xs-only,
  [class][class][class].py-md-xs-only {
    padding-bottom: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-md-xs-only,
  [class][class][class].py-md-xs-only {
    padding-bottom: 20px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-md-xs-only,
  [class][class][class].py-md-xs-only {
    padding-bottom: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-md-xs-only,
  [class][class][class].px-md-xs-only {
    padding-left: 10px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-md-xs-only,
  [class][class][class].px-md-xs-only {
    padding-left: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-md-xs-only,
  [class][class][class].px-md-xs-only {
    padding-left: 20px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-md-xs-only,
  [class][class][class].px-md-xs-only {
    padding-left: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].p-md-small {
    padding: 15px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].p-md-small {
    padding: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].p-md-small {
    padding: 30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-md-small {
    padding: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-md-small,
  [class][class][class].py-md-small {
    padding-top: 15px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-md-small,
  [class][class][class].py-md-small {
    padding-top: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pt-md-small,
  [class][class][class].py-md-small {
    padding-top: 30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-md-small,
  [class][class][class].py-md-small {
    padding-top: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-md-small,
  [class][class][class].px-md-small {
    padding-right: 15px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-md-small,
  [class][class][class].px-md-small {
    padding-right: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pr-md-small,
  [class][class][class].px-md-small {
    padding-right: 30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-md-small,
  [class][class][class].px-md-small {
    padding-right: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-md-small,
  [class][class][class].py-md-small {
    padding-bottom: 15px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-md-small,
  [class][class][class].py-md-small {
    padding-bottom: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pb-md-small,
  [class][class][class].py-md-small {
    padding-bottom: 30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-md-small,
  [class][class][class].py-md-small {
    padding-bottom: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-md-small,
  [class][class][class].px-md-small {
    padding-left: 15px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-md-small,
  [class][class][class].px-md-small {
    padding-left: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pl-md-small,
  [class][class][class].px-md-small {
    padding-left: 30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-md-small,
  [class][class][class].px-md-small {
    padding-left: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].p-md-small-neg {
    padding: -15px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].p-md-small-neg {
    padding: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].p-md-small-neg {
    padding: -30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-md-small-neg {
    padding: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-md-small-neg,
  [class][class][class].py-md-small-neg {
    padding-top: -15px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-md-small-neg,
  [class][class][class].py-md-small-neg {
    padding-top: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pt-md-small-neg,
  [class][class][class].py-md-small-neg {
    padding-top: -30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-md-small-neg,
  [class][class][class].py-md-small-neg {
    padding-top: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-md-small-neg,
  [class][class][class].px-md-small-neg {
    padding-right: -15px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-md-small-neg,
  [class][class][class].px-md-small-neg {
    padding-right: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pr-md-small-neg,
  [class][class][class].px-md-small-neg {
    padding-right: -30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-md-small-neg,
  [class][class][class].px-md-small-neg {
    padding-right: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-md-small-neg,
  [class][class][class].py-md-small-neg {
    padding-bottom: -15px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-md-small-neg,
  [class][class][class].py-md-small-neg {
    padding-bottom: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pb-md-small-neg,
  [class][class][class].py-md-small-neg {
    padding-bottom: -30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-md-small-neg,
  [class][class][class].py-md-small-neg {
    padding-bottom: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-md-small-neg,
  [class][class][class].px-md-small-neg {
    padding-left: -15px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-md-small-neg,
  [class][class][class].px-md-small-neg {
    padding-left: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pl-md-small-neg,
  [class][class][class].px-md-small-neg {
    padding-left: -30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-md-small-neg,
  [class][class][class].px-md-small-neg {
    padding-left: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-md-small-only {
    padding: 15px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-md-small-only {
    padding: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-md-small-only {
    padding: 30px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-md-small-only {
    padding: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-md-small-only,
  [class][class][class].py-md-small-only {
    padding-top: 15px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-md-small-only,
  [class][class][class].py-md-small-only {
    padding-top: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-md-small-only,
  [class][class][class].py-md-small-only {
    padding-top: 30px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-md-small-only,
  [class][class][class].py-md-small-only {
    padding-top: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-md-small-only,
  [class][class][class].px-md-small-only {
    padding-right: 15px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-md-small-only,
  [class][class][class].px-md-small-only {
    padding-right: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-md-small-only,
  [class][class][class].px-md-small-only {
    padding-right: 30px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-md-small-only,
  [class][class][class].px-md-small-only {
    padding-right: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-md-small-only,
  [class][class][class].py-md-small-only {
    padding-bottom: 15px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-md-small-only,
  [class][class][class].py-md-small-only {
    padding-bottom: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-md-small-only,
  [class][class][class].py-md-small-only {
    padding-bottom: 30px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-md-small-only,
  [class][class][class].py-md-small-only {
    padding-bottom: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-md-small-only,
  [class][class][class].px-md-small-only {
    padding-left: 15px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-md-small-only,
  [class][class][class].px-md-small-only {
    padding-left: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-md-small-only,
  [class][class][class].px-md-small-only {
    padding-left: 30px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-md-small-only,
  [class][class][class].px-md-small-only {
    padding-left: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].p-md-normal {
    padding: 20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].p-md-normal {
    padding: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].p-md-normal {
    padding: 40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-md-normal {
    padding: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-md-normal,
  [class][class][class].py-md-normal {
    padding-top: 20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-md-normal,
  [class][class][class].py-md-normal {
    padding-top: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pt-md-normal,
  [class][class][class].py-md-normal {
    padding-top: 40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-md-normal,
  [class][class][class].py-md-normal {
    padding-top: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-md-normal,
  [class][class][class].px-md-normal {
    padding-right: 20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-md-normal,
  [class][class][class].px-md-normal {
    padding-right: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pr-md-normal,
  [class][class][class].px-md-normal {
    padding-right: 40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-md-normal,
  [class][class][class].px-md-normal {
    padding-right: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-md-normal,
  [class][class][class].py-md-normal {
    padding-bottom: 20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-md-normal,
  [class][class][class].py-md-normal {
    padding-bottom: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pb-md-normal,
  [class][class][class].py-md-normal {
    padding-bottom: 40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-md-normal,
  [class][class][class].py-md-normal {
    padding-bottom: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-md-normal,
  [class][class][class].px-md-normal {
    padding-left: 20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-md-normal,
  [class][class][class].px-md-normal {
    padding-left: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pl-md-normal,
  [class][class][class].px-md-normal {
    padding-left: 40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-md-normal,
  [class][class][class].px-md-normal {
    padding-left: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].p-md-normal-neg {
    padding: -20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].p-md-normal-neg {
    padding: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].p-md-normal-neg {
    padding: -40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-md-normal-neg {
    padding: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-md-normal-neg,
  [class][class][class].py-md-normal-neg {
    padding-top: -20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-md-normal-neg,
  [class][class][class].py-md-normal-neg {
    padding-top: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pt-md-normal-neg,
  [class][class][class].py-md-normal-neg {
    padding-top: -40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-md-normal-neg,
  [class][class][class].py-md-normal-neg {
    padding-top: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-md-normal-neg,
  [class][class][class].px-md-normal-neg {
    padding-right: -20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-md-normal-neg,
  [class][class][class].px-md-normal-neg {
    padding-right: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pr-md-normal-neg,
  [class][class][class].px-md-normal-neg {
    padding-right: -40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-md-normal-neg,
  [class][class][class].px-md-normal-neg {
    padding-right: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-md-normal-neg,
  [class][class][class].py-md-normal-neg {
    padding-bottom: -20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-md-normal-neg,
  [class][class][class].py-md-normal-neg {
    padding-bottom: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pb-md-normal-neg,
  [class][class][class].py-md-normal-neg {
    padding-bottom: -40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-md-normal-neg,
  [class][class][class].py-md-normal-neg {
    padding-bottom: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-md-normal-neg,
  [class][class][class].px-md-normal-neg {
    padding-left: -20px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-md-normal-neg,
  [class][class][class].px-md-normal-neg {
    padding-left: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pl-md-normal-neg,
  [class][class][class].px-md-normal-neg {
    padding-left: -40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-md-normal-neg,
  [class][class][class].px-md-normal-neg {
    padding-left: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-md-normal-only {
    padding: 20px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-md-normal-only {
    padding: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-md-normal-only {
    padding: 40px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-md-normal-only {
    padding: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-md-normal-only,
  [class][class][class].py-md-normal-only {
    padding-top: 20px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-md-normal-only,
  [class][class][class].py-md-normal-only {
    padding-top: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-md-normal-only,
  [class][class][class].py-md-normal-only {
    padding-top: 40px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-md-normal-only,
  [class][class][class].py-md-normal-only {
    padding-top: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-md-normal-only,
  [class][class][class].px-md-normal-only {
    padding-right: 20px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-md-normal-only,
  [class][class][class].px-md-normal-only {
    padding-right: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-md-normal-only,
  [class][class][class].px-md-normal-only {
    padding-right: 40px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-md-normal-only,
  [class][class][class].px-md-normal-only {
    padding-right: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-md-normal-only,
  [class][class][class].py-md-normal-only {
    padding-bottom: 20px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-md-normal-only,
  [class][class][class].py-md-normal-only {
    padding-bottom: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-md-normal-only,
  [class][class][class].py-md-normal-only {
    padding-bottom: 40px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-md-normal-only,
  [class][class][class].py-md-normal-only {
    padding-bottom: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-md-normal-only,
  [class][class][class].px-md-normal-only {
    padding-left: 20px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-md-normal-only,
  [class][class][class].px-md-normal-only {
    padding-left: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-md-normal-only,
  [class][class][class].px-md-normal-only {
    padding-left: 40px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-md-normal-only,
  [class][class][class].px-md-normal-only {
    padding-left: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].p-md-large {
    padding: 25px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].p-md-large {
    padding: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].p-md-large {
    padding: 50px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-md-large {
    padding: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-md-large,
  [class][class][class].py-md-large {
    padding-top: 25px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-md-large,
  [class][class][class].py-md-large {
    padding-top: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pt-md-large,
  [class][class][class].py-md-large {
    padding-top: 50px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-md-large,
  [class][class][class].py-md-large {
    padding-top: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-md-large,
  [class][class][class].px-md-large {
    padding-right: 25px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-md-large,
  [class][class][class].px-md-large {
    padding-right: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pr-md-large,
  [class][class][class].px-md-large {
    padding-right: 50px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-md-large,
  [class][class][class].px-md-large {
    padding-right: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-md-large,
  [class][class][class].py-md-large {
    padding-bottom: 25px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-md-large,
  [class][class][class].py-md-large {
    padding-bottom: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pb-md-large,
  [class][class][class].py-md-large {
    padding-bottom: 50px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-md-large,
  [class][class][class].py-md-large {
    padding-bottom: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-md-large,
  [class][class][class].px-md-large {
    padding-left: 25px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-md-large,
  [class][class][class].px-md-large {
    padding-left: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pl-md-large,
  [class][class][class].px-md-large {
    padding-left: 50px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-md-large,
  [class][class][class].px-md-large {
    padding-left: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].p-md-large-neg {
    padding: -25px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].p-md-large-neg {
    padding: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].p-md-large-neg {
    padding: -50px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-md-large-neg {
    padding: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-md-large-neg,
  [class][class][class].py-md-large-neg {
    padding-top: -25px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-md-large-neg,
  [class][class][class].py-md-large-neg {
    padding-top: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pt-md-large-neg,
  [class][class][class].py-md-large-neg {
    padding-top: -50px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-md-large-neg,
  [class][class][class].py-md-large-neg {
    padding-top: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-md-large-neg,
  [class][class][class].px-md-large-neg {
    padding-right: -25px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-md-large-neg,
  [class][class][class].px-md-large-neg {
    padding-right: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pr-md-large-neg,
  [class][class][class].px-md-large-neg {
    padding-right: -50px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-md-large-neg,
  [class][class][class].px-md-large-neg {
    padding-right: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-md-large-neg,
  [class][class][class].py-md-large-neg {
    padding-bottom: -25px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-md-large-neg,
  [class][class][class].py-md-large-neg {
    padding-bottom: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pb-md-large-neg,
  [class][class][class].py-md-large-neg {
    padding-bottom: -50px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-md-large-neg,
  [class][class][class].py-md-large-neg {
    padding-bottom: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-md-large-neg,
  [class][class][class].px-md-large-neg {
    padding-left: -25px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-md-large-neg,
  [class][class][class].px-md-large-neg {
    padding-left: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pl-md-large-neg,
  [class][class][class].px-md-large-neg {
    padding-left: -50px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-md-large-neg,
  [class][class][class].px-md-large-neg {
    padding-left: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-md-large-only {
    padding: 25px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-md-large-only {
    padding: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-md-large-only {
    padding: 50px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-md-large-only {
    padding: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-md-large-only,
  [class][class][class].py-md-large-only {
    padding-top: 25px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-md-large-only,
  [class][class][class].py-md-large-only {
    padding-top: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-md-large-only,
  [class][class][class].py-md-large-only {
    padding-top: 50px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-md-large-only,
  [class][class][class].py-md-large-only {
    padding-top: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-md-large-only,
  [class][class][class].px-md-large-only {
    padding-right: 25px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-md-large-only,
  [class][class][class].px-md-large-only {
    padding-right: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-md-large-only,
  [class][class][class].px-md-large-only {
    padding-right: 50px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-md-large-only,
  [class][class][class].px-md-large-only {
    padding-right: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-md-large-only,
  [class][class][class].py-md-large-only {
    padding-bottom: 25px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-md-large-only,
  [class][class][class].py-md-large-only {
    padding-bottom: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-md-large-only,
  [class][class][class].py-md-large-only {
    padding-bottom: 50px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-md-large-only,
  [class][class][class].py-md-large-only {
    padding-bottom: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-md-large-only,
  [class][class][class].px-md-large-only {
    padding-left: 25px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-md-large-only,
  [class][class][class].px-md-large-only {
    padding-left: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-md-large-only,
  [class][class][class].px-md-large-only {
    padding-left: 50px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-md-large-only,
  [class][class][class].px-md-large-only {
    padding-left: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].p-md-xl {
    padding: 30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].p-md-xl {
    padding: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].p-md-xl {
    padding: 60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-md-xl {
    padding: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-md-xl,
  [class][class][class].py-md-xl {
    padding-top: 30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-md-xl,
  [class][class][class].py-md-xl {
    padding-top: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pt-md-xl,
  [class][class][class].py-md-xl {
    padding-top: 60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-md-xl,
  [class][class][class].py-md-xl {
    padding-top: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-md-xl,
  [class][class][class].px-md-xl {
    padding-right: 30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-md-xl,
  [class][class][class].px-md-xl {
    padding-right: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pr-md-xl,
  [class][class][class].px-md-xl {
    padding-right: 60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-md-xl,
  [class][class][class].px-md-xl {
    padding-right: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-md-xl,
  [class][class][class].py-md-xl {
    padding-bottom: 30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-md-xl,
  [class][class][class].py-md-xl {
    padding-bottom: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pb-md-xl,
  [class][class][class].py-md-xl {
    padding-bottom: 60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-md-xl,
  [class][class][class].py-md-xl {
    padding-bottom: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-md-xl,
  [class][class][class].px-md-xl {
    padding-left: 30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-md-xl,
  [class][class][class].px-md-xl {
    padding-left: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pl-md-xl,
  [class][class][class].px-md-xl {
    padding-left: 60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-md-xl,
  [class][class][class].px-md-xl {
    padding-left: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].p-md-xl-neg {
    padding: -30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].p-md-xl-neg {
    padding: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].p-md-xl-neg {
    padding: -60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-md-xl-neg {
    padding: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-md-xl-neg,
  [class][class][class].py-md-xl-neg {
    padding-top: -30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-md-xl-neg,
  [class][class][class].py-md-xl-neg {
    padding-top: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pt-md-xl-neg,
  [class][class][class].py-md-xl-neg {
    padding-top: -60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-md-xl-neg,
  [class][class][class].py-md-xl-neg {
    padding-top: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-md-xl-neg,
  [class][class][class].px-md-xl-neg {
    padding-right: -30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-md-xl-neg,
  [class][class][class].px-md-xl-neg {
    padding-right: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pr-md-xl-neg,
  [class][class][class].px-md-xl-neg {
    padding-right: -60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-md-xl-neg,
  [class][class][class].px-md-xl-neg {
    padding-right: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-md-xl-neg,
  [class][class][class].py-md-xl-neg {
    padding-bottom: -30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-md-xl-neg,
  [class][class][class].py-md-xl-neg {
    padding-bottom: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pb-md-xl-neg,
  [class][class][class].py-md-xl-neg {
    padding-bottom: -60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-md-xl-neg,
  [class][class][class].py-md-xl-neg {
    padding-bottom: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-md-xl-neg,
  [class][class][class].px-md-xl-neg {
    padding-left: -30px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-md-xl-neg,
  [class][class][class].px-md-xl-neg {
    padding-left: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pl-md-xl-neg,
  [class][class][class].px-md-xl-neg {
    padding-left: -60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-md-xl-neg,
  [class][class][class].px-md-xl-neg {
    padding-left: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-md-xl-only {
    padding: 30px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-md-xl-only {
    padding: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-md-xl-only {
    padding: 60px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-md-xl-only {
    padding: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-md-xl-only,
  [class][class][class].py-md-xl-only {
    padding-top: 30px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-md-xl-only,
  [class][class][class].py-md-xl-only {
    padding-top: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-md-xl-only,
  [class][class][class].py-md-xl-only {
    padding-top: 60px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-md-xl-only,
  [class][class][class].py-md-xl-only {
    padding-top: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-md-xl-only,
  [class][class][class].px-md-xl-only {
    padding-right: 30px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-md-xl-only,
  [class][class][class].px-md-xl-only {
    padding-right: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-md-xl-only,
  [class][class][class].px-md-xl-only {
    padding-right: 60px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-md-xl-only,
  [class][class][class].px-md-xl-only {
    padding-right: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-md-xl-only,
  [class][class][class].py-md-xl-only {
    padding-bottom: 30px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-md-xl-only,
  [class][class][class].py-md-xl-only {
    padding-bottom: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-md-xl-only,
  [class][class][class].py-md-xl-only {
    padding-bottom: 60px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-md-xl-only,
  [class][class][class].py-md-xl-only {
    padding-bottom: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-md-xl-only,
  [class][class][class].px-md-xl-only {
    padding-left: 30px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-md-xl-only,
  [class][class][class].px-md-xl-only {
    padding-left: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-md-xl-only,
  [class][class][class].px-md-xl-only {
    padding-left: 60px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-md-xl-only,
  [class][class][class].px-md-xl-only {
    padding-left: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].p-md-xxl {
    padding: 40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].p-md-xxl {
    padding: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].p-md-xxl {
    padding: 70px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-md-xxl {
    padding: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-md-xxl,
  [class][class][class].py-md-xxl {
    padding-top: 40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-md-xxl,
  [class][class][class].py-md-xxl {
    padding-top: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pt-md-xxl,
  [class][class][class].py-md-xxl {
    padding-top: 70px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-md-xxl,
  [class][class][class].py-md-xxl {
    padding-top: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-md-xxl,
  [class][class][class].px-md-xxl {
    padding-right: 40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-md-xxl,
  [class][class][class].px-md-xxl {
    padding-right: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pr-md-xxl,
  [class][class][class].px-md-xxl {
    padding-right: 70px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-md-xxl,
  [class][class][class].px-md-xxl {
    padding-right: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-md-xxl,
  [class][class][class].py-md-xxl {
    padding-bottom: 40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-md-xxl,
  [class][class][class].py-md-xxl {
    padding-bottom: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pb-md-xxl,
  [class][class][class].py-md-xxl {
    padding-bottom: 70px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-md-xxl,
  [class][class][class].py-md-xxl {
    padding-bottom: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-md-xxl,
  [class][class][class].px-md-xxl {
    padding-left: 40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-md-xxl,
  [class][class][class].px-md-xxl {
    padding-left: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pl-md-xxl,
  [class][class][class].px-md-xxl {
    padding-left: 70px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-md-xxl,
  [class][class][class].px-md-xxl {
    padding-left: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].p-md-xxl-neg {
    padding: -40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].p-md-xxl-neg {
    padding: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].p-md-xxl-neg {
    padding: -70px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-md-xxl-neg {
    padding: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-md-xxl-neg,
  [class][class][class].py-md-xxl-neg {
    padding-top: -40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-md-xxl-neg,
  [class][class][class].py-md-xxl-neg {
    padding-top: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pt-md-xxl-neg,
  [class][class][class].py-md-xxl-neg {
    padding-top: -70px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-md-xxl-neg,
  [class][class][class].py-md-xxl-neg {
    padding-top: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-md-xxl-neg,
  [class][class][class].px-md-xxl-neg {
    padding-right: -40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-md-xxl-neg,
  [class][class][class].px-md-xxl-neg {
    padding-right: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pr-md-xxl-neg,
  [class][class][class].px-md-xxl-neg {
    padding-right: -70px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-md-xxl-neg,
  [class][class][class].px-md-xxl-neg {
    padding-right: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-md-xxl-neg,
  [class][class][class].py-md-xxl-neg {
    padding-bottom: -40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-md-xxl-neg,
  [class][class][class].py-md-xxl-neg {
    padding-bottom: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pb-md-xxl-neg,
  [class][class][class].py-md-xxl-neg {
    padding-bottom: -70px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-md-xxl-neg,
  [class][class][class].py-md-xxl-neg {
    padding-bottom: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-md-xxl-neg,
  [class][class][class].px-md-xxl-neg {
    padding-left: -40px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-md-xxl-neg,
  [class][class][class].px-md-xxl-neg {
    padding-left: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pl-md-xxl-neg,
  [class][class][class].px-md-xxl-neg {
    padding-left: -70px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-md-xxl-neg,
  [class][class][class].px-md-xxl-neg {
    padding-left: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-md-xxl-only {
    padding: 40px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-md-xxl-only {
    padding: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-md-xxl-only {
    padding: 70px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-md-xxl-only {
    padding: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-md-xxl-only,
  [class][class][class].py-md-xxl-only {
    padding-top: 40px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-md-xxl-only,
  [class][class][class].py-md-xxl-only {
    padding-top: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-md-xxl-only,
  [class][class][class].py-md-xxl-only {
    padding-top: 70px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-md-xxl-only,
  [class][class][class].py-md-xxl-only {
    padding-top: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-md-xxl-only,
  [class][class][class].px-md-xxl-only {
    padding-right: 40px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-md-xxl-only,
  [class][class][class].px-md-xxl-only {
    padding-right: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-md-xxl-only,
  [class][class][class].px-md-xxl-only {
    padding-right: 70px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-md-xxl-only,
  [class][class][class].px-md-xxl-only {
    padding-right: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-md-xxl-only,
  [class][class][class].py-md-xxl-only {
    padding-bottom: 40px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-md-xxl-only,
  [class][class][class].py-md-xxl-only {
    padding-bottom: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-md-xxl-only,
  [class][class][class].py-md-xxl-only {
    padding-bottom: 70px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-md-xxl-only,
  [class][class][class].py-md-xxl-only {
    padding-bottom: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-md-xxl-only,
  [class][class][class].px-md-xxl-only {
    padding-left: 40px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-md-xxl-only,
  [class][class][class].px-md-xxl-only {
    padding-left: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-md-xxl-only,
  [class][class][class].px-md-xxl-only {
    padding-left: 70px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-md-xxl-only,
  [class][class][class].px-md-xxl-only {
    padding-left: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].p-md-xxxl {
    padding: 45px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].p-md-xxxl {
    padding: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].p-md-xxxl {
    padding: 80px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-md-xxxl {
    padding: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-md-xxxl,
  [class][class][class].py-md-xxxl {
    padding-top: 45px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-md-xxxl,
  [class][class][class].py-md-xxxl {
    padding-top: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pt-md-xxxl,
  [class][class][class].py-md-xxxl {
    padding-top: 80px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-md-xxxl,
  [class][class][class].py-md-xxxl {
    padding-top: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-md-xxxl,
  [class][class][class].px-md-xxxl {
    padding-right: 45px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-md-xxxl,
  [class][class][class].px-md-xxxl {
    padding-right: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pr-md-xxxl,
  [class][class][class].px-md-xxxl {
    padding-right: 80px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-md-xxxl,
  [class][class][class].px-md-xxxl {
    padding-right: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-md-xxxl,
  [class][class][class].py-md-xxxl {
    padding-bottom: 45px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-md-xxxl,
  [class][class][class].py-md-xxxl {
    padding-bottom: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pb-md-xxxl,
  [class][class][class].py-md-xxxl {
    padding-bottom: 80px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-md-xxxl,
  [class][class][class].py-md-xxxl {
    padding-bottom: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-md-xxxl,
  [class][class][class].px-md-xxxl {
    padding-left: 45px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-md-xxxl,
  [class][class][class].px-md-xxxl {
    padding-left: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pl-md-xxxl,
  [class][class][class].px-md-xxxl {
    padding-left: 80px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-md-xxxl,
  [class][class][class].px-md-xxxl {
    padding-left: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].p-md-xxxl-neg {
    padding: -45px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].p-md-xxxl-neg {
    padding: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].p-md-xxxl-neg {
    padding: -80px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-md-xxxl-neg {
    padding: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-md-xxxl-neg,
  [class][class][class].py-md-xxxl-neg {
    padding-top: -45px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-md-xxxl-neg,
  [class][class][class].py-md-xxxl-neg {
    padding-top: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pt-md-xxxl-neg,
  [class][class][class].py-md-xxxl-neg {
    padding-top: -80px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-md-xxxl-neg,
  [class][class][class].py-md-xxxl-neg {
    padding-top: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-md-xxxl-neg,
  [class][class][class].px-md-xxxl-neg {
    padding-right: -45px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-md-xxxl-neg,
  [class][class][class].px-md-xxxl-neg {
    padding-right: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pr-md-xxxl-neg,
  [class][class][class].px-md-xxxl-neg {
    padding-right: -80px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-md-xxxl-neg,
  [class][class][class].px-md-xxxl-neg {
    padding-right: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-md-xxxl-neg,
  [class][class][class].py-md-xxxl-neg {
    padding-bottom: -45px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-md-xxxl-neg,
  [class][class][class].py-md-xxxl-neg {
    padding-bottom: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pb-md-xxxl-neg,
  [class][class][class].py-md-xxxl-neg {
    padding-bottom: -80px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-md-xxxl-neg,
  [class][class][class].py-md-xxxl-neg {
    padding-bottom: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-md-xxxl-neg,
  [class][class][class].px-md-xxxl-neg {
    padding-left: -45px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-md-xxxl-neg,
  [class][class][class].px-md-xxxl-neg {
    padding-left: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pl-md-xxxl-neg,
  [class][class][class].px-md-xxxl-neg {
    padding-left: -80px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-md-xxxl-neg,
  [class][class][class].px-md-xxxl-neg {
    padding-left: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-md-xxxl-only {
    padding: 45px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-md-xxxl-only {
    padding: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-md-xxxl-only {
    padding: 80px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-md-xxxl-only {
    padding: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-md-xxxl-only,
  [class][class][class].py-md-xxxl-only {
    padding-top: 45px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-md-xxxl-only,
  [class][class][class].py-md-xxxl-only {
    padding-top: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-md-xxxl-only,
  [class][class][class].py-md-xxxl-only {
    padding-top: 80px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-md-xxxl-only,
  [class][class][class].py-md-xxxl-only {
    padding-top: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-md-xxxl-only,
  [class][class][class].px-md-xxxl-only {
    padding-right: 45px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-md-xxxl-only,
  [class][class][class].px-md-xxxl-only {
    padding-right: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-md-xxxl-only,
  [class][class][class].px-md-xxxl-only {
    padding-right: 80px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-md-xxxl-only,
  [class][class][class].px-md-xxxl-only {
    padding-right: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-md-xxxl-only,
  [class][class][class].py-md-xxxl-only {
    padding-bottom: 45px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-md-xxxl-only,
  [class][class][class].py-md-xxxl-only {
    padding-bottom: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-md-xxxl-only,
  [class][class][class].py-md-xxxl-only {
    padding-bottom: 80px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-md-xxxl-only,
  [class][class][class].py-md-xxxl-only {
    padding-bottom: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-md-xxxl-only,
  [class][class][class].px-md-xxxl-only {
    padding-left: 45px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-md-xxxl-only,
  [class][class][class].px-md-xxxl-only {
    padding-left: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-md-xxxl-only,
  [class][class][class].px-md-xxxl-only {
    padding-left: 80px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-md-xxxl-only,
  [class][class][class].px-md-xxxl-only {
    padding-left: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].p-md-huge {
    padding: 60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].p-md-huge {
    padding: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].p-md-huge {
    padding: 130px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-md-huge {
    padding: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-md-huge,
  [class][class][class].py-md-huge {
    padding-top: 60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-md-huge,
  [class][class][class].py-md-huge {
    padding-top: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pt-md-huge,
  [class][class][class].py-md-huge {
    padding-top: 130px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-md-huge,
  [class][class][class].py-md-huge {
    padding-top: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-md-huge,
  [class][class][class].px-md-huge {
    padding-right: 60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-md-huge,
  [class][class][class].px-md-huge {
    padding-right: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pr-md-huge,
  [class][class][class].px-md-huge {
    padding-right: 130px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-md-huge,
  [class][class][class].px-md-huge {
    padding-right: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-md-huge,
  [class][class][class].py-md-huge {
    padding-bottom: 60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-md-huge,
  [class][class][class].py-md-huge {
    padding-bottom: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pb-md-huge,
  [class][class][class].py-md-huge {
    padding-bottom: 130px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-md-huge,
  [class][class][class].py-md-huge {
    padding-bottom: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-md-huge,
  [class][class][class].px-md-huge {
    padding-left: 60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-md-huge,
  [class][class][class].px-md-huge {
    padding-left: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pl-md-huge,
  [class][class][class].px-md-huge {
    padding-left: 130px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-md-huge,
  [class][class][class].px-md-huge {
    padding-left: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].p-md-huge-neg {
    padding: -60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].p-md-huge-neg {
    padding: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].p-md-huge-neg {
    padding: -130px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-md-huge-neg {
    padding: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-md-huge-neg,
  [class][class][class].py-md-huge-neg {
    padding-top: -60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-md-huge-neg,
  [class][class][class].py-md-huge-neg {
    padding-top: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pt-md-huge-neg,
  [class][class][class].py-md-huge-neg {
    padding-top: -130px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-md-huge-neg,
  [class][class][class].py-md-huge-neg {
    padding-top: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-md-huge-neg,
  [class][class][class].px-md-huge-neg {
    padding-right: -60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-md-huge-neg,
  [class][class][class].px-md-huge-neg {
    padding-right: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pr-md-huge-neg,
  [class][class][class].px-md-huge-neg {
    padding-right: -130px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-md-huge-neg,
  [class][class][class].px-md-huge-neg {
    padding-right: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-md-huge-neg,
  [class][class][class].py-md-huge-neg {
    padding-bottom: -60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-md-huge-neg,
  [class][class][class].py-md-huge-neg {
    padding-bottom: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pb-md-huge-neg,
  [class][class][class].py-md-huge-neg {
    padding-bottom: -130px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-md-huge-neg,
  [class][class][class].py-md-huge-neg {
    padding-bottom: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-md-huge-neg,
  [class][class][class].px-md-huge-neg {
    padding-left: -60px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-md-huge-neg,
  [class][class][class].px-md-huge-neg {
    padding-left: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  [class][class][class].pl-md-huge-neg,
  [class][class][class].px-md-huge-neg {
    padding-left: -130px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-md-huge-neg,
  [class][class][class].px-md-huge-neg {
    padding-left: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-md-huge-only {
    padding: 60px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-md-huge-only {
    padding: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-md-huge-only {
    padding: 130px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-md-huge-only {
    padding: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-md-huge-only,
  [class][class][class].py-md-huge-only {
    padding-top: 60px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-md-huge-only,
  [class][class][class].py-md-huge-only {
    padding-top: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-md-huge-only,
  [class][class][class].py-md-huge-only {
    padding-top: 130px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-md-huge-only,
  [class][class][class].py-md-huge-only {
    padding-top: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-md-huge-only,
  [class][class][class].px-md-huge-only {
    padding-right: 60px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-md-huge-only,
  [class][class][class].px-md-huge-only {
    padding-right: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-md-huge-only,
  [class][class][class].px-md-huge-only {
    padding-right: 130px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-md-huge-only,
  [class][class][class].px-md-huge-only {
    padding-right: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-md-huge-only,
  [class][class][class].py-md-huge-only {
    padding-bottom: 60px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-md-huge-only,
  [class][class][class].py-md-huge-only {
    padding-bottom: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-md-huge-only,
  [class][class][class].py-md-huge-only {
    padding-bottom: 130px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-md-huge-only,
  [class][class][class].py-md-huge-only {
    padding-bottom: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-md-huge-only,
  [class][class][class].px-md-huge-only {
    padding-left: 60px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-md-huge-only,
  [class][class][class].px-md-huge-only {
    padding-left: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-md-huge-only,
  [class][class][class].px-md-huge-only {
    padding-left: 130px;
  }
}
@media (min-width: 848px) and (max-width: 1263.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-md-huge-only,
  [class][class][class].px-md-huge-only {
    padding-left: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-null {
    margin: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-null {
    margin: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-null {
    margin: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-null {
    margin: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-null,
  [class][class][class].my-xl-null {
    margin-top: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-null,
  [class][class][class].my-xl-null {
    margin-top: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-null,
  [class][class][class].my-xl-null {
    margin-top: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-null,
  [class][class][class].my-xl-null {
    margin-top: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-null,
  [class][class][class].mx-xl-null {
    margin-right: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-null,
  [class][class][class].mx-xl-null {
    margin-right: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-null,
  [class][class][class].mx-xl-null {
    margin-right: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-null,
  [class][class][class].mx-xl-null {
    margin-right: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-null,
  [class][class][class].my-xl-null {
    margin-bottom: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-null,
  [class][class][class].my-xl-null {
    margin-bottom: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-null,
  [class][class][class].my-xl-null {
    margin-bottom: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-null,
  [class][class][class].my-xl-null {
    margin-bottom: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-null,
  [class][class][class].mx-xl-null {
    margin-left: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-null,
  [class][class][class].mx-xl-null {
    margin-left: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-null,
  [class][class][class].mx-xl-null {
    margin-left: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-null,
  [class][class][class].mx-xl-null {
    margin-left: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-null-neg {
    margin: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-null-neg {
    margin: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-null-neg {
    margin: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-null-neg {
    margin: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-null-neg,
  [class][class][class].my-xl-null-neg {
    margin-top: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-null-neg,
  [class][class][class].my-xl-null-neg {
    margin-top: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-null-neg,
  [class][class][class].my-xl-null-neg {
    margin-top: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-null-neg,
  [class][class][class].my-xl-null-neg {
    margin-top: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-null-neg,
  [class][class][class].mx-xl-null-neg {
    margin-right: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-null-neg,
  [class][class][class].mx-xl-null-neg {
    margin-right: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-null-neg,
  [class][class][class].mx-xl-null-neg {
    margin-right: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-null-neg,
  [class][class][class].mx-xl-null-neg {
    margin-right: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-null-neg,
  [class][class][class].my-xl-null-neg {
    margin-bottom: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-null-neg,
  [class][class][class].my-xl-null-neg {
    margin-bottom: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-null-neg,
  [class][class][class].my-xl-null-neg {
    margin-bottom: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-null-neg,
  [class][class][class].my-xl-null-neg {
    margin-bottom: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-null-neg,
  [class][class][class].mx-xl-null-neg {
    margin-left: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-null-neg,
  [class][class][class].mx-xl-null-neg {
    margin-left: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-null-neg,
  [class][class][class].mx-xl-null-neg {
    margin-left: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-null-neg,
  [class][class][class].mx-xl-null-neg {
    margin-left: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-null-only {
    margin: 0px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-null-only {
    margin: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-null-only {
    margin: 0px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-null-only {
    margin: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-null-only,
  [class][class][class].my-xl-null-only {
    margin-top: 0px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-null-only,
  [class][class][class].my-xl-null-only {
    margin-top: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-null-only,
  [class][class][class].my-xl-null-only {
    margin-top: 0px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-null-only,
  [class][class][class].my-xl-null-only {
    margin-top: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-null-only,
  [class][class][class].mx-xl-null-only {
    margin-right: 0px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-null-only,
  [class][class][class].mx-xl-null-only {
    margin-right: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-null-only,
  [class][class][class].mx-xl-null-only {
    margin-right: 0px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-null-only,
  [class][class][class].mx-xl-null-only {
    margin-right: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-null-only,
  [class][class][class].my-xl-null-only {
    margin-bottom: 0px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-null-only,
  [class][class][class].my-xl-null-only {
    margin-bottom: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-null-only,
  [class][class][class].my-xl-null-only {
    margin-bottom: 0px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-null-only,
  [class][class][class].my-xl-null-only {
    margin-bottom: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-null-only,
  [class][class][class].mx-xl-null-only {
    margin-left: 0px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-null-only,
  [class][class][class].mx-xl-null-only {
    margin-left: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-null-only,
  [class][class][class].mx-xl-null-only {
    margin-left: 0px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-null-only,
  [class][class][class].mx-xl-null-only {
    margin-left: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-xxs {
    margin: 5px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-xxs {
    margin: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-xxs {
    margin: 10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-xxs {
    margin: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-xxs,
  [class][class][class].my-xl-xxs {
    margin-top: 5px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-xxs,
  [class][class][class].my-xl-xxs {
    margin-top: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-xxs,
  [class][class][class].my-xl-xxs {
    margin-top: 10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-xxs,
  [class][class][class].my-xl-xxs {
    margin-top: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-xxs,
  [class][class][class].mx-xl-xxs {
    margin-right: 5px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-xxs,
  [class][class][class].mx-xl-xxs {
    margin-right: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-xxs,
  [class][class][class].mx-xl-xxs {
    margin-right: 10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-xxs,
  [class][class][class].mx-xl-xxs {
    margin-right: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-xxs,
  [class][class][class].my-xl-xxs {
    margin-bottom: 5px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-xxs,
  [class][class][class].my-xl-xxs {
    margin-bottom: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-xxs,
  [class][class][class].my-xl-xxs {
    margin-bottom: 10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-xxs,
  [class][class][class].my-xl-xxs {
    margin-bottom: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-xxs,
  [class][class][class].mx-xl-xxs {
    margin-left: 5px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-xxs,
  [class][class][class].mx-xl-xxs {
    margin-left: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-xxs,
  [class][class][class].mx-xl-xxs {
    margin-left: 10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-xxs,
  [class][class][class].mx-xl-xxs {
    margin-left: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-xxs-neg {
    margin: -5px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-xxs-neg {
    margin: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-xxs-neg {
    margin: -10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-xxs-neg {
    margin: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-xxs-neg,
  [class][class][class].my-xl-xxs-neg {
    margin-top: -5px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-xxs-neg,
  [class][class][class].my-xl-xxs-neg {
    margin-top: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-xxs-neg,
  [class][class][class].my-xl-xxs-neg {
    margin-top: -10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-xxs-neg,
  [class][class][class].my-xl-xxs-neg {
    margin-top: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-xxs-neg,
  [class][class][class].mx-xl-xxs-neg {
    margin-right: -5px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-xxs-neg,
  [class][class][class].mx-xl-xxs-neg {
    margin-right: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-xxs-neg,
  [class][class][class].mx-xl-xxs-neg {
    margin-right: -10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-xxs-neg,
  [class][class][class].mx-xl-xxs-neg {
    margin-right: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-xxs-neg,
  [class][class][class].my-xl-xxs-neg {
    margin-bottom: -5px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-xxs-neg,
  [class][class][class].my-xl-xxs-neg {
    margin-bottom: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-xxs-neg,
  [class][class][class].my-xl-xxs-neg {
    margin-bottom: -10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-xxs-neg,
  [class][class][class].my-xl-xxs-neg {
    margin-bottom: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-xxs-neg,
  [class][class][class].mx-xl-xxs-neg {
    margin-left: -5px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-xxs-neg,
  [class][class][class].mx-xl-xxs-neg {
    margin-left: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-xxs-neg,
  [class][class][class].mx-xl-xxs-neg {
    margin-left: -10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-xxs-neg,
  [class][class][class].mx-xl-xxs-neg {
    margin-left: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-xxs-only {
    margin: 5px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-xxs-only {
    margin: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-xxs-only {
    margin: 10px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-xxs-only {
    margin: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-xxs-only,
  [class][class][class].my-xl-xxs-only {
    margin-top: 5px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-xxs-only,
  [class][class][class].my-xl-xxs-only {
    margin-top: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-xxs-only,
  [class][class][class].my-xl-xxs-only {
    margin-top: 10px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-xxs-only,
  [class][class][class].my-xl-xxs-only {
    margin-top: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-xxs-only,
  [class][class][class].mx-xl-xxs-only {
    margin-right: 5px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-xxs-only,
  [class][class][class].mx-xl-xxs-only {
    margin-right: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-xxs-only,
  [class][class][class].mx-xl-xxs-only {
    margin-right: 10px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-xxs-only,
  [class][class][class].mx-xl-xxs-only {
    margin-right: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-xxs-only,
  [class][class][class].my-xl-xxs-only {
    margin-bottom: 5px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-xxs-only,
  [class][class][class].my-xl-xxs-only {
    margin-bottom: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-xxs-only,
  [class][class][class].my-xl-xxs-only {
    margin-bottom: 10px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-xxs-only,
  [class][class][class].my-xl-xxs-only {
    margin-bottom: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-xxs-only,
  [class][class][class].mx-xl-xxs-only {
    margin-left: 5px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-xxs-only,
  [class][class][class].mx-xl-xxs-only {
    margin-left: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-xxs-only,
  [class][class][class].mx-xl-xxs-only {
    margin-left: 10px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-xxs-only,
  [class][class][class].mx-xl-xxs-only {
    margin-left: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-xs {
    margin: 10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-xs {
    margin: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-xs {
    margin: 20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-xs {
    margin: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-xs,
  [class][class][class].my-xl-xs {
    margin-top: 10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-xs,
  [class][class][class].my-xl-xs {
    margin-top: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-xs,
  [class][class][class].my-xl-xs {
    margin-top: 20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-xs,
  [class][class][class].my-xl-xs {
    margin-top: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-xs,
  [class][class][class].mx-xl-xs {
    margin-right: 10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-xs,
  [class][class][class].mx-xl-xs {
    margin-right: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-xs,
  [class][class][class].mx-xl-xs {
    margin-right: 20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-xs,
  [class][class][class].mx-xl-xs {
    margin-right: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-xs,
  [class][class][class].my-xl-xs {
    margin-bottom: 10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-xs,
  [class][class][class].my-xl-xs {
    margin-bottom: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-xs,
  [class][class][class].my-xl-xs {
    margin-bottom: 20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-xs,
  [class][class][class].my-xl-xs {
    margin-bottom: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-xs,
  [class][class][class].mx-xl-xs {
    margin-left: 10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-xs,
  [class][class][class].mx-xl-xs {
    margin-left: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-xs,
  [class][class][class].mx-xl-xs {
    margin-left: 20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-xs,
  [class][class][class].mx-xl-xs {
    margin-left: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-xs-neg {
    margin: -10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-xs-neg {
    margin: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-xs-neg {
    margin: -20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-xs-neg {
    margin: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-xs-neg,
  [class][class][class].my-xl-xs-neg {
    margin-top: -10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-xs-neg,
  [class][class][class].my-xl-xs-neg {
    margin-top: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-xs-neg,
  [class][class][class].my-xl-xs-neg {
    margin-top: -20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-xs-neg,
  [class][class][class].my-xl-xs-neg {
    margin-top: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-xs-neg,
  [class][class][class].mx-xl-xs-neg {
    margin-right: -10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-xs-neg,
  [class][class][class].mx-xl-xs-neg {
    margin-right: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-xs-neg,
  [class][class][class].mx-xl-xs-neg {
    margin-right: -20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-xs-neg,
  [class][class][class].mx-xl-xs-neg {
    margin-right: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-xs-neg,
  [class][class][class].my-xl-xs-neg {
    margin-bottom: -10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-xs-neg,
  [class][class][class].my-xl-xs-neg {
    margin-bottom: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-xs-neg,
  [class][class][class].my-xl-xs-neg {
    margin-bottom: -20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-xs-neg,
  [class][class][class].my-xl-xs-neg {
    margin-bottom: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-xs-neg,
  [class][class][class].mx-xl-xs-neg {
    margin-left: -10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-xs-neg,
  [class][class][class].mx-xl-xs-neg {
    margin-left: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-xs-neg,
  [class][class][class].mx-xl-xs-neg {
    margin-left: -20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-xs-neg,
  [class][class][class].mx-xl-xs-neg {
    margin-left: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-xs-only {
    margin: 10px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-xs-only {
    margin: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-xs-only {
    margin: 20px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-xs-only {
    margin: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-xs-only,
  [class][class][class].my-xl-xs-only {
    margin-top: 10px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-xs-only,
  [class][class][class].my-xl-xs-only {
    margin-top: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-xs-only,
  [class][class][class].my-xl-xs-only {
    margin-top: 20px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-xs-only,
  [class][class][class].my-xl-xs-only {
    margin-top: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-xs-only,
  [class][class][class].mx-xl-xs-only {
    margin-right: 10px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-xs-only,
  [class][class][class].mx-xl-xs-only {
    margin-right: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-xs-only,
  [class][class][class].mx-xl-xs-only {
    margin-right: 20px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-xs-only,
  [class][class][class].mx-xl-xs-only {
    margin-right: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-xs-only,
  [class][class][class].my-xl-xs-only {
    margin-bottom: 10px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-xs-only,
  [class][class][class].my-xl-xs-only {
    margin-bottom: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-xs-only,
  [class][class][class].my-xl-xs-only {
    margin-bottom: 20px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-xs-only,
  [class][class][class].my-xl-xs-only {
    margin-bottom: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-xs-only,
  [class][class][class].mx-xl-xs-only {
    margin-left: 10px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-xs-only,
  [class][class][class].mx-xl-xs-only {
    margin-left: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-xs-only,
  [class][class][class].mx-xl-xs-only {
    margin-left: 20px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-xs-only,
  [class][class][class].mx-xl-xs-only {
    margin-left: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-small {
    margin: 15px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-small {
    margin: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-small {
    margin: 30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-small {
    margin: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-small,
  [class][class][class].my-xl-small {
    margin-top: 15px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-small,
  [class][class][class].my-xl-small {
    margin-top: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-small,
  [class][class][class].my-xl-small {
    margin-top: 30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-small,
  [class][class][class].my-xl-small {
    margin-top: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-small,
  [class][class][class].mx-xl-small {
    margin-right: 15px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-small,
  [class][class][class].mx-xl-small {
    margin-right: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-small,
  [class][class][class].mx-xl-small {
    margin-right: 30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-small,
  [class][class][class].mx-xl-small {
    margin-right: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-small,
  [class][class][class].my-xl-small {
    margin-bottom: 15px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-small,
  [class][class][class].my-xl-small {
    margin-bottom: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-small,
  [class][class][class].my-xl-small {
    margin-bottom: 30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-small,
  [class][class][class].my-xl-small {
    margin-bottom: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-small,
  [class][class][class].mx-xl-small {
    margin-left: 15px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-small,
  [class][class][class].mx-xl-small {
    margin-left: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-small,
  [class][class][class].mx-xl-small {
    margin-left: 30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-small,
  [class][class][class].mx-xl-small {
    margin-left: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-small-neg {
    margin: -15px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-small-neg {
    margin: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-small-neg {
    margin: -30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-small-neg {
    margin: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-small-neg,
  [class][class][class].my-xl-small-neg {
    margin-top: -15px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-small-neg,
  [class][class][class].my-xl-small-neg {
    margin-top: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-small-neg,
  [class][class][class].my-xl-small-neg {
    margin-top: -30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-small-neg,
  [class][class][class].my-xl-small-neg {
    margin-top: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-small-neg,
  [class][class][class].mx-xl-small-neg {
    margin-right: -15px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-small-neg,
  [class][class][class].mx-xl-small-neg {
    margin-right: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-small-neg,
  [class][class][class].mx-xl-small-neg {
    margin-right: -30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-small-neg,
  [class][class][class].mx-xl-small-neg {
    margin-right: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-small-neg,
  [class][class][class].my-xl-small-neg {
    margin-bottom: -15px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-small-neg,
  [class][class][class].my-xl-small-neg {
    margin-bottom: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-small-neg,
  [class][class][class].my-xl-small-neg {
    margin-bottom: -30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-small-neg,
  [class][class][class].my-xl-small-neg {
    margin-bottom: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-small-neg,
  [class][class][class].mx-xl-small-neg {
    margin-left: -15px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-small-neg,
  [class][class][class].mx-xl-small-neg {
    margin-left: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-small-neg,
  [class][class][class].mx-xl-small-neg {
    margin-left: -30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-small-neg,
  [class][class][class].mx-xl-small-neg {
    margin-left: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-small-only {
    margin: 15px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-small-only {
    margin: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-small-only {
    margin: 30px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-small-only {
    margin: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-small-only,
  [class][class][class].my-xl-small-only {
    margin-top: 15px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-small-only,
  [class][class][class].my-xl-small-only {
    margin-top: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-small-only,
  [class][class][class].my-xl-small-only {
    margin-top: 30px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-small-only,
  [class][class][class].my-xl-small-only {
    margin-top: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-small-only,
  [class][class][class].mx-xl-small-only {
    margin-right: 15px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-small-only,
  [class][class][class].mx-xl-small-only {
    margin-right: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-small-only,
  [class][class][class].mx-xl-small-only {
    margin-right: 30px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-small-only,
  [class][class][class].mx-xl-small-only {
    margin-right: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-small-only,
  [class][class][class].my-xl-small-only {
    margin-bottom: 15px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-small-only,
  [class][class][class].my-xl-small-only {
    margin-bottom: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-small-only,
  [class][class][class].my-xl-small-only {
    margin-bottom: 30px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-small-only,
  [class][class][class].my-xl-small-only {
    margin-bottom: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-small-only,
  [class][class][class].mx-xl-small-only {
    margin-left: 15px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-small-only,
  [class][class][class].mx-xl-small-only {
    margin-left: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-small-only,
  [class][class][class].mx-xl-small-only {
    margin-left: 30px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-small-only,
  [class][class][class].mx-xl-small-only {
    margin-left: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-normal {
    margin: 20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-normal {
    margin: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-normal {
    margin: 40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-normal {
    margin: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-normal,
  [class][class][class].my-xl-normal {
    margin-top: 20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-normal,
  [class][class][class].my-xl-normal {
    margin-top: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-normal,
  [class][class][class].my-xl-normal {
    margin-top: 40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-normal,
  [class][class][class].my-xl-normal {
    margin-top: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-normal,
  [class][class][class].mx-xl-normal {
    margin-right: 20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-normal,
  [class][class][class].mx-xl-normal {
    margin-right: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-normal,
  [class][class][class].mx-xl-normal {
    margin-right: 40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-normal,
  [class][class][class].mx-xl-normal {
    margin-right: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-normal,
  [class][class][class].my-xl-normal {
    margin-bottom: 20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-normal,
  [class][class][class].my-xl-normal {
    margin-bottom: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-normal,
  [class][class][class].my-xl-normal {
    margin-bottom: 40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-normal,
  [class][class][class].my-xl-normal {
    margin-bottom: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-normal,
  [class][class][class].mx-xl-normal {
    margin-left: 20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-normal,
  [class][class][class].mx-xl-normal {
    margin-left: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-normal,
  [class][class][class].mx-xl-normal {
    margin-left: 40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-normal,
  [class][class][class].mx-xl-normal {
    margin-left: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-normal-neg {
    margin: -20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-normal-neg {
    margin: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-normal-neg {
    margin: -40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-normal-neg {
    margin: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-normal-neg,
  [class][class][class].my-xl-normal-neg {
    margin-top: -20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-normal-neg,
  [class][class][class].my-xl-normal-neg {
    margin-top: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-normal-neg,
  [class][class][class].my-xl-normal-neg {
    margin-top: -40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-normal-neg,
  [class][class][class].my-xl-normal-neg {
    margin-top: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-normal-neg,
  [class][class][class].mx-xl-normal-neg {
    margin-right: -20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-normal-neg,
  [class][class][class].mx-xl-normal-neg {
    margin-right: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-normal-neg,
  [class][class][class].mx-xl-normal-neg {
    margin-right: -40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-normal-neg,
  [class][class][class].mx-xl-normal-neg {
    margin-right: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-normal-neg,
  [class][class][class].my-xl-normal-neg {
    margin-bottom: -20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-normal-neg,
  [class][class][class].my-xl-normal-neg {
    margin-bottom: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-normal-neg,
  [class][class][class].my-xl-normal-neg {
    margin-bottom: -40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-normal-neg,
  [class][class][class].my-xl-normal-neg {
    margin-bottom: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-normal-neg,
  [class][class][class].mx-xl-normal-neg {
    margin-left: -20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-normal-neg,
  [class][class][class].mx-xl-normal-neg {
    margin-left: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-normal-neg,
  [class][class][class].mx-xl-normal-neg {
    margin-left: -40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-normal-neg,
  [class][class][class].mx-xl-normal-neg {
    margin-left: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-normal-only {
    margin: 20px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-normal-only {
    margin: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-normal-only {
    margin: 40px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-normal-only {
    margin: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-normal-only,
  [class][class][class].my-xl-normal-only {
    margin-top: 20px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-normal-only,
  [class][class][class].my-xl-normal-only {
    margin-top: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-normal-only,
  [class][class][class].my-xl-normal-only {
    margin-top: 40px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-normal-only,
  [class][class][class].my-xl-normal-only {
    margin-top: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-normal-only,
  [class][class][class].mx-xl-normal-only {
    margin-right: 20px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-normal-only,
  [class][class][class].mx-xl-normal-only {
    margin-right: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-normal-only,
  [class][class][class].mx-xl-normal-only {
    margin-right: 40px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-normal-only,
  [class][class][class].mx-xl-normal-only {
    margin-right: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-normal-only,
  [class][class][class].my-xl-normal-only {
    margin-bottom: 20px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-normal-only,
  [class][class][class].my-xl-normal-only {
    margin-bottom: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-normal-only,
  [class][class][class].my-xl-normal-only {
    margin-bottom: 40px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-normal-only,
  [class][class][class].my-xl-normal-only {
    margin-bottom: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-normal-only,
  [class][class][class].mx-xl-normal-only {
    margin-left: 20px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-normal-only,
  [class][class][class].mx-xl-normal-only {
    margin-left: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-normal-only,
  [class][class][class].mx-xl-normal-only {
    margin-left: 40px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-normal-only,
  [class][class][class].mx-xl-normal-only {
    margin-left: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-large {
    margin: 25px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-large {
    margin: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-large {
    margin: 50px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-large {
    margin: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-large,
  [class][class][class].my-xl-large {
    margin-top: 25px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-large,
  [class][class][class].my-xl-large {
    margin-top: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-large,
  [class][class][class].my-xl-large {
    margin-top: 50px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-large,
  [class][class][class].my-xl-large {
    margin-top: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-large,
  [class][class][class].mx-xl-large {
    margin-right: 25px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-large,
  [class][class][class].mx-xl-large {
    margin-right: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-large,
  [class][class][class].mx-xl-large {
    margin-right: 50px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-large,
  [class][class][class].mx-xl-large {
    margin-right: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-large,
  [class][class][class].my-xl-large {
    margin-bottom: 25px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-large,
  [class][class][class].my-xl-large {
    margin-bottom: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-large,
  [class][class][class].my-xl-large {
    margin-bottom: 50px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-large,
  [class][class][class].my-xl-large {
    margin-bottom: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-large,
  [class][class][class].mx-xl-large {
    margin-left: 25px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-large,
  [class][class][class].mx-xl-large {
    margin-left: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-large,
  [class][class][class].mx-xl-large {
    margin-left: 50px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-large,
  [class][class][class].mx-xl-large {
    margin-left: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-large-neg {
    margin: -25px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-large-neg {
    margin: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-large-neg {
    margin: -50px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-large-neg {
    margin: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-large-neg,
  [class][class][class].my-xl-large-neg {
    margin-top: -25px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-large-neg,
  [class][class][class].my-xl-large-neg {
    margin-top: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-large-neg,
  [class][class][class].my-xl-large-neg {
    margin-top: -50px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-large-neg,
  [class][class][class].my-xl-large-neg {
    margin-top: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-large-neg,
  [class][class][class].mx-xl-large-neg {
    margin-right: -25px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-large-neg,
  [class][class][class].mx-xl-large-neg {
    margin-right: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-large-neg,
  [class][class][class].mx-xl-large-neg {
    margin-right: -50px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-large-neg,
  [class][class][class].mx-xl-large-neg {
    margin-right: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-large-neg,
  [class][class][class].my-xl-large-neg {
    margin-bottom: -25px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-large-neg,
  [class][class][class].my-xl-large-neg {
    margin-bottom: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-large-neg,
  [class][class][class].my-xl-large-neg {
    margin-bottom: -50px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-large-neg,
  [class][class][class].my-xl-large-neg {
    margin-bottom: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-large-neg,
  [class][class][class].mx-xl-large-neg {
    margin-left: -25px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-large-neg,
  [class][class][class].mx-xl-large-neg {
    margin-left: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-large-neg,
  [class][class][class].mx-xl-large-neg {
    margin-left: -50px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-large-neg,
  [class][class][class].mx-xl-large-neg {
    margin-left: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-large-only {
    margin: 25px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-large-only {
    margin: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-large-only {
    margin: 50px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-large-only {
    margin: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-large-only,
  [class][class][class].my-xl-large-only {
    margin-top: 25px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-large-only,
  [class][class][class].my-xl-large-only {
    margin-top: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-large-only,
  [class][class][class].my-xl-large-only {
    margin-top: 50px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-large-only,
  [class][class][class].my-xl-large-only {
    margin-top: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-large-only,
  [class][class][class].mx-xl-large-only {
    margin-right: 25px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-large-only,
  [class][class][class].mx-xl-large-only {
    margin-right: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-large-only,
  [class][class][class].mx-xl-large-only {
    margin-right: 50px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-large-only,
  [class][class][class].mx-xl-large-only {
    margin-right: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-large-only,
  [class][class][class].my-xl-large-only {
    margin-bottom: 25px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-large-only,
  [class][class][class].my-xl-large-only {
    margin-bottom: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-large-only,
  [class][class][class].my-xl-large-only {
    margin-bottom: 50px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-large-only,
  [class][class][class].my-xl-large-only {
    margin-bottom: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-large-only,
  [class][class][class].mx-xl-large-only {
    margin-left: 25px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-large-only,
  [class][class][class].mx-xl-large-only {
    margin-left: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-large-only,
  [class][class][class].mx-xl-large-only {
    margin-left: 50px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-large-only,
  [class][class][class].mx-xl-large-only {
    margin-left: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-xl {
    margin: 30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-xl {
    margin: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-xl {
    margin: 60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-xl {
    margin: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-xl,
  [class][class][class].my-xl-xl {
    margin-top: 30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-xl,
  [class][class][class].my-xl-xl {
    margin-top: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-xl,
  [class][class][class].my-xl-xl {
    margin-top: 60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-xl,
  [class][class][class].my-xl-xl {
    margin-top: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-xl,
  [class][class][class].mx-xl-xl {
    margin-right: 30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-xl,
  [class][class][class].mx-xl-xl {
    margin-right: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-xl,
  [class][class][class].mx-xl-xl {
    margin-right: 60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-xl,
  [class][class][class].mx-xl-xl {
    margin-right: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-xl,
  [class][class][class].my-xl-xl {
    margin-bottom: 30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-xl,
  [class][class][class].my-xl-xl {
    margin-bottom: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-xl,
  [class][class][class].my-xl-xl {
    margin-bottom: 60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-xl,
  [class][class][class].my-xl-xl {
    margin-bottom: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-xl,
  [class][class][class].mx-xl-xl {
    margin-left: 30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-xl,
  [class][class][class].mx-xl-xl {
    margin-left: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-xl,
  [class][class][class].mx-xl-xl {
    margin-left: 60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-xl,
  [class][class][class].mx-xl-xl {
    margin-left: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-xl-neg {
    margin: -30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-xl-neg {
    margin: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-xl-neg {
    margin: -60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-xl-neg {
    margin: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-xl-neg,
  [class][class][class].my-xl-xl-neg {
    margin-top: -30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-xl-neg,
  [class][class][class].my-xl-xl-neg {
    margin-top: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-xl-neg,
  [class][class][class].my-xl-xl-neg {
    margin-top: -60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-xl-neg,
  [class][class][class].my-xl-xl-neg {
    margin-top: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-xl-neg,
  [class][class][class].mx-xl-xl-neg {
    margin-right: -30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-xl-neg,
  [class][class][class].mx-xl-xl-neg {
    margin-right: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-xl-neg,
  [class][class][class].mx-xl-xl-neg {
    margin-right: -60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-xl-neg,
  [class][class][class].mx-xl-xl-neg {
    margin-right: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-xl-neg,
  [class][class][class].my-xl-xl-neg {
    margin-bottom: -30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-xl-neg,
  [class][class][class].my-xl-xl-neg {
    margin-bottom: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-xl-neg,
  [class][class][class].my-xl-xl-neg {
    margin-bottom: -60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-xl-neg,
  [class][class][class].my-xl-xl-neg {
    margin-bottom: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-xl-neg,
  [class][class][class].mx-xl-xl-neg {
    margin-left: -30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-xl-neg,
  [class][class][class].mx-xl-xl-neg {
    margin-left: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-xl-neg,
  [class][class][class].mx-xl-xl-neg {
    margin-left: -60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-xl-neg,
  [class][class][class].mx-xl-xl-neg {
    margin-left: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-xl-only {
    margin: 30px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-xl-only {
    margin: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-xl-only {
    margin: 60px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-xl-only {
    margin: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-xl-only,
  [class][class][class].my-xl-xl-only {
    margin-top: 30px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-xl-only,
  [class][class][class].my-xl-xl-only {
    margin-top: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-xl-only,
  [class][class][class].my-xl-xl-only {
    margin-top: 60px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-xl-only,
  [class][class][class].my-xl-xl-only {
    margin-top: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-xl-only,
  [class][class][class].mx-xl-xl-only {
    margin-right: 30px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-xl-only,
  [class][class][class].mx-xl-xl-only {
    margin-right: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-xl-only,
  [class][class][class].mx-xl-xl-only {
    margin-right: 60px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-xl-only,
  [class][class][class].mx-xl-xl-only {
    margin-right: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-xl-only,
  [class][class][class].my-xl-xl-only {
    margin-bottom: 30px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-xl-only,
  [class][class][class].my-xl-xl-only {
    margin-bottom: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-xl-only,
  [class][class][class].my-xl-xl-only {
    margin-bottom: 60px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-xl-only,
  [class][class][class].my-xl-xl-only {
    margin-bottom: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-xl-only,
  [class][class][class].mx-xl-xl-only {
    margin-left: 30px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-xl-only,
  [class][class][class].mx-xl-xl-only {
    margin-left: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-xl-only,
  [class][class][class].mx-xl-xl-only {
    margin-left: 60px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-xl-only,
  [class][class][class].mx-xl-xl-only {
    margin-left: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-xxl {
    margin: 40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-xxl {
    margin: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-xxl {
    margin: 70px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-xxl {
    margin: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-xxl,
  [class][class][class].my-xl-xxl {
    margin-top: 40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-xxl,
  [class][class][class].my-xl-xxl {
    margin-top: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-xxl,
  [class][class][class].my-xl-xxl {
    margin-top: 70px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-xxl,
  [class][class][class].my-xl-xxl {
    margin-top: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-xxl,
  [class][class][class].mx-xl-xxl {
    margin-right: 40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-xxl,
  [class][class][class].mx-xl-xxl {
    margin-right: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-xxl,
  [class][class][class].mx-xl-xxl {
    margin-right: 70px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-xxl,
  [class][class][class].mx-xl-xxl {
    margin-right: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-xxl,
  [class][class][class].my-xl-xxl {
    margin-bottom: 40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-xxl,
  [class][class][class].my-xl-xxl {
    margin-bottom: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-xxl,
  [class][class][class].my-xl-xxl {
    margin-bottom: 70px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-xxl,
  [class][class][class].my-xl-xxl {
    margin-bottom: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-xxl,
  [class][class][class].mx-xl-xxl {
    margin-left: 40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-xxl,
  [class][class][class].mx-xl-xxl {
    margin-left: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-xxl,
  [class][class][class].mx-xl-xxl {
    margin-left: 70px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-xxl,
  [class][class][class].mx-xl-xxl {
    margin-left: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-xxl-neg {
    margin: -40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-xxl-neg {
    margin: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-xxl-neg {
    margin: -70px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-xxl-neg {
    margin: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-xxl-neg,
  [class][class][class].my-xl-xxl-neg {
    margin-top: -40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-xxl-neg,
  [class][class][class].my-xl-xxl-neg {
    margin-top: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-xxl-neg,
  [class][class][class].my-xl-xxl-neg {
    margin-top: -70px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-xxl-neg,
  [class][class][class].my-xl-xxl-neg {
    margin-top: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-xxl-neg,
  [class][class][class].mx-xl-xxl-neg {
    margin-right: -40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-xxl-neg,
  [class][class][class].mx-xl-xxl-neg {
    margin-right: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-xxl-neg,
  [class][class][class].mx-xl-xxl-neg {
    margin-right: -70px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-xxl-neg,
  [class][class][class].mx-xl-xxl-neg {
    margin-right: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-xxl-neg,
  [class][class][class].my-xl-xxl-neg {
    margin-bottom: -40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-xxl-neg,
  [class][class][class].my-xl-xxl-neg {
    margin-bottom: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-xxl-neg,
  [class][class][class].my-xl-xxl-neg {
    margin-bottom: -70px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-xxl-neg,
  [class][class][class].my-xl-xxl-neg {
    margin-bottom: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-xxl-neg,
  [class][class][class].mx-xl-xxl-neg {
    margin-left: -40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-xxl-neg,
  [class][class][class].mx-xl-xxl-neg {
    margin-left: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-xxl-neg,
  [class][class][class].mx-xl-xxl-neg {
    margin-left: -70px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-xxl-neg,
  [class][class][class].mx-xl-xxl-neg {
    margin-left: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-xxl-only {
    margin: 40px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-xxl-only {
    margin: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-xxl-only {
    margin: 70px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-xxl-only {
    margin: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-xxl-only,
  [class][class][class].my-xl-xxl-only {
    margin-top: 40px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-xxl-only,
  [class][class][class].my-xl-xxl-only {
    margin-top: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-xxl-only,
  [class][class][class].my-xl-xxl-only {
    margin-top: 70px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-xxl-only,
  [class][class][class].my-xl-xxl-only {
    margin-top: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-xxl-only,
  [class][class][class].mx-xl-xxl-only {
    margin-right: 40px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-xxl-only,
  [class][class][class].mx-xl-xxl-only {
    margin-right: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-xxl-only,
  [class][class][class].mx-xl-xxl-only {
    margin-right: 70px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-xxl-only,
  [class][class][class].mx-xl-xxl-only {
    margin-right: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-xxl-only,
  [class][class][class].my-xl-xxl-only {
    margin-bottom: 40px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-xxl-only,
  [class][class][class].my-xl-xxl-only {
    margin-bottom: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-xxl-only,
  [class][class][class].my-xl-xxl-only {
    margin-bottom: 70px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-xxl-only,
  [class][class][class].my-xl-xxl-only {
    margin-bottom: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-xxl-only,
  [class][class][class].mx-xl-xxl-only {
    margin-left: 40px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-xxl-only,
  [class][class][class].mx-xl-xxl-only {
    margin-left: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-xxl-only,
  [class][class][class].mx-xl-xxl-only {
    margin-left: 70px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-xxl-only,
  [class][class][class].mx-xl-xxl-only {
    margin-left: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-xxxl {
    margin: 45px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-xxxl {
    margin: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-xxxl {
    margin: 80px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-xxxl {
    margin: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-xxxl,
  [class][class][class].my-xl-xxxl {
    margin-top: 45px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-xxxl,
  [class][class][class].my-xl-xxxl {
    margin-top: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-xxxl,
  [class][class][class].my-xl-xxxl {
    margin-top: 80px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-xxxl,
  [class][class][class].my-xl-xxxl {
    margin-top: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-xxxl,
  [class][class][class].mx-xl-xxxl {
    margin-right: 45px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-xxxl,
  [class][class][class].mx-xl-xxxl {
    margin-right: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-xxxl,
  [class][class][class].mx-xl-xxxl {
    margin-right: 80px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-xxxl,
  [class][class][class].mx-xl-xxxl {
    margin-right: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-xxxl,
  [class][class][class].my-xl-xxxl {
    margin-bottom: 45px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-xxxl,
  [class][class][class].my-xl-xxxl {
    margin-bottom: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-xxxl,
  [class][class][class].my-xl-xxxl {
    margin-bottom: 80px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-xxxl,
  [class][class][class].my-xl-xxxl {
    margin-bottom: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-xxxl,
  [class][class][class].mx-xl-xxxl {
    margin-left: 45px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-xxxl,
  [class][class][class].mx-xl-xxxl {
    margin-left: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-xxxl,
  [class][class][class].mx-xl-xxxl {
    margin-left: 80px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-xxxl,
  [class][class][class].mx-xl-xxxl {
    margin-left: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-xxxl-neg {
    margin: -45px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-xxxl-neg {
    margin: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-xxxl-neg {
    margin: -80px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-xxxl-neg {
    margin: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-xxxl-neg,
  [class][class][class].my-xl-xxxl-neg {
    margin-top: -45px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-xxxl-neg,
  [class][class][class].my-xl-xxxl-neg {
    margin-top: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-xxxl-neg,
  [class][class][class].my-xl-xxxl-neg {
    margin-top: -80px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-xxxl-neg,
  [class][class][class].my-xl-xxxl-neg {
    margin-top: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-xxxl-neg,
  [class][class][class].mx-xl-xxxl-neg {
    margin-right: -45px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-xxxl-neg,
  [class][class][class].mx-xl-xxxl-neg {
    margin-right: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-xxxl-neg,
  [class][class][class].mx-xl-xxxl-neg {
    margin-right: -80px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-xxxl-neg,
  [class][class][class].mx-xl-xxxl-neg {
    margin-right: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-xxxl-neg,
  [class][class][class].my-xl-xxxl-neg {
    margin-bottom: -45px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-xxxl-neg,
  [class][class][class].my-xl-xxxl-neg {
    margin-bottom: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-xxxl-neg,
  [class][class][class].my-xl-xxxl-neg {
    margin-bottom: -80px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-xxxl-neg,
  [class][class][class].my-xl-xxxl-neg {
    margin-bottom: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-xxxl-neg,
  [class][class][class].mx-xl-xxxl-neg {
    margin-left: -45px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-xxxl-neg,
  [class][class][class].mx-xl-xxxl-neg {
    margin-left: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-xxxl-neg,
  [class][class][class].mx-xl-xxxl-neg {
    margin-left: -80px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-xxxl-neg,
  [class][class][class].mx-xl-xxxl-neg {
    margin-left: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-xxxl-only {
    margin: 45px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-xxxl-only {
    margin: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-xxxl-only {
    margin: 80px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-xxxl-only {
    margin: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-xxxl-only,
  [class][class][class].my-xl-xxxl-only {
    margin-top: 45px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-xxxl-only,
  [class][class][class].my-xl-xxxl-only {
    margin-top: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-xxxl-only,
  [class][class][class].my-xl-xxxl-only {
    margin-top: 80px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-xxxl-only,
  [class][class][class].my-xl-xxxl-only {
    margin-top: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-xxxl-only,
  [class][class][class].mx-xl-xxxl-only {
    margin-right: 45px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-xxxl-only,
  [class][class][class].mx-xl-xxxl-only {
    margin-right: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-xxxl-only,
  [class][class][class].mx-xl-xxxl-only {
    margin-right: 80px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-xxxl-only,
  [class][class][class].mx-xl-xxxl-only {
    margin-right: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-xxxl-only,
  [class][class][class].my-xl-xxxl-only {
    margin-bottom: 45px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-xxxl-only,
  [class][class][class].my-xl-xxxl-only {
    margin-bottom: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-xxxl-only,
  [class][class][class].my-xl-xxxl-only {
    margin-bottom: 80px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-xxxl-only,
  [class][class][class].my-xl-xxxl-only {
    margin-bottom: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-xxxl-only,
  [class][class][class].mx-xl-xxxl-only {
    margin-left: 45px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-xxxl-only,
  [class][class][class].mx-xl-xxxl-only {
    margin-left: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-xxxl-only,
  [class][class][class].mx-xl-xxxl-only {
    margin-left: 80px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-xxxl-only,
  [class][class][class].mx-xl-xxxl-only {
    margin-left: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-huge {
    margin: 60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-huge {
    margin: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-huge {
    margin: 130px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-huge {
    margin: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-huge,
  [class][class][class].my-xl-huge {
    margin-top: 60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-huge,
  [class][class][class].my-xl-huge {
    margin-top: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-huge,
  [class][class][class].my-xl-huge {
    margin-top: 130px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-huge,
  [class][class][class].my-xl-huge {
    margin-top: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-huge,
  [class][class][class].mx-xl-huge {
    margin-right: 60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-huge,
  [class][class][class].mx-xl-huge {
    margin-right: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-huge,
  [class][class][class].mx-xl-huge {
    margin-right: 130px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-huge,
  [class][class][class].mx-xl-huge {
    margin-right: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-huge,
  [class][class][class].my-xl-huge {
    margin-bottom: 60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-huge,
  [class][class][class].my-xl-huge {
    margin-bottom: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-huge,
  [class][class][class].my-xl-huge {
    margin-bottom: 130px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-huge,
  [class][class][class].my-xl-huge {
    margin-bottom: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-huge,
  [class][class][class].mx-xl-huge {
    margin-left: 60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-huge,
  [class][class][class].mx-xl-huge {
    margin-left: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-huge,
  [class][class][class].mx-xl-huge {
    margin-left: 130px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-huge,
  [class][class][class].mx-xl-huge {
    margin-left: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-huge-neg {
    margin: -60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-huge-neg {
    margin: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-huge-neg {
    margin: -130px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-huge-neg {
    margin: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-huge-neg,
  [class][class][class].my-xl-huge-neg {
    margin-top: -60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-huge-neg,
  [class][class][class].my-xl-huge-neg {
    margin-top: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-huge-neg,
  [class][class][class].my-xl-huge-neg {
    margin-top: -130px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-huge-neg,
  [class][class][class].my-xl-huge-neg {
    margin-top: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-huge-neg,
  [class][class][class].mx-xl-huge-neg {
    margin-right: -60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-huge-neg,
  [class][class][class].mx-xl-huge-neg {
    margin-right: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-huge-neg,
  [class][class][class].mx-xl-huge-neg {
    margin-right: -130px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-huge-neg,
  [class][class][class].mx-xl-huge-neg {
    margin-right: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-huge-neg,
  [class][class][class].my-xl-huge-neg {
    margin-bottom: -60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-huge-neg,
  [class][class][class].my-xl-huge-neg {
    margin-bottom: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-huge-neg,
  [class][class][class].my-xl-huge-neg {
    margin-bottom: -130px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-huge-neg,
  [class][class][class].my-xl-huge-neg {
    margin-bottom: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-huge-neg,
  [class][class][class].mx-xl-huge-neg {
    margin-left: -60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-huge-neg,
  [class][class][class].mx-xl-huge-neg {
    margin-left: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-huge-neg,
  [class][class][class].mx-xl-huge-neg {
    margin-left: -130px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-huge-neg,
  [class][class][class].mx-xl-huge-neg {
    margin-left: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xl-huge-only {
    margin: 60px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xl-huge-only {
    margin: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].m-xl-huge-only {
    margin: 130px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xl-huge-only {
    margin: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xl-huge-only,
  [class][class][class].my-xl-huge-only {
    margin-top: 60px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xl-huge-only,
  [class][class][class].my-xl-huge-only {
    margin-top: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xl-huge-only,
  [class][class][class].my-xl-huge-only {
    margin-top: 130px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xl-huge-only,
  [class][class][class].my-xl-huge-only {
    margin-top: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xl-huge-only,
  [class][class][class].mx-xl-huge-only {
    margin-right: 60px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xl-huge-only,
  [class][class][class].mx-xl-huge-only {
    margin-right: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xl-huge-only,
  [class][class][class].mx-xl-huge-only {
    margin-right: 130px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xl-huge-only,
  [class][class][class].mx-xl-huge-only {
    margin-right: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xl-huge-only,
  [class][class][class].my-xl-huge-only {
    margin-bottom: 60px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xl-huge-only,
  [class][class][class].my-xl-huge-only {
    margin-bottom: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xl-huge-only,
  [class][class][class].my-xl-huge-only {
    margin-bottom: 130px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xl-huge-only,
  [class][class][class].my-xl-huge-only {
    margin-bottom: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xl-huge-only,
  [class][class][class].mx-xl-huge-only {
    margin-left: 60px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xl-huge-only,
  [class][class][class].mx-xl-huge-only {
    margin-left: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xl-huge-only,
  [class][class][class].mx-xl-huge-only {
    margin-left: 130px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xl-huge-only,
  [class][class][class].mx-xl-huge-only {
    margin-left: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-null {
    padding: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-null {
    padding: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-null {
    padding: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-null {
    padding: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-null,
  [class][class][class].py-xl-null {
    padding-top: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-null,
  [class][class][class].py-xl-null {
    padding-top: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-null,
  [class][class][class].py-xl-null {
    padding-top: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-null,
  [class][class][class].py-xl-null {
    padding-top: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-null,
  [class][class][class].px-xl-null {
    padding-right: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-null,
  [class][class][class].px-xl-null {
    padding-right: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-null,
  [class][class][class].px-xl-null {
    padding-right: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-null,
  [class][class][class].px-xl-null {
    padding-right: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-null,
  [class][class][class].py-xl-null {
    padding-bottom: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-null,
  [class][class][class].py-xl-null {
    padding-bottom: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-null,
  [class][class][class].py-xl-null {
    padding-bottom: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-null,
  [class][class][class].py-xl-null {
    padding-bottom: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-null,
  [class][class][class].px-xl-null {
    padding-left: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-null,
  [class][class][class].px-xl-null {
    padding-left: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-null,
  [class][class][class].px-xl-null {
    padding-left: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-null,
  [class][class][class].px-xl-null {
    padding-left: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-null-neg {
    padding: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-null-neg {
    padding: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-null-neg {
    padding: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-null-neg {
    padding: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-null-neg,
  [class][class][class].py-xl-null-neg {
    padding-top: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-null-neg,
  [class][class][class].py-xl-null-neg {
    padding-top: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-null-neg,
  [class][class][class].py-xl-null-neg {
    padding-top: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-null-neg,
  [class][class][class].py-xl-null-neg {
    padding-top: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-null-neg,
  [class][class][class].px-xl-null-neg {
    padding-right: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-null-neg,
  [class][class][class].px-xl-null-neg {
    padding-right: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-null-neg,
  [class][class][class].px-xl-null-neg {
    padding-right: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-null-neg,
  [class][class][class].px-xl-null-neg {
    padding-right: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-null-neg,
  [class][class][class].py-xl-null-neg {
    padding-bottom: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-null-neg,
  [class][class][class].py-xl-null-neg {
    padding-bottom: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-null-neg,
  [class][class][class].py-xl-null-neg {
    padding-bottom: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-null-neg,
  [class][class][class].py-xl-null-neg {
    padding-bottom: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-null-neg,
  [class][class][class].px-xl-null-neg {
    padding-left: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-null-neg,
  [class][class][class].px-xl-null-neg {
    padding-left: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-null-neg,
  [class][class][class].px-xl-null-neg {
    padding-left: 0px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-null-neg,
  [class][class][class].px-xl-null-neg {
    padding-left: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-null-only {
    padding: 0px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-null-only {
    padding: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-null-only {
    padding: 0px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-null-only {
    padding: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-null-only,
  [class][class][class].py-xl-null-only {
    padding-top: 0px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-null-only,
  [class][class][class].py-xl-null-only {
    padding-top: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-null-only,
  [class][class][class].py-xl-null-only {
    padding-top: 0px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-null-only,
  [class][class][class].py-xl-null-only {
    padding-top: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-null-only,
  [class][class][class].px-xl-null-only {
    padding-right: 0px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-null-only,
  [class][class][class].px-xl-null-only {
    padding-right: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-null-only,
  [class][class][class].px-xl-null-only {
    padding-right: 0px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-null-only,
  [class][class][class].px-xl-null-only {
    padding-right: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-null-only,
  [class][class][class].py-xl-null-only {
    padding-bottom: 0px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-null-only,
  [class][class][class].py-xl-null-only {
    padding-bottom: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-null-only,
  [class][class][class].py-xl-null-only {
    padding-bottom: 0px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-null-only,
  [class][class][class].py-xl-null-only {
    padding-bottom: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-null-only,
  [class][class][class].px-xl-null-only {
    padding-left: 0px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-null-only,
  [class][class][class].px-xl-null-only {
    padding-left: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-null-only,
  [class][class][class].px-xl-null-only {
    padding-left: 0px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-null-only,
  [class][class][class].px-xl-null-only {
    padding-left: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-xxs {
    padding: 5px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-xxs {
    padding: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-xxs {
    padding: 10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-xxs {
    padding: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-xxs,
  [class][class][class].py-xl-xxs {
    padding-top: 5px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-xxs,
  [class][class][class].py-xl-xxs {
    padding-top: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-xxs,
  [class][class][class].py-xl-xxs {
    padding-top: 10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-xxs,
  [class][class][class].py-xl-xxs {
    padding-top: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-xxs,
  [class][class][class].px-xl-xxs {
    padding-right: 5px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-xxs,
  [class][class][class].px-xl-xxs {
    padding-right: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-xxs,
  [class][class][class].px-xl-xxs {
    padding-right: 10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-xxs,
  [class][class][class].px-xl-xxs {
    padding-right: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-xxs,
  [class][class][class].py-xl-xxs {
    padding-bottom: 5px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-xxs,
  [class][class][class].py-xl-xxs {
    padding-bottom: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-xxs,
  [class][class][class].py-xl-xxs {
    padding-bottom: 10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-xxs,
  [class][class][class].py-xl-xxs {
    padding-bottom: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-xxs,
  [class][class][class].px-xl-xxs {
    padding-left: 5px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-xxs,
  [class][class][class].px-xl-xxs {
    padding-left: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-xxs,
  [class][class][class].px-xl-xxs {
    padding-left: 10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-xxs,
  [class][class][class].px-xl-xxs {
    padding-left: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-xxs-neg {
    padding: -5px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-xxs-neg {
    padding: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-xxs-neg {
    padding: -10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-xxs-neg {
    padding: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-xxs-neg,
  [class][class][class].py-xl-xxs-neg {
    padding-top: -5px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-xxs-neg,
  [class][class][class].py-xl-xxs-neg {
    padding-top: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-xxs-neg,
  [class][class][class].py-xl-xxs-neg {
    padding-top: -10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-xxs-neg,
  [class][class][class].py-xl-xxs-neg {
    padding-top: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-xxs-neg,
  [class][class][class].px-xl-xxs-neg {
    padding-right: -5px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-xxs-neg,
  [class][class][class].px-xl-xxs-neg {
    padding-right: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-xxs-neg,
  [class][class][class].px-xl-xxs-neg {
    padding-right: -10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-xxs-neg,
  [class][class][class].px-xl-xxs-neg {
    padding-right: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-xxs-neg,
  [class][class][class].py-xl-xxs-neg {
    padding-bottom: -5px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-xxs-neg,
  [class][class][class].py-xl-xxs-neg {
    padding-bottom: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-xxs-neg,
  [class][class][class].py-xl-xxs-neg {
    padding-bottom: -10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-xxs-neg,
  [class][class][class].py-xl-xxs-neg {
    padding-bottom: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-xxs-neg,
  [class][class][class].px-xl-xxs-neg {
    padding-left: -5px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-xxs-neg,
  [class][class][class].px-xl-xxs-neg {
    padding-left: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-xxs-neg,
  [class][class][class].px-xl-xxs-neg {
    padding-left: -10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-xxs-neg,
  [class][class][class].px-xl-xxs-neg {
    padding-left: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-xxs-only {
    padding: 5px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-xxs-only {
    padding: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-xxs-only {
    padding: 10px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-xxs-only {
    padding: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-xxs-only,
  [class][class][class].py-xl-xxs-only {
    padding-top: 5px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-xxs-only,
  [class][class][class].py-xl-xxs-only {
    padding-top: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-xxs-only,
  [class][class][class].py-xl-xxs-only {
    padding-top: 10px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-xxs-only,
  [class][class][class].py-xl-xxs-only {
    padding-top: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-xxs-only,
  [class][class][class].px-xl-xxs-only {
    padding-right: 5px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-xxs-only,
  [class][class][class].px-xl-xxs-only {
    padding-right: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-xxs-only,
  [class][class][class].px-xl-xxs-only {
    padding-right: 10px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-xxs-only,
  [class][class][class].px-xl-xxs-only {
    padding-right: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-xxs-only,
  [class][class][class].py-xl-xxs-only {
    padding-bottom: 5px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-xxs-only,
  [class][class][class].py-xl-xxs-only {
    padding-bottom: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-xxs-only,
  [class][class][class].py-xl-xxs-only {
    padding-bottom: 10px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-xxs-only,
  [class][class][class].py-xl-xxs-only {
    padding-bottom: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-xxs-only,
  [class][class][class].px-xl-xxs-only {
    padding-left: 5px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-xxs-only,
  [class][class][class].px-xl-xxs-only {
    padding-left: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-xxs-only,
  [class][class][class].px-xl-xxs-only {
    padding-left: 10px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-xxs-only,
  [class][class][class].px-xl-xxs-only {
    padding-left: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-xs {
    padding: 10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-xs {
    padding: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-xs {
    padding: 20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-xs {
    padding: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-xs,
  [class][class][class].py-xl-xs {
    padding-top: 10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-xs,
  [class][class][class].py-xl-xs {
    padding-top: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-xs,
  [class][class][class].py-xl-xs {
    padding-top: 20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-xs,
  [class][class][class].py-xl-xs {
    padding-top: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-xs,
  [class][class][class].px-xl-xs {
    padding-right: 10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-xs,
  [class][class][class].px-xl-xs {
    padding-right: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-xs,
  [class][class][class].px-xl-xs {
    padding-right: 20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-xs,
  [class][class][class].px-xl-xs {
    padding-right: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-xs,
  [class][class][class].py-xl-xs {
    padding-bottom: 10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-xs,
  [class][class][class].py-xl-xs {
    padding-bottom: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-xs,
  [class][class][class].py-xl-xs {
    padding-bottom: 20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-xs,
  [class][class][class].py-xl-xs {
    padding-bottom: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-xs,
  [class][class][class].px-xl-xs {
    padding-left: 10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-xs,
  [class][class][class].px-xl-xs {
    padding-left: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-xs,
  [class][class][class].px-xl-xs {
    padding-left: 20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-xs,
  [class][class][class].px-xl-xs {
    padding-left: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-xs-neg {
    padding: -10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-xs-neg {
    padding: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-xs-neg {
    padding: -20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-xs-neg {
    padding: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-xs-neg,
  [class][class][class].py-xl-xs-neg {
    padding-top: -10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-xs-neg,
  [class][class][class].py-xl-xs-neg {
    padding-top: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-xs-neg,
  [class][class][class].py-xl-xs-neg {
    padding-top: -20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-xs-neg,
  [class][class][class].py-xl-xs-neg {
    padding-top: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-xs-neg,
  [class][class][class].px-xl-xs-neg {
    padding-right: -10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-xs-neg,
  [class][class][class].px-xl-xs-neg {
    padding-right: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-xs-neg,
  [class][class][class].px-xl-xs-neg {
    padding-right: -20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-xs-neg,
  [class][class][class].px-xl-xs-neg {
    padding-right: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-xs-neg,
  [class][class][class].py-xl-xs-neg {
    padding-bottom: -10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-xs-neg,
  [class][class][class].py-xl-xs-neg {
    padding-bottom: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-xs-neg,
  [class][class][class].py-xl-xs-neg {
    padding-bottom: -20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-xs-neg,
  [class][class][class].py-xl-xs-neg {
    padding-bottom: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-xs-neg,
  [class][class][class].px-xl-xs-neg {
    padding-left: -10px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-xs-neg,
  [class][class][class].px-xl-xs-neg {
    padding-left: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-xs-neg,
  [class][class][class].px-xl-xs-neg {
    padding-left: -20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-xs-neg,
  [class][class][class].px-xl-xs-neg {
    padding-left: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-xs-only {
    padding: 10px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-xs-only {
    padding: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-xs-only {
    padding: 20px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-xs-only {
    padding: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-xs-only,
  [class][class][class].py-xl-xs-only {
    padding-top: 10px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-xs-only,
  [class][class][class].py-xl-xs-only {
    padding-top: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-xs-only,
  [class][class][class].py-xl-xs-only {
    padding-top: 20px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-xs-only,
  [class][class][class].py-xl-xs-only {
    padding-top: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-xs-only,
  [class][class][class].px-xl-xs-only {
    padding-right: 10px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-xs-only,
  [class][class][class].px-xl-xs-only {
    padding-right: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-xs-only,
  [class][class][class].px-xl-xs-only {
    padding-right: 20px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-xs-only,
  [class][class][class].px-xl-xs-only {
    padding-right: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-xs-only,
  [class][class][class].py-xl-xs-only {
    padding-bottom: 10px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-xs-only,
  [class][class][class].py-xl-xs-only {
    padding-bottom: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-xs-only,
  [class][class][class].py-xl-xs-only {
    padding-bottom: 20px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-xs-only,
  [class][class][class].py-xl-xs-only {
    padding-bottom: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-xs-only,
  [class][class][class].px-xl-xs-only {
    padding-left: 10px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-xs-only,
  [class][class][class].px-xl-xs-only {
    padding-left: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-xs-only,
  [class][class][class].px-xl-xs-only {
    padding-left: 20px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-xs-only,
  [class][class][class].px-xl-xs-only {
    padding-left: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-small {
    padding: 15px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-small {
    padding: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-small {
    padding: 30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-small {
    padding: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-small,
  [class][class][class].py-xl-small {
    padding-top: 15px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-small,
  [class][class][class].py-xl-small {
    padding-top: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-small,
  [class][class][class].py-xl-small {
    padding-top: 30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-small,
  [class][class][class].py-xl-small {
    padding-top: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-small,
  [class][class][class].px-xl-small {
    padding-right: 15px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-small,
  [class][class][class].px-xl-small {
    padding-right: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-small,
  [class][class][class].px-xl-small {
    padding-right: 30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-small,
  [class][class][class].px-xl-small {
    padding-right: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-small,
  [class][class][class].py-xl-small {
    padding-bottom: 15px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-small,
  [class][class][class].py-xl-small {
    padding-bottom: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-small,
  [class][class][class].py-xl-small {
    padding-bottom: 30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-small,
  [class][class][class].py-xl-small {
    padding-bottom: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-small,
  [class][class][class].px-xl-small {
    padding-left: 15px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-small,
  [class][class][class].px-xl-small {
    padding-left: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-small,
  [class][class][class].px-xl-small {
    padding-left: 30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-small,
  [class][class][class].px-xl-small {
    padding-left: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-small-neg {
    padding: -15px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-small-neg {
    padding: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-small-neg {
    padding: -30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-small-neg {
    padding: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-small-neg,
  [class][class][class].py-xl-small-neg {
    padding-top: -15px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-small-neg,
  [class][class][class].py-xl-small-neg {
    padding-top: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-small-neg,
  [class][class][class].py-xl-small-neg {
    padding-top: -30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-small-neg,
  [class][class][class].py-xl-small-neg {
    padding-top: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-small-neg,
  [class][class][class].px-xl-small-neg {
    padding-right: -15px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-small-neg,
  [class][class][class].px-xl-small-neg {
    padding-right: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-small-neg,
  [class][class][class].px-xl-small-neg {
    padding-right: -30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-small-neg,
  [class][class][class].px-xl-small-neg {
    padding-right: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-small-neg,
  [class][class][class].py-xl-small-neg {
    padding-bottom: -15px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-small-neg,
  [class][class][class].py-xl-small-neg {
    padding-bottom: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-small-neg,
  [class][class][class].py-xl-small-neg {
    padding-bottom: -30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-small-neg,
  [class][class][class].py-xl-small-neg {
    padding-bottom: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-small-neg,
  [class][class][class].px-xl-small-neg {
    padding-left: -15px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-small-neg,
  [class][class][class].px-xl-small-neg {
    padding-left: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-small-neg,
  [class][class][class].px-xl-small-neg {
    padding-left: -30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-small-neg,
  [class][class][class].px-xl-small-neg {
    padding-left: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-small-only {
    padding: 15px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-small-only {
    padding: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-small-only {
    padding: 30px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-small-only {
    padding: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-small-only,
  [class][class][class].py-xl-small-only {
    padding-top: 15px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-small-only,
  [class][class][class].py-xl-small-only {
    padding-top: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-small-only,
  [class][class][class].py-xl-small-only {
    padding-top: 30px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-small-only,
  [class][class][class].py-xl-small-only {
    padding-top: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-small-only,
  [class][class][class].px-xl-small-only {
    padding-right: 15px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-small-only,
  [class][class][class].px-xl-small-only {
    padding-right: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-small-only,
  [class][class][class].px-xl-small-only {
    padding-right: 30px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-small-only,
  [class][class][class].px-xl-small-only {
    padding-right: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-small-only,
  [class][class][class].py-xl-small-only {
    padding-bottom: 15px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-small-only,
  [class][class][class].py-xl-small-only {
    padding-bottom: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-small-only,
  [class][class][class].py-xl-small-only {
    padding-bottom: 30px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-small-only,
  [class][class][class].py-xl-small-only {
    padding-bottom: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-small-only,
  [class][class][class].px-xl-small-only {
    padding-left: 15px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-small-only,
  [class][class][class].px-xl-small-only {
    padding-left: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-small-only,
  [class][class][class].px-xl-small-only {
    padding-left: 30px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-small-only,
  [class][class][class].px-xl-small-only {
    padding-left: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-normal {
    padding: 20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-normal {
    padding: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-normal {
    padding: 40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-normal {
    padding: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-normal,
  [class][class][class].py-xl-normal {
    padding-top: 20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-normal,
  [class][class][class].py-xl-normal {
    padding-top: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-normal,
  [class][class][class].py-xl-normal {
    padding-top: 40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-normal,
  [class][class][class].py-xl-normal {
    padding-top: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-normal,
  [class][class][class].px-xl-normal {
    padding-right: 20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-normal,
  [class][class][class].px-xl-normal {
    padding-right: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-normal,
  [class][class][class].px-xl-normal {
    padding-right: 40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-normal,
  [class][class][class].px-xl-normal {
    padding-right: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-normal,
  [class][class][class].py-xl-normal {
    padding-bottom: 20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-normal,
  [class][class][class].py-xl-normal {
    padding-bottom: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-normal,
  [class][class][class].py-xl-normal {
    padding-bottom: 40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-normal,
  [class][class][class].py-xl-normal {
    padding-bottom: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-normal,
  [class][class][class].px-xl-normal {
    padding-left: 20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-normal,
  [class][class][class].px-xl-normal {
    padding-left: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-normal,
  [class][class][class].px-xl-normal {
    padding-left: 40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-normal,
  [class][class][class].px-xl-normal {
    padding-left: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-normal-neg {
    padding: -20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-normal-neg {
    padding: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-normal-neg {
    padding: -40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-normal-neg {
    padding: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-normal-neg,
  [class][class][class].py-xl-normal-neg {
    padding-top: -20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-normal-neg,
  [class][class][class].py-xl-normal-neg {
    padding-top: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-normal-neg,
  [class][class][class].py-xl-normal-neg {
    padding-top: -40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-normal-neg,
  [class][class][class].py-xl-normal-neg {
    padding-top: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-normal-neg,
  [class][class][class].px-xl-normal-neg {
    padding-right: -20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-normal-neg,
  [class][class][class].px-xl-normal-neg {
    padding-right: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-normal-neg,
  [class][class][class].px-xl-normal-neg {
    padding-right: -40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-normal-neg,
  [class][class][class].px-xl-normal-neg {
    padding-right: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-normal-neg,
  [class][class][class].py-xl-normal-neg {
    padding-bottom: -20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-normal-neg,
  [class][class][class].py-xl-normal-neg {
    padding-bottom: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-normal-neg,
  [class][class][class].py-xl-normal-neg {
    padding-bottom: -40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-normal-neg,
  [class][class][class].py-xl-normal-neg {
    padding-bottom: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-normal-neg,
  [class][class][class].px-xl-normal-neg {
    padding-left: -20px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-normal-neg,
  [class][class][class].px-xl-normal-neg {
    padding-left: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-normal-neg,
  [class][class][class].px-xl-normal-neg {
    padding-left: -40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-normal-neg,
  [class][class][class].px-xl-normal-neg {
    padding-left: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-normal-only {
    padding: 20px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-normal-only {
    padding: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-normal-only {
    padding: 40px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-normal-only {
    padding: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-normal-only,
  [class][class][class].py-xl-normal-only {
    padding-top: 20px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-normal-only,
  [class][class][class].py-xl-normal-only {
    padding-top: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-normal-only,
  [class][class][class].py-xl-normal-only {
    padding-top: 40px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-normal-only,
  [class][class][class].py-xl-normal-only {
    padding-top: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-normal-only,
  [class][class][class].px-xl-normal-only {
    padding-right: 20px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-normal-only,
  [class][class][class].px-xl-normal-only {
    padding-right: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-normal-only,
  [class][class][class].px-xl-normal-only {
    padding-right: 40px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-normal-only,
  [class][class][class].px-xl-normal-only {
    padding-right: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-normal-only,
  [class][class][class].py-xl-normal-only {
    padding-bottom: 20px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-normal-only,
  [class][class][class].py-xl-normal-only {
    padding-bottom: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-normal-only,
  [class][class][class].py-xl-normal-only {
    padding-bottom: 40px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-normal-only,
  [class][class][class].py-xl-normal-only {
    padding-bottom: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-normal-only,
  [class][class][class].px-xl-normal-only {
    padding-left: 20px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-normal-only,
  [class][class][class].px-xl-normal-only {
    padding-left: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-normal-only,
  [class][class][class].px-xl-normal-only {
    padding-left: 40px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-normal-only,
  [class][class][class].px-xl-normal-only {
    padding-left: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-large {
    padding: 25px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-large {
    padding: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-large {
    padding: 50px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-large {
    padding: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-large,
  [class][class][class].py-xl-large {
    padding-top: 25px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-large,
  [class][class][class].py-xl-large {
    padding-top: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-large,
  [class][class][class].py-xl-large {
    padding-top: 50px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-large,
  [class][class][class].py-xl-large {
    padding-top: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-large,
  [class][class][class].px-xl-large {
    padding-right: 25px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-large,
  [class][class][class].px-xl-large {
    padding-right: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-large,
  [class][class][class].px-xl-large {
    padding-right: 50px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-large,
  [class][class][class].px-xl-large {
    padding-right: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-large,
  [class][class][class].py-xl-large {
    padding-bottom: 25px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-large,
  [class][class][class].py-xl-large {
    padding-bottom: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-large,
  [class][class][class].py-xl-large {
    padding-bottom: 50px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-large,
  [class][class][class].py-xl-large {
    padding-bottom: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-large,
  [class][class][class].px-xl-large {
    padding-left: 25px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-large,
  [class][class][class].px-xl-large {
    padding-left: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-large,
  [class][class][class].px-xl-large {
    padding-left: 50px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-large,
  [class][class][class].px-xl-large {
    padding-left: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-large-neg {
    padding: -25px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-large-neg {
    padding: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-large-neg {
    padding: -50px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-large-neg {
    padding: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-large-neg,
  [class][class][class].py-xl-large-neg {
    padding-top: -25px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-large-neg,
  [class][class][class].py-xl-large-neg {
    padding-top: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-large-neg,
  [class][class][class].py-xl-large-neg {
    padding-top: -50px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-large-neg,
  [class][class][class].py-xl-large-neg {
    padding-top: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-large-neg,
  [class][class][class].px-xl-large-neg {
    padding-right: -25px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-large-neg,
  [class][class][class].px-xl-large-neg {
    padding-right: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-large-neg,
  [class][class][class].px-xl-large-neg {
    padding-right: -50px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-large-neg,
  [class][class][class].px-xl-large-neg {
    padding-right: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-large-neg,
  [class][class][class].py-xl-large-neg {
    padding-bottom: -25px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-large-neg,
  [class][class][class].py-xl-large-neg {
    padding-bottom: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-large-neg,
  [class][class][class].py-xl-large-neg {
    padding-bottom: -50px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-large-neg,
  [class][class][class].py-xl-large-neg {
    padding-bottom: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-large-neg,
  [class][class][class].px-xl-large-neg {
    padding-left: -25px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-large-neg,
  [class][class][class].px-xl-large-neg {
    padding-left: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-large-neg,
  [class][class][class].px-xl-large-neg {
    padding-left: -50px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-large-neg,
  [class][class][class].px-xl-large-neg {
    padding-left: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-large-only {
    padding: 25px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-large-only {
    padding: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-large-only {
    padding: 50px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-large-only {
    padding: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-large-only,
  [class][class][class].py-xl-large-only {
    padding-top: 25px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-large-only,
  [class][class][class].py-xl-large-only {
    padding-top: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-large-only,
  [class][class][class].py-xl-large-only {
    padding-top: 50px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-large-only,
  [class][class][class].py-xl-large-only {
    padding-top: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-large-only,
  [class][class][class].px-xl-large-only {
    padding-right: 25px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-large-only,
  [class][class][class].px-xl-large-only {
    padding-right: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-large-only,
  [class][class][class].px-xl-large-only {
    padding-right: 50px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-large-only,
  [class][class][class].px-xl-large-only {
    padding-right: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-large-only,
  [class][class][class].py-xl-large-only {
    padding-bottom: 25px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-large-only,
  [class][class][class].py-xl-large-only {
    padding-bottom: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-large-only,
  [class][class][class].py-xl-large-only {
    padding-bottom: 50px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-large-only,
  [class][class][class].py-xl-large-only {
    padding-bottom: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-large-only,
  [class][class][class].px-xl-large-only {
    padding-left: 25px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-large-only,
  [class][class][class].px-xl-large-only {
    padding-left: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-large-only,
  [class][class][class].px-xl-large-only {
    padding-left: 50px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-large-only,
  [class][class][class].px-xl-large-only {
    padding-left: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-xl {
    padding: 30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-xl {
    padding: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-xl {
    padding: 60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-xl {
    padding: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-xl,
  [class][class][class].py-xl-xl {
    padding-top: 30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-xl,
  [class][class][class].py-xl-xl {
    padding-top: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-xl,
  [class][class][class].py-xl-xl {
    padding-top: 60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-xl,
  [class][class][class].py-xl-xl {
    padding-top: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-xl,
  [class][class][class].px-xl-xl {
    padding-right: 30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-xl,
  [class][class][class].px-xl-xl {
    padding-right: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-xl,
  [class][class][class].px-xl-xl {
    padding-right: 60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-xl,
  [class][class][class].px-xl-xl {
    padding-right: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-xl,
  [class][class][class].py-xl-xl {
    padding-bottom: 30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-xl,
  [class][class][class].py-xl-xl {
    padding-bottom: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-xl,
  [class][class][class].py-xl-xl {
    padding-bottom: 60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-xl,
  [class][class][class].py-xl-xl {
    padding-bottom: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-xl,
  [class][class][class].px-xl-xl {
    padding-left: 30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-xl,
  [class][class][class].px-xl-xl {
    padding-left: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-xl,
  [class][class][class].px-xl-xl {
    padding-left: 60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-xl,
  [class][class][class].px-xl-xl {
    padding-left: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-xl-neg {
    padding: -30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-xl-neg {
    padding: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-xl-neg {
    padding: -60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-xl-neg {
    padding: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-xl-neg,
  [class][class][class].py-xl-xl-neg {
    padding-top: -30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-xl-neg,
  [class][class][class].py-xl-xl-neg {
    padding-top: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-xl-neg,
  [class][class][class].py-xl-xl-neg {
    padding-top: -60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-xl-neg,
  [class][class][class].py-xl-xl-neg {
    padding-top: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-xl-neg,
  [class][class][class].px-xl-xl-neg {
    padding-right: -30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-xl-neg,
  [class][class][class].px-xl-xl-neg {
    padding-right: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-xl-neg,
  [class][class][class].px-xl-xl-neg {
    padding-right: -60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-xl-neg,
  [class][class][class].px-xl-xl-neg {
    padding-right: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-xl-neg,
  [class][class][class].py-xl-xl-neg {
    padding-bottom: -30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-xl-neg,
  [class][class][class].py-xl-xl-neg {
    padding-bottom: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-xl-neg,
  [class][class][class].py-xl-xl-neg {
    padding-bottom: -60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-xl-neg,
  [class][class][class].py-xl-xl-neg {
    padding-bottom: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-xl-neg,
  [class][class][class].px-xl-xl-neg {
    padding-left: -30px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-xl-neg,
  [class][class][class].px-xl-xl-neg {
    padding-left: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-xl-neg,
  [class][class][class].px-xl-xl-neg {
    padding-left: -60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-xl-neg,
  [class][class][class].px-xl-xl-neg {
    padding-left: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-xl-only {
    padding: 30px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-xl-only {
    padding: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-xl-only {
    padding: 60px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-xl-only {
    padding: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-xl-only,
  [class][class][class].py-xl-xl-only {
    padding-top: 30px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-xl-only,
  [class][class][class].py-xl-xl-only {
    padding-top: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-xl-only,
  [class][class][class].py-xl-xl-only {
    padding-top: 60px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-xl-only,
  [class][class][class].py-xl-xl-only {
    padding-top: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-xl-only,
  [class][class][class].px-xl-xl-only {
    padding-right: 30px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-xl-only,
  [class][class][class].px-xl-xl-only {
    padding-right: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-xl-only,
  [class][class][class].px-xl-xl-only {
    padding-right: 60px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-xl-only,
  [class][class][class].px-xl-xl-only {
    padding-right: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-xl-only,
  [class][class][class].py-xl-xl-only {
    padding-bottom: 30px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-xl-only,
  [class][class][class].py-xl-xl-only {
    padding-bottom: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-xl-only,
  [class][class][class].py-xl-xl-only {
    padding-bottom: 60px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-xl-only,
  [class][class][class].py-xl-xl-only {
    padding-bottom: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-xl-only,
  [class][class][class].px-xl-xl-only {
    padding-left: 30px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-xl-only,
  [class][class][class].px-xl-xl-only {
    padding-left: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-xl-only,
  [class][class][class].px-xl-xl-only {
    padding-left: 60px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-xl-only,
  [class][class][class].px-xl-xl-only {
    padding-left: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-xxl {
    padding: 40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-xxl {
    padding: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-xxl {
    padding: 70px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-xxl {
    padding: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-xxl,
  [class][class][class].py-xl-xxl {
    padding-top: 40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-xxl,
  [class][class][class].py-xl-xxl {
    padding-top: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-xxl,
  [class][class][class].py-xl-xxl {
    padding-top: 70px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-xxl,
  [class][class][class].py-xl-xxl {
    padding-top: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-xxl,
  [class][class][class].px-xl-xxl {
    padding-right: 40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-xxl,
  [class][class][class].px-xl-xxl {
    padding-right: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-xxl,
  [class][class][class].px-xl-xxl {
    padding-right: 70px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-xxl,
  [class][class][class].px-xl-xxl {
    padding-right: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-xxl,
  [class][class][class].py-xl-xxl {
    padding-bottom: 40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-xxl,
  [class][class][class].py-xl-xxl {
    padding-bottom: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-xxl,
  [class][class][class].py-xl-xxl {
    padding-bottom: 70px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-xxl,
  [class][class][class].py-xl-xxl {
    padding-bottom: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-xxl,
  [class][class][class].px-xl-xxl {
    padding-left: 40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-xxl,
  [class][class][class].px-xl-xxl {
    padding-left: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-xxl,
  [class][class][class].px-xl-xxl {
    padding-left: 70px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-xxl,
  [class][class][class].px-xl-xxl {
    padding-left: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-xxl-neg {
    padding: -40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-xxl-neg {
    padding: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-xxl-neg {
    padding: -70px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-xxl-neg {
    padding: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-xxl-neg,
  [class][class][class].py-xl-xxl-neg {
    padding-top: -40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-xxl-neg,
  [class][class][class].py-xl-xxl-neg {
    padding-top: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-xxl-neg,
  [class][class][class].py-xl-xxl-neg {
    padding-top: -70px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-xxl-neg,
  [class][class][class].py-xl-xxl-neg {
    padding-top: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-xxl-neg,
  [class][class][class].px-xl-xxl-neg {
    padding-right: -40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-xxl-neg,
  [class][class][class].px-xl-xxl-neg {
    padding-right: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-xxl-neg,
  [class][class][class].px-xl-xxl-neg {
    padding-right: -70px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-xxl-neg,
  [class][class][class].px-xl-xxl-neg {
    padding-right: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-xxl-neg,
  [class][class][class].py-xl-xxl-neg {
    padding-bottom: -40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-xxl-neg,
  [class][class][class].py-xl-xxl-neg {
    padding-bottom: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-xxl-neg,
  [class][class][class].py-xl-xxl-neg {
    padding-bottom: -70px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-xxl-neg,
  [class][class][class].py-xl-xxl-neg {
    padding-bottom: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-xxl-neg,
  [class][class][class].px-xl-xxl-neg {
    padding-left: -40px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-xxl-neg,
  [class][class][class].px-xl-xxl-neg {
    padding-left: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-xxl-neg,
  [class][class][class].px-xl-xxl-neg {
    padding-left: -70px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-xxl-neg,
  [class][class][class].px-xl-xxl-neg {
    padding-left: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-xxl-only {
    padding: 40px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-xxl-only {
    padding: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-xxl-only {
    padding: 70px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-xxl-only {
    padding: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-xxl-only,
  [class][class][class].py-xl-xxl-only {
    padding-top: 40px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-xxl-only,
  [class][class][class].py-xl-xxl-only {
    padding-top: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-xxl-only,
  [class][class][class].py-xl-xxl-only {
    padding-top: 70px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-xxl-only,
  [class][class][class].py-xl-xxl-only {
    padding-top: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-xxl-only,
  [class][class][class].px-xl-xxl-only {
    padding-right: 40px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-xxl-only,
  [class][class][class].px-xl-xxl-only {
    padding-right: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-xxl-only,
  [class][class][class].px-xl-xxl-only {
    padding-right: 70px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-xxl-only,
  [class][class][class].px-xl-xxl-only {
    padding-right: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-xxl-only,
  [class][class][class].py-xl-xxl-only {
    padding-bottom: 40px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-xxl-only,
  [class][class][class].py-xl-xxl-only {
    padding-bottom: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-xxl-only,
  [class][class][class].py-xl-xxl-only {
    padding-bottom: 70px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-xxl-only,
  [class][class][class].py-xl-xxl-only {
    padding-bottom: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-xxl-only,
  [class][class][class].px-xl-xxl-only {
    padding-left: 40px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-xxl-only,
  [class][class][class].px-xl-xxl-only {
    padding-left: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-xxl-only,
  [class][class][class].px-xl-xxl-only {
    padding-left: 70px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-xxl-only,
  [class][class][class].px-xl-xxl-only {
    padding-left: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-xxxl {
    padding: 45px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-xxxl {
    padding: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-xxxl {
    padding: 80px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-xxxl {
    padding: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-xxxl,
  [class][class][class].py-xl-xxxl {
    padding-top: 45px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-xxxl,
  [class][class][class].py-xl-xxxl {
    padding-top: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-xxxl,
  [class][class][class].py-xl-xxxl {
    padding-top: 80px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-xxxl,
  [class][class][class].py-xl-xxxl {
    padding-top: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-xxxl,
  [class][class][class].px-xl-xxxl {
    padding-right: 45px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-xxxl,
  [class][class][class].px-xl-xxxl {
    padding-right: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-xxxl,
  [class][class][class].px-xl-xxxl {
    padding-right: 80px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-xxxl,
  [class][class][class].px-xl-xxxl {
    padding-right: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-xxxl,
  [class][class][class].py-xl-xxxl {
    padding-bottom: 45px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-xxxl,
  [class][class][class].py-xl-xxxl {
    padding-bottom: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-xxxl,
  [class][class][class].py-xl-xxxl {
    padding-bottom: 80px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-xxxl,
  [class][class][class].py-xl-xxxl {
    padding-bottom: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-xxxl,
  [class][class][class].px-xl-xxxl {
    padding-left: 45px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-xxxl,
  [class][class][class].px-xl-xxxl {
    padding-left: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-xxxl,
  [class][class][class].px-xl-xxxl {
    padding-left: 80px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-xxxl,
  [class][class][class].px-xl-xxxl {
    padding-left: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-xxxl-neg {
    padding: -45px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-xxxl-neg {
    padding: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-xxxl-neg {
    padding: -80px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-xxxl-neg {
    padding: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-xxxl-neg,
  [class][class][class].py-xl-xxxl-neg {
    padding-top: -45px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-xxxl-neg,
  [class][class][class].py-xl-xxxl-neg {
    padding-top: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-xxxl-neg,
  [class][class][class].py-xl-xxxl-neg {
    padding-top: -80px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-xxxl-neg,
  [class][class][class].py-xl-xxxl-neg {
    padding-top: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-xxxl-neg,
  [class][class][class].px-xl-xxxl-neg {
    padding-right: -45px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-xxxl-neg,
  [class][class][class].px-xl-xxxl-neg {
    padding-right: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-xxxl-neg,
  [class][class][class].px-xl-xxxl-neg {
    padding-right: -80px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-xxxl-neg,
  [class][class][class].px-xl-xxxl-neg {
    padding-right: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-xxxl-neg,
  [class][class][class].py-xl-xxxl-neg {
    padding-bottom: -45px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-xxxl-neg,
  [class][class][class].py-xl-xxxl-neg {
    padding-bottom: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-xxxl-neg,
  [class][class][class].py-xl-xxxl-neg {
    padding-bottom: -80px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-xxxl-neg,
  [class][class][class].py-xl-xxxl-neg {
    padding-bottom: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-xxxl-neg,
  [class][class][class].px-xl-xxxl-neg {
    padding-left: -45px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-xxxl-neg,
  [class][class][class].px-xl-xxxl-neg {
    padding-left: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-xxxl-neg,
  [class][class][class].px-xl-xxxl-neg {
    padding-left: -80px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-xxxl-neg,
  [class][class][class].px-xl-xxxl-neg {
    padding-left: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-xxxl-only {
    padding: 45px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-xxxl-only {
    padding: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-xxxl-only {
    padding: 80px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-xxxl-only {
    padding: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-xxxl-only,
  [class][class][class].py-xl-xxxl-only {
    padding-top: 45px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-xxxl-only,
  [class][class][class].py-xl-xxxl-only {
    padding-top: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-xxxl-only,
  [class][class][class].py-xl-xxxl-only {
    padding-top: 80px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-xxxl-only,
  [class][class][class].py-xl-xxxl-only {
    padding-top: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-xxxl-only,
  [class][class][class].px-xl-xxxl-only {
    padding-right: 45px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-xxxl-only,
  [class][class][class].px-xl-xxxl-only {
    padding-right: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-xxxl-only,
  [class][class][class].px-xl-xxxl-only {
    padding-right: 80px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-xxxl-only,
  [class][class][class].px-xl-xxxl-only {
    padding-right: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-xxxl-only,
  [class][class][class].py-xl-xxxl-only {
    padding-bottom: 45px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-xxxl-only,
  [class][class][class].py-xl-xxxl-only {
    padding-bottom: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-xxxl-only,
  [class][class][class].py-xl-xxxl-only {
    padding-bottom: 80px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-xxxl-only,
  [class][class][class].py-xl-xxxl-only {
    padding-bottom: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-xxxl-only,
  [class][class][class].px-xl-xxxl-only {
    padding-left: 45px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-xxxl-only,
  [class][class][class].px-xl-xxxl-only {
    padding-left: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-xxxl-only,
  [class][class][class].px-xl-xxxl-only {
    padding-left: 80px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-xxxl-only,
  [class][class][class].px-xl-xxxl-only {
    padding-left: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-huge {
    padding: 60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-huge {
    padding: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-huge {
    padding: 130px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-huge {
    padding: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-huge,
  [class][class][class].py-xl-huge {
    padding-top: 60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-huge,
  [class][class][class].py-xl-huge {
    padding-top: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-huge,
  [class][class][class].py-xl-huge {
    padding-top: 130px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-huge,
  [class][class][class].py-xl-huge {
    padding-top: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-huge,
  [class][class][class].px-xl-huge {
    padding-right: 60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-huge,
  [class][class][class].px-xl-huge {
    padding-right: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-huge,
  [class][class][class].px-xl-huge {
    padding-right: 130px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-huge,
  [class][class][class].px-xl-huge {
    padding-right: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-huge,
  [class][class][class].py-xl-huge {
    padding-bottom: 60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-huge,
  [class][class][class].py-xl-huge {
    padding-bottom: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-huge,
  [class][class][class].py-xl-huge {
    padding-bottom: 130px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-huge,
  [class][class][class].py-xl-huge {
    padding-bottom: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-huge,
  [class][class][class].px-xl-huge {
    padding-left: 60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-huge,
  [class][class][class].px-xl-huge {
    padding-left: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-huge,
  [class][class][class].px-xl-huge {
    padding-left: 130px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-huge,
  [class][class][class].px-xl-huge {
    padding-left: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-huge-neg {
    padding: -60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-huge-neg {
    padding: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-huge-neg {
    padding: -130px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-huge-neg {
    padding: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-huge-neg,
  [class][class][class].py-xl-huge-neg {
    padding-top: -60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-huge-neg,
  [class][class][class].py-xl-huge-neg {
    padding-top: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-huge-neg,
  [class][class][class].py-xl-huge-neg {
    padding-top: -130px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-huge-neg,
  [class][class][class].py-xl-huge-neg {
    padding-top: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-huge-neg,
  [class][class][class].px-xl-huge-neg {
    padding-right: -60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-huge-neg,
  [class][class][class].px-xl-huge-neg {
    padding-right: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-huge-neg,
  [class][class][class].px-xl-huge-neg {
    padding-right: -130px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-huge-neg,
  [class][class][class].px-xl-huge-neg {
    padding-right: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-huge-neg,
  [class][class][class].py-xl-huge-neg {
    padding-bottom: -60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-huge-neg,
  [class][class][class].py-xl-huge-neg {
    padding-bottom: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-huge-neg,
  [class][class][class].py-xl-huge-neg {
    padding-bottom: -130px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-huge-neg,
  [class][class][class].py-xl-huge-neg {
    padding-bottom: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-huge-neg,
  [class][class][class].px-xl-huge-neg {
    padding-left: -60px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-huge-neg,
  [class][class][class].px-xl-huge-neg {
    padding-left: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-huge-neg,
  [class][class][class].px-xl-huge-neg {
    padding-left: -130px;
  }
}
@media (min-width: 1264px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-huge-neg,
  [class][class][class].px-xl-huge-neg {
    padding-left: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xl-huge-only {
    padding: 60px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xl-huge-only {
    padding: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].p-xl-huge-only {
    padding: 130px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xl-huge-only {
    padding: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xl-huge-only,
  [class][class][class].py-xl-huge-only {
    padding-top: 60px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xl-huge-only,
  [class][class][class].py-xl-huge-only {
    padding-top: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xl-huge-only,
  [class][class][class].py-xl-huge-only {
    padding-top: 130px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xl-huge-only,
  [class][class][class].py-xl-huge-only {
    padding-top: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xl-huge-only,
  [class][class][class].px-xl-huge-only {
    padding-right: 60px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xl-huge-only,
  [class][class][class].px-xl-huge-only {
    padding-right: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xl-huge-only,
  [class][class][class].px-xl-huge-only {
    padding-right: 130px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xl-huge-only,
  [class][class][class].px-xl-huge-only {
    padding-right: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xl-huge-only,
  [class][class][class].py-xl-huge-only {
    padding-bottom: 60px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xl-huge-only,
  [class][class][class].py-xl-huge-only {
    padding-bottom: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xl-huge-only,
  [class][class][class].py-xl-huge-only {
    padding-bottom: 130px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xl-huge-only,
  [class][class][class].py-xl-huge-only {
    padding-bottom: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xl-huge-only,
  [class][class][class].px-xl-huge-only {
    padding-left: 60px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xl-huge-only,
  [class][class][class].px-xl-huge-only {
    padding-left: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xl-huge-only,
  [class][class][class].px-xl-huge-only {
    padding-left: 130px;
  }
}
@media (min-width: 1264px) and (max-width: 1407.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xl-huge-only,
  [class][class][class].px-xl-huge-only {
    padding-left: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-null {
    margin: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-null {
    margin: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-null {
    margin: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-null {
    margin: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-null,
  [class][class][class].my-xxl-null {
    margin-top: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-null,
  [class][class][class].my-xxl-null {
    margin-top: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-null,
  [class][class][class].my-xxl-null {
    margin-top: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-null,
  [class][class][class].my-xxl-null {
    margin-top: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-null,
  [class][class][class].mx-xxl-null {
    margin-right: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-null,
  [class][class][class].mx-xxl-null {
    margin-right: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-null,
  [class][class][class].mx-xxl-null {
    margin-right: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-null,
  [class][class][class].mx-xxl-null {
    margin-right: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-null,
  [class][class][class].my-xxl-null {
    margin-bottom: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-null,
  [class][class][class].my-xxl-null {
    margin-bottom: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-null,
  [class][class][class].my-xxl-null {
    margin-bottom: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-null,
  [class][class][class].my-xxl-null {
    margin-bottom: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-null,
  [class][class][class].mx-xxl-null {
    margin-left: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-null,
  [class][class][class].mx-xxl-null {
    margin-left: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-null,
  [class][class][class].mx-xxl-null {
    margin-left: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-null,
  [class][class][class].mx-xxl-null {
    margin-left: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-null-neg {
    margin: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-null-neg {
    margin: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-null-neg {
    margin: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-null-neg {
    margin: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-null-neg,
  [class][class][class].my-xxl-null-neg {
    margin-top: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-null-neg,
  [class][class][class].my-xxl-null-neg {
    margin-top: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-null-neg,
  [class][class][class].my-xxl-null-neg {
    margin-top: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-null-neg,
  [class][class][class].my-xxl-null-neg {
    margin-top: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-null-neg,
  [class][class][class].mx-xxl-null-neg {
    margin-right: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-null-neg,
  [class][class][class].mx-xxl-null-neg {
    margin-right: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-null-neg,
  [class][class][class].mx-xxl-null-neg {
    margin-right: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-null-neg,
  [class][class][class].mx-xxl-null-neg {
    margin-right: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-null-neg,
  [class][class][class].my-xxl-null-neg {
    margin-bottom: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-null-neg,
  [class][class][class].my-xxl-null-neg {
    margin-bottom: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-null-neg,
  [class][class][class].my-xxl-null-neg {
    margin-bottom: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-null-neg,
  [class][class][class].my-xxl-null-neg {
    margin-bottom: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-null-neg,
  [class][class][class].mx-xxl-null-neg {
    margin-left: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-null-neg,
  [class][class][class].mx-xxl-null-neg {
    margin-left: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-null-neg,
  [class][class][class].mx-xxl-null-neg {
    margin-left: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-null-neg,
  [class][class][class].mx-xxl-null-neg {
    margin-left: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-null-only {
    margin: 0px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-null-only {
    margin: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-null-only {
    margin: 0px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-null-only {
    margin: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-null-only,
  [class][class][class].my-xxl-null-only {
    margin-top: 0px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-null-only,
  [class][class][class].my-xxl-null-only {
    margin-top: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-null-only,
  [class][class][class].my-xxl-null-only {
    margin-top: 0px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-null-only,
  [class][class][class].my-xxl-null-only {
    margin-top: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-null-only,
  [class][class][class].mx-xxl-null-only {
    margin-right: 0px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-null-only,
  [class][class][class].mx-xxl-null-only {
    margin-right: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-null-only,
  [class][class][class].mx-xxl-null-only {
    margin-right: 0px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-null-only,
  [class][class][class].mx-xxl-null-only {
    margin-right: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-null-only,
  [class][class][class].my-xxl-null-only {
    margin-bottom: 0px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-null-only,
  [class][class][class].my-xxl-null-only {
    margin-bottom: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-null-only,
  [class][class][class].my-xxl-null-only {
    margin-bottom: 0px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-null-only,
  [class][class][class].my-xxl-null-only {
    margin-bottom: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-null-only,
  [class][class][class].mx-xxl-null-only {
    margin-left: 0px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-null-only,
  [class][class][class].mx-xxl-null-only {
    margin-left: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-null-only,
  [class][class][class].mx-xxl-null-only {
    margin-left: 0px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-null-only,
  [class][class][class].mx-xxl-null-only {
    margin-left: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-xxs {
    margin: 5px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-xxs {
    margin: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-xxs {
    margin: 10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-xxs {
    margin: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-xxs,
  [class][class][class].my-xxl-xxs {
    margin-top: 5px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-xxs,
  [class][class][class].my-xxl-xxs {
    margin-top: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-xxs,
  [class][class][class].my-xxl-xxs {
    margin-top: 10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-xxs,
  [class][class][class].my-xxl-xxs {
    margin-top: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-xxs,
  [class][class][class].mx-xxl-xxs {
    margin-right: 5px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-xxs,
  [class][class][class].mx-xxl-xxs {
    margin-right: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-xxs,
  [class][class][class].mx-xxl-xxs {
    margin-right: 10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-xxs,
  [class][class][class].mx-xxl-xxs {
    margin-right: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-xxs,
  [class][class][class].my-xxl-xxs {
    margin-bottom: 5px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-xxs,
  [class][class][class].my-xxl-xxs {
    margin-bottom: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-xxs,
  [class][class][class].my-xxl-xxs {
    margin-bottom: 10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-xxs,
  [class][class][class].my-xxl-xxs {
    margin-bottom: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-xxs,
  [class][class][class].mx-xxl-xxs {
    margin-left: 5px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-xxs,
  [class][class][class].mx-xxl-xxs {
    margin-left: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-xxs,
  [class][class][class].mx-xxl-xxs {
    margin-left: 10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-xxs,
  [class][class][class].mx-xxl-xxs {
    margin-left: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-xxs-neg {
    margin: -5px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-xxs-neg {
    margin: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-xxs-neg {
    margin: -10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-xxs-neg {
    margin: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-xxs-neg,
  [class][class][class].my-xxl-xxs-neg {
    margin-top: -5px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-xxs-neg,
  [class][class][class].my-xxl-xxs-neg {
    margin-top: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-xxs-neg,
  [class][class][class].my-xxl-xxs-neg {
    margin-top: -10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-xxs-neg,
  [class][class][class].my-xxl-xxs-neg {
    margin-top: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-xxs-neg,
  [class][class][class].mx-xxl-xxs-neg {
    margin-right: -5px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-xxs-neg,
  [class][class][class].mx-xxl-xxs-neg {
    margin-right: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-xxs-neg,
  [class][class][class].mx-xxl-xxs-neg {
    margin-right: -10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-xxs-neg,
  [class][class][class].mx-xxl-xxs-neg {
    margin-right: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-xxs-neg,
  [class][class][class].my-xxl-xxs-neg {
    margin-bottom: -5px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-xxs-neg,
  [class][class][class].my-xxl-xxs-neg {
    margin-bottom: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-xxs-neg,
  [class][class][class].my-xxl-xxs-neg {
    margin-bottom: -10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-xxs-neg,
  [class][class][class].my-xxl-xxs-neg {
    margin-bottom: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-xxs-neg,
  [class][class][class].mx-xxl-xxs-neg {
    margin-left: -5px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-xxs-neg,
  [class][class][class].mx-xxl-xxs-neg {
    margin-left: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-xxs-neg,
  [class][class][class].mx-xxl-xxs-neg {
    margin-left: -10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-xxs-neg,
  [class][class][class].mx-xxl-xxs-neg {
    margin-left: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-xxs-only {
    margin: 5px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-xxs-only {
    margin: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-xxs-only {
    margin: 10px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-xxs-only {
    margin: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-xxs-only,
  [class][class][class].my-xxl-xxs-only {
    margin-top: 5px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-xxs-only,
  [class][class][class].my-xxl-xxs-only {
    margin-top: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-xxs-only,
  [class][class][class].my-xxl-xxs-only {
    margin-top: 10px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-xxs-only,
  [class][class][class].my-xxl-xxs-only {
    margin-top: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-xxs-only,
  [class][class][class].mx-xxl-xxs-only {
    margin-right: 5px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-xxs-only,
  [class][class][class].mx-xxl-xxs-only {
    margin-right: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-xxs-only,
  [class][class][class].mx-xxl-xxs-only {
    margin-right: 10px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-xxs-only,
  [class][class][class].mx-xxl-xxs-only {
    margin-right: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-xxs-only,
  [class][class][class].my-xxl-xxs-only {
    margin-bottom: 5px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-xxs-only,
  [class][class][class].my-xxl-xxs-only {
    margin-bottom: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-xxs-only,
  [class][class][class].my-xxl-xxs-only {
    margin-bottom: 10px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-xxs-only,
  [class][class][class].my-xxl-xxs-only {
    margin-bottom: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-xxs-only,
  [class][class][class].mx-xxl-xxs-only {
    margin-left: 5px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-xxs-only,
  [class][class][class].mx-xxl-xxs-only {
    margin-left: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-xxs-only,
  [class][class][class].mx-xxl-xxs-only {
    margin-left: 10px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-xxs-only,
  [class][class][class].mx-xxl-xxs-only {
    margin-left: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-xs {
    margin: 10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-xs {
    margin: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-xs {
    margin: 20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-xs {
    margin: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-xs,
  [class][class][class].my-xxl-xs {
    margin-top: 10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-xs,
  [class][class][class].my-xxl-xs {
    margin-top: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-xs,
  [class][class][class].my-xxl-xs {
    margin-top: 20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-xs,
  [class][class][class].my-xxl-xs {
    margin-top: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-xs,
  [class][class][class].mx-xxl-xs {
    margin-right: 10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-xs,
  [class][class][class].mx-xxl-xs {
    margin-right: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-xs,
  [class][class][class].mx-xxl-xs {
    margin-right: 20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-xs,
  [class][class][class].mx-xxl-xs {
    margin-right: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-xs,
  [class][class][class].my-xxl-xs {
    margin-bottom: 10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-xs,
  [class][class][class].my-xxl-xs {
    margin-bottom: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-xs,
  [class][class][class].my-xxl-xs {
    margin-bottom: 20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-xs,
  [class][class][class].my-xxl-xs {
    margin-bottom: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-xs,
  [class][class][class].mx-xxl-xs {
    margin-left: 10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-xs,
  [class][class][class].mx-xxl-xs {
    margin-left: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-xs,
  [class][class][class].mx-xxl-xs {
    margin-left: 20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-xs,
  [class][class][class].mx-xxl-xs {
    margin-left: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-xs-neg {
    margin: -10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-xs-neg {
    margin: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-xs-neg {
    margin: -20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-xs-neg {
    margin: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-xs-neg,
  [class][class][class].my-xxl-xs-neg {
    margin-top: -10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-xs-neg,
  [class][class][class].my-xxl-xs-neg {
    margin-top: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-xs-neg,
  [class][class][class].my-xxl-xs-neg {
    margin-top: -20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-xs-neg,
  [class][class][class].my-xxl-xs-neg {
    margin-top: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-xs-neg,
  [class][class][class].mx-xxl-xs-neg {
    margin-right: -10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-xs-neg,
  [class][class][class].mx-xxl-xs-neg {
    margin-right: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-xs-neg,
  [class][class][class].mx-xxl-xs-neg {
    margin-right: -20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-xs-neg,
  [class][class][class].mx-xxl-xs-neg {
    margin-right: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-xs-neg,
  [class][class][class].my-xxl-xs-neg {
    margin-bottom: -10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-xs-neg,
  [class][class][class].my-xxl-xs-neg {
    margin-bottom: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-xs-neg,
  [class][class][class].my-xxl-xs-neg {
    margin-bottom: -20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-xs-neg,
  [class][class][class].my-xxl-xs-neg {
    margin-bottom: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-xs-neg,
  [class][class][class].mx-xxl-xs-neg {
    margin-left: -10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-xs-neg,
  [class][class][class].mx-xxl-xs-neg {
    margin-left: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-xs-neg,
  [class][class][class].mx-xxl-xs-neg {
    margin-left: -20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-xs-neg,
  [class][class][class].mx-xxl-xs-neg {
    margin-left: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-xs-only {
    margin: 10px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-xs-only {
    margin: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-xs-only {
    margin: 20px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-xs-only {
    margin: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-xs-only,
  [class][class][class].my-xxl-xs-only {
    margin-top: 10px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-xs-only,
  [class][class][class].my-xxl-xs-only {
    margin-top: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-xs-only,
  [class][class][class].my-xxl-xs-only {
    margin-top: 20px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-xs-only,
  [class][class][class].my-xxl-xs-only {
    margin-top: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-xs-only,
  [class][class][class].mx-xxl-xs-only {
    margin-right: 10px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-xs-only,
  [class][class][class].mx-xxl-xs-only {
    margin-right: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-xs-only,
  [class][class][class].mx-xxl-xs-only {
    margin-right: 20px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-xs-only,
  [class][class][class].mx-xxl-xs-only {
    margin-right: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-xs-only,
  [class][class][class].my-xxl-xs-only {
    margin-bottom: 10px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-xs-only,
  [class][class][class].my-xxl-xs-only {
    margin-bottom: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-xs-only,
  [class][class][class].my-xxl-xs-only {
    margin-bottom: 20px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-xs-only,
  [class][class][class].my-xxl-xs-only {
    margin-bottom: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-xs-only,
  [class][class][class].mx-xxl-xs-only {
    margin-left: 10px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-xs-only,
  [class][class][class].mx-xxl-xs-only {
    margin-left: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-xs-only,
  [class][class][class].mx-xxl-xs-only {
    margin-left: 20px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-xs-only,
  [class][class][class].mx-xxl-xs-only {
    margin-left: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-small {
    margin: 15px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-small {
    margin: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-small {
    margin: 30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-small {
    margin: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-small,
  [class][class][class].my-xxl-small {
    margin-top: 15px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-small,
  [class][class][class].my-xxl-small {
    margin-top: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-small,
  [class][class][class].my-xxl-small {
    margin-top: 30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-small,
  [class][class][class].my-xxl-small {
    margin-top: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-small,
  [class][class][class].mx-xxl-small {
    margin-right: 15px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-small,
  [class][class][class].mx-xxl-small {
    margin-right: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-small,
  [class][class][class].mx-xxl-small {
    margin-right: 30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-small,
  [class][class][class].mx-xxl-small {
    margin-right: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-small,
  [class][class][class].my-xxl-small {
    margin-bottom: 15px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-small,
  [class][class][class].my-xxl-small {
    margin-bottom: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-small,
  [class][class][class].my-xxl-small {
    margin-bottom: 30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-small,
  [class][class][class].my-xxl-small {
    margin-bottom: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-small,
  [class][class][class].mx-xxl-small {
    margin-left: 15px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-small,
  [class][class][class].mx-xxl-small {
    margin-left: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-small,
  [class][class][class].mx-xxl-small {
    margin-left: 30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-small,
  [class][class][class].mx-xxl-small {
    margin-left: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-small-neg {
    margin: -15px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-small-neg {
    margin: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-small-neg {
    margin: -30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-small-neg {
    margin: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-small-neg,
  [class][class][class].my-xxl-small-neg {
    margin-top: -15px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-small-neg,
  [class][class][class].my-xxl-small-neg {
    margin-top: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-small-neg,
  [class][class][class].my-xxl-small-neg {
    margin-top: -30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-small-neg,
  [class][class][class].my-xxl-small-neg {
    margin-top: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-small-neg,
  [class][class][class].mx-xxl-small-neg {
    margin-right: -15px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-small-neg,
  [class][class][class].mx-xxl-small-neg {
    margin-right: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-small-neg,
  [class][class][class].mx-xxl-small-neg {
    margin-right: -30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-small-neg,
  [class][class][class].mx-xxl-small-neg {
    margin-right: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-small-neg,
  [class][class][class].my-xxl-small-neg {
    margin-bottom: -15px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-small-neg,
  [class][class][class].my-xxl-small-neg {
    margin-bottom: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-small-neg,
  [class][class][class].my-xxl-small-neg {
    margin-bottom: -30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-small-neg,
  [class][class][class].my-xxl-small-neg {
    margin-bottom: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-small-neg,
  [class][class][class].mx-xxl-small-neg {
    margin-left: -15px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-small-neg,
  [class][class][class].mx-xxl-small-neg {
    margin-left: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-small-neg,
  [class][class][class].mx-xxl-small-neg {
    margin-left: -30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-small-neg,
  [class][class][class].mx-xxl-small-neg {
    margin-left: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-small-only {
    margin: 15px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-small-only {
    margin: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-small-only {
    margin: 30px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-small-only {
    margin: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-small-only,
  [class][class][class].my-xxl-small-only {
    margin-top: 15px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-small-only,
  [class][class][class].my-xxl-small-only {
    margin-top: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-small-only,
  [class][class][class].my-xxl-small-only {
    margin-top: 30px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-small-only,
  [class][class][class].my-xxl-small-only {
    margin-top: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-small-only,
  [class][class][class].mx-xxl-small-only {
    margin-right: 15px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-small-only,
  [class][class][class].mx-xxl-small-only {
    margin-right: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-small-only,
  [class][class][class].mx-xxl-small-only {
    margin-right: 30px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-small-only,
  [class][class][class].mx-xxl-small-only {
    margin-right: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-small-only,
  [class][class][class].my-xxl-small-only {
    margin-bottom: 15px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-small-only,
  [class][class][class].my-xxl-small-only {
    margin-bottom: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-small-only,
  [class][class][class].my-xxl-small-only {
    margin-bottom: 30px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-small-only,
  [class][class][class].my-xxl-small-only {
    margin-bottom: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-small-only,
  [class][class][class].mx-xxl-small-only {
    margin-left: 15px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-small-only,
  [class][class][class].mx-xxl-small-only {
    margin-left: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-small-only,
  [class][class][class].mx-xxl-small-only {
    margin-left: 30px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-small-only,
  [class][class][class].mx-xxl-small-only {
    margin-left: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-normal {
    margin: 20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-normal {
    margin: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-normal {
    margin: 40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-normal {
    margin: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-normal,
  [class][class][class].my-xxl-normal {
    margin-top: 20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-normal,
  [class][class][class].my-xxl-normal {
    margin-top: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-normal,
  [class][class][class].my-xxl-normal {
    margin-top: 40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-normal,
  [class][class][class].my-xxl-normal {
    margin-top: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-normal,
  [class][class][class].mx-xxl-normal {
    margin-right: 20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-normal,
  [class][class][class].mx-xxl-normal {
    margin-right: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-normal,
  [class][class][class].mx-xxl-normal {
    margin-right: 40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-normal,
  [class][class][class].mx-xxl-normal {
    margin-right: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-normal,
  [class][class][class].my-xxl-normal {
    margin-bottom: 20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-normal,
  [class][class][class].my-xxl-normal {
    margin-bottom: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-normal,
  [class][class][class].my-xxl-normal {
    margin-bottom: 40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-normal,
  [class][class][class].my-xxl-normal {
    margin-bottom: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-normal,
  [class][class][class].mx-xxl-normal {
    margin-left: 20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-normal,
  [class][class][class].mx-xxl-normal {
    margin-left: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-normal,
  [class][class][class].mx-xxl-normal {
    margin-left: 40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-normal,
  [class][class][class].mx-xxl-normal {
    margin-left: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-normal-neg {
    margin: -20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-normal-neg {
    margin: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-normal-neg {
    margin: -40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-normal-neg {
    margin: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-normal-neg,
  [class][class][class].my-xxl-normal-neg {
    margin-top: -20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-normal-neg,
  [class][class][class].my-xxl-normal-neg {
    margin-top: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-normal-neg,
  [class][class][class].my-xxl-normal-neg {
    margin-top: -40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-normal-neg,
  [class][class][class].my-xxl-normal-neg {
    margin-top: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-normal-neg,
  [class][class][class].mx-xxl-normal-neg {
    margin-right: -20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-normal-neg,
  [class][class][class].mx-xxl-normal-neg {
    margin-right: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-normal-neg,
  [class][class][class].mx-xxl-normal-neg {
    margin-right: -40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-normal-neg,
  [class][class][class].mx-xxl-normal-neg {
    margin-right: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-normal-neg,
  [class][class][class].my-xxl-normal-neg {
    margin-bottom: -20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-normal-neg,
  [class][class][class].my-xxl-normal-neg {
    margin-bottom: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-normal-neg,
  [class][class][class].my-xxl-normal-neg {
    margin-bottom: -40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-normal-neg,
  [class][class][class].my-xxl-normal-neg {
    margin-bottom: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-normal-neg,
  [class][class][class].mx-xxl-normal-neg {
    margin-left: -20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-normal-neg,
  [class][class][class].mx-xxl-normal-neg {
    margin-left: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-normal-neg,
  [class][class][class].mx-xxl-normal-neg {
    margin-left: -40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-normal-neg,
  [class][class][class].mx-xxl-normal-neg {
    margin-left: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-normal-only {
    margin: 20px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-normal-only {
    margin: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-normal-only {
    margin: 40px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-normal-only {
    margin: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-normal-only,
  [class][class][class].my-xxl-normal-only {
    margin-top: 20px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-normal-only,
  [class][class][class].my-xxl-normal-only {
    margin-top: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-normal-only,
  [class][class][class].my-xxl-normal-only {
    margin-top: 40px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-normal-only,
  [class][class][class].my-xxl-normal-only {
    margin-top: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-normal-only,
  [class][class][class].mx-xxl-normal-only {
    margin-right: 20px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-normal-only,
  [class][class][class].mx-xxl-normal-only {
    margin-right: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-normal-only,
  [class][class][class].mx-xxl-normal-only {
    margin-right: 40px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-normal-only,
  [class][class][class].mx-xxl-normal-only {
    margin-right: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-normal-only,
  [class][class][class].my-xxl-normal-only {
    margin-bottom: 20px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-normal-only,
  [class][class][class].my-xxl-normal-only {
    margin-bottom: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-normal-only,
  [class][class][class].my-xxl-normal-only {
    margin-bottom: 40px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-normal-only,
  [class][class][class].my-xxl-normal-only {
    margin-bottom: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-normal-only,
  [class][class][class].mx-xxl-normal-only {
    margin-left: 20px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-normal-only,
  [class][class][class].mx-xxl-normal-only {
    margin-left: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-normal-only,
  [class][class][class].mx-xxl-normal-only {
    margin-left: 40px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-normal-only,
  [class][class][class].mx-xxl-normal-only {
    margin-left: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-large {
    margin: 25px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-large {
    margin: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-large {
    margin: 50px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-large {
    margin: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-large,
  [class][class][class].my-xxl-large {
    margin-top: 25px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-large,
  [class][class][class].my-xxl-large {
    margin-top: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-large,
  [class][class][class].my-xxl-large {
    margin-top: 50px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-large,
  [class][class][class].my-xxl-large {
    margin-top: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-large,
  [class][class][class].mx-xxl-large {
    margin-right: 25px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-large,
  [class][class][class].mx-xxl-large {
    margin-right: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-large,
  [class][class][class].mx-xxl-large {
    margin-right: 50px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-large,
  [class][class][class].mx-xxl-large {
    margin-right: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-large,
  [class][class][class].my-xxl-large {
    margin-bottom: 25px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-large,
  [class][class][class].my-xxl-large {
    margin-bottom: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-large,
  [class][class][class].my-xxl-large {
    margin-bottom: 50px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-large,
  [class][class][class].my-xxl-large {
    margin-bottom: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-large,
  [class][class][class].mx-xxl-large {
    margin-left: 25px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-large,
  [class][class][class].mx-xxl-large {
    margin-left: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-large,
  [class][class][class].mx-xxl-large {
    margin-left: 50px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-large,
  [class][class][class].mx-xxl-large {
    margin-left: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-large-neg {
    margin: -25px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-large-neg {
    margin: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-large-neg {
    margin: -50px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-large-neg {
    margin: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-large-neg,
  [class][class][class].my-xxl-large-neg {
    margin-top: -25px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-large-neg,
  [class][class][class].my-xxl-large-neg {
    margin-top: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-large-neg,
  [class][class][class].my-xxl-large-neg {
    margin-top: -50px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-large-neg,
  [class][class][class].my-xxl-large-neg {
    margin-top: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-large-neg,
  [class][class][class].mx-xxl-large-neg {
    margin-right: -25px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-large-neg,
  [class][class][class].mx-xxl-large-neg {
    margin-right: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-large-neg,
  [class][class][class].mx-xxl-large-neg {
    margin-right: -50px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-large-neg,
  [class][class][class].mx-xxl-large-neg {
    margin-right: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-large-neg,
  [class][class][class].my-xxl-large-neg {
    margin-bottom: -25px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-large-neg,
  [class][class][class].my-xxl-large-neg {
    margin-bottom: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-large-neg,
  [class][class][class].my-xxl-large-neg {
    margin-bottom: -50px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-large-neg,
  [class][class][class].my-xxl-large-neg {
    margin-bottom: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-large-neg,
  [class][class][class].mx-xxl-large-neg {
    margin-left: -25px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-large-neg,
  [class][class][class].mx-xxl-large-neg {
    margin-left: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-large-neg,
  [class][class][class].mx-xxl-large-neg {
    margin-left: -50px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-large-neg,
  [class][class][class].mx-xxl-large-neg {
    margin-left: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-large-only {
    margin: 25px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-large-only {
    margin: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-large-only {
    margin: 50px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-large-only {
    margin: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-large-only,
  [class][class][class].my-xxl-large-only {
    margin-top: 25px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-large-only,
  [class][class][class].my-xxl-large-only {
    margin-top: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-large-only,
  [class][class][class].my-xxl-large-only {
    margin-top: 50px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-large-only,
  [class][class][class].my-xxl-large-only {
    margin-top: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-large-only,
  [class][class][class].mx-xxl-large-only {
    margin-right: 25px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-large-only,
  [class][class][class].mx-xxl-large-only {
    margin-right: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-large-only,
  [class][class][class].mx-xxl-large-only {
    margin-right: 50px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-large-only,
  [class][class][class].mx-xxl-large-only {
    margin-right: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-large-only,
  [class][class][class].my-xxl-large-only {
    margin-bottom: 25px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-large-only,
  [class][class][class].my-xxl-large-only {
    margin-bottom: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-large-only,
  [class][class][class].my-xxl-large-only {
    margin-bottom: 50px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-large-only,
  [class][class][class].my-xxl-large-only {
    margin-bottom: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-large-only,
  [class][class][class].mx-xxl-large-only {
    margin-left: 25px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-large-only,
  [class][class][class].mx-xxl-large-only {
    margin-left: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-large-only,
  [class][class][class].mx-xxl-large-only {
    margin-left: 50px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-large-only,
  [class][class][class].mx-xxl-large-only {
    margin-left: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-xl {
    margin: 30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-xl {
    margin: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-xl {
    margin: 60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-xl {
    margin: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-xl,
  [class][class][class].my-xxl-xl {
    margin-top: 30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-xl,
  [class][class][class].my-xxl-xl {
    margin-top: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-xl,
  [class][class][class].my-xxl-xl {
    margin-top: 60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-xl,
  [class][class][class].my-xxl-xl {
    margin-top: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-xl,
  [class][class][class].mx-xxl-xl {
    margin-right: 30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-xl,
  [class][class][class].mx-xxl-xl {
    margin-right: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-xl,
  [class][class][class].mx-xxl-xl {
    margin-right: 60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-xl,
  [class][class][class].mx-xxl-xl {
    margin-right: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-xl,
  [class][class][class].my-xxl-xl {
    margin-bottom: 30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-xl,
  [class][class][class].my-xxl-xl {
    margin-bottom: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-xl,
  [class][class][class].my-xxl-xl {
    margin-bottom: 60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-xl,
  [class][class][class].my-xxl-xl {
    margin-bottom: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-xl,
  [class][class][class].mx-xxl-xl {
    margin-left: 30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-xl,
  [class][class][class].mx-xxl-xl {
    margin-left: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-xl,
  [class][class][class].mx-xxl-xl {
    margin-left: 60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-xl,
  [class][class][class].mx-xxl-xl {
    margin-left: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-xl-neg {
    margin: -30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-xl-neg {
    margin: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-xl-neg {
    margin: -60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-xl-neg {
    margin: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-xl-neg,
  [class][class][class].my-xxl-xl-neg {
    margin-top: -30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-xl-neg,
  [class][class][class].my-xxl-xl-neg {
    margin-top: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-xl-neg,
  [class][class][class].my-xxl-xl-neg {
    margin-top: -60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-xl-neg,
  [class][class][class].my-xxl-xl-neg {
    margin-top: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-xl-neg,
  [class][class][class].mx-xxl-xl-neg {
    margin-right: -30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-xl-neg,
  [class][class][class].mx-xxl-xl-neg {
    margin-right: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-xl-neg,
  [class][class][class].mx-xxl-xl-neg {
    margin-right: -60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-xl-neg,
  [class][class][class].mx-xxl-xl-neg {
    margin-right: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-xl-neg,
  [class][class][class].my-xxl-xl-neg {
    margin-bottom: -30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-xl-neg,
  [class][class][class].my-xxl-xl-neg {
    margin-bottom: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-xl-neg,
  [class][class][class].my-xxl-xl-neg {
    margin-bottom: -60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-xl-neg,
  [class][class][class].my-xxl-xl-neg {
    margin-bottom: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-xl-neg,
  [class][class][class].mx-xxl-xl-neg {
    margin-left: -30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-xl-neg,
  [class][class][class].mx-xxl-xl-neg {
    margin-left: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-xl-neg,
  [class][class][class].mx-xxl-xl-neg {
    margin-left: -60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-xl-neg,
  [class][class][class].mx-xxl-xl-neg {
    margin-left: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-xl-only {
    margin: 30px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-xl-only {
    margin: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-xl-only {
    margin: 60px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-xl-only {
    margin: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-xl-only,
  [class][class][class].my-xxl-xl-only {
    margin-top: 30px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-xl-only,
  [class][class][class].my-xxl-xl-only {
    margin-top: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-xl-only,
  [class][class][class].my-xxl-xl-only {
    margin-top: 60px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-xl-only,
  [class][class][class].my-xxl-xl-only {
    margin-top: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-xl-only,
  [class][class][class].mx-xxl-xl-only {
    margin-right: 30px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-xl-only,
  [class][class][class].mx-xxl-xl-only {
    margin-right: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-xl-only,
  [class][class][class].mx-xxl-xl-only {
    margin-right: 60px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-xl-only,
  [class][class][class].mx-xxl-xl-only {
    margin-right: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-xl-only,
  [class][class][class].my-xxl-xl-only {
    margin-bottom: 30px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-xl-only,
  [class][class][class].my-xxl-xl-only {
    margin-bottom: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-xl-only,
  [class][class][class].my-xxl-xl-only {
    margin-bottom: 60px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-xl-only,
  [class][class][class].my-xxl-xl-only {
    margin-bottom: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-xl-only,
  [class][class][class].mx-xxl-xl-only {
    margin-left: 30px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-xl-only,
  [class][class][class].mx-xxl-xl-only {
    margin-left: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-xl-only,
  [class][class][class].mx-xxl-xl-only {
    margin-left: 60px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-xl-only,
  [class][class][class].mx-xxl-xl-only {
    margin-left: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-xxl {
    margin: 40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-xxl {
    margin: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-xxl {
    margin: 70px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-xxl {
    margin: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-xxl,
  [class][class][class].my-xxl-xxl {
    margin-top: 40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-xxl,
  [class][class][class].my-xxl-xxl {
    margin-top: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-xxl,
  [class][class][class].my-xxl-xxl {
    margin-top: 70px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-xxl,
  [class][class][class].my-xxl-xxl {
    margin-top: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-xxl,
  [class][class][class].mx-xxl-xxl {
    margin-right: 40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-xxl,
  [class][class][class].mx-xxl-xxl {
    margin-right: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-xxl,
  [class][class][class].mx-xxl-xxl {
    margin-right: 70px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-xxl,
  [class][class][class].mx-xxl-xxl {
    margin-right: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-xxl,
  [class][class][class].my-xxl-xxl {
    margin-bottom: 40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-xxl,
  [class][class][class].my-xxl-xxl {
    margin-bottom: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-xxl,
  [class][class][class].my-xxl-xxl {
    margin-bottom: 70px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-xxl,
  [class][class][class].my-xxl-xxl {
    margin-bottom: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-xxl,
  [class][class][class].mx-xxl-xxl {
    margin-left: 40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-xxl,
  [class][class][class].mx-xxl-xxl {
    margin-left: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-xxl,
  [class][class][class].mx-xxl-xxl {
    margin-left: 70px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-xxl,
  [class][class][class].mx-xxl-xxl {
    margin-left: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-xxl-neg {
    margin: -40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-xxl-neg {
    margin: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-xxl-neg {
    margin: -70px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-xxl-neg {
    margin: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-xxl-neg,
  [class][class][class].my-xxl-xxl-neg {
    margin-top: -40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-xxl-neg,
  [class][class][class].my-xxl-xxl-neg {
    margin-top: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-xxl-neg,
  [class][class][class].my-xxl-xxl-neg {
    margin-top: -70px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-xxl-neg,
  [class][class][class].my-xxl-xxl-neg {
    margin-top: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-xxl-neg,
  [class][class][class].mx-xxl-xxl-neg {
    margin-right: -40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-xxl-neg,
  [class][class][class].mx-xxl-xxl-neg {
    margin-right: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-xxl-neg,
  [class][class][class].mx-xxl-xxl-neg {
    margin-right: -70px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-xxl-neg,
  [class][class][class].mx-xxl-xxl-neg {
    margin-right: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-xxl-neg,
  [class][class][class].my-xxl-xxl-neg {
    margin-bottom: -40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-xxl-neg,
  [class][class][class].my-xxl-xxl-neg {
    margin-bottom: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-xxl-neg,
  [class][class][class].my-xxl-xxl-neg {
    margin-bottom: -70px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-xxl-neg,
  [class][class][class].my-xxl-xxl-neg {
    margin-bottom: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-xxl-neg,
  [class][class][class].mx-xxl-xxl-neg {
    margin-left: -40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-xxl-neg,
  [class][class][class].mx-xxl-xxl-neg {
    margin-left: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-xxl-neg,
  [class][class][class].mx-xxl-xxl-neg {
    margin-left: -70px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-xxl-neg,
  [class][class][class].mx-xxl-xxl-neg {
    margin-left: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-xxl-only {
    margin: 40px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-xxl-only {
    margin: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-xxl-only {
    margin: 70px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-xxl-only {
    margin: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-xxl-only,
  [class][class][class].my-xxl-xxl-only {
    margin-top: 40px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-xxl-only,
  [class][class][class].my-xxl-xxl-only {
    margin-top: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-xxl-only,
  [class][class][class].my-xxl-xxl-only {
    margin-top: 70px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-xxl-only,
  [class][class][class].my-xxl-xxl-only {
    margin-top: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-xxl-only,
  [class][class][class].mx-xxl-xxl-only {
    margin-right: 40px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-xxl-only,
  [class][class][class].mx-xxl-xxl-only {
    margin-right: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-xxl-only,
  [class][class][class].mx-xxl-xxl-only {
    margin-right: 70px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-xxl-only,
  [class][class][class].mx-xxl-xxl-only {
    margin-right: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-xxl-only,
  [class][class][class].my-xxl-xxl-only {
    margin-bottom: 40px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-xxl-only,
  [class][class][class].my-xxl-xxl-only {
    margin-bottom: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-xxl-only,
  [class][class][class].my-xxl-xxl-only {
    margin-bottom: 70px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-xxl-only,
  [class][class][class].my-xxl-xxl-only {
    margin-bottom: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-xxl-only,
  [class][class][class].mx-xxl-xxl-only {
    margin-left: 40px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-xxl-only,
  [class][class][class].mx-xxl-xxl-only {
    margin-left: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-xxl-only,
  [class][class][class].mx-xxl-xxl-only {
    margin-left: 70px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-xxl-only,
  [class][class][class].mx-xxl-xxl-only {
    margin-left: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-xxxl {
    margin: 45px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-xxxl {
    margin: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-xxxl {
    margin: 80px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-xxxl {
    margin: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-xxxl,
  [class][class][class].my-xxl-xxxl {
    margin-top: 45px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-xxxl,
  [class][class][class].my-xxl-xxxl {
    margin-top: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-xxxl,
  [class][class][class].my-xxl-xxxl {
    margin-top: 80px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-xxxl,
  [class][class][class].my-xxl-xxxl {
    margin-top: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-xxxl,
  [class][class][class].mx-xxl-xxxl {
    margin-right: 45px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-xxxl,
  [class][class][class].mx-xxl-xxxl {
    margin-right: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-xxxl,
  [class][class][class].mx-xxl-xxxl {
    margin-right: 80px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-xxxl,
  [class][class][class].mx-xxl-xxxl {
    margin-right: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-xxxl,
  [class][class][class].my-xxl-xxxl {
    margin-bottom: 45px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-xxxl,
  [class][class][class].my-xxl-xxxl {
    margin-bottom: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-xxxl,
  [class][class][class].my-xxl-xxxl {
    margin-bottom: 80px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-xxxl,
  [class][class][class].my-xxl-xxxl {
    margin-bottom: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-xxxl,
  [class][class][class].mx-xxl-xxxl {
    margin-left: 45px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-xxxl,
  [class][class][class].mx-xxl-xxxl {
    margin-left: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-xxxl,
  [class][class][class].mx-xxl-xxxl {
    margin-left: 80px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-xxxl,
  [class][class][class].mx-xxl-xxxl {
    margin-left: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-xxxl-neg {
    margin: -45px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-xxxl-neg {
    margin: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-xxxl-neg {
    margin: -80px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-xxxl-neg {
    margin: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-xxxl-neg,
  [class][class][class].my-xxl-xxxl-neg {
    margin-top: -45px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-xxxl-neg,
  [class][class][class].my-xxl-xxxl-neg {
    margin-top: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-xxxl-neg,
  [class][class][class].my-xxl-xxxl-neg {
    margin-top: -80px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-xxxl-neg,
  [class][class][class].my-xxl-xxxl-neg {
    margin-top: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-xxxl-neg,
  [class][class][class].mx-xxl-xxxl-neg {
    margin-right: -45px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-xxxl-neg,
  [class][class][class].mx-xxl-xxxl-neg {
    margin-right: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-xxxl-neg,
  [class][class][class].mx-xxl-xxxl-neg {
    margin-right: -80px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-xxxl-neg,
  [class][class][class].mx-xxl-xxxl-neg {
    margin-right: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-xxxl-neg,
  [class][class][class].my-xxl-xxxl-neg {
    margin-bottom: -45px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-xxxl-neg,
  [class][class][class].my-xxl-xxxl-neg {
    margin-bottom: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-xxxl-neg,
  [class][class][class].my-xxl-xxxl-neg {
    margin-bottom: -80px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-xxxl-neg,
  [class][class][class].my-xxl-xxxl-neg {
    margin-bottom: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-xxxl-neg,
  [class][class][class].mx-xxl-xxxl-neg {
    margin-left: -45px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-xxxl-neg,
  [class][class][class].mx-xxl-xxxl-neg {
    margin-left: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-xxxl-neg,
  [class][class][class].mx-xxl-xxxl-neg {
    margin-left: -80px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-xxxl-neg,
  [class][class][class].mx-xxl-xxxl-neg {
    margin-left: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-xxxl-only {
    margin: 45px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-xxxl-only {
    margin: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-xxxl-only {
    margin: 80px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-xxxl-only {
    margin: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-xxxl-only,
  [class][class][class].my-xxl-xxxl-only {
    margin-top: 45px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-xxxl-only,
  [class][class][class].my-xxl-xxxl-only {
    margin-top: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-xxxl-only,
  [class][class][class].my-xxl-xxxl-only {
    margin-top: 80px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-xxxl-only,
  [class][class][class].my-xxl-xxxl-only {
    margin-top: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-xxxl-only,
  [class][class][class].mx-xxl-xxxl-only {
    margin-right: 45px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-xxxl-only,
  [class][class][class].mx-xxl-xxxl-only {
    margin-right: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-xxxl-only,
  [class][class][class].mx-xxl-xxxl-only {
    margin-right: 80px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-xxxl-only,
  [class][class][class].mx-xxl-xxxl-only {
    margin-right: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-xxxl-only,
  [class][class][class].my-xxl-xxxl-only {
    margin-bottom: 45px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-xxxl-only,
  [class][class][class].my-xxl-xxxl-only {
    margin-bottom: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-xxxl-only,
  [class][class][class].my-xxl-xxxl-only {
    margin-bottom: 80px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-xxxl-only,
  [class][class][class].my-xxl-xxxl-only {
    margin-bottom: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-xxxl-only,
  [class][class][class].mx-xxl-xxxl-only {
    margin-left: 45px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-xxxl-only,
  [class][class][class].mx-xxl-xxxl-only {
    margin-left: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-xxxl-only,
  [class][class][class].mx-xxl-xxxl-only {
    margin-left: 80px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-xxxl-only,
  [class][class][class].mx-xxl-xxxl-only {
    margin-left: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-huge {
    margin: 60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-huge {
    margin: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-huge {
    margin: 130px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-huge {
    margin: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-huge,
  [class][class][class].my-xxl-huge {
    margin-top: 60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-huge,
  [class][class][class].my-xxl-huge {
    margin-top: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-huge,
  [class][class][class].my-xxl-huge {
    margin-top: 130px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-huge,
  [class][class][class].my-xxl-huge {
    margin-top: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-huge,
  [class][class][class].mx-xxl-huge {
    margin-right: 60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-huge,
  [class][class][class].mx-xxl-huge {
    margin-right: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-huge,
  [class][class][class].mx-xxl-huge {
    margin-right: 130px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-huge,
  [class][class][class].mx-xxl-huge {
    margin-right: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-huge,
  [class][class][class].my-xxl-huge {
    margin-bottom: 60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-huge,
  [class][class][class].my-xxl-huge {
    margin-bottom: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-huge,
  [class][class][class].my-xxl-huge {
    margin-bottom: 130px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-huge,
  [class][class][class].my-xxl-huge {
    margin-bottom: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-huge,
  [class][class][class].mx-xxl-huge {
    margin-left: 60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-huge,
  [class][class][class].mx-xxl-huge {
    margin-left: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-huge,
  [class][class][class].mx-xxl-huge {
    margin-left: 130px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-huge,
  [class][class][class].mx-xxl-huge {
    margin-left: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-huge-neg {
    margin: -60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-huge-neg {
    margin: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-huge-neg {
    margin: -130px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-huge-neg {
    margin: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-huge-neg,
  [class][class][class].my-xxl-huge-neg {
    margin-top: -60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-huge-neg,
  [class][class][class].my-xxl-huge-neg {
    margin-top: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-huge-neg,
  [class][class][class].my-xxl-huge-neg {
    margin-top: -130px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-huge-neg,
  [class][class][class].my-xxl-huge-neg {
    margin-top: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-huge-neg,
  [class][class][class].mx-xxl-huge-neg {
    margin-right: -60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-huge-neg,
  [class][class][class].mx-xxl-huge-neg {
    margin-right: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-huge-neg,
  [class][class][class].mx-xxl-huge-neg {
    margin-right: -130px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-huge-neg,
  [class][class][class].mx-xxl-huge-neg {
    margin-right: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-huge-neg,
  [class][class][class].my-xxl-huge-neg {
    margin-bottom: -60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-huge-neg,
  [class][class][class].my-xxl-huge-neg {
    margin-bottom: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-huge-neg,
  [class][class][class].my-xxl-huge-neg {
    margin-bottom: -130px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-huge-neg,
  [class][class][class].my-xxl-huge-neg {
    margin-bottom: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-huge-neg,
  [class][class][class].mx-xxl-huge-neg {
    margin-left: -60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-huge-neg,
  [class][class][class].mx-xxl-huge-neg {
    margin-left: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-huge-neg,
  [class][class][class].mx-xxl-huge-neg {
    margin-left: -130px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-huge-neg,
  [class][class][class].mx-xxl-huge-neg {
    margin-left: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].m-xxl-huge-only {
    margin: 60px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].m-xxl-huge-only {
    margin: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].m-xxl-huge-only {
    margin: 130px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].m-xxl-huge-only {
    margin: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].mt-xxl-huge-only,
  [class][class][class].my-xxl-huge-only {
    margin-top: 60px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].mt-xxl-huge-only,
  [class][class][class].my-xxl-huge-only {
    margin-top: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].mt-xxl-huge-only,
  [class][class][class].my-xxl-huge-only {
    margin-top: 130px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mt-xxl-huge-only,
  [class][class][class].my-xxl-huge-only {
    margin-top: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].mr-xxl-huge-only,
  [class][class][class].mx-xxl-huge-only {
    margin-right: 60px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].mr-xxl-huge-only,
  [class][class][class].mx-xxl-huge-only {
    margin-right: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].mr-xxl-huge-only,
  [class][class][class].mx-xxl-huge-only {
    margin-right: 130px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mr-xxl-huge-only,
  [class][class][class].mx-xxl-huge-only {
    margin-right: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].mb-xxl-huge-only,
  [class][class][class].my-xxl-huge-only {
    margin-bottom: 60px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].mb-xxl-huge-only,
  [class][class][class].my-xxl-huge-only {
    margin-bottom: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].mb-xxl-huge-only,
  [class][class][class].my-xxl-huge-only {
    margin-bottom: 130px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].mb-xxl-huge-only,
  [class][class][class].my-xxl-huge-only {
    margin-bottom: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].ml-xxl-huge-only,
  [class][class][class].mx-xxl-huge-only {
    margin-left: 60px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].ml-xxl-huge-only,
  [class][class][class].mx-xxl-huge-only {
    margin-left: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].ml-xxl-huge-only,
  [class][class][class].mx-xxl-huge-only {
    margin-left: 130px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].ml-xxl-huge-only,
  [class][class][class].mx-xxl-huge-only {
    margin-left: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-null {
    padding: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-null {
    padding: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-null {
    padding: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-null {
    padding: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-null,
  [class][class][class].py-xxl-null {
    padding-top: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-null,
  [class][class][class].py-xxl-null {
    padding-top: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-null,
  [class][class][class].py-xxl-null {
    padding-top: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-null,
  [class][class][class].py-xxl-null {
    padding-top: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-null,
  [class][class][class].px-xxl-null {
    padding-right: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-null,
  [class][class][class].px-xxl-null {
    padding-right: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-null,
  [class][class][class].px-xxl-null {
    padding-right: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-null,
  [class][class][class].px-xxl-null {
    padding-right: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-null,
  [class][class][class].py-xxl-null {
    padding-bottom: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-null,
  [class][class][class].py-xxl-null {
    padding-bottom: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-null,
  [class][class][class].py-xxl-null {
    padding-bottom: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-null,
  [class][class][class].py-xxl-null {
    padding-bottom: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-null,
  [class][class][class].px-xxl-null {
    padding-left: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-null,
  [class][class][class].px-xxl-null {
    padding-left: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-null,
  [class][class][class].px-xxl-null {
    padding-left: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-null,
  [class][class][class].px-xxl-null {
    padding-left: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-null-neg {
    padding: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-null-neg {
    padding: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-null-neg {
    padding: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-null-neg {
    padding: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-null-neg,
  [class][class][class].py-xxl-null-neg {
    padding-top: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-null-neg,
  [class][class][class].py-xxl-null-neg {
    padding-top: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-null-neg,
  [class][class][class].py-xxl-null-neg {
    padding-top: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-null-neg,
  [class][class][class].py-xxl-null-neg {
    padding-top: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-null-neg,
  [class][class][class].px-xxl-null-neg {
    padding-right: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-null-neg,
  [class][class][class].px-xxl-null-neg {
    padding-right: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-null-neg,
  [class][class][class].px-xxl-null-neg {
    padding-right: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-null-neg,
  [class][class][class].px-xxl-null-neg {
    padding-right: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-null-neg,
  [class][class][class].py-xxl-null-neg {
    padding-bottom: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-null-neg,
  [class][class][class].py-xxl-null-neg {
    padding-bottom: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-null-neg,
  [class][class][class].py-xxl-null-neg {
    padding-bottom: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-null-neg,
  [class][class][class].py-xxl-null-neg {
    padding-bottom: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-null-neg,
  [class][class][class].px-xxl-null-neg {
    padding-left: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-null-neg,
  [class][class][class].px-xxl-null-neg {
    padding-left: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-null-neg,
  [class][class][class].px-xxl-null-neg {
    padding-left: 0px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-null-neg,
  [class][class][class].px-xxl-null-neg {
    padding-left: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-null-only {
    padding: 0px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-null-only {
    padding: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-null-only {
    padding: 0px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-null-only {
    padding: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-null-only,
  [class][class][class].py-xxl-null-only {
    padding-top: 0px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-null-only,
  [class][class][class].py-xxl-null-only {
    padding-top: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-null-only,
  [class][class][class].py-xxl-null-only {
    padding-top: 0px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-null-only,
  [class][class][class].py-xxl-null-only {
    padding-top: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-null-only,
  [class][class][class].px-xxl-null-only {
    padding-right: 0px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-null-only,
  [class][class][class].px-xxl-null-only {
    padding-right: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-null-only,
  [class][class][class].px-xxl-null-only {
    padding-right: 0px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-null-only,
  [class][class][class].px-xxl-null-only {
    padding-right: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-null-only,
  [class][class][class].py-xxl-null-only {
    padding-bottom: 0px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-null-only,
  [class][class][class].py-xxl-null-only {
    padding-bottom: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-null-only,
  [class][class][class].py-xxl-null-only {
    padding-bottom: 0px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-null-only,
  [class][class][class].py-xxl-null-only {
    padding-bottom: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-null-only,
  [class][class][class].px-xxl-null-only {
    padding-left: 0px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-null-only,
  [class][class][class].px-xxl-null-only {
    padding-left: calc(0px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-null-only,
  [class][class][class].px-xxl-null-only {
    padding-left: 0px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-null-only,
  [class][class][class].px-xxl-null-only {
    padding-left: calc(0px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-xxs {
    padding: 5px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-xxs {
    padding: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-xxs {
    padding: 10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-xxs {
    padding: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-xxs,
  [class][class][class].py-xxl-xxs {
    padding-top: 5px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-xxs,
  [class][class][class].py-xxl-xxs {
    padding-top: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-xxs,
  [class][class][class].py-xxl-xxs {
    padding-top: 10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-xxs,
  [class][class][class].py-xxl-xxs {
    padding-top: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-xxs,
  [class][class][class].px-xxl-xxs {
    padding-right: 5px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-xxs,
  [class][class][class].px-xxl-xxs {
    padding-right: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-xxs,
  [class][class][class].px-xxl-xxs {
    padding-right: 10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-xxs,
  [class][class][class].px-xxl-xxs {
    padding-right: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-xxs,
  [class][class][class].py-xxl-xxs {
    padding-bottom: 5px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-xxs,
  [class][class][class].py-xxl-xxs {
    padding-bottom: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-xxs,
  [class][class][class].py-xxl-xxs {
    padding-bottom: 10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-xxs,
  [class][class][class].py-xxl-xxs {
    padding-bottom: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-xxs,
  [class][class][class].px-xxl-xxs {
    padding-left: 5px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-xxs,
  [class][class][class].px-xxl-xxs {
    padding-left: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-xxs,
  [class][class][class].px-xxl-xxs {
    padding-left: 10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-xxs,
  [class][class][class].px-xxl-xxs {
    padding-left: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-xxs-neg {
    padding: -5px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-xxs-neg {
    padding: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-xxs-neg {
    padding: -10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-xxs-neg {
    padding: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-xxs-neg,
  [class][class][class].py-xxl-xxs-neg {
    padding-top: -5px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-xxs-neg,
  [class][class][class].py-xxl-xxs-neg {
    padding-top: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-xxs-neg,
  [class][class][class].py-xxl-xxs-neg {
    padding-top: -10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-xxs-neg,
  [class][class][class].py-xxl-xxs-neg {
    padding-top: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-xxs-neg,
  [class][class][class].px-xxl-xxs-neg {
    padding-right: -5px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-xxs-neg,
  [class][class][class].px-xxl-xxs-neg {
    padding-right: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-xxs-neg,
  [class][class][class].px-xxl-xxs-neg {
    padding-right: -10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-xxs-neg,
  [class][class][class].px-xxl-xxs-neg {
    padding-right: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-xxs-neg,
  [class][class][class].py-xxl-xxs-neg {
    padding-bottom: -5px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-xxs-neg,
  [class][class][class].py-xxl-xxs-neg {
    padding-bottom: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-xxs-neg,
  [class][class][class].py-xxl-xxs-neg {
    padding-bottom: -10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-xxs-neg,
  [class][class][class].py-xxl-xxs-neg {
    padding-bottom: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-xxs-neg,
  [class][class][class].px-xxl-xxs-neg {
    padding-left: -5px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-xxs-neg,
  [class][class][class].px-xxl-xxs-neg {
    padding-left: calc(-5px + -5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-xxs-neg,
  [class][class][class].px-xxl-xxs-neg {
    padding-left: -10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-xxs-neg,
  [class][class][class].px-xxl-xxs-neg {
    padding-left: calc(-5px + -5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-xxs-only {
    padding: 5px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-xxs-only {
    padding: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-xxs-only {
    padding: 10px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-xxs-only {
    padding: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-xxs-only,
  [class][class][class].py-xxl-xxs-only {
    padding-top: 5px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-xxs-only,
  [class][class][class].py-xxl-xxs-only {
    padding-top: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-xxs-only,
  [class][class][class].py-xxl-xxs-only {
    padding-top: 10px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-xxs-only,
  [class][class][class].py-xxl-xxs-only {
    padding-top: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-xxs-only,
  [class][class][class].px-xxl-xxs-only {
    padding-right: 5px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-xxs-only,
  [class][class][class].px-xxl-xxs-only {
    padding-right: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-xxs-only,
  [class][class][class].px-xxl-xxs-only {
    padding-right: 10px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-xxs-only,
  [class][class][class].px-xxl-xxs-only {
    padding-right: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-xxs-only,
  [class][class][class].py-xxl-xxs-only {
    padding-bottom: 5px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-xxs-only,
  [class][class][class].py-xxl-xxs-only {
    padding-bottom: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-xxs-only,
  [class][class][class].py-xxl-xxs-only {
    padding-bottom: 10px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-xxs-only,
  [class][class][class].py-xxl-xxs-only {
    padding-bottom: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-xxs-only,
  [class][class][class].px-xxl-xxs-only {
    padding-left: 5px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-xxs-only,
  [class][class][class].px-xxl-xxs-only {
    padding-left: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-xxs-only,
  [class][class][class].px-xxl-xxs-only {
    padding-left: 10px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-xxs-only,
  [class][class][class].px-xxl-xxs-only {
    padding-left: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-xs {
    padding: 10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-xs {
    padding: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-xs {
    padding: 20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-xs {
    padding: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-xs,
  [class][class][class].py-xxl-xs {
    padding-top: 10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-xs,
  [class][class][class].py-xxl-xs {
    padding-top: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-xs,
  [class][class][class].py-xxl-xs {
    padding-top: 20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-xs,
  [class][class][class].py-xxl-xs {
    padding-top: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-xs,
  [class][class][class].px-xxl-xs {
    padding-right: 10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-xs,
  [class][class][class].px-xxl-xs {
    padding-right: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-xs,
  [class][class][class].px-xxl-xs {
    padding-right: 20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-xs,
  [class][class][class].px-xxl-xs {
    padding-right: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-xs,
  [class][class][class].py-xxl-xs {
    padding-bottom: 10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-xs,
  [class][class][class].py-xxl-xs {
    padding-bottom: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-xs,
  [class][class][class].py-xxl-xs {
    padding-bottom: 20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-xs,
  [class][class][class].py-xxl-xs {
    padding-bottom: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-xs,
  [class][class][class].px-xxl-xs {
    padding-left: 10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-xs,
  [class][class][class].px-xxl-xs {
    padding-left: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-xs,
  [class][class][class].px-xxl-xs {
    padding-left: 20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-xs,
  [class][class][class].px-xxl-xs {
    padding-left: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-xs-neg {
    padding: -10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-xs-neg {
    padding: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-xs-neg {
    padding: -20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-xs-neg {
    padding: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-xs-neg,
  [class][class][class].py-xxl-xs-neg {
    padding-top: -10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-xs-neg,
  [class][class][class].py-xxl-xs-neg {
    padding-top: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-xs-neg,
  [class][class][class].py-xxl-xs-neg {
    padding-top: -20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-xs-neg,
  [class][class][class].py-xxl-xs-neg {
    padding-top: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-xs-neg,
  [class][class][class].px-xxl-xs-neg {
    padding-right: -10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-xs-neg,
  [class][class][class].px-xxl-xs-neg {
    padding-right: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-xs-neg,
  [class][class][class].px-xxl-xs-neg {
    padding-right: -20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-xs-neg,
  [class][class][class].px-xxl-xs-neg {
    padding-right: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-xs-neg,
  [class][class][class].py-xxl-xs-neg {
    padding-bottom: -10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-xs-neg,
  [class][class][class].py-xxl-xs-neg {
    padding-bottom: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-xs-neg,
  [class][class][class].py-xxl-xs-neg {
    padding-bottom: -20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-xs-neg,
  [class][class][class].py-xxl-xs-neg {
    padding-bottom: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-xs-neg,
  [class][class][class].px-xxl-xs-neg {
    padding-left: -10px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-xs-neg,
  [class][class][class].px-xxl-xs-neg {
    padding-left: calc(-10px + -10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-xs-neg,
  [class][class][class].px-xxl-xs-neg {
    padding-left: -20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-xs-neg,
  [class][class][class].px-xxl-xs-neg {
    padding-left: calc(-10px + -10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-xs-only {
    padding: 10px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-xs-only {
    padding: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-xs-only {
    padding: 20px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-xs-only {
    padding: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-xs-only,
  [class][class][class].py-xxl-xs-only {
    padding-top: 10px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-xs-only,
  [class][class][class].py-xxl-xs-only {
    padding-top: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-xs-only,
  [class][class][class].py-xxl-xs-only {
    padding-top: 20px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-xs-only,
  [class][class][class].py-xxl-xs-only {
    padding-top: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-xs-only,
  [class][class][class].px-xxl-xs-only {
    padding-right: 10px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-xs-only,
  [class][class][class].px-xxl-xs-only {
    padding-right: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-xs-only,
  [class][class][class].px-xxl-xs-only {
    padding-right: 20px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-xs-only,
  [class][class][class].px-xxl-xs-only {
    padding-right: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-xs-only,
  [class][class][class].py-xxl-xs-only {
    padding-bottom: 10px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-xs-only,
  [class][class][class].py-xxl-xs-only {
    padding-bottom: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-xs-only,
  [class][class][class].py-xxl-xs-only {
    padding-bottom: 20px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-xs-only,
  [class][class][class].py-xxl-xs-only {
    padding-bottom: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-xs-only,
  [class][class][class].px-xxl-xs-only {
    padding-left: 10px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-xs-only,
  [class][class][class].px-xxl-xs-only {
    padding-left: calc(10px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-xs-only,
  [class][class][class].px-xxl-xs-only {
    padding-left: 20px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-xs-only,
  [class][class][class].px-xxl-xs-only {
    padding-left: calc(10px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-small {
    padding: 15px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-small {
    padding: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-small {
    padding: 30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-small {
    padding: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-small,
  [class][class][class].py-xxl-small {
    padding-top: 15px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-small,
  [class][class][class].py-xxl-small {
    padding-top: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-small,
  [class][class][class].py-xxl-small {
    padding-top: 30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-small,
  [class][class][class].py-xxl-small {
    padding-top: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-small,
  [class][class][class].px-xxl-small {
    padding-right: 15px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-small,
  [class][class][class].px-xxl-small {
    padding-right: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-small,
  [class][class][class].px-xxl-small {
    padding-right: 30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-small,
  [class][class][class].px-xxl-small {
    padding-right: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-small,
  [class][class][class].py-xxl-small {
    padding-bottom: 15px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-small,
  [class][class][class].py-xxl-small {
    padding-bottom: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-small,
  [class][class][class].py-xxl-small {
    padding-bottom: 30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-small,
  [class][class][class].py-xxl-small {
    padding-bottom: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-small,
  [class][class][class].px-xxl-small {
    padding-left: 15px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-small,
  [class][class][class].px-xxl-small {
    padding-left: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-small,
  [class][class][class].px-xxl-small {
    padding-left: 30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-small,
  [class][class][class].px-xxl-small {
    padding-left: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-small-neg {
    padding: -15px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-small-neg {
    padding: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-small-neg {
    padding: -30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-small-neg {
    padding: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-small-neg,
  [class][class][class].py-xxl-small-neg {
    padding-top: -15px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-small-neg,
  [class][class][class].py-xxl-small-neg {
    padding-top: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-small-neg,
  [class][class][class].py-xxl-small-neg {
    padding-top: -30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-small-neg,
  [class][class][class].py-xxl-small-neg {
    padding-top: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-small-neg,
  [class][class][class].px-xxl-small-neg {
    padding-right: -15px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-small-neg,
  [class][class][class].px-xxl-small-neg {
    padding-right: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-small-neg,
  [class][class][class].px-xxl-small-neg {
    padding-right: -30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-small-neg,
  [class][class][class].px-xxl-small-neg {
    padding-right: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-small-neg,
  [class][class][class].py-xxl-small-neg {
    padding-bottom: -15px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-small-neg,
  [class][class][class].py-xxl-small-neg {
    padding-bottom: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-small-neg,
  [class][class][class].py-xxl-small-neg {
    padding-bottom: -30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-small-neg,
  [class][class][class].py-xxl-small-neg {
    padding-bottom: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-small-neg,
  [class][class][class].px-xxl-small-neg {
    padding-left: -15px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-small-neg,
  [class][class][class].px-xxl-small-neg {
    padding-left: calc(-15px + -15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-small-neg,
  [class][class][class].px-xxl-small-neg {
    padding-left: -30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-small-neg,
  [class][class][class].px-xxl-small-neg {
    padding-left: calc(-15px + -15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-small-only {
    padding: 15px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-small-only {
    padding: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-small-only {
    padding: 30px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-small-only {
    padding: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-small-only,
  [class][class][class].py-xxl-small-only {
    padding-top: 15px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-small-only,
  [class][class][class].py-xxl-small-only {
    padding-top: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-small-only,
  [class][class][class].py-xxl-small-only {
    padding-top: 30px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-small-only,
  [class][class][class].py-xxl-small-only {
    padding-top: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-small-only,
  [class][class][class].px-xxl-small-only {
    padding-right: 15px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-small-only,
  [class][class][class].px-xxl-small-only {
    padding-right: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-small-only,
  [class][class][class].px-xxl-small-only {
    padding-right: 30px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-small-only,
  [class][class][class].px-xxl-small-only {
    padding-right: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-small-only,
  [class][class][class].py-xxl-small-only {
    padding-bottom: 15px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-small-only,
  [class][class][class].py-xxl-small-only {
    padding-bottom: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-small-only,
  [class][class][class].py-xxl-small-only {
    padding-bottom: 30px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-small-only,
  [class][class][class].py-xxl-small-only {
    padding-bottom: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-small-only,
  [class][class][class].px-xxl-small-only {
    padding-left: 15px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-small-only,
  [class][class][class].px-xxl-small-only {
    padding-left: calc(15px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-small-only,
  [class][class][class].px-xxl-small-only {
    padding-left: 30px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-small-only,
  [class][class][class].px-xxl-small-only {
    padding-left: calc(15px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-normal {
    padding: 20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-normal {
    padding: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-normal {
    padding: 40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-normal {
    padding: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-normal,
  [class][class][class].py-xxl-normal {
    padding-top: 20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-normal,
  [class][class][class].py-xxl-normal {
    padding-top: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-normal,
  [class][class][class].py-xxl-normal {
    padding-top: 40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-normal,
  [class][class][class].py-xxl-normal {
    padding-top: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-normal,
  [class][class][class].px-xxl-normal {
    padding-right: 20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-normal,
  [class][class][class].px-xxl-normal {
    padding-right: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-normal,
  [class][class][class].px-xxl-normal {
    padding-right: 40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-normal,
  [class][class][class].px-xxl-normal {
    padding-right: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-normal,
  [class][class][class].py-xxl-normal {
    padding-bottom: 20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-normal,
  [class][class][class].py-xxl-normal {
    padding-bottom: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-normal,
  [class][class][class].py-xxl-normal {
    padding-bottom: 40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-normal,
  [class][class][class].py-xxl-normal {
    padding-bottom: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-normal,
  [class][class][class].px-xxl-normal {
    padding-left: 20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-normal,
  [class][class][class].px-xxl-normal {
    padding-left: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-normal,
  [class][class][class].px-xxl-normal {
    padding-left: 40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-normal,
  [class][class][class].px-xxl-normal {
    padding-left: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-normal-neg {
    padding: -20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-normal-neg {
    padding: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-normal-neg {
    padding: -40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-normal-neg {
    padding: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-normal-neg,
  [class][class][class].py-xxl-normal-neg {
    padding-top: -20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-normal-neg,
  [class][class][class].py-xxl-normal-neg {
    padding-top: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-normal-neg,
  [class][class][class].py-xxl-normal-neg {
    padding-top: -40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-normal-neg,
  [class][class][class].py-xxl-normal-neg {
    padding-top: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-normal-neg,
  [class][class][class].px-xxl-normal-neg {
    padding-right: -20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-normal-neg,
  [class][class][class].px-xxl-normal-neg {
    padding-right: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-normal-neg,
  [class][class][class].px-xxl-normal-neg {
    padding-right: -40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-normal-neg,
  [class][class][class].px-xxl-normal-neg {
    padding-right: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-normal-neg,
  [class][class][class].py-xxl-normal-neg {
    padding-bottom: -20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-normal-neg,
  [class][class][class].py-xxl-normal-neg {
    padding-bottom: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-normal-neg,
  [class][class][class].py-xxl-normal-neg {
    padding-bottom: -40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-normal-neg,
  [class][class][class].py-xxl-normal-neg {
    padding-bottom: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-normal-neg,
  [class][class][class].px-xxl-normal-neg {
    padding-left: -20px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-normal-neg,
  [class][class][class].px-xxl-normal-neg {
    padding-left: calc(-20px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-normal-neg,
  [class][class][class].px-xxl-normal-neg {
    padding-left: -40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-normal-neg,
  [class][class][class].px-xxl-normal-neg {
    padding-left: calc(-20px + -20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-normal-only {
    padding: 20px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-normal-only {
    padding: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-normal-only {
    padding: 40px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-normal-only {
    padding: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-normal-only,
  [class][class][class].py-xxl-normal-only {
    padding-top: 20px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-normal-only,
  [class][class][class].py-xxl-normal-only {
    padding-top: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-normal-only,
  [class][class][class].py-xxl-normal-only {
    padding-top: 40px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-normal-only,
  [class][class][class].py-xxl-normal-only {
    padding-top: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-normal-only,
  [class][class][class].px-xxl-normal-only {
    padding-right: 20px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-normal-only,
  [class][class][class].px-xxl-normal-only {
    padding-right: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-normal-only,
  [class][class][class].px-xxl-normal-only {
    padding-right: 40px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-normal-only,
  [class][class][class].px-xxl-normal-only {
    padding-right: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-normal-only,
  [class][class][class].py-xxl-normal-only {
    padding-bottom: 20px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-normal-only,
  [class][class][class].py-xxl-normal-only {
    padding-bottom: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-normal-only,
  [class][class][class].py-xxl-normal-only {
    padding-bottom: 40px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-normal-only,
  [class][class][class].py-xxl-normal-only {
    padding-bottom: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-normal-only,
  [class][class][class].px-xxl-normal-only {
    padding-left: 20px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-normal-only,
  [class][class][class].px-xxl-normal-only {
    padding-left: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-normal-only,
  [class][class][class].px-xxl-normal-only {
    padding-left: 40px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-normal-only,
  [class][class][class].px-xxl-normal-only {
    padding-left: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-large {
    padding: 25px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-large {
    padding: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-large {
    padding: 50px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-large {
    padding: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-large,
  [class][class][class].py-xxl-large {
    padding-top: 25px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-large,
  [class][class][class].py-xxl-large {
    padding-top: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-large,
  [class][class][class].py-xxl-large {
    padding-top: 50px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-large,
  [class][class][class].py-xxl-large {
    padding-top: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-large,
  [class][class][class].px-xxl-large {
    padding-right: 25px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-large,
  [class][class][class].px-xxl-large {
    padding-right: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-large,
  [class][class][class].px-xxl-large {
    padding-right: 50px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-large,
  [class][class][class].px-xxl-large {
    padding-right: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-large,
  [class][class][class].py-xxl-large {
    padding-bottom: 25px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-large,
  [class][class][class].py-xxl-large {
    padding-bottom: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-large,
  [class][class][class].py-xxl-large {
    padding-bottom: 50px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-large,
  [class][class][class].py-xxl-large {
    padding-bottom: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-large,
  [class][class][class].px-xxl-large {
    padding-left: 25px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-large,
  [class][class][class].px-xxl-large {
    padding-left: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-large,
  [class][class][class].px-xxl-large {
    padding-left: 50px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-large,
  [class][class][class].px-xxl-large {
    padding-left: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-large-neg {
    padding: -25px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-large-neg {
    padding: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-large-neg {
    padding: -50px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-large-neg {
    padding: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-large-neg,
  [class][class][class].py-xxl-large-neg {
    padding-top: -25px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-large-neg,
  [class][class][class].py-xxl-large-neg {
    padding-top: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-large-neg,
  [class][class][class].py-xxl-large-neg {
    padding-top: -50px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-large-neg,
  [class][class][class].py-xxl-large-neg {
    padding-top: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-large-neg,
  [class][class][class].px-xxl-large-neg {
    padding-right: -25px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-large-neg,
  [class][class][class].px-xxl-large-neg {
    padding-right: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-large-neg,
  [class][class][class].px-xxl-large-neg {
    padding-right: -50px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-large-neg,
  [class][class][class].px-xxl-large-neg {
    padding-right: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-large-neg,
  [class][class][class].py-xxl-large-neg {
    padding-bottom: -25px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-large-neg,
  [class][class][class].py-xxl-large-neg {
    padding-bottom: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-large-neg,
  [class][class][class].py-xxl-large-neg {
    padding-bottom: -50px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-large-neg,
  [class][class][class].py-xxl-large-neg {
    padding-bottom: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-large-neg,
  [class][class][class].px-xxl-large-neg {
    padding-left: -25px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-large-neg,
  [class][class][class].px-xxl-large-neg {
    padding-left: calc(-25px + -25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-large-neg,
  [class][class][class].px-xxl-large-neg {
    padding-left: -50px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-large-neg,
  [class][class][class].px-xxl-large-neg {
    padding-left: calc(-25px + -25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-large-only {
    padding: 25px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-large-only {
    padding: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-large-only {
    padding: 50px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-large-only {
    padding: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-large-only,
  [class][class][class].py-xxl-large-only {
    padding-top: 25px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-large-only,
  [class][class][class].py-xxl-large-only {
    padding-top: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-large-only,
  [class][class][class].py-xxl-large-only {
    padding-top: 50px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-large-only,
  [class][class][class].py-xxl-large-only {
    padding-top: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-large-only,
  [class][class][class].px-xxl-large-only {
    padding-right: 25px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-large-only,
  [class][class][class].px-xxl-large-only {
    padding-right: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-large-only,
  [class][class][class].px-xxl-large-only {
    padding-right: 50px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-large-only,
  [class][class][class].px-xxl-large-only {
    padding-right: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-large-only,
  [class][class][class].py-xxl-large-only {
    padding-bottom: 25px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-large-only,
  [class][class][class].py-xxl-large-only {
    padding-bottom: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-large-only,
  [class][class][class].py-xxl-large-only {
    padding-bottom: 50px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-large-only,
  [class][class][class].py-xxl-large-only {
    padding-bottom: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-large-only,
  [class][class][class].px-xxl-large-only {
    padding-left: 25px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-large-only,
  [class][class][class].px-xxl-large-only {
    padding-left: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-large-only,
  [class][class][class].px-xxl-large-only {
    padding-left: 50px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-large-only,
  [class][class][class].px-xxl-large-only {
    padding-left: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-xl {
    padding: 30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-xl {
    padding: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-xl {
    padding: 60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-xl {
    padding: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-xl,
  [class][class][class].py-xxl-xl {
    padding-top: 30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-xl,
  [class][class][class].py-xxl-xl {
    padding-top: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-xl,
  [class][class][class].py-xxl-xl {
    padding-top: 60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-xl,
  [class][class][class].py-xxl-xl {
    padding-top: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-xl,
  [class][class][class].px-xxl-xl {
    padding-right: 30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-xl,
  [class][class][class].px-xxl-xl {
    padding-right: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-xl,
  [class][class][class].px-xxl-xl {
    padding-right: 60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-xl,
  [class][class][class].px-xxl-xl {
    padding-right: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-xl,
  [class][class][class].py-xxl-xl {
    padding-bottom: 30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-xl,
  [class][class][class].py-xxl-xl {
    padding-bottom: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-xl,
  [class][class][class].py-xxl-xl {
    padding-bottom: 60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-xl,
  [class][class][class].py-xxl-xl {
    padding-bottom: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-xl,
  [class][class][class].px-xxl-xl {
    padding-left: 30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-xl,
  [class][class][class].px-xxl-xl {
    padding-left: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-xl,
  [class][class][class].px-xxl-xl {
    padding-left: 60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-xl,
  [class][class][class].px-xxl-xl {
    padding-left: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-xl-neg {
    padding: -30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-xl-neg {
    padding: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-xl-neg {
    padding: -60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-xl-neg {
    padding: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-xl-neg,
  [class][class][class].py-xxl-xl-neg {
    padding-top: -30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-xl-neg,
  [class][class][class].py-xxl-xl-neg {
    padding-top: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-xl-neg,
  [class][class][class].py-xxl-xl-neg {
    padding-top: -60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-xl-neg,
  [class][class][class].py-xxl-xl-neg {
    padding-top: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-xl-neg,
  [class][class][class].px-xxl-xl-neg {
    padding-right: -30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-xl-neg,
  [class][class][class].px-xxl-xl-neg {
    padding-right: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-xl-neg,
  [class][class][class].px-xxl-xl-neg {
    padding-right: -60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-xl-neg,
  [class][class][class].px-xxl-xl-neg {
    padding-right: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-xl-neg,
  [class][class][class].py-xxl-xl-neg {
    padding-bottom: -30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-xl-neg,
  [class][class][class].py-xxl-xl-neg {
    padding-bottom: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-xl-neg,
  [class][class][class].py-xxl-xl-neg {
    padding-bottom: -60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-xl-neg,
  [class][class][class].py-xxl-xl-neg {
    padding-bottom: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-xl-neg,
  [class][class][class].px-xxl-xl-neg {
    padding-left: -30px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-xl-neg,
  [class][class][class].px-xxl-xl-neg {
    padding-left: calc(-30px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-xl-neg,
  [class][class][class].px-xxl-xl-neg {
    padding-left: -60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-xl-neg,
  [class][class][class].px-xxl-xl-neg {
    padding-left: calc(-30px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-xl-only {
    padding: 30px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-xl-only {
    padding: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-xl-only {
    padding: 60px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-xl-only {
    padding: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-xl-only,
  [class][class][class].py-xxl-xl-only {
    padding-top: 30px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-xl-only,
  [class][class][class].py-xxl-xl-only {
    padding-top: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-xl-only,
  [class][class][class].py-xxl-xl-only {
    padding-top: 60px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-xl-only,
  [class][class][class].py-xxl-xl-only {
    padding-top: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-xl-only,
  [class][class][class].px-xxl-xl-only {
    padding-right: 30px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-xl-only,
  [class][class][class].px-xxl-xl-only {
    padding-right: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-xl-only,
  [class][class][class].px-xxl-xl-only {
    padding-right: 60px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-xl-only,
  [class][class][class].px-xxl-xl-only {
    padding-right: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-xl-only,
  [class][class][class].py-xxl-xl-only {
    padding-bottom: 30px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-xl-only,
  [class][class][class].py-xxl-xl-only {
    padding-bottom: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-xl-only,
  [class][class][class].py-xxl-xl-only {
    padding-bottom: 60px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-xl-only,
  [class][class][class].py-xxl-xl-only {
    padding-bottom: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-xl-only,
  [class][class][class].px-xxl-xl-only {
    padding-left: 30px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-xl-only,
  [class][class][class].px-xxl-xl-only {
    padding-left: calc(30px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-xl-only,
  [class][class][class].px-xxl-xl-only {
    padding-left: 60px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-xl-only,
  [class][class][class].px-xxl-xl-only {
    padding-left: calc(30px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-xxl {
    padding: 40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-xxl {
    padding: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-xxl {
    padding: 70px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-xxl {
    padding: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-xxl,
  [class][class][class].py-xxl-xxl {
    padding-top: 40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-xxl,
  [class][class][class].py-xxl-xxl {
    padding-top: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-xxl,
  [class][class][class].py-xxl-xxl {
    padding-top: 70px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-xxl,
  [class][class][class].py-xxl-xxl {
    padding-top: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-xxl,
  [class][class][class].px-xxl-xxl {
    padding-right: 40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-xxl,
  [class][class][class].px-xxl-xxl {
    padding-right: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-xxl,
  [class][class][class].px-xxl-xxl {
    padding-right: 70px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-xxl,
  [class][class][class].px-xxl-xxl {
    padding-right: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-xxl,
  [class][class][class].py-xxl-xxl {
    padding-bottom: 40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-xxl,
  [class][class][class].py-xxl-xxl {
    padding-bottom: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-xxl,
  [class][class][class].py-xxl-xxl {
    padding-bottom: 70px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-xxl,
  [class][class][class].py-xxl-xxl {
    padding-bottom: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-xxl,
  [class][class][class].px-xxl-xxl {
    padding-left: 40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-xxl,
  [class][class][class].px-xxl-xxl {
    padding-left: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-xxl,
  [class][class][class].px-xxl-xxl {
    padding-left: 70px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-xxl,
  [class][class][class].px-xxl-xxl {
    padding-left: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-xxl-neg {
    padding: -40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-xxl-neg {
    padding: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-xxl-neg {
    padding: -70px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-xxl-neg {
    padding: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-xxl-neg,
  [class][class][class].py-xxl-xxl-neg {
    padding-top: -40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-xxl-neg,
  [class][class][class].py-xxl-xxl-neg {
    padding-top: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-xxl-neg,
  [class][class][class].py-xxl-xxl-neg {
    padding-top: -70px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-xxl-neg,
  [class][class][class].py-xxl-xxl-neg {
    padding-top: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-xxl-neg,
  [class][class][class].px-xxl-xxl-neg {
    padding-right: -40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-xxl-neg,
  [class][class][class].px-xxl-xxl-neg {
    padding-right: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-xxl-neg,
  [class][class][class].px-xxl-xxl-neg {
    padding-right: -70px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-xxl-neg,
  [class][class][class].px-xxl-xxl-neg {
    padding-right: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-xxl-neg,
  [class][class][class].py-xxl-xxl-neg {
    padding-bottom: -40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-xxl-neg,
  [class][class][class].py-xxl-xxl-neg {
    padding-bottom: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-xxl-neg,
  [class][class][class].py-xxl-xxl-neg {
    padding-bottom: -70px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-xxl-neg,
  [class][class][class].py-xxl-xxl-neg {
    padding-bottom: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-xxl-neg,
  [class][class][class].px-xxl-xxl-neg {
    padding-left: -40px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-xxl-neg,
  [class][class][class].px-xxl-xxl-neg {
    padding-left: calc(-40px + -30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-xxl-neg,
  [class][class][class].px-xxl-xxl-neg {
    padding-left: -70px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-xxl-neg,
  [class][class][class].px-xxl-xxl-neg {
    padding-left: calc(-40px + -30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-xxl-only {
    padding: 40px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-xxl-only {
    padding: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-xxl-only {
    padding: 70px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-xxl-only {
    padding: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-xxl-only,
  [class][class][class].py-xxl-xxl-only {
    padding-top: 40px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-xxl-only,
  [class][class][class].py-xxl-xxl-only {
    padding-top: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-xxl-only,
  [class][class][class].py-xxl-xxl-only {
    padding-top: 70px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-xxl-only,
  [class][class][class].py-xxl-xxl-only {
    padding-top: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-xxl-only,
  [class][class][class].px-xxl-xxl-only {
    padding-right: 40px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-xxl-only,
  [class][class][class].px-xxl-xxl-only {
    padding-right: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-xxl-only,
  [class][class][class].px-xxl-xxl-only {
    padding-right: 70px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-xxl-only,
  [class][class][class].px-xxl-xxl-only {
    padding-right: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-xxl-only,
  [class][class][class].py-xxl-xxl-only {
    padding-bottom: 40px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-xxl-only,
  [class][class][class].py-xxl-xxl-only {
    padding-bottom: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-xxl-only,
  [class][class][class].py-xxl-xxl-only {
    padding-bottom: 70px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-xxl-only,
  [class][class][class].py-xxl-xxl-only {
    padding-bottom: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-xxl-only,
  [class][class][class].px-xxl-xxl-only {
    padding-left: 40px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-xxl-only,
  [class][class][class].px-xxl-xxl-only {
    padding-left: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-xxl-only,
  [class][class][class].px-xxl-xxl-only {
    padding-left: 70px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-xxl-only,
  [class][class][class].px-xxl-xxl-only {
    padding-left: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-xxxl {
    padding: 45px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-xxxl {
    padding: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-xxxl {
    padding: 80px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-xxxl {
    padding: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-xxxl,
  [class][class][class].py-xxl-xxxl {
    padding-top: 45px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-xxxl,
  [class][class][class].py-xxl-xxxl {
    padding-top: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-xxxl,
  [class][class][class].py-xxl-xxxl {
    padding-top: 80px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-xxxl,
  [class][class][class].py-xxl-xxxl {
    padding-top: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-xxxl,
  [class][class][class].px-xxl-xxxl {
    padding-right: 45px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-xxxl,
  [class][class][class].px-xxl-xxxl {
    padding-right: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-xxxl,
  [class][class][class].px-xxl-xxxl {
    padding-right: 80px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-xxxl,
  [class][class][class].px-xxl-xxxl {
    padding-right: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-xxxl,
  [class][class][class].py-xxl-xxxl {
    padding-bottom: 45px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-xxxl,
  [class][class][class].py-xxl-xxxl {
    padding-bottom: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-xxxl,
  [class][class][class].py-xxl-xxxl {
    padding-bottom: 80px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-xxxl,
  [class][class][class].py-xxl-xxxl {
    padding-bottom: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-xxxl,
  [class][class][class].px-xxl-xxxl {
    padding-left: 45px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-xxxl,
  [class][class][class].px-xxl-xxxl {
    padding-left: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-xxxl,
  [class][class][class].px-xxl-xxxl {
    padding-left: 80px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-xxxl,
  [class][class][class].px-xxl-xxxl {
    padding-left: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-xxxl-neg {
    padding: -45px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-xxxl-neg {
    padding: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-xxxl-neg {
    padding: -80px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-xxxl-neg {
    padding: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-xxxl-neg,
  [class][class][class].py-xxl-xxxl-neg {
    padding-top: -45px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-xxxl-neg,
  [class][class][class].py-xxl-xxxl-neg {
    padding-top: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-xxxl-neg,
  [class][class][class].py-xxl-xxxl-neg {
    padding-top: -80px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-xxxl-neg,
  [class][class][class].py-xxl-xxxl-neg {
    padding-top: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-xxxl-neg,
  [class][class][class].px-xxl-xxxl-neg {
    padding-right: -45px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-xxxl-neg,
  [class][class][class].px-xxl-xxxl-neg {
    padding-right: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-xxxl-neg,
  [class][class][class].px-xxl-xxxl-neg {
    padding-right: -80px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-xxxl-neg,
  [class][class][class].px-xxl-xxxl-neg {
    padding-right: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-xxxl-neg,
  [class][class][class].py-xxl-xxxl-neg {
    padding-bottom: -45px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-xxxl-neg,
  [class][class][class].py-xxl-xxxl-neg {
    padding-bottom: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-xxxl-neg,
  [class][class][class].py-xxl-xxxl-neg {
    padding-bottom: -80px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-xxxl-neg,
  [class][class][class].py-xxl-xxxl-neg {
    padding-bottom: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-xxxl-neg,
  [class][class][class].px-xxl-xxxl-neg {
    padding-left: -45px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-xxxl-neg,
  [class][class][class].px-xxl-xxxl-neg {
    padding-left: calc(-45px + -35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-xxxl-neg,
  [class][class][class].px-xxl-xxxl-neg {
    padding-left: -80px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-xxxl-neg,
  [class][class][class].px-xxl-xxxl-neg {
    padding-left: calc(-45px + -35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-xxxl-only {
    padding: 45px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-xxxl-only {
    padding: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-xxxl-only {
    padding: 80px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-xxxl-only {
    padding: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-xxxl-only,
  [class][class][class].py-xxl-xxxl-only {
    padding-top: 45px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-xxxl-only,
  [class][class][class].py-xxl-xxxl-only {
    padding-top: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-xxxl-only,
  [class][class][class].py-xxl-xxxl-only {
    padding-top: 80px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-xxxl-only,
  [class][class][class].py-xxl-xxxl-only {
    padding-top: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-xxxl-only,
  [class][class][class].px-xxl-xxxl-only {
    padding-right: 45px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-xxxl-only,
  [class][class][class].px-xxl-xxxl-only {
    padding-right: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-xxxl-only,
  [class][class][class].px-xxl-xxxl-only {
    padding-right: 80px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-xxxl-only,
  [class][class][class].px-xxl-xxxl-only {
    padding-right: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-xxxl-only,
  [class][class][class].py-xxl-xxxl-only {
    padding-bottom: 45px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-xxxl-only,
  [class][class][class].py-xxl-xxxl-only {
    padding-bottom: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-xxxl-only,
  [class][class][class].py-xxl-xxxl-only {
    padding-bottom: 80px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-xxxl-only,
  [class][class][class].py-xxl-xxxl-only {
    padding-bottom: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-xxxl-only,
  [class][class][class].px-xxl-xxxl-only {
    padding-left: 45px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-xxxl-only,
  [class][class][class].px-xxl-xxxl-only {
    padding-left: calc(45px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-xxxl-only,
  [class][class][class].px-xxl-xxxl-only {
    padding-left: 80px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-xxxl-only,
  [class][class][class].px-xxl-xxxl-only {
    padding-left: calc(45px + 35 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-huge {
    padding: 60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-huge {
    padding: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-huge {
    padding: 130px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-huge {
    padding: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-huge,
  [class][class][class].py-xxl-huge {
    padding-top: 60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-huge,
  [class][class][class].py-xxl-huge {
    padding-top: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-huge,
  [class][class][class].py-xxl-huge {
    padding-top: 130px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-huge,
  [class][class][class].py-xxl-huge {
    padding-top: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-huge,
  [class][class][class].px-xxl-huge {
    padding-right: 60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-huge,
  [class][class][class].px-xxl-huge {
    padding-right: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-huge,
  [class][class][class].px-xxl-huge {
    padding-right: 130px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-huge,
  [class][class][class].px-xxl-huge {
    padding-right: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-huge,
  [class][class][class].py-xxl-huge {
    padding-bottom: 60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-huge,
  [class][class][class].py-xxl-huge {
    padding-bottom: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-huge,
  [class][class][class].py-xxl-huge {
    padding-bottom: 130px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-huge,
  [class][class][class].py-xxl-huge {
    padding-bottom: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-huge,
  [class][class][class].px-xxl-huge {
    padding-left: 60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-huge,
  [class][class][class].px-xxl-huge {
    padding-left: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-huge,
  [class][class][class].px-xxl-huge {
    padding-left: 130px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-huge,
  [class][class][class].px-xxl-huge {
    padding-left: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-huge-neg {
    padding: -60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-huge-neg {
    padding: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-huge-neg {
    padding: -130px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-huge-neg {
    padding: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-huge-neg,
  [class][class][class].py-xxl-huge-neg {
    padding-top: -60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-huge-neg,
  [class][class][class].py-xxl-huge-neg {
    padding-top: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-huge-neg,
  [class][class][class].py-xxl-huge-neg {
    padding-top: -130px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-huge-neg,
  [class][class][class].py-xxl-huge-neg {
    padding-top: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-huge-neg,
  [class][class][class].px-xxl-huge-neg {
    padding-right: -60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-huge-neg,
  [class][class][class].px-xxl-huge-neg {
    padding-right: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-huge-neg,
  [class][class][class].px-xxl-huge-neg {
    padding-right: -130px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-huge-neg,
  [class][class][class].px-xxl-huge-neg {
    padding-right: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-huge-neg,
  [class][class][class].py-xxl-huge-neg {
    padding-bottom: -60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-huge-neg,
  [class][class][class].py-xxl-huge-neg {
    padding-bottom: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-huge-neg,
  [class][class][class].py-xxl-huge-neg {
    padding-bottom: -130px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-huge-neg,
  [class][class][class].py-xxl-huge-neg {
    padding-bottom: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-huge-neg,
  [class][class][class].px-xxl-huge-neg {
    padding-left: -60px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-huge-neg,
  [class][class][class].px-xxl-huge-neg {
    padding-left: calc(-60px + -70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-huge-neg,
  [class][class][class].px-xxl-huge-neg {
    padding-left: -130px;
  }
}
@media (min-width: 1408px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-huge-neg,
  [class][class][class].px-xxl-huge-neg {
    padding-left: calc(-60px + -70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].p-xxl-huge-only {
    padding: 60px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].p-xxl-huge-only {
    padding: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].p-xxl-huge-only {
    padding: 130px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].p-xxl-huge-only {
    padding: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pt-xxl-huge-only,
  [class][class][class].py-xxl-huge-only {
    padding-top: 60px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pt-xxl-huge-only,
  [class][class][class].py-xxl-huge-only {
    padding-top: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pt-xxl-huge-only,
  [class][class][class].py-xxl-huge-only {
    padding-top: 130px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pt-xxl-huge-only,
  [class][class][class].py-xxl-huge-only {
    padding-top: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pr-xxl-huge-only,
  [class][class][class].px-xxl-huge-only {
    padding-right: 60px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pr-xxl-huge-only,
  [class][class][class].px-xxl-huge-only {
    padding-right: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pr-xxl-huge-only,
  [class][class][class].px-xxl-huge-only {
    padding-right: 130px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pr-xxl-huge-only,
  [class][class][class].px-xxl-huge-only {
    padding-right: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pb-xxl-huge-only,
  [class][class][class].py-xxl-huge-only {
    padding-bottom: 60px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pb-xxl-huge-only,
  [class][class][class].py-xxl-huge-only {
    padding-bottom: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pb-xxl-huge-only,
  [class][class][class].py-xxl-huge-only {
    padding-bottom: 130px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pb-xxl-huge-only,
  [class][class][class].py-xxl-huge-only {
    padding-bottom: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (max-width: 575.98px) {
  [class][class][class].pl-xxl-huge-only,
  [class][class][class].px-xxl-huge-only {
    padding-left: 60px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 575.98px) {
  [class][class][class].pl-xxl-huge-only,
  [class][class][class].px-xxl-huge-only {
    padding-left: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 1264px) {
  [class][class][class].pl-xxl-huge-only,
  [class][class][class].px-xxl-huge-only {
    padding-left: 130px;
  }
}
@media (min-width: 1408px) and (max-width: 9999px) and screen and (min-width: 848px) and (max-height: 576px) {
  [class][class][class].pl-xxl-huge-only,
  [class][class][class].px-xxl-huge-only {
    padding-left: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 0) {
  .row.gap-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.gap-0 > .col,
  .row.gap-0 > [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.gap-0 [class^='col'] + [class^='col'] {
    padding-top: 0px;
  }
  .row.gapy-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.gapy-0 > .col,
  .row.gapy-0 > [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.gap-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.gap-10 > .col,
  .row.gap-10 > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.gap-10 [class^='col'] + [class^='col'] {
    padding-top: 10px;
  }
  .row.gapy-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.gapy-10 > .col,
  .row.gapy-10 > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.gap-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.gap-20 > .col,
  .row.gap-20 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.gap-20 [class^='col'] + [class^='col'] {
    padding-top: 20px;
  }
  .row.gapy-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.gapy-20 > .col,
  .row.gapy-20 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.gap-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.gap-30 > .col,
  .row.gap-30 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.gap-30 [class^='col'] + [class^='col'] {
    padding-top: 30px;
  }
  .row.gapy-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.gapy-30 > .col,
  .row.gapy-30 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.gap-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.gap-40 > .col,
  .row.gap-40 > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.gap-40 [class^='col'] + [class^='col'] {
    padding-top: 40px;
  }
  .row.gapy-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.gapy-40 > .col,
  .row.gapy-40 > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.gap-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.gap-50 > .col,
  .row.gap-50 > [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.gap-50 [class^='col'] + [class^='col'] {
    padding-top: 50px;
  }
  .row.gapy-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.gapy-50 > .col,
  .row.gapy-50 > [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.gap-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.gap-60 > .col,
  .row.gap-60 > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.gap-60 [class^='col'] + [class^='col'] {
    padding-top: 60px;
  }
  .row.gapy-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.gapy-60 > .col,
  .row.gapy-60 > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.gap-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row.gap-70 > .col,
  .row.gap-70 > [class*="col-"] {
    padding-left: 35px;
    padding-right: 35px;
  }
  .row.gap-70 [class^='col'] + [class^='col'] {
    padding-top: 70px;
  }
  .row.gapy-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row.gapy-70 > .col,
  .row.gapy-70 > [class*="col-"] {
    padding-left: 35px;
    padding-right: 35px;
  }
  .row.gap-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row.gap-80 > .col,
  .row.gap-80 > [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row.gap-80 [class^='col'] + [class^='col'] {
    padding-top: 80px;
  }
  .row.gapy-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row.gapy-80 > .col,
  .row.gapy-80 > [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row.nogap-0 [class^='col']:nth-child(-n + 0) {
    padding-top: 0;
  }
  .row.nogap-1 [class^='col']:nth-child(-n + 1) {
    padding-top: 0;
  }
  .row.nogap-2 [class^='col']:nth-child(-n + 2) {
    padding-top: 0;
  }
  .row.nogap-3 [class^='col']:nth-child(-n + 3) {
    padding-top: 0;
  }
  .row.nogap-4 [class^='col']:nth-child(-n + 4) {
    padding-top: 0;
  }
  .row.nogap-5 [class^='col']:nth-child(-n + 5) {
    padding-top: 0;
  }
  .row.nogap-6 [class^='col']:nth-child(-n + 6) {
    padding-top: 0;
  }
}
@media (min-width: 576px) {
  .row.gap-sm-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.gap-sm-0 > .col,
  .row.gap-sm-0 > [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.gap-sm-0 [class^='col'] + [class^='col'] {
    padding-top: 0px;
  }
  .row.gapy-sm-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.gapy-sm-0 > .col,
  .row.gapy-sm-0 > [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.gap-sm-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.gap-sm-10 > .col,
  .row.gap-sm-10 > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.gap-sm-10 [class^='col'] + [class^='col'] {
    padding-top: 10px;
  }
  .row.gapy-sm-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.gapy-sm-10 > .col,
  .row.gapy-sm-10 > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.gap-sm-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.gap-sm-20 > .col,
  .row.gap-sm-20 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.gap-sm-20 [class^='col'] + [class^='col'] {
    padding-top: 20px;
  }
  .row.gapy-sm-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.gapy-sm-20 > .col,
  .row.gapy-sm-20 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.gap-sm-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.gap-sm-30 > .col,
  .row.gap-sm-30 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.gap-sm-30 [class^='col'] + [class^='col'] {
    padding-top: 30px;
  }
  .row.gapy-sm-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.gapy-sm-30 > .col,
  .row.gapy-sm-30 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.gap-sm-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.gap-sm-40 > .col,
  .row.gap-sm-40 > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.gap-sm-40 [class^='col'] + [class^='col'] {
    padding-top: 40px;
  }
  .row.gapy-sm-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.gapy-sm-40 > .col,
  .row.gapy-sm-40 > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.gap-sm-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.gap-sm-50 > .col,
  .row.gap-sm-50 > [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.gap-sm-50 [class^='col'] + [class^='col'] {
    padding-top: 50px;
  }
  .row.gapy-sm-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.gapy-sm-50 > .col,
  .row.gapy-sm-50 > [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.gap-sm-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.gap-sm-60 > .col,
  .row.gap-sm-60 > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.gap-sm-60 [class^='col'] + [class^='col'] {
    padding-top: 60px;
  }
  .row.gapy-sm-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.gapy-sm-60 > .col,
  .row.gapy-sm-60 > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.gap-sm-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row.gap-sm-70 > .col,
  .row.gap-sm-70 > [class*="col-"] {
    padding-left: 35px;
    padding-right: 35px;
  }
  .row.gap-sm-70 [class^='col'] + [class^='col'] {
    padding-top: 70px;
  }
  .row.gapy-sm-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row.gapy-sm-70 > .col,
  .row.gapy-sm-70 > [class*="col-"] {
    padding-left: 35px;
    padding-right: 35px;
  }
  .row.gap-sm-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row.gap-sm-80 > .col,
  .row.gap-sm-80 > [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row.gap-sm-80 [class^='col'] + [class^='col'] {
    padding-top: 80px;
  }
  .row.gapy-sm-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row.gapy-sm-80 > .col,
  .row.gapy-sm-80 > [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row.nogap-sm-0 [class^='col']:nth-child(-n + 0) {
    padding-top: 0;
  }
  .row.nogap-sm-1 [class^='col']:nth-child(-n + 1) {
    padding-top: 0;
  }
  .row.nogap-sm-2 [class^='col']:nth-child(-n + 2) {
    padding-top: 0;
  }
  .row.nogap-sm-3 [class^='col']:nth-child(-n + 3) {
    padding-top: 0;
  }
  .row.nogap-sm-4 [class^='col']:nth-child(-n + 4) {
    padding-top: 0;
  }
  .row.nogap-sm-5 [class^='col']:nth-child(-n + 5) {
    padding-top: 0;
  }
  .row.nogap-sm-6 [class^='col']:nth-child(-n + 6) {
    padding-top: 0;
  }
}
@media (min-width: 848px) {
  .row.gap-md-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.gap-md-0 > .col,
  .row.gap-md-0 > [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.gap-md-0 [class^='col'] + [class^='col'] {
    padding-top: 0px;
  }
  .row.gapy-md-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.gapy-md-0 > .col,
  .row.gapy-md-0 > [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.gap-md-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.gap-md-10 > .col,
  .row.gap-md-10 > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.gap-md-10 [class^='col'] + [class^='col'] {
    padding-top: 10px;
  }
  .row.gapy-md-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.gapy-md-10 > .col,
  .row.gapy-md-10 > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.gap-md-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.gap-md-20 > .col,
  .row.gap-md-20 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.gap-md-20 [class^='col'] + [class^='col'] {
    padding-top: 20px;
  }
  .row.gapy-md-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.gapy-md-20 > .col,
  .row.gapy-md-20 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.gap-md-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.gap-md-30 > .col,
  .row.gap-md-30 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.gap-md-30 [class^='col'] + [class^='col'] {
    padding-top: 30px;
  }
  .row.gapy-md-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.gapy-md-30 > .col,
  .row.gapy-md-30 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.gap-md-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.gap-md-40 > .col,
  .row.gap-md-40 > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.gap-md-40 [class^='col'] + [class^='col'] {
    padding-top: 40px;
  }
  .row.gapy-md-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.gapy-md-40 > .col,
  .row.gapy-md-40 > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.gap-md-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.gap-md-50 > .col,
  .row.gap-md-50 > [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.gap-md-50 [class^='col'] + [class^='col'] {
    padding-top: 50px;
  }
  .row.gapy-md-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.gapy-md-50 > .col,
  .row.gapy-md-50 > [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.gap-md-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.gap-md-60 > .col,
  .row.gap-md-60 > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.gap-md-60 [class^='col'] + [class^='col'] {
    padding-top: 60px;
  }
  .row.gapy-md-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.gapy-md-60 > .col,
  .row.gapy-md-60 > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.gap-md-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row.gap-md-70 > .col,
  .row.gap-md-70 > [class*="col-"] {
    padding-left: 35px;
    padding-right: 35px;
  }
  .row.gap-md-70 [class^='col'] + [class^='col'] {
    padding-top: 70px;
  }
  .row.gapy-md-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row.gapy-md-70 > .col,
  .row.gapy-md-70 > [class*="col-"] {
    padding-left: 35px;
    padding-right: 35px;
  }
  .row.gap-md-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row.gap-md-80 > .col,
  .row.gap-md-80 > [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row.gap-md-80 [class^='col'] + [class^='col'] {
    padding-top: 80px;
  }
  .row.gapy-md-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row.gapy-md-80 > .col,
  .row.gapy-md-80 > [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row.nogap-md-0 [class^='col']:nth-child(-n + 0) {
    padding-top: 0;
  }
  .row.nogap-md-1 [class^='col']:nth-child(-n + 1) {
    padding-top: 0;
  }
  .row.nogap-md-2 [class^='col']:nth-child(-n + 2) {
    padding-top: 0;
  }
  .row.nogap-md-3 [class^='col']:nth-child(-n + 3) {
    padding-top: 0;
  }
  .row.nogap-md-4 [class^='col']:nth-child(-n + 4) {
    padding-top: 0;
  }
  .row.nogap-md-5 [class^='col']:nth-child(-n + 5) {
    padding-top: 0;
  }
  .row.nogap-md-6 [class^='col']:nth-child(-n + 6) {
    padding-top: 0;
  }
}
@media (min-width: 1264px) {
  .row.gap-xl-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.gap-xl-0 > .col,
  .row.gap-xl-0 > [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.gap-xl-0 [class^='col'] + [class^='col'] {
    padding-top: 0px;
  }
  .row.gapy-xl-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.gapy-xl-0 > .col,
  .row.gapy-xl-0 > [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.gap-xl-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.gap-xl-10 > .col,
  .row.gap-xl-10 > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.gap-xl-10 [class^='col'] + [class^='col'] {
    padding-top: 10px;
  }
  .row.gapy-xl-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.gapy-xl-10 > .col,
  .row.gapy-xl-10 > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.gap-xl-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.gap-xl-20 > .col,
  .row.gap-xl-20 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.gap-xl-20 [class^='col'] + [class^='col'] {
    padding-top: 20px;
  }
  .row.gapy-xl-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.gapy-xl-20 > .col,
  .row.gapy-xl-20 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.gap-xl-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.gap-xl-30 > .col,
  .row.gap-xl-30 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.gap-xl-30 [class^='col'] + [class^='col'] {
    padding-top: 30px;
  }
  .row.gapy-xl-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.gapy-xl-30 > .col,
  .row.gapy-xl-30 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.gap-xl-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.gap-xl-40 > .col,
  .row.gap-xl-40 > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.gap-xl-40 [class^='col'] + [class^='col'] {
    padding-top: 40px;
  }
  .row.gapy-xl-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.gapy-xl-40 > .col,
  .row.gapy-xl-40 > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.gap-xl-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.gap-xl-50 > .col,
  .row.gap-xl-50 > [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.gap-xl-50 [class^='col'] + [class^='col'] {
    padding-top: 50px;
  }
  .row.gapy-xl-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.gapy-xl-50 > .col,
  .row.gapy-xl-50 > [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.gap-xl-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.gap-xl-60 > .col,
  .row.gap-xl-60 > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.gap-xl-60 [class^='col'] + [class^='col'] {
    padding-top: 60px;
  }
  .row.gapy-xl-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.gapy-xl-60 > .col,
  .row.gapy-xl-60 > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.gap-xl-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row.gap-xl-70 > .col,
  .row.gap-xl-70 > [class*="col-"] {
    padding-left: 35px;
    padding-right: 35px;
  }
  .row.gap-xl-70 [class^='col'] + [class^='col'] {
    padding-top: 70px;
  }
  .row.gapy-xl-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row.gapy-xl-70 > .col,
  .row.gapy-xl-70 > [class*="col-"] {
    padding-left: 35px;
    padding-right: 35px;
  }
  .row.gap-xl-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row.gap-xl-80 > .col,
  .row.gap-xl-80 > [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row.gap-xl-80 [class^='col'] + [class^='col'] {
    padding-top: 80px;
  }
  .row.gapy-xl-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row.gapy-xl-80 > .col,
  .row.gapy-xl-80 > [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row.nogap-xl-0 [class^='col']:nth-child(-n + 0) {
    padding-top: 0;
  }
  .row.nogap-xl-1 [class^='col']:nth-child(-n + 1) {
    padding-top: 0;
  }
  .row.nogap-xl-2 [class^='col']:nth-child(-n + 2) {
    padding-top: 0;
  }
  .row.nogap-xl-3 [class^='col']:nth-child(-n + 3) {
    padding-top: 0;
  }
  .row.nogap-xl-4 [class^='col']:nth-child(-n + 4) {
    padding-top: 0;
  }
  .row.nogap-xl-5 [class^='col']:nth-child(-n + 5) {
    padding-top: 0;
  }
  .row.nogap-xl-6 [class^='col']:nth-child(-n + 6) {
    padding-top: 0;
  }
}
@media (min-width: 1408px) {
  .row.gap-xxl-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.gap-xxl-0 > .col,
  .row.gap-xxl-0 > [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.gap-xxl-0 [class^='col'] + [class^='col'] {
    padding-top: 0px;
  }
  .row.gapy-xxl-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.gapy-xxl-0 > .col,
  .row.gapy-xxl-0 > [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.gap-xxl-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.gap-xxl-10 > .col,
  .row.gap-xxl-10 > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.gap-xxl-10 [class^='col'] + [class^='col'] {
    padding-top: 10px;
  }
  .row.gapy-xxl-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.gapy-xxl-10 > .col,
  .row.gapy-xxl-10 > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.gap-xxl-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.gap-xxl-20 > .col,
  .row.gap-xxl-20 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.gap-xxl-20 [class^='col'] + [class^='col'] {
    padding-top: 20px;
  }
  .row.gapy-xxl-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.gapy-xxl-20 > .col,
  .row.gapy-xxl-20 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.gap-xxl-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.gap-xxl-30 > .col,
  .row.gap-xxl-30 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.gap-xxl-30 [class^='col'] + [class^='col'] {
    padding-top: 30px;
  }
  .row.gapy-xxl-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.gapy-xxl-30 > .col,
  .row.gapy-xxl-30 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.gap-xxl-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.gap-xxl-40 > .col,
  .row.gap-xxl-40 > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.gap-xxl-40 [class^='col'] + [class^='col'] {
    padding-top: 40px;
  }
  .row.gapy-xxl-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.gapy-xxl-40 > .col,
  .row.gapy-xxl-40 > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.gap-xxl-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.gap-xxl-50 > .col,
  .row.gap-xxl-50 > [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.gap-xxl-50 [class^='col'] + [class^='col'] {
    padding-top: 50px;
  }
  .row.gapy-xxl-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.gapy-xxl-50 > .col,
  .row.gapy-xxl-50 > [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.gap-xxl-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.gap-xxl-60 > .col,
  .row.gap-xxl-60 > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.gap-xxl-60 [class^='col'] + [class^='col'] {
    padding-top: 60px;
  }
  .row.gapy-xxl-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.gapy-xxl-60 > .col,
  .row.gapy-xxl-60 > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.gap-xxl-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row.gap-xxl-70 > .col,
  .row.gap-xxl-70 > [class*="col-"] {
    padding-left: 35px;
    padding-right: 35px;
  }
  .row.gap-xxl-70 [class^='col'] + [class^='col'] {
    padding-top: 70px;
  }
  .row.gapy-xxl-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row.gapy-xxl-70 > .col,
  .row.gapy-xxl-70 > [class*="col-"] {
    padding-left: 35px;
    padding-right: 35px;
  }
  .row.gap-xxl-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row.gap-xxl-80 > .col,
  .row.gap-xxl-80 > [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row.gap-xxl-80 [class^='col'] + [class^='col'] {
    padding-top: 80px;
  }
  .row.gapy-xxl-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row.gapy-xxl-80 > .col,
  .row.gapy-xxl-80 > [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row.nogap-xxl-0 [class^='col']:nth-child(-n + 0) {
    padding-top: 0;
  }
  .row.nogap-xxl-1 [class^='col']:nth-child(-n + 1) {
    padding-top: 0;
  }
  .row.nogap-xxl-2 [class^='col']:nth-child(-n + 2) {
    padding-top: 0;
  }
  .row.nogap-xxl-3 [class^='col']:nth-child(-n + 3) {
    padding-top: 0;
  }
  .row.nogap-xxl-4 [class^='col']:nth-child(-n + 4) {
    padding-top: 0;
  }
  .row.nogap-xxl-5 [class^='col']:nth-child(-n + 5) {
    padding-top: 0;
  }
  .row.nogap-xxl-6 [class^='col']:nth-child(-n + 6) {
    padding-top: 0;
  }
}
.logo img {
  height: 64px;
  width: auto;
}
@media screen and (max-width: 575.98px) {
  .logo img {
    height: 41px;
  }
}
@media screen and (min-width: 575.98px) {
  .logo img {
    height: calc(41px + 23 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .logo img {
    height: 64px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .logo img {
    height: calc(41px + 23 * (78vw - 575.98px) / 688.02);
  }
}
/**
* ******************************************************************************************************
* Text styles
*/
.info-text {
  font-size: 14px;
  line-height: 32px;
  font-family: 'Vogue';
  letter-spacing: 0.12em;
  font-weight: 600;
}
@media (min-width: 575.98px) {
  .info-text {
    font-size: 16px;
  }
}
.text-01 {
  font-family: 'Vogue';
  color: #9f8976;
  line-height: 1.8;
  font-size: 28px;
  font-weight: 400;
}
@media screen and (max-width: 575.98px) {
  .text-01 {
    font-size: 18px;
  }
}
@media screen and (min-width: 575.98px) {
  .text-01 {
    font-size: calc(18px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .text-01 {
    font-size: 28px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .text-01 {
    font-size: calc(18px + 10 * (78vw - 575.98px) / 688.02);
  }
}
.text-02 {
  font-family: 'Vogue';
  color: #505050;
  font-size: 24px;
  line-height: 40px;
  line-height: 1.66;
  font-weight: 400;
}
@media screen and (max-width: 575.98px) {
  .text-02 {
    font-size: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .text-02 {
    font-size: calc(16px + 8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .text-02 {
    font-size: 24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .text-02 {
    font-size: calc(16px + 8 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .text-02 {
    line-height: 32px;
  }
}
@media screen and (min-width: 575.98px) {
  .text-02 {
    line-height: calc(32px + 8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .text-02 {
    line-height: 40px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .text-02 {
    line-height: calc(32px + 8 * (78vw - 575.98px) / 688.02);
  }
}
.text-02--highlights {
  font-family: 'Vogue';
  line-height: 1.33;
}
.text-03 {
  font-family: 'Vogue';
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  color: #505050;
}
@media screen and (max-width: 575.98px) {
  .text-03 {
    font-size: 14px;
  }
}
@media screen and (min-width: 575.98px) {
  .text-03 {
    font-size: calc(14px + 2 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .text-03 {
    font-size: 16px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .text-03 {
    font-size: calc(14px + 2 * (78vw - 575.98px) / 688.02);
  }
}
/**
* ******************************************************************************************************
* Misc
*/
@media (min-width: 1600px) {
  .img-fluid--to-1600 {
    max-width: unset;
  }
}
.date {
  color: #000;
}
.date .label {
  color: #818284;
  margin-right: 20px;
}
.form-control {
  font-weight: 500;
  font-family: 'Vogue';
  color: #505050;
  border: 0;
  border-bottom: 1px solid #939393;
  font-size: 16px;
  line-height: 1.35;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 32px;
}
.form-control:focus {
  box-shadow: none;
  border-color: #9f8976;
}
.form-control::placeholder {
  color: #AAABB2;
}
.form-control.--ok {
  border-color: #96c153;
  box-shadow: 0 0 0 1pt #96c153;
}
.form-control.--error,
.form-control.error {
  border-color: #C6091D;
}
@media (max-width: 575.98px) {
  .form-control {
    font-size: 14px;
    line-height: 1.35;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.form-group {
  position: relative;
}
@media (max-width: 575.98px) {
  .form-group.mb-null {
    margin-bottom: 0;
  }
}
.form-group.floating label {
  position: absolute;
  left: 0;
  top: -10%;
  pointer-events: none;
  display: block;
  will-change: transform, color, font-size;
  transition: all 0.2s;
  font-size: 18px;
}
.form-group.floating .form-control {
  background-color: transparent;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 18px !important;
  line-height: 32px !important;
}
.form-group.floating .form-control:focus + label,
.form-group.floating .form-control:not(:placeholder-shown) + label {
  transform: translateY(-100%);
  color: #939393;
  font-size: 14px;
}
.form-group.floating .form-control:focus + label.error,
.form-group.floating .form-control:not(:placeholder-shown) + label.error {
  color: #C6091D;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url('../img/svg/select-arrow.svg') no-repeat right 7px center;
  background-size: 26px 26px;
  padding-right: 40px !important;
  text-overflow: ellipsis;
}
select::-ms-expand {
  display: none;
}
@media (max-width: 575.98px) {
  select {
    background-position: right 3px center;
  }
}
select,
option {
  cursor: pointer;
}
.placeholder,
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #AAABB2 !important;
  font-style: italic;
  text-align: left;
}
input::-moz-focus-inner,
select::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.form-control[type="file"] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.uploadFiles input.d-none {
  display: block !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  position: absolute !important;
}
.uploadFiles .files {
  position: relative;
}
.uploadFiles .files .item {
  padding: 0;
  text-align: left;
  position: relative;
}
.uploadFiles .files .item:not(.d-none) {
  margin-top: 10px;
}
@media screen and (max-width: 575.98px) {
  .uploadFiles .files .item:not(.d-none) {
    margin-top: 5px;
  }
}
@media screen and (min-width: 575.98px) {
  .uploadFiles .files .item:not(.d-none) {
    margin-top: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .uploadFiles .files .item:not(.d-none) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .uploadFiles .files .item:not(.d-none) {
    margin-top: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
.uploadFiles .files .item:first-child {
  margin-top: 0;
}
.uploadFiles .files .item .name {
  padding-right: 40px !important;
  display: flex;
  align-items: center;
}
.uploadFiles .files .item a {
  position: absolute;
  transition: color 0.2s, background 0.2s;
  width: 26px;
  min-width: 26px;
  height: 26px;
  display: inline-block;
  background: #C6091D;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.uploadFiles .files .item a:after {
  color: #fff;
}
.uploadFiles .files .item a:hover {
  background: #9f8976;
}
@media (max-width: 575.98px) {
  .uploadFiles .files .item .name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: calc(1.3em + 0.75rem);
    white-space: nowrap;
  }
  .uploadFiles .files .item a {
    right: 4px;
  }
}
.uploadFiles .uploadFile {
  position: relative;
  cursor: pointer;
}
.uploadFiles .uploadFile:not(.d-none) + .files {
  margin-top: 10px;
}
@media screen and (max-width: 575.98px) {
  .uploadFiles .uploadFile:not(.d-none) + .files {
    margin-top: 5px;
  }
}
@media screen and (min-width: 575.98px) {
  .uploadFiles .uploadFile:not(.d-none) + .files {
    margin-top: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .uploadFiles .uploadFile:not(.d-none) + .files {
    margin-top: 10px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .uploadFiles .uploadFile:not(.d-none) + .files {
    margin-top: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
label {
  padding: 0;
  color: #505050;
  font-family: 'Vogue';
  font-weight: 500;
  margin-top: 7px;
  margin-bottom: 4px;
  font-size: 14px;
}
@media screen and (max-width: 575.98px) {
  label {
    margin-top: 4px;
  }
}
@media screen and (min-width: 575.98px) {
  label {
    margin-top: calc(4px + 3 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  label {
    margin-top: 7px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  label {
    margin-top: calc(4px + 3 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  label {
    font-size: 14px;
  }
}
@media screen and (min-width: 575.98px) {
  label {
    font-size: calc(14px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  label {
    font-size: 14px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  label {
    font-size: calc(14px + 0 * (78vw - 575.98px) / 688.02);
  }
}
label .icon-label-arrow-right {
  position: relative;
  margin-top: -1px;
  margin-left: 3px;
}
label .icon-label-arrow-right:after {
  display: inline-block;
  vertical-align: middle;
}
label.error {
  color: #C6091D;
}
.check label {
  display: inline-flex;
  align-items: flex-start;
  cursor: pointer;
  text-align: left;
  margin-top: 2px;
  transition: all 0.2s ease-in-out;
}
.check label span {
  width: 21px;
  min-width: 21px;
  height: 21px;
  display: inline-block;
  background: transparent;
  border: 1pt solid #9f8976;
  margin-right: 8px;
  margin-top: 1px;
}
.check input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.check input:checked + label span,
.check input:checked + .checkbox {
  position: relative;
  color: #9f8976;
  background: #fff;
  border-color: #9f8976;
}
.check input:checked + label span:after,
.check input:checked + .checkbox:after {
  content: '\e900';
  font-size: 8px;
  width: 11px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -4px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.check.radio label span {
  border-radius: 50%;
}
.check.radio input:checked + label span:after {
  content: '';
  width: 14px;
  height: 14px;
  left: 6px;
  top: 6px;
  margin: 0;
  background-color: #fff;
  border-radius: 999px;
}
.alert {
  display: block;
  width: 100%;
  border: none;
  font-weight: 500;
  border-radius: 0;
  margin: 0;
  margin-top: 10px;
  padding: 7px 15px;
  font-size: 16px;
}
@media screen and (max-width: 575.98px) {
  .alert {
    margin-top: 5px;
  }
}
@media screen and (min-width: 575.98px) {
  .alert {
    margin-top: calc(5px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .alert {
    margin-top: 10px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .alert {
    margin-top: calc(5px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .alert {
    font-size: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .alert {
    font-size: calc(16px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .alert {
    font-size: 16px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .alert {
    font-size: calc(16px + 0 * (78vw - 575.98px) / 688.02);
  }
}
.alert.alert-success {
  color: #fff;
  background: #96c153;
}
.alert.alert-danger {
  color: #fff;
  background: #C6091D;
}
@media (max-width: 575.98px) {
  .alert {
    padding: 5px 10px;
  }
}
.btn,
a.btn {
  display: inline-block;
  vertical-align: middle;
  background-color: #9f8976;
  border: 1pt solid #9f8976;
  border-radius: 50em;
  color: #fff;
  font-family: 'Vogue';
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: left;
  text-decoration: none;
  position: relative;
  outline: none;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  white-space: normal;
  text-transform: none;
  font-size: 13px;
  line-height: 2.565;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
}
.btn:hover,
a.btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #9f8976;
}
.btn.wide,
a.btn.wide {
  min-width: 168px !important;
  text-align: center;
}
.btn.outline,
a.btn.outline {
  border-color: #9f8976;
  background-color: transparent;
  color: #9f8976;
}
.btn.outline:hover,
a.btn.outline:hover {
  background-color: #9f8976;
  color: #fff;
}
.btn.bg-dark:hover,
a.btn.bg-dark:hover {
  background-color: #fff;
  border-color: #fff;
  color: #9f8976;
}
.btn.bg-dark.outline,
a.btn.bg-dark.outline {
  color: #fff;
}
.btn.bg-dark.outline:hover,
a.btn.bg-dark.outline:hover {
  border-color: transparent;
  background-color: transparent;
  color: #fff;
}
.btn.bg-dark.ico-close,
a.btn.bg-dark.ico-close {
  border-color: #fff;
  color: #9f8976;
}
.btn.bg-dark.ico-close:after,
a.btn.bg-dark.ico-close:after {
  color: #fff;
}
.btn.bg-dark.ico-close:hover,
a.btn.bg-dark.ico-close:hover {
  border-color: #9f8976;
  color: #fff;
}
.btn.ico-close,
a.btn.ico-close {
  padding-right: 56px;
  border-color: #9f8976;
  background-color: transparent;
  color: #9f8976;
}
@media screen and (max-width: 575.98px) {
  .btn.ico-close,
  a.btn.ico-close {
    padding-right: 48px;
  }
}
@media screen and (min-width: 575.98px) {
  .btn.ico-close,
  a.btn.ico-close {
    padding-right: calc(48px + 8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .btn.ico-close,
  a.btn.ico-close {
    padding-right: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .btn.ico-close,
  a.btn.ico-close {
    padding-right: calc(48px + 8 * (78vw - 575.98px) / 688.02);
  }
}
.btn.ico-close:after,
a.btn.ico-close:after {
  content: '\e90a';
  font-size: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -9px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn.ico-close:after,
a.btn.ico-close:after {
  transition: color 0.2s ease-in-out;
}
.btn.ico-close:hover,
a.btn.ico-close:hover {
  background-color: transparent;
  border-color: #9f8976;
  color: #9f8976;
}
.btn span,
a.btn span {
  display: inline-block;
  width: 100%;
}
a[href].btn,
a[href]a.btn {
  cursor: pointer;
}
.btn + .btn,
a.btn + .btn {
  margin-left: 0.4em;
}
.btn.btn--white,
a.btn.btn--white {
  background-color: #fff;
  border-color: #fff;
  color: #9f8976;
}
.btn.btn--white:hover,
a.btn.btn--white:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-lines-wrapper {
  position: relative;
  overflow: hidden;
}
.btn-lines-wrapper .btn:before,
.btn-lines-wrapper .btn:after {
  content: '';
  position: absolute;
  width: 50vw;
  height: 1pt;
  background-color: #BFCED5;
  top: 50%;
  transform: translateY(-50%);
}
.btn-lines-wrapper .btn:before {
  right: -webkit-calc(140%);
  right: calc(100% + 40px);
}
.btn-lines-wrapper .btn:after {
  left: -webkit-calc(140%);
  left: calc(100% + 40px);
}
@media (max-width: 575.98px) {
  .btn-lines-wrapper .btn:before {
    right: -webkit-calc(124%);
    right: calc(100% + 24px);
  }
  .btn-lines-wrapper .btn:after {
    left: -webkit-calc(124%);
    left: calc(100% + 24px);
  }
}
button.plain {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}
/**
* ------------------------------------------------------------------------
* Sliding arrow circle
*/
.btn.btn-sliding-arrow-circle {
  --baseColor: #9f8976;
  position: relative;
  background: transparent !important;
  border-color: transparent !important;
  padding: 14px 86px 14px 16px;
  color: #505050;
  /**
   * --------------------
   * Variant:   White
   */
  /**
   * --------------------
   * Variant:   Down
   */
}
@media (max-width: 575.98px) {
  .btn.btn-sliding-arrow-circle {
    padding: 12px 86px 12px 16px;
    font-size: 12px;
  }
}
.btn.btn-sliding-arrow-circle span {
  display: inline;
}
.btn.btn-sliding-arrow-circle:before {
  font-family: 'icomoon';
  line-height: 1.2;
  content: "\e91b";
  position: absolute;
  width: 40px;
  height: 10px;
  color: #505050;
  right: 12px;
  bottom: calc(50% - 5px);
  font-size: 8px;
  transition: all 0.2s ease-in-out, font-size 0s;
}
@media (max-width: 575.98px) {
  .btn.btn-sliding-arrow-circle:before {
    content: "\e91c";
    width: 24px;
    right: 15px;
    height: 8px;
    bottom: calc(50% - 4px);
  }
}
.btn.btn-sliding-arrow-circle:after {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: transparent;
  border: 1pt solid var(--baseColor);
  right: -1px;
  bottom: calc(50% - 32px);
}
@media (max-width: 575.98px) {
  .btn.btn-sliding-arrow-circle:after {
    width: 56px;
    height: 56px;
    bottom: calc(50% - 28px);
  }
}
.btn.btn-sliding-arrow-circle:hover:before {
  right: -24px;
}
@media (max-width: 575.98px) {
  .btn.btn-sliding-arrow-circle:hover:before {
    right: -15px;
  }
}
.btn.btn-sliding-arrow-circle.btn-sliding-arrow-circle--no-circle:after {
  display: none !important;
}
.btn.btn-sliding-arrow-circle.btn--white {
  color: #fff;
}
.btn.btn-sliding-arrow-circle.btn--white:before {
  color: #fff;
}
.btn.btn-sliding-arrow-circle.btn--white:after {
  border-color: #fff;
}
.btn.btn-sliding-arrow-circle.btn-sliding-arrow-circle--close:before {
  content: "\e91f";
  font-size: 22px;
  font-weight: 100;
  height: 22px;
  width: 22px;
  bottom: calc(50% - 11px);
  right: 19px;
  line-height: 1;
  scale: 0.8;
}
@media (max-width: 575.98px) {
  .btn.btn-sliding-arrow-circle.btn-sliding-arrow-circle--close:before {
    right: 15px;
  }
}
.btn.btn-sliding-arrow-circle.btn-sliding-arrow-circle--close:hover:before {
  scale: 1.2;
}
.btn.btn-sliding-arrow-circle.btn-sliding-arrow-circle--left:before {
  transform: scale(-1);
}
.btn.btn-sliding-arrow-circle.btn-sliding-arrow-circle--left:hover:before {
  right: 36px;
}
@media (max-width: 575.98px) {
  .btn.btn-sliding-arrow-circle.btn-sliding-arrow-circle--left:hover:before {
    right: 20px;
  }
}
.btn.btn-sliding-arrow-circle.btn-sliding-arrow-circle--download:before {
  content: "\e903";
  width: 24px;
  height: 24px;
  right: 18px;
  bottom: calc(50% - 10px);
  font-size: 21px;
  font-weight: 100;
}
@media (max-width: 575.98px) {
  .btn.btn-sliding-arrow-circle.btn-sliding-arrow-circle--download:before {
    right: 14px;
  }
}
.btn.btn-sliding-arrow-circle.btn-sliding-arrow-circle--download:hover:before {
  right: 18px;
  scale: 1.3;
}
@media (max-width: 575.98px) {
  .btn.btn-sliding-arrow-circle.btn-sliding-arrow-circle--download:hover:before {
    right: 14px;
  }
}
.btn.btn-sliding-arrow-circle.btn--down:before {
  transform: rotate(90deg);
  height: 10px;
  top: calc(50% - 4px);
}
.btn.btn-sliding-arrow-circle.btn--down:hover:before {
  top: 50px;
  right: 12px;
}
/**
* ------------------------------------------------------------------------
* Arrows
*/
.btn.btn-arrow {
  --baseColor: #9f8976;
  position: relative;
  background: transparent !important;
  border-color: transparent !important;
  color: #505050;
  min-width: 56px;
  min-height: 56px;
  padding: 16px 8px;
  /**
   * --------------------
   * Variant:   Left
   */
  /**
    * --------------------
    * Variant:   Circle default
    */
}
.btn.btn-arrow:before {
  content: "\e91b";
  line-height: 1.2;
  position: absolute;
  text-align: center;
  width: 40px;
  height: 10px;
  color: #505050;
  left: calc(50% - 20px);
  bottom: calc(50% - 5px);
  font-family: 'icomoon';
  font-size: 8px;
  transition: all 0.2s ease-in-out;
}
.btn.btn-arrow:hover:before {
  color: var(--baseColor);
}
.btn.btn-arrow.btn-arrow--left:before {
  transform: scaleX(-1);
}
.btn.btn-arrow.btn-arrow--circle {
  transition: all 0.2s ease-in-out, font-size 0s;
}
.btn.btn-arrow.btn-arrow--circle:before {
  color: var(--baseColor);
}
.btn.btn-arrow.btn-arrow--circle:after {
  transition: all 0.2s ease-in-out, font-size 0s;
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: transparent;
  border: 1pt solid var(--baseColor);
  right: calc(50% - 60px);
  bottom: calc(50% - 60px);
}
.btn.btn-arrow.btn-arrow--circle:hover:after {
  width: 170px;
  height: 170px;
  right: calc(50% - 85px);
  bottom: calc(50% - 85px);
}
.btn.btn-hover-arrow {
  --baseColor: #9f8976;
  background-color: transparent;
  border-color: var(--baseColor);
  color: var(--baseColor);
  transition: all 0.2s ease-in-out;
}
.btn.btn-hover-arrow:before {
  font-family: 'icomoon';
  line-height: 1.2;
  content: "\e91c";
  position: absolute;
  width: 24px;
  height: 10px;
  color: #fff;
  right: 25px;
  bottom: calc(50% - 5px);
  font-size: 8px;
  transition: all 0.2s ease-in-out;
  transform: rotate(90deg);
  opacity: 0;
}
.btn.btn-hover-arrow:hover,
.btn.btn-hover-arrow.active {
  background-color: var(--baseColor);
  color: #fff;
  border-color: var(--baseColor);
  padding-right: 70px;
}
.btn.btn-hover-arrow:hover:before,
.btn.btn-hover-arrow.active:before {
  opacity: 1;
}
.btn.btn-chat-bubble {
  --baseColor: #9f8976;
  color: var(--baseColor);
  background-color: #fff;
  border-color: #fff;
  padding-left: 90px;
  transition: all 0.2s ease-in-out;
}
.btn.btn-chat-bubble:before {
  font-family: 'icomoon';
  line-height: 1.2;
  content: "\e91e";
  position: absolute;
  width: 20px;
  height: 20px;
  color: inherit;
  left: 36px;
  bottom: calc(50% - 10px);
  font-size: 19px;
  font-weight: 400;
}
.btn.btn-chat-bubble:hover,
.btn.btn-chat-bubble:focus {
  color: #fff;
  background-color: #5A94FA;
  border-color: #5A94FA;
}
.btn.btn-collapse {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  padding-right: 60px;
}
.btn.btn-collapse:after {
  content: '\e915';
  font-size: 8px;
  width: 17px;
  height: 8px;
  position: absolute;
  right: 22px;
  top: 23px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn.btn-collapse span {
  display: inline;
}
.btn.btn-collapse:hover,
.btn.btn-collapse:focus {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.btn.btn-collapse[aria-expanded="true"]:after {
  content: '\e90e';
  font-size: 8px;
  width: 17px;
  height: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav.nav-tabs {
  position: relative;
  overflow: auto;
  gap: 64px;
  flex-wrap: nowrap;
  /* Hide scrollbar */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 575.98px) {
  .nav.nav-tabs {
    gap: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .nav.nav-tabs {
    gap: calc(16px + 48 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .nav.nav-tabs {
    gap: 64px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .nav.nav-tabs {
    gap: calc(16px + 48 * (78vw - 575.98px) / 688.02);
  }
}
.nav.nav-tabs::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */
}
.nav.nav-tabs .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 32px;
  font-family: 'Vogue';
  font-weight: 600;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 575.98px) {
  .nav.nav-tabs .nav-item .nav-link {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 575.98px) {
  .nav.nav-tabs .nav-item .nav-link {
    letter-spacing: calc(0.05em + 0.07 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .nav.nav-tabs .nav-item .nav-link {
    letter-spacing: 0.12em;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .nav.nav-tabs .nav-item .nav-link {
    letter-spacing: calc(0.05em + 0.07 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 575.98px) {
  .nav.nav-tabs .nav-item .nav-link {
    font-size: 16px;
  }
}
.nav.nav-tabs .nav-item .nav-link:not(.active,.disabled) {
  color: #484848;
}
.nav.nav-tabs .nav-item .nav-link:hover,
.nav.nav-tabs .nav-item .nav-link:focus {
  color: #9f8976;
}
.filter-tabs {
  position: relative;
  white-space: nowrap;
}
.filter-tabs .swipeMenu__control {
  position: absolute;
  top: 0;
  height: 100%;
  width: 30px;
  border: 0;
  color: rgba(255, 255, 255, 0.5);
  background: #316DE4;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}
.filter-tabs .swipeMenu__control:hover {
  background: #316DE4;
  color: rgba(255, 255, 255, 0.9);
}
.filter-tabs .swipeMenu__control.prev {
  left: -26px;
}
.filter-tabs .swipeMenu__control.next {
  right: -26px;
}
.fx-delay-0 {
  animation-delay: 0ms;
}
.fx-delay-25 {
  animation-delay: 25ms;
}
.fx-delay-50 {
  animation-delay: 50ms;
}
.fx-delay-75 {
  animation-delay: 75ms;
}
.fx-delay-100 {
  animation-delay: 100ms;
}
.fx-delay-125 {
  animation-delay: 125ms;
}
.fx-delay-150 {
  animation-delay: 150ms;
}
.fx-delay-175 {
  animation-delay: 175ms;
}
.fx-delay-200 {
  animation-delay: 200ms;
}
.fx-delay-225 {
  animation-delay: 225ms;
}
.fx-delay-250 {
  animation-delay: 250ms;
}
.fx-delay-275 {
  animation-delay: 275ms;
}
.fx-delay-300 {
  animation-delay: 300ms;
}
.fx-delay-325 {
  animation-delay: 325ms;
}
.fx-delay-350 {
  animation-delay: 350ms;
}
.fx-delay-375 {
  animation-delay: 375ms;
}
.fx-delay-400 {
  animation-delay: 400ms;
}
.fx-delay-425 {
  animation-delay: 425ms;
}
.fx-delay-450 {
  animation-delay: 450ms;
}
.fx-delay-475 {
  animation-delay: 475ms;
}
.fx-delay-500 {
  animation-delay: 500ms;
}
.fx-delay-525 {
  animation-delay: 525ms;
}
.fx-delay-550 {
  animation-delay: 550ms;
}
.fx-delay-575 {
  animation-delay: 575ms;
}
.fx-delay-600 {
  animation-delay: 600ms;
}
.fx-delay-625 {
  animation-delay: 625ms;
}
.fx-delay-650 {
  animation-delay: 650ms;
}
.fx-delay-675 {
  animation-delay: 675ms;
}
.fx-delay-700 {
  animation-delay: 700ms;
}
.fx-delay-725 {
  animation-delay: 725ms;
}
.fx-delay-750 {
  animation-delay: 750ms;
}
.fx-delay-775 {
  animation-delay: 775ms;
}
.fx-delay-800 {
  animation-delay: 800ms;
}
.fx-delay-825 {
  animation-delay: 825ms;
}
.fx-delay-850 {
  animation-delay: 850ms;
}
.fx-delay-875 {
  animation-delay: 875ms;
}
.fx-delay-900 {
  animation-delay: 900ms;
}
.fx-delay-925 {
  animation-delay: 925ms;
}
.fx-delay-950 {
  animation-delay: 950ms;
}
.fx-delay-975 {
  animation-delay: 975ms;
}
.fx-delay-1000 {
  animation-delay: 1000ms;
}
.fx-delay-1025 {
  animation-delay: 1025ms;
}
.fx-delay-1050 {
  animation-delay: 1050ms;
}
.fx-delay-1075 {
  animation-delay: 1075ms;
}
.fx-delay-1100 {
  animation-delay: 1100ms;
}
.fx-delay-1125 {
  animation-delay: 1125ms;
}
.fx-delay-1150 {
  animation-delay: 1150ms;
}
.fx-delay-1175 {
  animation-delay: 1175ms;
}
.fx-delay-1200 {
  animation-delay: 1200ms;
}
.fx-delay-1225 {
  animation-delay: 1225ms;
}
.fx-delay-1250 {
  animation-delay: 1250ms;
}
.fx-delay-1275 {
  animation-delay: 1275ms;
}
.fx-delay-1300 {
  animation-delay: 1300ms;
}
.fx-delay-1325 {
  animation-delay: 1325ms;
}
.fx-delay-1350 {
  animation-delay: 1350ms;
}
.fx-delay-1375 {
  animation-delay: 1375ms;
}
.fx-delay-1400 {
  animation-delay: 1400ms;
}
.fx-delay-1425 {
  animation-delay: 1425ms;
}
.fx-delay-1450 {
  animation-delay: 1450ms;
}
.fx-delay-1475 {
  animation-delay: 1475ms;
}
.fx-delay-1500 {
  animation-delay: 1500ms;
}
.fx-delay-1525 {
  animation-delay: 1525ms;
}
.fx-delay-1550 {
  animation-delay: 1550ms;
}
.fx-delay-1575 {
  animation-delay: 1575ms;
}
.fx-delay-1600 {
  animation-delay: 1600ms;
}
.fx-delay-1625 {
  animation-delay: 1625ms;
}
.fx-delay-1650 {
  animation-delay: 1650ms;
}
.fx-delay-1675 {
  animation-delay: 1675ms;
}
.fx-delay-1700 {
  animation-delay: 1700ms;
}
.fx-delay-1725 {
  animation-delay: 1725ms;
}
.fx-delay-1750 {
  animation-delay: 1750ms;
}
.fx-delay-1775 {
  animation-delay: 1775ms;
}
.fx-delay-1800 {
  animation-delay: 1800ms;
}
.fx-delay-1825 {
  animation-delay: 1825ms;
}
.fx-delay-1850 {
  animation-delay: 1850ms;
}
.fx-delay-1875 {
  animation-delay: 1875ms;
}
.fx-delay-1900 {
  animation-delay: 1900ms;
}
.fx-delay-1925 {
  animation-delay: 1925ms;
}
.fx-delay-1950 {
  animation-delay: 1950ms;
}
.fx-delay-1975 {
  animation-delay: 1975ms;
}
.fx-delay-2000 {
  animation-delay: 2000ms;
}
.fx-delay-2025 {
  animation-delay: 2025ms;
}
.fx-delay-2050 {
  animation-delay: 2050ms;
}
.fx-delay-2075 {
  animation-delay: 2075ms;
}
.fx-delay-2100 {
  animation-delay: 2100ms;
}
.fx-delay-2125 {
  animation-delay: 2125ms;
}
.fx-delay-2150 {
  animation-delay: 2150ms;
}
.fx-delay-2175 {
  animation-delay: 2175ms;
}
.fx-delay-2200 {
  animation-delay: 2200ms;
}
.fx-delay-2225 {
  animation-delay: 2225ms;
}
.fx-delay-2250 {
  animation-delay: 2250ms;
}
.fx-delay-2275 {
  animation-delay: 2275ms;
}
.fx-delay-2300 {
  animation-delay: 2300ms;
}
.fx-delay-2325 {
  animation-delay: 2325ms;
}
.fx-delay-2350 {
  animation-delay: 2350ms;
}
.fx-delay-2375 {
  animation-delay: 2375ms;
}
.fx-delay-2400 {
  animation-delay: 2400ms;
}
.fx-delay-2425 {
  animation-delay: 2425ms;
}
.fx-delay-2450 {
  animation-delay: 2450ms;
}
.fx-delay-2475 {
  animation-delay: 2475ms;
}
.fx-delay-2500 {
  animation-delay: 2500ms;
}
.fx-delay-2525 {
  animation-delay: 2525ms;
}
.fx-delay-2550 {
  animation-delay: 2550ms;
}
.fx-delay-2575 {
  animation-delay: 2575ms;
}
.fx-delay-2600 {
  animation-delay: 2600ms;
}
.fx-delay-2625 {
  animation-delay: 2625ms;
}
.fx-delay-2650 {
  animation-delay: 2650ms;
}
.fx-delay-2675 {
  animation-delay: 2675ms;
}
.fx-delay-2700 {
  animation-delay: 2700ms;
}
.fx-delay-2725 {
  animation-delay: 2725ms;
}
.fx-delay-2750 {
  animation-delay: 2750ms;
}
.fx-delay-2775 {
  animation-delay: 2775ms;
}
.fx-delay-2800 {
  animation-delay: 2800ms;
}
.fx-delay-2825 {
  animation-delay: 2825ms;
}
.fx-delay-2850 {
  animation-delay: 2850ms;
}
.fx-delay-2875 {
  animation-delay: 2875ms;
}
.fx-delay-2900 {
  animation-delay: 2900ms;
}
.fx-delay-2925 {
  animation-delay: 2925ms;
}
.fx-delay-2950 {
  animation-delay: 2950ms;
}
.fx-delay-2975 {
  animation-delay: 2975ms;
}
.fx-delay-3000 {
  animation-delay: 3000ms;
}
.fx-delay-3025 {
  animation-delay: 3025ms;
}
.fx-delay-3050 {
  animation-delay: 3050ms;
}
.fx-delay-3075 {
  animation-delay: 3075ms;
}
.fx-delay-3100 {
  animation-delay: 3100ms;
}
.fx-delay-3125 {
  animation-delay: 3125ms;
}
.fx-delay-3150 {
  animation-delay: 3150ms;
}
.fx-delay-3175 {
  animation-delay: 3175ms;
}
.fx-delay-3200 {
  animation-delay: 3200ms;
}
.fx-delay-3225 {
  animation-delay: 3225ms;
}
.fx-delay-3250 {
  animation-delay: 3250ms;
}
.fx-delay-3275 {
  animation-delay: 3275ms;
}
.fx-delay-3300 {
  animation-delay: 3300ms;
}
.fx-delay-3325 {
  animation-delay: 3325ms;
}
.fx-delay-3350 {
  animation-delay: 3350ms;
}
.fx-delay-3375 {
  animation-delay: 3375ms;
}
.fx-delay-3400 {
  animation-delay: 3400ms;
}
.fx-delay-3425 {
  animation-delay: 3425ms;
}
.fx-delay-3450 {
  animation-delay: 3450ms;
}
.fx-delay-3475 {
  animation-delay: 3475ms;
}
.fx-delay-3500 {
  animation-delay: 3500ms;
}
.fx-delay-3525 {
  animation-delay: 3525ms;
}
.fx-delay-3550 {
  animation-delay: 3550ms;
}
.fx-delay-3575 {
  animation-delay: 3575ms;
}
.fx-delay-3600 {
  animation-delay: 3600ms;
}
.fx-delay-3625 {
  animation-delay: 3625ms;
}
.fx-delay-3650 {
  animation-delay: 3650ms;
}
.fx-delay-3675 {
  animation-delay: 3675ms;
}
.fx-delay-3700 {
  animation-delay: 3700ms;
}
.fx-delay-3725 {
  animation-delay: 3725ms;
}
.fx-delay-3750 {
  animation-delay: 3750ms;
}
.fx-delay-3775 {
  animation-delay: 3775ms;
}
.fx-delay-3800 {
  animation-delay: 3800ms;
}
.fx-delay-3825 {
  animation-delay: 3825ms;
}
.fx-delay-3850 {
  animation-delay: 3850ms;
}
.fx-delay-3875 {
  animation-delay: 3875ms;
}
.fx-delay-3900 {
  animation-delay: 3900ms;
}
.fx-delay-3925 {
  animation-delay: 3925ms;
}
.fx-delay-3950 {
  animation-delay: 3950ms;
}
.fx-delay-3975 {
  animation-delay: 3975ms;
}
.fx-delay-4000 {
  animation-delay: 4000ms;
}
.fx-delay-4025 {
  animation-delay: 4025ms;
}
.fx-delay-4050 {
  animation-delay: 4050ms;
}
.fx-delay-4075 {
  animation-delay: 4075ms;
}
.fx-delay-4100 {
  animation-delay: 4100ms;
}
.fx-delay-4125 {
  animation-delay: 4125ms;
}
.fx-delay-4150 {
  animation-delay: 4150ms;
}
.fx-delay-4175 {
  animation-delay: 4175ms;
}
.fx-delay-4200 {
  animation-delay: 4200ms;
}
.fx-delay-4225 {
  animation-delay: 4225ms;
}
.fx-delay-4250 {
  animation-delay: 4250ms;
}
.fx-delay-4275 {
  animation-delay: 4275ms;
}
.fx-delay-4300 {
  animation-delay: 4300ms;
}
.fx-delay-4325 {
  animation-delay: 4325ms;
}
.fx-delay-4350 {
  animation-delay: 4350ms;
}
.fx-delay-4375 {
  animation-delay: 4375ms;
}
.fx-delay-4400 {
  animation-delay: 4400ms;
}
.fx-delay-4425 {
  animation-delay: 4425ms;
}
.fx-delay-4450 {
  animation-delay: 4450ms;
}
.fx-delay-4475 {
  animation-delay: 4475ms;
}
.fx-delay-4500 {
  animation-delay: 4500ms;
}
.fx-delay-4525 {
  animation-delay: 4525ms;
}
.fx-delay-4550 {
  animation-delay: 4550ms;
}
.fx-delay-4575 {
  animation-delay: 4575ms;
}
.fx-delay-4600 {
  animation-delay: 4600ms;
}
.fx-delay-4625 {
  animation-delay: 4625ms;
}
.fx-delay-4650 {
  animation-delay: 4650ms;
}
.fx-delay-4675 {
  animation-delay: 4675ms;
}
.fx-delay-4700 {
  animation-delay: 4700ms;
}
.fx-delay-4725 {
  animation-delay: 4725ms;
}
.fx-delay-4750 {
  animation-delay: 4750ms;
}
.fx-delay-4775 {
  animation-delay: 4775ms;
}
.fx-delay-4800 {
  animation-delay: 4800ms;
}
.fx-delay-4825 {
  animation-delay: 4825ms;
}
.fx-delay-4850 {
  animation-delay: 4850ms;
}
.fx-delay-4875 {
  animation-delay: 4875ms;
}
.fx-delay-4900 {
  animation-delay: 4900ms;
}
.fx-delay-4925 {
  animation-delay: 4925ms;
}
.fx-delay-4950 {
  animation-delay: 4950ms;
}
.fx-delay-4975 {
  animation-delay: 4975ms;
}
.fx-delay-5000 {
  animation-delay: 5000ms;
}
.fx-delay-5025 {
  animation-delay: 5025ms;
}
.fx-delay-5050 {
  animation-delay: 5050ms;
}
.fx-delay-5075 {
  animation-delay: 5075ms;
}
.fx-delay-5100 {
  animation-delay: 5100ms;
}
.fx-delay-5125 {
  animation-delay: 5125ms;
}
.fx-delay-5150 {
  animation-delay: 5150ms;
}
.fx-delay-5175 {
  animation-delay: 5175ms;
}
.fx-delay-5200 {
  animation-delay: 5200ms;
}
.fx-delay-5225 {
  animation-delay: 5225ms;
}
.fx-delay-5250 {
  animation-delay: 5250ms;
}
.fx-delay-5275 {
  animation-delay: 5275ms;
}
.fx-delay-5300 {
  animation-delay: 5300ms;
}
.fx-delay-5325 {
  animation-delay: 5325ms;
}
.fx-delay-5350 {
  animation-delay: 5350ms;
}
.fx-delay-5375 {
  animation-delay: 5375ms;
}
.fx-delay-5400 {
  animation-delay: 5400ms;
}
.fx-delay-5425 {
  animation-delay: 5425ms;
}
.fx-delay-5450 {
  animation-delay: 5450ms;
}
.fx-delay-5475 {
  animation-delay: 5475ms;
}
.fx-delay-5500 {
  animation-delay: 5500ms;
}
.fx-delay-5525 {
  animation-delay: 5525ms;
}
.fx-delay-5550 {
  animation-delay: 5550ms;
}
.fx-delay-5575 {
  animation-delay: 5575ms;
}
.fx-delay-5600 {
  animation-delay: 5600ms;
}
.fx-delay-5625 {
  animation-delay: 5625ms;
}
.fx-delay-5650 {
  animation-delay: 5650ms;
}
.fx-delay-5675 {
  animation-delay: 5675ms;
}
.fx-delay-5700 {
  animation-delay: 5700ms;
}
.fx-delay-5725 {
  animation-delay: 5725ms;
}
.fx-delay-5750 {
  animation-delay: 5750ms;
}
.fx-delay-5775 {
  animation-delay: 5775ms;
}
.fx-delay-5800 {
  animation-delay: 5800ms;
}
.fx-delay-5825 {
  animation-delay: 5825ms;
}
.fx-delay-5850 {
  animation-delay: 5850ms;
}
.fx-delay-5875 {
  animation-delay: 5875ms;
}
.fx-delay-5900 {
  animation-delay: 5900ms;
}
.fx-delay-5925 {
  animation-delay: 5925ms;
}
.fx-delay-5950 {
  animation-delay: 5950ms;
}
.fx-delay-5975 {
  animation-delay: 5975ms;
}
.fx-delay-6000 {
  animation-delay: 6000ms;
}
.fx-delay-6025 {
  animation-delay: 6025ms;
}
.fx-delay-6050 {
  animation-delay: 6050ms;
}
.fx-delay-6075 {
  animation-delay: 6075ms;
}
.fx-delay-6100 {
  animation-delay: 6100ms;
}
.fx-delay-6125 {
  animation-delay: 6125ms;
}
.fx-delay-6150 {
  animation-delay: 6150ms;
}
.fx-delay-6175 {
  animation-delay: 6175ms;
}
.fx-delay-6200 {
  animation-delay: 6200ms;
}
.fx-delay-6225 {
  animation-delay: 6225ms;
}
.fx-delay-6250 {
  animation-delay: 6250ms;
}
/**
* ----------------------------------------------------------------------------------------------------
* SlideWidth
*/
.fx-slide-width {
  animation-name: slideWidth;
  animation-duration: 400ms;
  animation-fill-mode: both;
}
@-webkit-keyframes slideWidth {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 85%;
  }
}
@-moz-keyframes slideWidth {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 85%;
  }
}
@-ms-keyframes slideWidth {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 85%;
  }
}
@-o-keyframes slideWidth {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 85%;
  }
}
@keyframes slideWidth {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 85%;
  }
}
/**
* ----------------------------------------------------------------------------------------------------
* SlideHeight 80
*/
.fx-slide-height-80--before:before {
  animation-name: slideHeight80;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.fx-slide-height-80 {
  animation-name: slideHeight80;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
@-webkit-keyframes slideHeight80 {
  from {
    opacity: 0;
    height: 0;
  }
  to {
    opacity: 1;
    height: 80px;
  }
}
@-moz-keyframes slideHeight80 {
  from {
    opacity: 0;
    height: 0;
  }
  to {
    opacity: 1;
    height: 80px;
  }
}
@-ms-keyframes slideHeight80 {
  from {
    opacity: 0;
    height: 0;
  }
  to {
    opacity: 1;
    height: 80px;
  }
}
@-o-keyframes slideHeight80 {
  from {
    opacity: 0;
    height: 0;
  }
  to {
    opacity: 1;
    height: 80px;
  }
}
@keyframes slideHeight80 {
  from {
    opacity: 0;
    height: 0;
  }
  to {
    opacity: 1;
    height: 80px;
  }
}
/**
* ----------------------------------------------------------------------------------------------------
* Zoom
*/
.fx-zoom--before:before {
  animation-name: zoom;
  animation-duration: 0.75s;
  animation-fill-mode: both;
}
.fx-zoom--after:after {
  animation-name: zoom;
  animation-duration: 0.75s;
  animation-fill-mode: both;
}
.fx-zoom {
  animation-name: zoom;
  animation-duration: 0.75s;
  animation-fill-mode: both;
}
@-webkit-keyframes zoom {
  from {
    opacity: 0;
    transform: scale(0.3);
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes zoom {
  from {
    opacity: 0;
    transform: scale(0.3);
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes zoom {
  from {
    opacity: 0;
    transform: scale(0.3);
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes zoom {
  from {
    opacity: 0;
    transform: scale(0.3);
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom {
  from {
    opacity: 0;
    transform: scale(0.3);
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/**
* ----------------------------------------------------------------------------------------------------
* ZoomIn
*/
.fx-zoomIn {
  animation-name: zoomIn;
  animation-duration: 0.75s;
  animation-fill-mode: both;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
  }
  50% {
    opacity: 1;
  }
}
@-ms-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
  }
  50% {
    opacity: 1;
  }
}
/**
* ----------------------------------------------------------------------------------------------------
* FadeIn
*/
.fx-fadeIn {
  animation-name: fadeIn;
  animation-duration: 0.75s;
  animation-fill-mode: both;
}
.fx-fadeInSmooth {
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fx-fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 0.75s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -25px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -25px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -25px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -25px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -25px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fx-fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 0.75s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 25px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 25px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 25px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 25px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 25px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fx-fadeInRight {
  animation-name: fadeInRight;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
@media (max-width: 575.98px) {
  .fx-fadeInRight {
    animation-name: fadeInRightMobile;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRightMobile {
  from {
    opacity: 0;
    transform: translate3d(25px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInRightMobile {
  from {
    opacity: 0;
    transform: translate3d(25px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes fadeInRightMobile {
  from {
    opacity: 0;
    transform: translate3d(25px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInRightMobile {
  from {
    opacity: 0;
    transform: translate3d(25px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightMobile {
  from {
    opacity: 0;
    transform: translate3d(25px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fx-fadeOut {
  animation-name: fadeOut;
  animation-duration: 0.75s;
  animation-fill-mode: both;
}
.fx-fadeOutSmooth {
  animation-name: fadeOut;
  animation-duration: 2s;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fx-fadeOutRight {
  animation-name: fadeOutRight;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
@media (max-width: 575.98px) {
  .fx-fadeOutRight {
    animation-name: fadeOutRightMobile;
  }
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
}
@-moz-keyframes fadeOutRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
}
@-ms-keyframes fadeOutRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
}
@-o-keyframes fadeOutRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
}
@-webkit-keyframes fadeOutRightMobile {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(25px, 0, 0);
  }
}
@-moz-keyframes fadeOutRightMobile {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(25px, 0, 0);
  }
}
@-ms-keyframes fadeOutRightMobile {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(25px, 0, 0);
  }
}
@-o-keyframes fadeOutRightMobile {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(25px, 0, 0);
  }
}
@keyframes fadeOutRightMobile {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(25px, 0, 0);
  }
}
/**
* ----------------------------------------------------------------------------------------------------
* SlideOutRight
*/
.fx-slideOutRight {
  animation-name: slideOutRight;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes slideOutRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(300px, 0, 0);
    display: none !important;
  }
}
@-moz-keyframes slideOutRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(300px, 0, 0);
    display: none !important;
  }
}
@-ms-keyframes slideOutRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(300px, 0, 0);
    display: none !important;
  }
}
@-o-keyframes slideOutRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(300px, 0, 0);
    display: none !important;
  }
}
@keyframes slideOutRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(300px, 0, 0);
    display: none !important;
  }
}
/**
* ----------------------------------------------------------------------------------------------------
* SlideOutLeft
*/
.fx-slideOutLeft {
  animation-name: slideOutLeft;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes slideOutLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-300px, 0, 0);
    display: none !important;
  }
}
@-moz-keyframes slideOutLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-300px, 0, 0);
    display: none !important;
  }
}
@-ms-keyframes slideOutLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-300px, 0, 0);
    display: none !important;
  }
}
@-o-keyframes slideOutLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-300px, 0, 0);
    display: none !important;
  }
}
@keyframes slideOutLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-300px, 0, 0);
    display: none !important;
  }
}
/**
* ----------------------------------------------------------------------------------------------------
* SlideInRight
*/
.fx-slideInRight {
  animation-name: slideInRight;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  display: block !important;
}
@-webkit-keyframes slideInRight {
  from {
    opacity: 0;
    transform: translate3d(300px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideInRight {
  from {
    opacity: 0;
    transform: translate3d(300px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes slideInRight {
  from {
    opacity: 0;
    transform: translate3d(300px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideInRight {
  from {
    opacity: 0;
    transform: translate3d(300px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translate3d(300px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/**
* ----------------------------------------------------------------------------------------------------
* SlideInLeft
*/
.fx-slideInLeft {
  animation-name: slideInLeft;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  display: block !important;
}
@-webkit-keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-300px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-300px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-300px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-300px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-300px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.icon-facebook {
  position: relative;
  width: 9px;
  height: 16px;
}
.icon-facebook:after {
  vertical-align: top;
  font-size: 16px;
  content: '\e919';
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-instagram {
  position: relative;
  width: 17px;
  height: 18px;
}
.icon-instagram:after {
  vertical-align: top;
  font-size: 18px;
  content: '\e907';
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-twitter {
  position: relative;
  width: 15px;
  height: 13px;
}
.icon-twitter:after {
  vertical-align: top;
  font-size: 13px;
  content: '\e911';
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-linkedin {
  position: relative;
  width: 16px;
  height: 16px;
}
.icon-linkedin:after {
  vertical-align: top;
  font-size: 16px;
  content: '\e91a';
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-youtube {
  position: relative;
  width: 19px;
  height: 14px;
}
.icon-youtube:after {
  vertical-align: top;
  font-size: 14px;
  content: '\e913';
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-file {
  position: relative;
  width: 20px;
  height: 20px;
}
.icon-file:after {
  vertical-align: top;
  font-size: 20px;
  content: '\e904';
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-mail {
  position: relative;
  width: 23px;
  height: 20px;
}
.icon-mail:after {
  vertical-align: top;
  font-size: 20px;
  content: '\e908';
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-phone {
  position: relative;
  width: 21px;
  height: 20px;
}
.icon-phone:after {
  vertical-align: top;
  font-size: 20px;
  content: '\e91d';
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-check {
  position: relative;
  width: 28px;
  height: 20px;
}
.icon-check:after {
  vertical-align: top;
  font-size: 20px;
  content: '\e900';
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-download {
  position: relative;
  width: 21px;
  height: 20px;
}
.icon-download:after {
  vertical-align: top;
  font-size: 20px;
  content: '\e903';
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-picture {
  position: relative;
  width: 23px;
  height: 18px;
}
.icon-picture:after {
  vertical-align: top;
  font-size: 18px;
  content: '\e90b';
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-print {
  position: relative;
  width: 20px;
  height: 20px;
}
.icon-print:after {
  vertical-align: top;
  font-size: 20px;
  content: '\e90d';
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-share {
  position: relative;
  width: 20px;
  height: 20px;
}
.icon-share:after {
  vertical-align: top;
  font-size: 20px;
  content: '\e910';
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-menu:after {
  content: '\e909';
  font-size: 20px;
  width: 23px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: 50%;
  margin-top: -10px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-menu.active:after {
  content: '\e90a';
  font-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-left {
  position: relative;
}
.icon-arrow-left:after {
  content: '\e917';
  font-size: 20px;
  width: 35px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  top: 50%;
  margin-top: -10px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-right {
  position: relative;
}
.icon-arrow-right:after {
  content: '\e916';
  font-size: 20px;
  width: 35px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  top: 50%;
  margin-top: -10px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-books-apple {
  position: relative;
}
.icon-books-apple:after {
  content: '\e924';
  font-size: 32px;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 50%;
  margin-top: -16px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-dumbbell {
  position: relative;
}
.icon-dumbbell:after {
  content: '\e920';
  font-size: 32px;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 50%;
  margin-top: -16px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-fork-knife {
  position: relative;
}
.icon-fork-knife:after {
  content: '\e922';
  font-size: 32px;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 50%;
  margin-top: -16px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-pin {
  position: relative;
}
.icon-pin:after {
  content: '\e921';
  font-size: 32px;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 50%;
  margin-top: -16px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-popcorn {
  position: relative;
}
.icon-popcorn:after {
  content: '\e926';
  font-size: 32px;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 50%;
  margin-top: -16px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-shopping-bag {
  position: relative;
}
.icon-shopping-bag:after {
  content: '\e925';
  font-size: 32px;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 50%;
  margin-top: -16px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-train {
  position: relative;
}
.icon-train:after {
  content: '\e923';
  font-size: 32px;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 50%;
  margin-top: -16px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-close {
  position: relative;
}
.icon-close:after {
  content: '\e91f';
  font-size: 32px;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 50%;
  margin-top: -16px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.p-relative {
  position: relative;
}
.overflow-auto {
  position: relative;
}
.jshide {
  display: none;
}
.ls--1 {
  letter-spacing: -1px;
}
.row.row-16 {
  margin-left: -8px;
  margin-right: -8px;
}
.row.row-16 > * {
  padding-left: 8px;
  padding-right: 8px;
}
.border-line {
  position: relative;
  border-top: 1pt solid #91B6C8;
  margin-top: 15px;
}
@media screen and (max-width: 575.98px) {
  .border-line {
    margin-top: 10px;
  }
}
@media screen and (min-width: 575.98px) {
  .border-line {
    margin-top: calc(10px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .border-line {
    margin-top: 15px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .border-line {
    margin-top: calc(10px + 5 * (78vw - 575.98px) / 688.02);
  }
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding-left: 22px;
  padding-right: 22px;
}
.content {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.sticky__help-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 90;
}
.sticky__help-btn .btn {
  background-color: #002B3C;
  border-color: #fff;
  color: #fff;
}
.sticky__help-btn .btn:after {
  color: #fff;
}
.sticky__help-btn .btn:hover,
.sticky__help-btn .btn:focus {
  color: #fff;
  background-color: #5A94FA;
  border-color: #fff;
}
.sticky__help-btn .btn:hover:after,
.sticky__help-btn .btn:focus:after {
  color: #fff;
}
.sticky__help-btn ~ .footer .copyright {
  padding-bottom: 120px !important;
}
.bg-dark {
  background-color: #9f8976;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 56px;
}
@media screen and (max-width: 575.98px) {
  .bg-dark {
    padding-top: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .bg-dark {
    padding-top: calc(40px + 80 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .bg-dark {
    padding-top: 120px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .bg-dark {
    padding-top: calc(40px + 80 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .bg-dark {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .bg-dark {
    padding-bottom: calc(16px + 40 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .bg-dark {
    padding-bottom: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .bg-dark {
    padding-bottom: calc(16px + 40 * (78vw - 575.98px) / 688.02);
  }
}
.bg-dark + section:not(.section-top) {
  margin-top: 0 !important;
}
.bg-dark + .bg-dark {
  padding-top: 0;
}
.bg-dark.section-terrific {
  padding-bottom: 130px;
}
@media screen and (max-width: 575.98px) {
  .bg-dark.section-terrific {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 575.98px) {
  .bg-dark.section-terrific {
    padding-bottom: calc(60px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .bg-dark.section-terrific {
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .bg-dark.section-terrific {
    padding-bottom: calc(60px + 70 * (78vw - 575.98px) / 688.02);
  }
}
.bg-dark.section--intro-hp {
  margin-top: 0 !important;
  margin-bottom: 180px;
}
@media screen and (max-width: 575.98px) {
  .bg-dark.section--intro-hp {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 575.98px) {
  .bg-dark.section--intro-hp {
    margin-bottom: calc(30px + 150 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .bg-dark.section--intro-hp {
    margin-bottom: 180px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .bg-dark.section--intro-hp {
    margin-bottom: calc(30px + 150 * (78vw - 575.98px) / 688.02);
  }
}
.bg-dark.section--intro-hp .btn-chat-bubble {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 55px;
}
@media (min-width: 848px) {
  .bg-dark.section--intro-hp .btn-chat-bubble {
    display: none;
  }
}
.bg-dark .swgdpr-placeholder.com .swgdpr-container ._swgdpr-popup-open {
  color: #aad5ff !important;
}
.bg-light {
  background-color: #D6D8D9;
  padding-top: 120px;
  padding-bottom: 56px;
}
@media screen and (max-width: 575.98px) {
  .bg-light {
    padding-top: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .bg-light {
    padding-top: calc(40px + 80 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .bg-light {
    padding-top: 120px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .bg-light {
    padding-top: calc(40px + 80 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .bg-light {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .bg-light {
    padding-bottom: calc(16px + 40 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .bg-light {
    padding-bottom: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .bg-light {
    padding-bottom: calc(16px + 40 * (78vw - 575.98px) / 688.02);
  }
}
.bg-light--40 {
  background-color: rgba(214, 216, 217, 0.4);
}
.bg-light + section {
  margin-top: 0 !important;
}
.bg-light + .bg-light {
  padding-top: 0;
}
.bg-light.section--projects {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 100px;
}
@media screen and (max-width: 575.98px) {
  .bg-light.section--projects {
    padding-top: 30px;
  }
}
@media screen and (min-width: 575.98px) {
  .bg-light.section--projects {
    padding-top: calc(30px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .bg-light.section--projects {
    padding-top: 100px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .bg-light.section--projects {
    padding-top: calc(30px + 70 * (78vw - 575.98px) / 688.02);
  }
}
.bg-light.section--extra-pb {
  padding-bottom: 180px;
}
@media screen and (max-width: 575.98px) {
  .bg-light.section--extra-pb {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 575.98px) {
  .bg-light.section--extra-pb {
    padding-bottom: calc(70px + 110 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .bg-light.section--extra-pb {
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .bg-light.section--extra-pb {
    padding-bottom: calc(70px + 110 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 575.98px) {
  .content .container-fluid,
  footer .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.benefits.com {
  margin-top: 90px;
  color: #fff;
}
@media screen and (max-width: 575.98px) {
  .benefits.com {
    margin-top: 70px;
  }
}
@media screen and (min-width: 575.98px) {
  .benefits.com {
    margin-top: calc(70px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .benefits.com {
    margin-top: 90px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .benefits.com {
    margin-top: calc(70px + 20 * (78vw - 575.98px) / 688.02);
  }
}
.benefits.com .benefits__items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 120px;
  width: 100%;
  margin-bottom: 70px;
}
@media screen and (max-width: 575.98px) {
  .benefits.com .benefits__items {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 575.98px) {
  .benefits.com .benefits__items {
    margin-bottom: calc(90px + -20 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .benefits.com .benefits__items {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .benefits.com .benefits__items {
    margin-bottom: calc(90px + -20 * (78vw - 575.98px) / 688.02);
  }
}
.benefits.com .benefits__items.two-items {
  row-gap: 80px;
}
.benefits.com .benefits__items.two-items .item {
  width: 50%;
}
.benefits.com .benefits__items.two-items .item:before {
  display: none;
}
@media (min-width: 847.98px) {
  .benefits.com .benefits__items.two-items .item + .item:not(:nth-child(2n + 1)):before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    height: 112px;
    width: 1pt;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width: 575.98px) {
  .benefits.com .benefits__items.two-items .item {
    width: 100%;
  }
  .benefits.com .benefits__items.two-items .item + .item:before {
    content: '';
    display: block;
    position: absolute;
    top: -60px;
    height: 1pt;
    width: 112px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width: 575.98px) and screen and (max-width: 575.98px) {
  .benefits.com .benefits__items.two-items .item + .item:before {
    top: -70px;
  }
}
@media (max-width: 575.98px) and screen and (min-width: 575.98px) {
  .benefits.com .benefits__items.two-items .item + .item:before {
    top: calc(-70px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (max-width: 575.98px) and screen and (min-width: 1264px) {
  .benefits.com .benefits__items.two-items .item + .item:before {
    top: -60px;
  }
}
@media (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  .benefits.com .benefits__items.two-items .item + .item:before {
    top: calc(-70px + 10 * (78vw - 575.98px) / 688.02);
  }
}
.benefits.com .benefits__items .item {
  position: relative;
  width: 33.33333%;
  margin: 0;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 575.98px) {
  .benefits.com .benefits__items .item {
    padding-left: 24px;
  }
}
@media screen and (min-width: 575.98px) {
  .benefits.com .benefits__items .item {
    padding-left: calc(24px + 16 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .benefits.com .benefits__items .item {
    padding-left: 40px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .benefits.com .benefits__items .item {
    padding-left: calc(24px + 16 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .benefits.com .benefits__items .item {
    padding-right: 24px;
  }
}
@media screen and (min-width: 575.98px) {
  .benefits.com .benefits__items .item {
    padding-right: calc(24px + 16 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .benefits.com .benefits__items .item {
    padding-right: 40px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .benefits.com .benefits__items .item {
    padding-right: calc(24px + 16 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 575.98px) {
  .benefits.com .benefits__items .item {
    padding: 0;
  }
}
.benefits.com .benefits__items .item .img-box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.benefits.com .benefits__items .item .img-box img {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}
.benefits.com .benefits__items .item .text-box .benefits__title {
  font-size: 56px;
  margin-bottom: 12px;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 575.98px) {
  .benefits.com .benefits__items .item .text-box .benefits__title {
    font-size: 48px;
  }
}
@media screen and (min-width: 575.98px) {
  .benefits.com .benefits__items .item .text-box .benefits__title {
    font-size: calc(48px + 8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .benefits.com .benefits__items .item .text-box .benefits__title {
    font-size: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .benefits.com .benefits__items .item .text-box .benefits__title {
    font-size: calc(48px + 8 * (78vw - 575.98px) / 688.02);
  }
}
.benefits.com .benefits__items .item .text-box .benefits__subtitle {
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 14px;
}
@media screen and (max-width: 575.98px) {
  .benefits.com .benefits__items .item .text-box .benefits__subtitle {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 575.98px) {
  .benefits.com .benefits__items .item .text-box .benefits__subtitle {
    margin-bottom: calc(18px + -4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .benefits.com .benefits__items .item .text-box .benefits__subtitle {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .benefits.com .benefits__items .item .text-box .benefits__subtitle {
    margin-bottom: calc(18px + -4 * (78vw - 575.98px) / 688.02);
  }
}
.benefits.com .benefits__items .item .text-box p {
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 575.98px) {
  .benefits.com .benefits__items .item .text-box p {
    font-size: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .benefits.com .benefits__items .item .text-box p {
    font-size: calc(16px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .benefits.com .benefits__items .item .text-box p {
    font-size: 16px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .benefits.com .benefits__items .item .text-box p {
    font-size: calc(16px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 847.98px) {
  .benefits.com .benefits__items .item + .item:not(:nth-child(3n + 1)):before {
    content: '';
    position: absolute;
    left: 0;
    height: 112px;
    width: 1pt;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width: 847.98px) {
  .benefits.com .benefits__items .item {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .benefits.com .benefits__items .item {
    width: 100%;
  }
  .benefits.com .benefits__items .item + .item:not(:nth-child(3n + 1)):before {
    content: '';
    position: absolute;
    top: -60px;
    height: 1pt;
    width: 112px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width: 575.98px) and screen and (max-width: 575.98px) {
  .benefits.com .benefits__items .item + .item:not(:nth-child(3n + 1)):before {
    top: -70px;
  }
}
@media (max-width: 575.98px) and screen and (min-width: 575.98px) {
  .benefits.com .benefits__items .item + .item:not(:nth-child(3n + 1)):before {
    top: calc(-70px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media (max-width: 575.98px) and screen and (min-width: 1264px) {
  .benefits.com .benefits__items .item + .item:not(:nth-child(3n + 1)):before {
    top: -60px;
  }
}
@media (max-width: 575.98px) and screen and (min-width: 848px) and (max-height: 576px) {
  .benefits.com .benefits__items .item + .item:not(:nth-child(3n + 1)):before {
    top: calc(-70px + 10 * (78vw - 575.98px) / 688.02);
  }
}
.benefits.com .benefits__action {
  margin-left: 40px;
}
@media screen and (max-width: 575.98px) {
  .benefits.com .benefits__action {
    margin-left: 24px;
  }
}
@media screen and (min-width: 575.98px) {
  .benefits.com .benefits__action {
    margin-left: calc(24px + 16 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .benefits.com .benefits__action {
    margin-left: 40px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .benefits.com .benefits__action {
    margin-left: calc(24px + 16 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 847.98px) {
  .benefits.com .benefits__action {
    margin: 0;
  }
}
.container.wide .carousel.com .owl-vertical {
  width: 313% !important;
}
@media (max-width: 1407.98px) {
  .container.wide .carousel.com .owl-vertical {
    width: calc(337% + -50 * (100vw - 575.98px) / 688.02) !important;
  }
}
.container .carousel.com .owl-vertical {
  width: 316% !important;
}
.container .carousel.com .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1264px) {
  .container .carousel.com .owl-vertical {
    width: calc(337% + -50 * (100vw - 575.98px) / 688.02) !important;
  }
}
@media (max-width: 575.98px) {
  .container .carousel.com .row-16,
  .container.wide .carousel.com .row-16 {
    flex-direction: column-reverse;
  }
  .container .carousel.com .row-16 .col-2,
  .container.wide .carousel.com .row-16 .col-2,
  .container .carousel.com .row-16 .col-10,
  .container.wide .carousel.com .row-16 .col-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container .carousel.com .owl-vertical,
  .container.wide .carousel.com .owl-vertical {
    transform: none !important;
    width: 100% !important;
    top: 0 !important;
    margin: 0 !important;
    left: 0 !important;
    height: auto !important;
  }
  .container .carousel.com .owl-vertical .owl-item,
  .container.wide .carousel.com .owl-vertical .owl-item {
    transform: none !important;
    margin-bottom: 0;
  }
}
.carousel.com .row-16 .col-2 {
  flex: 0 0 19.65%;
  max-width: 19.65%;
}
@media (max-width: 575.98px) {
  .carousel.com .row-16 .col-2 {
    margin-top: 16px;
  }
}
.carousel.com .row-16 .col-10 {
  flex: 0 0 80.35%;
  max-width: 80.35%;
}
.carousel.com .row-16 .col-10 .img-wrapper {
  margin: 0;
  width: 100%;
  height: 0;
  padding-bottom: 73%;
}
.carousel.com .row-16 .col-10 .img-wrapper img {
  position: absolute;
  left: 0;
}
.carousel.com .owl-vertical {
  transform: rotate3d(0, 0, 1, 90deg);
  transform-origin: left center;
  left: 50%;
  margin-left: -16px;
  top: -17px;
  height: 36%;
}
@media screen and (max-width: 575.98px) {
  .carousel.com .owl-vertical {
    margin-left: -10px !important;
  }
}
@media screen and (min-width: 575.98px) {
  .carousel.com .owl-vertical {
    margin-left: calc(-10px + -6 * (100vw - 575.98px) / 688.02) !important;
  }
}
@media screen and (min-width: 1264px) {
  .carousel.com .owl-vertical {
    margin-left: -16px !important;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .carousel.com .owl-vertical {
    margin-left: calc(-10px + -6 * (78vw - 575.98px) / 688.02) !important;
  }
}
@media screen and (max-width: 575.98px) {
  .carousel.com .owl-vertical {
    top: -10px;
  }
}
@media screen and (min-width: 575.98px) {
  .carousel.com .owl-vertical {
    top: calc(-10px + -7 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .carousel.com .owl-vertical {
    top: -17px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .carousel.com .owl-vertical {
    top: calc(-10px + -7 * (78vw - 575.98px) / 688.02);
  }
}
.carousel.com .owl-vertical .owl-item {
  transform: rotate3d(0, 0, 1, -90deg);
  margin-bottom: 16px;
}
.carousel.com .owl-vertical .owl-item .img-wrapper {
  margin: 0;
}
.carousel.com .owl-vertical .owl-item .img-wrapper img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.carousel.com .owl-vertical .owl-item .item.video .img-wrapper:after {
  content: '\e90c';
  font-size: 13px;
  width: 11px;
  height: 13px;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -6px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.carousel.com .owl-vertical .owl-item .item.video .img-wrapper:before {
  content: '';
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 575.98px) {
  .carousel.com .owl-vertical .owl-item .item.video .img-wrapper:before {
    width: 24px;
  }
}
@media screen and (min-width: 575.98px) {
  .carousel.com .owl-vertical .owl-item .item.video .img-wrapper:before {
    width: calc(24px + 24 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .carousel.com .owl-vertical .owl-item .item.video .img-wrapper:before {
    width: 48px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .carousel.com .owl-vertical .owl-item .item.video .img-wrapper:before {
    width: calc(24px + 24 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .carousel.com .owl-vertical .owl-item .item.video .img-wrapper:before {
    height: 24px;
  }
}
@media screen and (min-width: 575.98px) {
  .carousel.com .owl-vertical .owl-item .item.video .img-wrapper:before {
    height: calc(24px + 24 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .carousel.com .owl-vertical .owl-item .item.video .img-wrapper:before {
    height: 48px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .carousel.com .owl-vertical .owl-item .item.video .img-wrapper:before {
    height: calc(24px + 24 * (78vw - 575.98px) / 688.02);
  }
}
.carousel.com .owl-gallery {
  display: block;
  width: auto;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50%;
  margin-bottom: 0;
}
.carousel.com .owl-gallery .owl-stage-outer {
  position: relative;
  overflow: hidden;
}
.carousel.com .owl-gallery .owl-stage-outer .owl-stage {
  display: flex;
  margin: 0 auto;
}
.carousel.com .owl-gallery .owl-stage-outer .owl-stage .item {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.carousel.com .owl-gallery .owl-nav {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 50%;
  display: flex;
  justify-content: space-between;
}
.carousel.com .owl-gallery .owl-nav .owl-prev,
.carousel.com .owl-gallery .owl-nav .owl-next {
  transform: translateY(-76%);
  padding: 0;
}
@media (max-width: 575.98px) {
  .carousel.com .owl-gallery {
    margin-left: -7px !important;
    margin-right: -7px !important;
    padding: 0;
  }
}
.carousel.com .carousel-item img {
  user-select: none;
}
.carousel-control-prev,
.carousel-control-next,
.owl-nav .owl-prev,
.owl-nav .owl-next {
  opacity: 1;
  width: 56px;
  height: 56px;
  top: 50%;
  transform: translateY(-76%);
  background-color: #9f8976;
  transition: all 0.2s;
  border: 0 !important;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0 !important;
}
@media screen and (max-width: 575.98px) {
  .carousel-control-prev,
  .carousel-control-next,
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    width: 34px;
  }
}
@media screen and (min-width: 575.98px) {
  .carousel-control-prev,
  .carousel-control-next,
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    width: calc(34px + 22 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .carousel-control-prev,
  .carousel-control-next,
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    width: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .carousel-control-prev,
  .carousel-control-next,
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    width: calc(34px + 22 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .carousel-control-prev,
  .carousel-control-next,
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    height: 34px;
  }
}
@media screen and (min-width: 575.98px) {
  .carousel-control-prev,
  .carousel-control-next,
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    height: calc(34px + 22 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .carousel-control-prev,
  .carousel-control-next,
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    height: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .carousel-control-prev,
  .carousel-control-next,
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    height: calc(34px + 22 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 575.98px) {
  .carousel-control-prev,
  .carousel-control-next,
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    display: block;
    transform: translateY(-55%) !important;
  }
}
.carousel-control-prev span,
.carousel-control-next span,
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
  background: none;
  color: #9f8976;
  transition: color 0.2s;
  font-size: 0;
  opacity: 1 !important;
}
.carousel-control-prev span.carousel-control-prev-icon:after,
.carousel-control-next span.carousel-control-prev-icon:after,
.owl-nav .owl-prev span.carousel-control-prev-icon:after,
.owl-nav .owl-next span.carousel-control-prev-icon:after {
  content: '\e917';
  font-size: 15px;
  width: 26px;
  height: 15px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -8px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.carousel-control-prev span.carousel-control-next-icon:after,
.carousel-control-next span.carousel-control-next-icon:after,
.owl-nav .owl-prev span.carousel-control-next-icon:after,
.owl-nav .owl-next span.carousel-control-next-icon:after {
  content: '\e916';
  font-size: 15px;
  width: 26px;
  height: 15px;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  top: 50%;
  margin-top: -8px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.carousel-control-prev.owl-prev span:after,
.carousel-control-next.owl-prev span:after,
.owl-nav .owl-prev.owl-prev span:after,
.owl-nav .owl-next.owl-prev span:after {
  content: '\e917';
  font-size: 15px;
  width: 26px;
  height: 15px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -8px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.carousel-control-prev.owl-next span:after,
.carousel-control-next.owl-next span:after,
.owl-nav .owl-prev.owl-next span:after,
.owl-nav .owl-next.owl-next span:after {
  content: '\e916';
  font-size: 15px;
  width: 26px;
  height: 15px;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  top: 50%;
  margin-top: -8px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.carousel-control-prev:hover,
.carousel-control-next:hover,
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background-color: #9f8976;
}
.carousel-control-prev:hover span,
.carousel-control-next:hover span,
.owl-nav .owl-prev:hover span,
.owl-nav .owl-next:hover span {
  color: #9f8976;
}
.carousel-control-prev.disabled,
.carousel-control-next.disabled,
.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
  opacity: 0 !important;
  pointer-events: none;
}
.owl-dots {
  display: none;
}
@media (max-width: 575.98px) {
  .owl-dots {
    display: block;
    text-align: center;
  }
  .owl-dots .owl-dot {
    opacity: 1;
    width: 18px;
    height: 18px;
    margin: 4px;
    border-radius: 999px;
    background-color: #9f8976;
    transition: all 0.2s;
    border: 0 !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: 0 !important;
  }
  .owl-dots .owl-dot.active {
    background-color: #9f8976;
  }
  .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: auto;
    height: 100%;
    background: none;
    font-size: 0;
    opacity: 1 !important;
  }
}
.clip {
  --color: #9f8976;
  background: var(--color);
}
.clip:before {
  position: absolute;
  content: "";
  background: var(--color);
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
  clip-path: polygon(40% 100%, 40% 100%, 100% calc(100% - 250px), 100% 100%, 0 100%, 0 calc(100% - 50px));
  bottom: -1px;
}
.clip--hp:before {
  z-index: 10;
  clip-path: polygon(5% 100%, 5% 100%, 100% calc(100% - 70px), 100% 100%, 0 100%, 0 100%);
}
@media (min-width: 848px) {
  .clip--hp:before {
    clip-path: polygon(40% 100%, 40% 100%, 100% calc(100% - 250px), 100% 100%, 0 100%, 0 calc(100% - 50px));
  }
}
@media (min-width: 2550px) {
  .clip--hp:before {
    clip-path: polygon(40% 100%, 40% 100%, 100% calc(100% - 310px), 100% 100%, 0 100%, 0 calc(100% - 50px));
  }
}
.clip--projects:before {
  background: #D6D8D9;
  transform: translateY(1px);
  clip-path: polygon(5% 100%, 5% 100%, 100% calc(100% - 70px), 100% 100%, 0 100%, 0 100%);
}
@media (min-width: 848px) {
  .clip--projects:before {
    clip-path: polygon(75% 100%, 75% 100%, 100% calc(100% - 40px), 100% 100%, 0 100%, 0 calc(100% - 300px));
  }
}
@media (min-width: 2550px) {
  .clip--projects:before {
    clip-path: polygon(75% 100%, 75% 100%, 100% calc(100% - 40px), 100% 100%, 0 100%, 0 calc(100% - 300px));
  }
}
.clip--search {
  position: relative;
  background: transparent;
}
.clip--search:before {
  background: var(--color);
  clip-path: polygon(100% calc(100% - 50px), 60% 100%, 100% 100%);
}
@media (min-width: 848px) {
  .clip--search:before {
    clip-path: polygon(100% calc(100% - 115px), 40% 100%, 100% 100%);
  }
}
@media (min-width: 2550px) {
  .clip--search:before {
    clip-path: polygon(100% calc(100% - 115px), 40% 100%, 100% 100%);
  }
}
.clip--project-detail:before {
  display: none;
  /*z-index: 1;
      clip-path: polygon(0 calc(100% - 30px), 0 100%, 40% 100%);

      @media (min-width: @breakpoints[md]) {
        clip-path: polygon(0 calc(100% - 70px), 0 100%, 17% 100%);
      }*/
}
.clip--why-cpi:before {
  z-index: 1;
  clip-path: polygon(60% 100%, 60% 100%, 100% calc(100% - 20px), 100% 100%, 0 100%, 0 calc(100% - 100px));
}
@media (min-width: 848px) {
  .clip--why-cpi:before {
    clip-path: polygon(60% 100%, 60% 100%, 100% calc(100% - 53px), 100% 100%, 0 100%, 0 calc(100% - 200px));
  }
}
.col-2-text-img.com .heading.com {
  margin-bottom: 50px;
}
@media screen and (max-width: 575.98px) {
  .col-2-text-img.com .heading.com {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .col-2-text-img.com .heading.com {
    margin-bottom: calc(40px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .col-2-text-img.com .heading.com {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .col-2-text-img.com .heading.com {
    margin-bottom: calc(40px + 10 * (78vw - 575.98px) / 688.02);
  }
}
.col-2-text-img.com .col-2-text-img__head {
  margin-bottom: 80px;
}
@media screen and (max-width: 575.98px) {
  .col-2-text-img.com .col-2-text-img__head {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .col-2-text-img.com .col-2-text-img__head {
    margin-bottom: calc(40px + 40 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .col-2-text-img.com .col-2-text-img__head {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .col-2-text-img.com .col-2-text-img__head {
    margin-bottom: calc(40px + 40 * (78vw - 575.98px) / 688.02);
  }
}
.col-2-text-img.com.bg-image {
  background-size: cover;
}
.col-2-text-img.com.bg-overlay:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.col-2-text-img.com.text-shadow .subtitle,
.col-2-text-img.com.text-shadow .title,
.col-2-text-img.com.text-shadow .text-02 {
  text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
}
.collapse-cards {
  --darkColor: #3C50A0;
  --lightColor: #5A94FA;
  --baseColor: #002B3C;
  margin: 0;
}
.collapse-cards .collapse-card.com:nth-of-type(1) {
  --background: var(--darkColor);
}
.collapse-cards .collapse-card.com:nth-of-type(2) {
  --background: var(--lightColor);
}
.collapse-cards .collapse-card.com:nth-of-type(3) {
  --background: var(--baseColor);
}
.collapse-card.com {
  --background: #9f8976;
  background: var(--background);
  margin: 0;
}
.collapse-card.com .btn.btn-sliding-arrow-circle {
  text-align: right;
}
.collapse-card.com .collapse-card__header {
  display: flex;
  padding: 110px 0;
  align-items: center;
}
.collapse-card.com .collapse-card__header .subtitle {
  display: flex;
  align-items: center;
}
.collapse-card.com .collapse-card__header .subtitle span {
  color: white;
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
  line-height: 32px;
  font-family: 'Vogue';
  letter-spacing: 0.12em;
  font-weight: 500;
  margin-bottom: 14px;
}
@media (min-width: 575.98px) {
  .collapse-card.com .collapse-card__header .subtitle span {
    font-size: 16px;
  }
}
@media (min-width: 847.98px) {
  .collapse-card.com .collapse-card__header .subtitle span {
    display: inline-block;
    transform-origin: center;
    writing-mode: vertical-lr;
    transform: scale(-1);
    margin-bottom: 0;
  }
}
.collapse-card.com .collapse-card__header .title {
  color: white;
}
@media (min-width: 575.98px) {
  .collapse-card.com .collapse-card__header .collapse-card__header-buttons-wrap {
    text-align: right;
  }
}
.collapse-card.com .collapse-card__header .collapse-card__header-button {
  display: inline-flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
  padding-right: 22px;
}
@media screen and (max-width: 575.98px) {
  .collapse-card.com .collapse-card__header .collapse-card__header-button {
    gap: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .collapse-card.com .collapse-card__header .collapse-card__header-button {
    gap: calc(16px + 14 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .collapse-card.com .collapse-card__header .collapse-card__header-button {
    gap: 30px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .collapse-card.com .collapse-card__header .collapse-card__header-button {
    gap: calc(16px + 14 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .collapse-card.com .collapse-card__header .collapse-card__header-button {
    padding-right: 10px;
  }
}
@media screen and (min-width: 575.98px) {
  .collapse-card.com .collapse-card__header .collapse-card__header-button {
    padding-right: calc(10px + 12 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .collapse-card.com .collapse-card__header .collapse-card__header-button {
    padding-right: 22px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .collapse-card.com .collapse-card__header .collapse-card__header-button {
    padding-right: calc(10px + 12 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1300px) {
  .collapse-card.com .collapse-card__header .collapse-card__header-button {
    padding-right: 0;
  }
}
.collapse-card.com .collapse-card__body {
  color: white;
  padding-bottom: 120px;
}
.collapse-card.com .collapse-card__body .collapse-card__body-image {
  margin-bottom: 64px;
}
.collapse-card.com .collapse-card__body .collapse-card__body-text {
  padding-bottom: 64px;
}
.collapse-card.com .collapse-card__body .collapse-card__body-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 200px;
}
@media (max-width: 1264px) {
  .collapse-card.com .collapse-card__body .collapse-card__body-buttons {
    gap: 60px;
  }
}
@media (max-width: 847.98px) {
  .collapse-card.com .collapse-card__header {
    padding: 70px 0;
  }
  .collapse-card.com .collapse-card__body {
    padding-bottom: 0;
  }
  .collapse-card.com .collapse-card__body .collapse-card__body-buttons {
    padding-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .collapse-card.com .collapse-card__body .collapse-card__body-buttons {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .collapse-card.com .collapse-card__header .collapse-card__header-button {
    justify-content: flex-start;
    margin-top: 30px;
    padding-right: 0;
  }
  .collapse-card.com .btn.btn-sliding-arrow-circle {
    padding: 11px 83px 9px 0;
  }
}
.contact-form.com #contact-form__form-inquiry {
  display: block;
}
.contact-form.com #contact-form__form-phone {
  display: none;
}
.contact-form.com .contact-box {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
}
.contact-form.com .contact-box .contact-label {
  line-height: 20px;
  font-size: 16px;
}
@media screen and (max-width: 575.98px) {
  .contact-form.com .contact-box .contact-label {
    font-size: 14px;
  }
}
@media screen and (min-width: 575.98px) {
  .contact-form.com .contact-box .contact-label {
    font-size: calc(14px + 2 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .contact-form.com .contact-box .contact-label {
    font-size: 16px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .contact-form.com .contact-box .contact-label {
    font-size: calc(14px + 2 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 847.98px) {
  .contact-form.com .contact-box .contact-label {
    line-height: 40px;
  }
}
.contact-form.com .contact-box .contact-value {
  line-height: 40px;
  font-size: 24px;
  margin: 0;
}
@media screen and (max-width: 575.98px) {
  .contact-form.com .contact-box .contact-value {
    font-size: 18px;
  }
}
@media screen and (min-width: 575.98px) {
  .contact-form.com .contact-box .contact-value {
    font-size: calc(18px + 6 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .contact-form.com .contact-box .contact-value {
    font-size: 24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .contact-form.com .contact-box .contact-value {
    font-size: calc(18px + 6 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 847.98px) {
  .contact-form.com .contact-box {
    flex-direction: column;
    flex-wrap: unset;
  }
}
.contact-form.com .contact-form__inputs {
  row-gap: 42px;
}
.contact-form.com .contact-form__inputs textarea {
  margin-top: 13px;
}
.contact-form.com .contact-form__agreement {
  margin-top: 50px;
}
.contact-form.com .contact-form__agreement .btn-sliding-arrow-circle {
  margin-right: 20px;
}
@media (min-width: 1407.98px) {
  .contact-form.com .contact-form__agreement .btn-sliding-arrow-circle {
    margin-right: 0;
  }
}
.contact-form.com .contact-form__head {
  margin-bottom: 80px;
  margin-top: 30px;
}
@media (max-width: 847.98px) {
  .contact-form.com .contact-form__head {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .contact-form.com .contact-form__head {
    flex-direction: column;
  }
}
.cpi-division {
  position: relative;
}
.cpi-division--no-top-lead .heading.com {
  margin-bottom: 100px;
}
@media screen and (max-width: 575.98px) {
  .cpi-division--no-top-lead .heading.com {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .cpi-division--no-top-lead .heading.com {
    margin-bottom: calc(40px + 60 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .cpi-division--no-top-lead .heading.com {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .cpi-division--no-top-lead .heading.com {
    margin-bottom: calc(40px + 60 * (78vw - 575.98px) / 688.02);
  }
}
.cpi-division.cpi-division--half-bottom-bg {
  padding-bottom: 190px;
}
@media screen and (max-width: 575.98px) {
  .cpi-division.cpi-division--half-bottom-bg {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .cpi-division.cpi-division--half-bottom-bg {
    padding-bottom: calc(40px + 150 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .cpi-division.cpi-division--half-bottom-bg {
    padding-bottom: 190px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .cpi-division.cpi-division--half-bottom-bg {
    padding-bottom: calc(40px + 150 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 847.98px) {
  .cpi-division.cpi-division--half-bottom-bg:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 60%;
    width: 100%;
    background-color: rgba(214, 216, 217, 0.4);
  }
}
@media (max-width: 575.98px) {
  .cpi-division.cpi-division--half-bottom-bg {
    padding-bottom: 0;
  }
}
.cpi-division img {
  margin-bottom: 56px;
}
@media screen and (max-width: 575.98px) {
  .cpi-division img {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 575.98px) {
  .cpi-division img {
    margin-bottom: calc(22px + 34 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .cpi-division img {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .cpi-division img {
    margin-bottom: calc(22px + 34 * (78vw - 575.98px) / 688.02);
  }
}
.cpi-division .cpi-division__lead {
  margin-bottom: 60px;
}
@media screen and (max-width: 575.98px) {
  .cpi-division .cpi-division__lead {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 575.98px) {
  .cpi-division .cpi-division__lead {
    margin-bottom: calc(28px + 32 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .cpi-division .cpi-division__lead {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .cpi-division .cpi-division__lead {
    margin-bottom: calc(28px + 32 * (78vw - 575.98px) / 688.02);
  }
}
.cpi-division .cpi-division__subtext {
  margin-bottom: 80px;
  max-width: 700px;
}
@media screen and (max-width: 575.98px) {
  .cpi-division .cpi-division__subtext {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 575.98px) {
  .cpi-division .cpi-division__subtext {
    margin-bottom: calc(30px + 50 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .cpi-division .cpi-division__subtext {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .cpi-division .cpi-division__subtext {
    margin-bottom: calc(30px + 50 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 847.98px) {
  .cpi-division__action-wrap {
    text-align: right;
    margin-right: 16px;
  }
}
.floor-plan.com {
  --baseColor: #9f8976;
  --baseColorHover: var(--baseColor);
  margin-top: 130px;
  /**
   * -------------------------------------------------------------------------------------------------------------------
   * Content styles
   * -------------------------------------------------------------------------------------------------------------------
   */
  /* misc */
  /* hides in js */
  /**
   * -------------------------------------------------------------------------------------------------------------------
   * Layout styles
   * -------------------------------------------------------------------------------------------------------------------
   */
  /* main */
  /* text section */
  /* svg map */
  /**
  *
  *
  * DETAIL BOX
  *
  *
  */
}
@media screen and (max-width: 575.98px) {
  .floor-plan.com {
    margin-top: 50px;
  }
}
@media screen and (min-width: 575.98px) {
  .floor-plan.com {
    margin-top: calc(50px + 80 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .floor-plan.com {
    margin-top: 130px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .floor-plan.com {
    margin-top: calc(50px + 80 * (78vw - 575.98px) / 688.02);
  }
}
.floor-plan.com .imodel-box .col-img ul.tabs > li:before {
  display: none;
}
.floor-plan.com .imodel-box .controls .btn-prev::before,
.floor-plan.com .imodel-box .controls .btn-next::before,
.floor-plan.com .svg-box .text-box .close::before,
.floor-plan.com .btn-small.arrow::after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.floor-plan.com .hidden {
  display: none;
}
.floor-plan.com .jshide {
  display: none !important;
}
.floor-plan.com img {
  max-width: 100%;
  height: auto;
}
.floor-plan.com svg {
  transform: translate3d(0, 0, 0);
}
.floor-plan.com .row {
  width: 100%;
  display: block;
  position: relative;
  clear: both;
}
.floor-plan.com .row-wide {
  width: 1552px;
  margin: 0 auto;
  text-align: left;
}
.floor-plan.com .row-main {
  width: 1180px;
  margin: 0 auto;
  text-align: left;
}
.floor-plan.com .row-narrow {
  width: 778px;
  margin: 0 auto;
  text-align: left;
}
.floor-plan.com .main {
  position: relative;
}
.floor-plan.com .section {
  position: relative;
  z-index: 2;
}
.floor-plan.com .section-text {
  padding: 0;
}
.floor-plan.com .imodel-box {
  font-size: 0;
}
.floor-plan.com .imodel-box .col-img,
.floor-plan.com .imodel-box .col-text {
  display: inline-block;
  vertical-align: middle;
}
.floor-plan.com .imodel-box .col-img {
  width: 36.72%;
}
.floor-plan.com .imodel-box .col-img .svg-map {
  position: relative;
}
.floor-plan.com .imodel-box .col-img .svg-map svg path.hover {
  transition: fill 200ms 100ms ease-out, opacity 200ms ease-out;
}
.floor-plan.com .imodel-box .col-img ul {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 100%;
}
.floor-plan.com .imodel-box .col-img ul li {
  width: 160px;
  line-height: 70px;
  height: 70px;
  font-size: 0;
  padding: 0;
  margin: -35px 0 0;
  position: absolute;
  right: -110px;
  transition: all 0.2s ease-out;
  opacity: 0;
  text-align: center;
  font-weight: 400;
  font-family: 'Vogue';
  color: #fff;
  background-color: #887933;
  pointer-events: none;
}
.floor-plan.com .imodel-box .col-img ul li:before {
  left: -20px;
  top: 50%;
  border: solid transparent;
  border-right-color: #887933;
  border-width: 11px;
  margin-top: -11px;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.floor-plan.com .imodel-box .col-img ul li.active {
  font-size: 24px;
  opacity: 1;
}
.floor-plan.com .imodel-box .col-img ul li a {
  color: #fff;
  text-decoration: none;
  cursor: default;
}
.floor-plan.com .imodel-box .col-img ul li:first-child {
  top: 66%;
}
.floor-plan.com .imodel-box .col-img ul li:first-child + li {
  top: 60.5%;
}
.floor-plan.com .imodel-box .col-img ul li:first-child + li + li {
  top: 55%;
}
.floor-plan.com .imodel-box .col-img ul li:first-child + li + li + li {
  top: 49%;
}
.floor-plan.com .imodel-box .col-img ul li:first-child + li + li + li + li {
  top: 43.5%;
}
.floor-plan.com .imodel-box .col-img ul li:first-child + li + li + li + li + li {
  top: 39%;
}
.floor-plan.com .imodel-box .col-text {
  width: 63.28%;
  padding: 0 125px 0 80px;
  box-sizing: border-box;
}
.floor-plan.com .imodel-box.box-lehovec .col-img,
.floor-plan.com .imodel-box.box-lehovec .col-text {
  display: block;
  width: 100%;
  padding: 0;
}
.floor-plan.com .imodel-box.box-lehovec .col-img {
  padding-bottom: 50px;
}
.floor-plan.com .imodel-box.box-lehovec .col-img ul li {
  background-color: var(--baseColor);
}
.floor-plan.com .imodel-box.box-lehovec .col-img ul li:before {
  border-right-color: var(--baseColor);
}
.floor-plan.com .imodel-box.box-lehovec .col-img ul li:first-child {
  top: 57%;
}
.floor-plan.com .imodel-box.box-lehovec .col-img ul li:first-child + li {
  top: 48%;
}
.floor-plan.com .imodel-box.box-lehovec .col-img ul li:first-child + li + li {
  top: 42%;
}
.floor-plan.com .imodel-box.box-lehovec .col-img ul li:first-child + li + li + li {
  top: 35.5%;
}
.floor-plan.com .imodel-box.box-lehovec .col-img ul li:first-child + li + li + li + li {
  top: 29%;
}
.floor-plan.com .imodel-box.box-lehovec .col-img ul li:first-child + li + li + li + li + li {
  top: 23%;
}
.floor-plan.com .imodel-box.box-lehovec .col-img ul li:first-child + li + li + li + li + li + li {
  top: 15%;
}
.floor-plan.com .imodel-box.box-lehovec .col-img ul li:first-child + li + li + li + li + li + li + li {
  top: 9%;
}
.floor-plan.com .imodel-box.box-lehovec path.active,
.floor-plan.com .imodel-box.box-lehovec .col-img .svg-map svg path.hover {
  fill: var(--baseColor) !important;
  opacity: 0.6;
}
.floor-plan.com .imodel-box.box-lehovec .svg-level {
  white-space: nowrap;
  font-size: 0;
}
.floor-plan.com .imodel-box.box-lehovec .svg-level .svg-box {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.floor-plan.com .imodel-box.box-lehovec .hscroll-box {
  overflow: visible !important;
}
.floor-plan.com .imodel-box.box-lehovec .hscroll-box:before,
.floor-plan.com .imodel-box.box-lehovec .hscroll-box:after {
  height: 100%;
  position: absolute;
  content: '';
  z-index: 5;
  width: 100%;
  top: 0;
}
.floor-plan.com .imodel-box.box-lehovec .hscroll-box:before {
  left: -100%;
}
.floor-plan.com .imodel-box.box-lehovec .hscroll-box:after {
  left: 100%;
}
.floor-plan.com .imodel-box.box-lehovec .hscroll-box:before {
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.65) 90%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.65) 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.65) 90%, rgba(255, 255, 255, 0) 100%);
}
.floor-plan.com .imodel-box.box-lehovec .hscroll-box:after {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 10%, #ffffff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 10%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 10%, #ffffff 100%);
}
.floor-plan.com .imodel-box .controls .btn-prev,
.floor-plan.com .imodel-box .controls .btn-next {
  transition: all 0.2s ease-out;
  z-index: 10;
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  cursor: pointer;
  position: absolute !important;
  color: #fff;
  background-color: var(--baseColor);
  text-indent: -5000px;
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .floor-plan.com .imodel-box .controls .btn-prev,
  .floor-plan.com .imodel-box .controls .btn-next {
    width: 38px;
    height: 38px;
    margin-top: -19px;
  }
}
.floor-plan.com .imodel-box .controls .btn-prev:hover,
.floor-plan.com .imodel-box .controls .btn-next:hover {
  background-color: var(--baseColor);
  opacity: 1;
}
.floor-plan.com .imodel-box .controls .btn-prev {
  left: 0;
}
.floor-plan.com .imodel-box .controls .btn-prev:before {
  position: absolute;
  content: '\e917';
  font-size: 26px;
  width: 44px;
  height: 26px;
  left: calc(50% - 22px);
  top: calc(50% - 13px);
}
@media screen and (max-width: 750px) {
  .floor-plan.com .imodel-box .controls .btn-prev:before {
    font-size: 18px;
    width: 30px;
    height: 20px;
    left: calc(50% - 15px);
    top: calc(50% - 10px);
  }
}
.floor-plan.com .imodel-box .controls .btn-next {
  right: 0;
}
.floor-plan.com .imodel-box .controls .btn-next:before {
  position: absolute;
  content: '\e916';
  font-size: 26px;
  width: 44px;
  height: 26px;
  left: calc(50% - 22px);
  top: calc(50% - 13px);
}
@media screen and (max-width: 750px) {
  .floor-plan.com .imodel-box .controls .btn-next:before {
    font-size: 18px;
    width: 30px;
    height: 20px;
    left: calc(50% - 15px);
    top: calc(50% - 10px);
  }
}
.floor-plan.com .imodel-box .controls .disabled {
  display: none;
}
.floor-plan.com .svg-map {
  position: relative;
}
.floor-plan.com .svg-map img {
  display: block;
  margin: 0 auto;
}
.floor-plan.com .svg-map svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.floor-plan.com .svg-map svg g {
  pointer-events: all;
}
.floor-plan.com .svg-map svg path {
  transition: fill 200ms 100ms ease-out, opacity 200ms ease-out;
  opacity: 0.01;
}
.floor-plan.com .svg-map svg path.hover,
.floor-plan.com .svg-map svg path.active {
  transition: fill 200ms 0ms ease-out, opacity 200ms ease-out;
  cursor: pointer;
}
.floor-plan.com .svg-map svg path.hover {
  fill: var(--baseColorHover) !important;
  opacity: 0.42;
}
.floor-plan.com .svg-map svg path.active,
.floor-plan.com .imodel-box .col-img .svg-map svg path.hover {
  fill: #887933 !important;
  opacity: 0.6;
}
@media screen and (max-width: 1632px) {
  .floor-plan.com {
    /* layout */
  }
  .floor-plan.com .row-wide {
    max-width: 1592px;
    width: 100%;
  }
}
@media screen and (max-width: 1592px) {
  .floor-plan.com {
    /* main */
    /* svg map */
  }
  .floor-plan.com .section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .floor-plan.com .imodel-box {
    padding: 0;
  }
  .floor-plan.com .imodel-box.box-lehovec .svg-level {
    max-width: 775px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1500px) {
  .floor-plan.com .imodel-box .col-img ul li {
    width: 110px;
    right: -20px;
  }
  .floor-plan.com .imodel-box .col-img ul li.active {
    font-size: 16px;
  }
}
@media screen and (max-width: 1220px) {
  .floor-plan.com {
    /* main */
    /* svg map */
  }
  .floor-plan.com .row-main {
    max-width: 1180px;
    width: 100%;
  }
  .floor-plan.com .imodel-box {
    margin: 10px auto;
  }
  .floor-plan.com .imodel-box .col-img ul li {
    width: 75px;
    line-height: 60px;
    height: 60px;
    margin-top: -30px;
    right: -20px;
  }
  .floor-plan.com .imodel-box .col-img ul li.active {
    font-size: 16px;
  }
  .floor-plan.com .imodel-box .col-text {
    padding: 0 40px 0 60px;
  }
  .floor-plan.com .imodel-box.box-lehovec .col-img {
    padding: 0 20px 40px;
    box-sizing: border-box;
  }
  .floor-plan.com .imodel-box .controls .btn-prev,
  .floor-plan.com .imodel-box .controls .btn-next {
    width: 58px;
    height: 58px;
    margin-top: -29px;
  }
  .floor-plan.com .btn-small {
    height: 45px;
  }
  .floor-plan.com .btn-small > span,
  .floor-plan.com .btn-small > input[type=submit] {
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
  }
  .floor-plan.com .btn-small.arrow::after {
    content: '\e906';
    font-size: 5px;
    width: 15px;
    height: 5px;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -2px;
  }
  .floor-plan.com .btn-small.arrow > span,
  .floor-plan.com .btn-small.arrow > input[type=submit] {
    padding-right: 42px;
  }
}
@media screen and (max-width: 990px) {
  .floor-plan.com {
    /* svg map */
  }
  .floor-plan.com .imodel-box .col-img,
  .floor-plan.com .imodel-box .col-text {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .floor-plan.com .imodel-box .col-img {
    max-width: 450px;
  }
  .floor-plan.com .imodel-box .col-text {
    padding: 30px 20px 20px;
    max-width: 700px;
  }
  .floor-plan.com .imodel-box.box-lehovec .col-img,
  .floor-plan.com .imodel-box.box-lehovec .col-text {
    display: block;
    width: 100%;
  }
  .floor-plan.com .imodel-box.box-lehovec .col-img {
    max-width: 100%;
  }
  .floor-plan.com .imodel-box.box-lehovec .col-text {
    max-width: 775px;
  }
  .floor-plan.com .imodel-box.box-lehovec .svg-level {
    max-width: 500px;
  }
  .floor-plan.com .imodel-box.box-lehovec .svg-level img {
    width: 500px !important;
    max-width: none !important;
  }
  .floor-plan.com .imodel-box.box-lehovec .scroller-wrap {
    width: 500px !important;
  }
}
@media screen and (max-width: 818px) {
  .floor-plan.com {
    /* layout */
  }
  .floor-plan.com .row-narrow {
    max-width: 778px;
    width: 100%;
  }
}
@media screen and (max-width: 775px) {
  .floor-plan.com {
    /* svg map */
  }
  .floor-plan.com .imodel-box.box-lehovec .col-text {
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .floor-plan.com {
    /* svg map */
    /* buttons */
  }
  .floor-plan.com .imodel-box .col-img ul li {
    width: 40px;
    line-height: 40px;
    height: 40px;
    margin-top: -20px;
    right: -5px;
  }
  .floor-plan.com .imodel-box .col-img ul li span {
    display: none;
  }
  .floor-plan.com .imodel-box .col-img ul li.active {
    font-size: 15px;
  }
  .floor-plan.com .imodel-box .col-text {
    padding: 30px 0 10px;
  }
  .floor-plan.com .imodel-box.box-lehovec .col-img {
    padding: 0 0 30px;
  }
  .floor-plan.com .imodel-box.box-lehovec .svg-level {
    white-space: nowrap;
    font-size: 0;
  }
  .floor-plan.com .btn-small {
    height: 40px;
  }
  .floor-plan.com .btn-small > span,
  .floor-plan.com .btn-small > input[type=submit] {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }
  .floor-plan.com .btn-small.arrow::after {
    content: '\e906';
    font-size: 5px;
    width: 15px;
    height: 5px;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -3px;
  }
  .floor-plan.com .btn-small.arrow > span,
  .floor-plan.com .btn-small.arrow > input[type=submit] {
    padding-right: 34px;
  }
}
@media screen and (max-width: 557px) {
  .floor-plan.com {
    /* svg map */
  }
  .floor-plan.com .imodel-box.box-lehovec .svg-level {
    max-width: 280px;
  }
  .floor-plan.com .imodel-box.box-lehovec .svg-level img {
    width: 280px !important;
    max-width: none !important;
  }
  .floor-plan.com .imodel-box.box-lehovec .col-img ul li:first-child {
    top: 60.5%;
  }
  .floor-plan.com .imodel-box.box-lehovec .col-img ul li:first-child + li {
    top: 51.5%;
  }
  .floor-plan.com .imodel-box.box-lehovec .col-img ul li:first-child + li + li {
    top: 45%;
  }
  .floor-plan.com .imodel-box.box-lehovec .col-img ul li:first-child + li + li + li {
    top: 38%;
  }
  .floor-plan.com .imodel-box.box-lehovec .col-img ul li:first-child + li + li + li + li {
    top: 31.5%;
  }
  .floor-plan.com .imodel-box.box-lehovec .col-img ul li:first-child + li + li + li + li + li {
    top: 25.5%;
  }
  .floor-plan.com .imodel-box.box-lehovec .col-img ul li:first-child + li + li + li + li + li + li {
    top: 17%;
  }
  .floor-plan.com .imodel-box.box-lehovec .col-img ul li:first-child + li + li + li + li + li + li + li {
    top: 9.5%;
  }
}
.floor-plan.com .svg-box {
  position: relative;
  margin: 20px 0;
}
.floor-plan.com .svg-box .text-box {
  position: absolute;
  z-index: 6;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
  width: 392px;
  transform: translateY(-75%);
  pointer-events: none;
}
.floor-plan.com .svg-box .text-box.active {
  pointer-events: all;
}
.floor-plan.com .svg-box .text-box .close {
  z-index: 2;
  cursor: pointer;
  position: relative;
  width: 50px;
  height: 50px;
  color: #fff;
  transition: all 0.2s ease-out;
  text-shadow: none !important;
  opacity: 1;
}
.floor-plan.com .svg-box .text-box .close:before {
  content: '\e91f';
  font-size: 26px;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  top: 50%;
  margin-top: -13px;
}
.floor-plan.com .svg-box .text-box .close:hover {
  opacity: 0.6;
}
.floor-plan.com .floor-plan__detail {
  transform: translateY(-75%);
  pointer-events: none;
  z-index: 6;
  position: absolute;
  background: var(--baseColor);
  text-align: left;
  padding-top: 32px;
  padding-left: 38px;
  padding-right: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 575.98px) {
  .floor-plan.com .floor-plan__detail {
    padding-top: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  .floor-plan.com .floor-plan__detail {
    padding-top: calc(20px + 12 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .floor-plan.com .floor-plan__detail {
    padding-top: 32px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .floor-plan.com .floor-plan__detail {
    padding-top: calc(20px + 12 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .floor-plan.com .floor-plan__detail {
    padding-left: 22px;
  }
}
@media screen and (min-width: 575.98px) {
  .floor-plan.com .floor-plan__detail {
    padding-left: calc(22px + 16 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .floor-plan.com .floor-plan__detail {
    padding-left: 38px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .floor-plan.com .floor-plan__detail {
    padding-left: calc(22px + 16 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .floor-plan.com .floor-plan__detail {
    padding-right: 22px;
  }
}
@media screen and (min-width: 575.98px) {
  .floor-plan.com .floor-plan__detail {
    padding-right: calc(22px + 8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .floor-plan.com .floor-plan__detail {
    padding-right: 30px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .floor-plan.com .floor-plan__detail {
    padding-right: calc(22px + 8 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .floor-plan.com .floor-plan__detail {
    padding-bottom: 22px;
  }
}
@media screen and (min-width: 575.98px) {
  .floor-plan.com .floor-plan__detail {
    padding-bottom: calc(22px + 8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .floor-plan.com .floor-plan__detail {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .floor-plan.com .floor-plan__detail {
    padding-bottom: calc(22px + 8 * (78vw - 575.98px) / 688.02);
  }
}
.floor-plan.com .floor-plan__detail .floor-plan__head-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
}
@media screen and (max-width: 575.98px) {
  .floor-plan.com .floor-plan__detail .floor-plan__head-wrap {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .floor-plan.com .floor-plan__detail .floor-plan__head-wrap {
    margin-bottom: calc(16px + 16 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .floor-plan.com .floor-plan__detail .floor-plan__head-wrap {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .floor-plan.com .floor-plan__detail .floor-plan__head-wrap {
    margin-bottom: calc(16px + 16 * (78vw - 575.98px) / 688.02);
  }
}
.floor-plan.com .floor-plan__detail .floor-plan__head-wrap .floor-plan__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.floor-plan.com .floor-plan__detail .floor-plan__head-wrap .floor-plan__head h4 {
  color: #fff;
  margin: 0;
  font-size: 32px;
}
@media screen and (max-width: 575.98px) {
  .floor-plan.com .floor-plan__detail .floor-plan__head-wrap .floor-plan__head h4 {
    font-size: 24px;
  }
}
@media screen and (min-width: 575.98px) {
  .floor-plan.com .floor-plan__detail .floor-plan__head-wrap .floor-plan__head h4 {
    font-size: calc(24px + 8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .floor-plan.com .floor-plan__detail .floor-plan__head-wrap .floor-plan__head h4 {
    font-size: 32px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .floor-plan.com .floor-plan__detail .floor-plan__head-wrap .floor-plan__head h4 {
    font-size: calc(24px + 8 * (78vw - 575.98px) / 688.02);
  }
}
.floor-plan.com .floor-plan__detail .floor-plan__head-wrap h5 {
  color: #fff;
  font-size: 24px;
  margin: 0;
}
@media screen and (max-width: 575.98px) {
  .floor-plan.com .floor-plan__detail .floor-plan__head-wrap h5 {
    font-size: 18px;
  }
}
@media screen and (min-width: 575.98px) {
  .floor-plan.com .floor-plan__detail .floor-plan__head-wrap h5 {
    font-size: calc(18px + 6 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .floor-plan.com .floor-plan__detail .floor-plan__head-wrap h5 {
    font-size: 24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .floor-plan.com .floor-plan__detail .floor-plan__head-wrap h5 {
    font-size: calc(18px + 6 * (78vw - 575.98px) / 688.02);
  }
}
.floor-plan.com .floor-plan__detail .floor-plan__info {
  margin-bottom: 40px;
}
.floor-plan.com .floor-plan__detail .floor-plan__info p {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 575.98px) {
  .floor-plan.com .floor-plan__detail .floor-plan__info p {
    font-size: 14px;
  }
}
@media screen and (min-width: 575.98px) {
  .floor-plan.com .floor-plan__detail .floor-plan__info p {
    font-size: calc(14px + 2 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .floor-plan.com .floor-plan__detail .floor-plan__info p {
    font-size: 16px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .floor-plan.com .floor-plan__detail .floor-plan__info p {
    font-size: calc(14px + 2 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .floor-plan.com .floor-plan__detail .floor-plan__info {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  .floor-plan.com .floor-plan__detail .floor-plan__info {
    margin-bottom: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .floor-plan.com .floor-plan__detail .floor-plan__info {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .floor-plan.com .floor-plan__detail .floor-plan__info {
    margin-bottom: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
.floor-plan.com .floor-plan__detail .floor-plan__status {
  color: #fff;
  margin-top: 0;
  font-size: 32px;
  margin-bottom: 45px;
}
@media screen and (max-width: 575.98px) {
  .floor-plan.com .floor-plan__detail .floor-plan__status {
    font-size: 24px;
  }
}
@media screen and (min-width: 575.98px) {
  .floor-plan.com .floor-plan__detail .floor-plan__status {
    font-size: calc(24px + 8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .floor-plan.com .floor-plan__detail .floor-plan__status {
    font-size: 32px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .floor-plan.com .floor-plan__detail .floor-plan__status {
    font-size: calc(24px + 8 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .floor-plan.com .floor-plan__detail .floor-plan__status {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  .floor-plan.com .floor-plan__detail .floor-plan__status {
    margin-bottom: calc(20px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .floor-plan.com .floor-plan__detail .floor-plan__status {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .floor-plan.com .floor-plan__detail .floor-plan__status {
    margin-bottom: calc(20px + 25 * (78vw - 575.98px) / 688.02);
  }
}
.floor-plan.com .floor-plan__detail .floor-plan__footer {
  text-align: right;
  padding-right: 22px;
}
@media screen and (max-width: 575.98px) {
  .floor-plan.com .floor-plan__detail .floor-plan__footer {
    padding-right: 12px;
  }
}
@media screen and (min-width: 575.98px) {
  .floor-plan.com .floor-plan__detail .floor-plan__footer {
    padding-right: calc(12px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .floor-plan.com .floor-plan__detail .floor-plan__footer {
    padding-right: 22px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .floor-plan.com .floor-plan__detail .floor-plan__footer {
    padding-right: calc(12px + 10 * (78vw - 575.98px) / 688.02);
  }
}
.filter-box.com {
  --baseColor: #9f8976;
  --linkColor: var(--baseColor);
  padding-bottom: 64px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 575.98px) {
  .filter-box.com {
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 575.98px) {
  .filter-box.com {
    padding-bottom: calc(32px + 32 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .filter-box.com {
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .filter-box.com {
    padding-bottom: calc(32px + 32 * (78vw - 575.98px) / 688.02);
  }
}
.filter-box.com .main-filter-row {
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 48px;
}
@media screen and (max-width: 575.98px) {
  .filter-box.com .main-filter-row {
    gap: 12px;
  }
}
@media screen and (min-width: 575.98px) {
  .filter-box.com .main-filter-row {
    gap: calc(12px + 36 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .filter-box.com .main-filter-row {
    gap: 48px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .filter-box.com .main-filter-row {
    gap: calc(12px + 36 * (78vw - 575.98px) / 688.02);
  }
}
.filter-box.com .main-filter-row .inner-filter-box {
  flex-grow: 1;
}
.filter-box.com .main-filter-row .inner-filter-box > .row {
  margin-left: -24px;
  margin-right: -24px;
  align-items: flex-end;
}
.filter-box.com .main-filter-row .inner-filter-box > .row > .col-12 {
  padding-left: 24px;
  padding-right: 24px;
}
.filter-box.com .main-filter-row .inner-filter-box .filter-item {
  position: relative;
  transition: background 0.2s ease-in-out;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: -24px;
  margin-right: -24px;
}
@media screen and (max-width: 575.98px) {
  .filter-box.com .main-filter-row .inner-filter-box .filter-item {
    padding-left: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .filter-box.com .main-filter-row .inner-filter-box .filter-item {
    padding-left: calc(16px + 8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .filter-box.com .main-filter-row .inner-filter-box .filter-item {
    padding-left: 24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .filter-box.com .main-filter-row .inner-filter-box .filter-item {
    padding-left: calc(16px + 8 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .filter-box.com .main-filter-row .inner-filter-box .filter-item {
    padding-right: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .filter-box.com .main-filter-row .inner-filter-box .filter-item {
    padding-right: calc(16px + 8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .filter-box.com .main-filter-row .inner-filter-box .filter-item {
    padding-right: 24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .filter-box.com .main-filter-row .inner-filter-box .filter-item {
    padding-right: calc(16px + 8 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .filter-box.com .main-filter-row .inner-filter-box .filter-item {
    margin-left: -16px;
  }
}
@media screen and (min-width: 575.98px) {
  .filter-box.com .main-filter-row .inner-filter-box .filter-item {
    margin-left: calc(-16px + -8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .filter-box.com .main-filter-row .inner-filter-box .filter-item {
    margin-left: -24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .filter-box.com .main-filter-row .inner-filter-box .filter-item {
    margin-left: calc(-16px + -8 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .filter-box.com .main-filter-row .inner-filter-box .filter-item {
    margin-right: -16px;
  }
}
@media screen and (min-width: 575.98px) {
  .filter-box.com .main-filter-row .inner-filter-box .filter-item {
    margin-right: calc(-16px + -8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .filter-box.com .main-filter-row .inner-filter-box .filter-item {
    margin-right: -24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .filter-box.com .main-filter-row .inner-filter-box .filter-item {
    margin-right: calc(-16px + -8 * (78vw - 575.98px) / 688.02);
  }
}
.filter-box.com .main-filter-row .inner-filter-box .filter-item.active {
  background-color: #002131;
}
.filter-box.com .main-filter-row .inner-filter-box .filter-item.active .filter-label {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.filter-box.com .main-filter-row .inner-filter-box .filter-item.active .filter-label:after {
  color: #fff;
}
.filter-box.com .main-filter-row .inner-filter-box .filter-item.active .filter-label .selected-items {
  color: var(--linkColor);
}
.filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-label {
  position: relative;
  padding-top: 16px;
  min-height: 40px;
  border-bottom: 0.5pt solid var(--linkColor);
  transition: border 0.2s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 575.98px) {
  .filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-label {
    padding-top: 12px;
  }
}
@media screen and (min-width: 575.98px) {
  .filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-label {
    padding-top: calc(12px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-label {
    padding-top: 16px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-label {
    padding-top: calc(12px + 4 * (78vw - 575.98px) / 688.02);
  }
}
.filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-label:hover {
  border-color: var(--linkColor);
}
.filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-label:after {
  color: var(--linkColor);
}
.filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-label.arrow-up:after {
  content: '\e90e';
  font-size: 8px;
  width: 17px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 19px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-label.arrow-down:after {
  content: '\e915';
  font-size: 8px;
  width: 17px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 20px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-label strong {
  font-size: 12px;
  line-height: 16px;
  color: var(--linkColor);
  text-transform: uppercase;
  display: block;
  padding-right: 25px;
}
.filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-label .selected-items {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 4px 0 8px;
  font-weight: 500;
  color: var(--linkColor);
}
.filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-checks {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
}
.filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-checks .checks-wrapper {
  padding: 14px 0 16px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #002131;
}
@media screen and (max-width: 575.98px) {
  .filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-checks .checks-wrapper {
    padding-left: 28px;
  }
}
@media screen and (min-width: 575.98px) {
  .filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-checks .checks-wrapper {
    padding-left: calc(28px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-checks .checks-wrapper {
    padding-left: 32px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-checks .checks-wrapper {
    padding-left: calc(28px + 4 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-checks .checks-wrapper {
    padding-right: 28px;
  }
}
@media screen and (min-width: 575.98px) {
  .filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-checks .checks-wrapper {
    padding-right: calc(28px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-checks .checks-wrapper {
    padding-right: 32px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-checks .checks-wrapper {
    padding-right: calc(28px + 4 * (78vw - 575.98px) / 688.02);
  }
}
.filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-checks .checks-wrapper .check label {
  color: #fff;
  font-weight: 400;
  opacity: 0.5;
}
.filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-checks .checks-wrapper .check label span {
  border: 1pt solid var(--linkColor);
}
.filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-checks .checks-wrapper .check:hover label {
  opacity: 1;
}
.filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-checks .checks-wrapper .check input:checked + label span,
.filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-checks .checks-wrapper .check input:checked + .checkbox {
  color: var(--linkColor);
  background: #fff;
  border-color: #fff;
}
.filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-checks .checks-wrapper .check input:checked + label {
  opacity: 1;
}
.filter-box.com .main-filter-row .inner-filter-btn {
  flex-shrink: 1;
}
.filter-box.com .main-filter-row .inner-filter-btn .btn {
  white-space: nowrap;
}
@media (max-width: 1264px) {
  .filter-box.com .main-filter-row .inner-filter-box {
    max-width: 75%;
  }
  .filter-box.com .main-filter-row .inner-filter-btn {
    max-width: 25%;
    margin-left: auto;
  }
}
@media (max-width: 1200px) {
  .filter-box.com {
    padding-top: 50px;
  }
  .filter-box.com .main-filter-row .inner-filter-box {
    max-width: 100%;
  }
  .filter-box.com .main-filter-row .inner-filter-btn {
    max-width: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: -15px;
  }
}
@media (max-width: 660px) {
  .filter-box.com .main-filter-row {
    flex-direction: column;
  }
  .filter-box.com .main-filter-row .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
  .filter-box.com .main-filter-row .col-auto {
    width: 100%;
  }
}
.has-bg .filter-box.com {
  padding-bottom: 80px;
}
@media screen and (max-width: 575.98px) {
  .has-bg .filter-box.com {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .has-bg .filter-box.com {
    padding-bottom: calc(40px + 40 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .has-bg .filter-box.com {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .has-bg .filter-box.com {
    padding-bottom: calc(40px + 40 * (78vw - 575.98px) / 688.02);
  }
}
.has-bg .filter-box.com .main-filter-row .inner-filter-box .filter-item.active .filter-label .selected-items {
  color: #fff;
}
.has-bg .filter-box.com .main-filter-row .inner-filter-box .filter-item.active .filter-label strong {
  color: var(--baseColor);
}
.has-bg .filter-box.com .main-filter-row .inner-filter-box .filter-item.active .filter-label:after {
  color: var(--baseColor);
}
.has-bg .filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-label {
  border-bottom: 0.5pt solid rgba(255, 255, 255, 0.5);
}
.has-bg .filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-label strong {
  color: #fff;
}
.has-bg .filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-label:hover {
  border-color: #fff;
}
.has-bg .filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-label:after {
  color: #fff;
}
.has-bg .filter-box.com .main-filter-row .inner-filter-box .filter-item .filter-label .selected-items {
  color: #fff;
}
.has-bg .filter-box.com .inner-filter-btn .btn {
  background-color: #fff;
  border-color: #fff;
  color: var(--baseColor);
}
.has-bg .filter-box.com .inner-filter-btn .btn:hover,
.has-bg .filter-box.com .inner-filter-btn .btn:focus {
  background-color: transparent;
  color: #fff;
}
/**
 * ------------------------------------------------
 * Component wrap
 */
.filter-box__head {
  margin-bottom: 70px;
}
@media screen and (max-width: 575.98px) {
  .filter-box__head {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 575.98px) {
  .filter-box__head {
    margin-bottom: calc(30px + 40 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .filter-box__head {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .filter-box__head {
    margin-bottom: calc(30px + 40 * (78vw - 575.98px) / 688.02);
  }
}
.filter-box__head .label {
  display: block;
  color: #D6D8D9;
}
.filter-box__head .value {
  display: block;
}
.filter-box__results {
  text-align: center;
  margin-bottom: 80px;
  font-family: 'Vogue';
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 575.98px) {
  .filter-box__results {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .filter-box__results {
    margin-bottom: calc(40px + 40 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .filter-box__results {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .filter-box__results {
    margin-bottom: calc(40px + 40 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .filter-box__results {
    font-size: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .filter-box__results {
    font-size: calc(16px + 2 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .filter-box__results {
    font-size: 18px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .filter-box__results {
    font-size: calc(16px + 2 * (78vw - 575.98px) / 688.02);
  }
}
.filter-box__results .result-count {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 575.98px) {
  .filter-box__results .result-count {
    font-size: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  .filter-box__results .result-count {
    font-size: calc(20px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .filter-box__results .result-count {
    font-size: 24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .filter-box__results .result-count {
    font-size: calc(20px + 4 * (78vw - 575.98px) / 688.02);
  }
}
.filter-box__collapse .filter-box__collapse-action {
  text-align: center;
  margin-bottom: 80px;
}
.follow-us.com {
  margin-top: 0;
  background-color: #D6D8D9;
  text-align: center;
}
.follow-us.com h3 {
  margin-bottom: 0;
}
.follow-us.com .follow-us-content {
  padding-top: 190px;
  padding-bottom: 190px;
}
@media screen and (max-width: 575.98px) {
  .follow-us.com .follow-us-content {
    padding-top: 130px;
  }
}
@media screen and (min-width: 575.98px) {
  .follow-us.com .follow-us-content {
    padding-top: calc(130px + 60 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .follow-us.com .follow-us-content {
    padding-top: 190px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .follow-us.com .follow-us-content {
    padding-top: calc(130px + 60 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .follow-us.com .follow-us-content {
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 575.98px) {
  .follow-us.com .follow-us-content {
    padding-bottom: calc(130px + 60 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .follow-us.com .follow-us-content {
    padding-bottom: 190px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .follow-us.com .follow-us-content {
    padding-bottom: calc(130px + 60 * (78vw - 575.98px) / 688.02);
  }
}
.follow-us.com .follow-us-content .follow-us-socials {
  margin-top: 130px;
}
@media screen and (max-width: 575.98px) {
  .follow-us.com .follow-us-content .follow-us-socials {
    margin-top: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .follow-us.com .follow-us-content .follow-us-socials {
    margin-top: calc(40px + 90 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .follow-us.com .follow-us-content .follow-us-socials {
    margin-top: 130px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .follow-us.com .follow-us-content .follow-us-socials {
    margin-top: calc(40px + 90 * (78vw - 575.98px) / 688.02);
  }
}
.follow-us.com .follow-us-content .follow-us-socials .socials {
  justify-content: center;
  gap: 64px;
}
@media screen and (max-width: 575.98px) {
  .follow-us.com .follow-us-content .follow-us-socials .socials {
    gap: 42px;
  }
}
@media screen and (min-width: 575.98px) {
  .follow-us.com .follow-us-content .follow-us-socials .socials {
    gap: calc(42px + 22 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .follow-us.com .follow-us-content .follow-us-socials .socials {
    gap: 64px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .follow-us.com .follow-us-content .follow-us-socials .socials {
    gap: calc(42px + 22 * (78vw - 575.98px) / 688.02);
  }
}
.follow-us.com .follow-us-content .follow-us-socials .socials .item {
  color: #9f8976;
}
.follow-us.com .follow-us-content .follow-us-socials .socials .icon-instagram {
  width: 28px;
  height: 28px;
}
.follow-us.com .follow-us-content .follow-us-socials .socials .icon-instagram:after {
  font-size: 30px;
}
.follow-us.com .follow-us-content .follow-us-socials .socials .icon-facebook {
  width: 28px;
  height: 28px;
}
.follow-us.com .follow-us-content .follow-us-socials .socials .icon-facebook:after {
  font-size: 30px;
}
.follow-us.com .follow-us-content .follow-us-socials .socials .icon-linkedin {
  width: 28px;
  height: 28px;
}
.follow-us.com .follow-us-content .follow-us-socials .socials .icon-linkedin:after {
  font-size: 30px;
}
.follow-us.com .follow-us-content .follow-us-socials .socials .icon-youtube {
  width: 28px;
  height: 28px;
}
.follow-us.com .follow-us-content .follow-us-socials .socials .icon-youtube:after {
  font-size: 30px;
}
.gallery-carousel.com {
  --galleryBaseColor: #9f8976;
  min-width: 0;
  width: 100%;
  transition: transform 0.2s ease-in-out;
}
.gallery-carousel.com .owl-stage {
  padding-left: 0 !important;
}
.gallery-carousel.com .gallery-carousel__tabs {
  padding-left: 12px;
  margin-bottom: 70px;
  margin-top: 100px;
}
@media screen and (max-width: 575.98px) {
  .gallery-carousel.com .gallery-carousel__tabs {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .gallery-carousel.com .gallery-carousel__tabs {
    margin-bottom: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .gallery-carousel.com .gallery-carousel__tabs {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .gallery-carousel.com .gallery-carousel__tabs {
    margin-bottom: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .gallery-carousel.com .gallery-carousel__tabs {
    margin-top: 50px;
  }
}
@media screen and (min-width: 575.98px) {
  .gallery-carousel.com .gallery-carousel__tabs {
    margin-top: calc(50px + 50 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .gallery-carousel.com .gallery-carousel__tabs {
    margin-top: 100px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .gallery-carousel.com .gallery-carousel__tabs {
    margin-top: calc(50px + 50 * (78vw - 575.98px) / 688.02);
  }
}
.gallery-carousel.com .gallery-carousel__tabs .nav {
  display: inline-flex;
}
.gallery-carousel.com .gallery-carousel__tabs .nav-link.active,
.gallery-carousel.com .gallery-carousel__tabs .nav-link:focus,
.gallery-carousel.com .gallery-carousel__tabs .nav-link:hover {
  color: var(--projectNearbyBaseColor);
  border-color: transparent transparent var(--galleryBaseColor);
}
.gallery-carousel.com .gallery-carousel__controls {
  padding: 0 4px;
  margin-top: 40px;
}
@media screen and (max-width: 575.98px) {
  .gallery-carousel.com .gallery-carousel__controls {
    margin-top: 25px;
  }
}
@media screen and (min-width: 575.98px) {
  .gallery-carousel.com .gallery-carousel__controls {
    margin-top: calc(25px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .gallery-carousel.com .gallery-carousel__controls {
    margin-top: 40px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .gallery-carousel.com .gallery-carousel__controls {
    margin-top: calc(25px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 1264px) {
  .gallery-carousel.com {
    transform: none;
  }
}
.gallery-carousel.com .item {
  padding: 0 12px;
}
.gallery-carousel.com .item p {
  margin-bottom: 0;
  margin-top: 30px;
}
@media screen and (max-width: 575.98px) {
  .gallery-carousel.com .item p {
    margin-top: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  .gallery-carousel.com .item p {
    margin-top: calc(20px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .gallery-carousel.com .item p {
    margin-top: 30px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .gallery-carousel.com .item p {
    margin-top: calc(20px + 10 * (78vw - 575.98px) / 688.02);
  }
}
.gallery-carousel.com .item .img-box {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}
.gallery-carousel.com .item .img-box img {
  transition: 0.2s ease-in-out;
}
.gallery-carousel.com .item .img-box:hover img {
  transform: scale(1.05);
  cursor: pointer;
}
/**
 * --------------------------------------------------------------------------------
 * Gallery carousel modal mode
 *
 */
.modal.com.gallery-carousel-modal {
  --baseColor: #9f8976;
  padding: 0 !important;
  overflow: auto;
}
.modal.com.gallery-carousel-modal .modal-dialog {
  margin: 0 auto;
}
.modal.com.gallery-carousel-modal .modal-dialog.modal-full {
  max-width: 100%;
}
.modal.com.gallery-carousel-modal .modal-dialog .modal-content {
  background: #ffffff;
  border: 0;
  border-radius: 0;
}
.modal.com.gallery-carousel-modal .icon-close {
  right: 20px;
  top: 20px;
  width: 56px;
  height: 56px;
  display: inline-block;
  cursor: pointer;
  z-index: 3;
  color: #fff;
  background-color: var(--baseColor);
  transition: all 0.2s;
  position: fixed;
}
@media screen and (max-width: 575.98px) {
  .modal.com.gallery-carousel-modal .icon-close {
    right: 15px;
  }
}
@media screen and (min-width: 575.98px) {
  .modal.com.gallery-carousel-modal .icon-close {
    right: calc(15px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .modal.com.gallery-carousel-modal .icon-close {
    right: 20px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .modal.com.gallery-carousel-modal .icon-close {
    right: calc(15px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .modal.com.gallery-carousel-modal .icon-close {
    top: 15px;
  }
}
@media screen and (min-width: 575.98px) {
  .modal.com.gallery-carousel-modal .icon-close {
    top: calc(15px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .modal.com.gallery-carousel-modal .icon-close {
    top: 20px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .modal.com.gallery-carousel-modal .icon-close {
    top: calc(15px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .modal.com.gallery-carousel-modal .icon-close {
    width: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .modal.com.gallery-carousel-modal .icon-close {
    width: calc(40px + 16 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .modal.com.gallery-carousel-modal .icon-close {
    width: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .modal.com.gallery-carousel-modal .icon-close {
    width: calc(40px + 16 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .modal.com.gallery-carousel-modal .icon-close {
    height: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .modal.com.gallery-carousel-modal .icon-close {
    height: calc(40px + 16 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .modal.com.gallery-carousel-modal .icon-close {
    height: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .modal.com.gallery-carousel-modal .icon-close {
    height: calc(40px + 16 * (78vw - 575.98px) / 688.02);
  }
}
.modal.com.gallery-carousel-modal .icon-close:after {
  content: '\e912';
  font-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -7px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal.com.gallery-carousel-modal .icon-close.visible {
  opacity: 1;
}
.modal.com.gallery-carousel-modal .icon-close:after {
  transition: 0.2s ease-in-out;
}
.modal.com.gallery-carousel-modal .icon-close:hover {
  background-color: var(--baseColor);
}
.modal.com.gallery-carousel-modal .icon-close:hover:after {
  color: rgba(255, 255, 255, 0.6);
}
.modal.com.gallery-carousel-modal .modal-body {
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.modal.com.gallery-carousel-modal .gallery-carousel-modal__tabs {
  margin-bottom: 30px;
}
.modal.com.gallery-carousel-modal .gallery-carousel-modal__tabs .nav-link.active,
.modal.com.gallery-carousel-modal .gallery-carousel-modal__tabs .nav-link:focus,
.modal.com.gallery-carousel-modal .gallery-carousel-modal__tabs .nav-link:hover {
  color: var(--baseColor);
  border-color: transparent transparent var(--baseColor);
}
.modal.com.gallery-carousel-modal .carousel-control-prev,
.modal.com.gallery-carousel-modal .carousel-control-next,
.modal.com.gallery-carousel-modal .owl-nav .owl-prev,
.modal.com.gallery-carousel-modal .owl-nav .owl-next {
  background-color: var(--baseColor);
}
.modal.com.gallery-carousel-modal .gallery.com .item.video .img-wrapper:before,
.modal.com.gallery-carousel-modal .gallery.com .carousel-item.video .img-wrapper:before {
  background-color: var(--baseColor);
}
.modal.com.gallery-carousel-modal .gallery.com .item.video:hover .img-wrapper,
.modal.com.gallery-carousel-modal .gallery.com .carousel-item.video:hover .img-wrapper {
  color: rgba(255, 255, 255, 0.6);
}
/**
 * --------------------------------------------------------------------------------
 * Gallery carousel hover cursor
 *
 */
#gallery-carousel-hover-cursor {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  padding: 0;
}
#gallery-carousel-hover-cursor span {
  line-height: 1.25;
  text-align: right;
  transform: translateX(-30px) translateY(10px);
}
#gallery-carousel-hover-cursor:after {
  height: 160px;
  width: 160px;
  left: calc(50% - 80px);
  bottom: calc(50% - 80px);
}
#gallery-carousel-hover-cursor:before {
  transform: translateX(40px);
}
.footer.com {
  padding-top: 0;
  position: relative;
  background: #002B3C;
  color: #fff;
  font-size: 14px;
  margin-top: 250px;
  /**
  * ********************************************************************************************************************
  * Media queries
  */
  /**
  * Only SM
  */
}
@media screen and (max-width: 575.98px) {
  .footer.com {
    margin-top: 60px;
  }
}
@media screen and (min-width: 575.98px) {
  .footer.com {
    margin-top: calc(60px + 190 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .footer.com {
    margin-top: 250px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .footer.com {
    margin-top: calc(60px + 190 * (78vw - 575.98px) / 688.02);
  }
}
.footer.com .logo img {
  height: 105px;
}
@media screen and (max-width: 575.98px) {
  .footer.com .logo img {
    height: 64px;
  }
}
@media screen and (min-width: 575.98px) {
  .footer.com .logo img {
    height: calc(64px + 41 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .footer.com .logo img {
    height: 105px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .footer.com .logo img {
    height: calc(64px + 41 * (78vw - 575.98px) / 688.02);
  }
}
.footer.com .footer-logos {
  text-align: center;
  gap: 30px;
}
@media screen and (max-width: 575.98px) {
  .footer.com .footer-logos {
    gap: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  .footer.com .footer-logos {
    gap: calc(20px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .footer.com .footer-logos {
    gap: 30px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .footer.com .footer-logos {
    gap: calc(20px + 10 * (78vw - 575.98px) / 688.02);
  }
}
.footer.com .footer-logos .logo img {
  height: 80px;
}
@media screen and (max-width: 575.98px) {
  .footer.com .footer-logos .logo img {
    height: 55px;
  }
}
@media screen and (min-width: 575.98px) {
  .footer.com .footer-logos .logo img {
    height: calc(55px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .footer.com .footer-logos .logo img {
    height: 80px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .footer.com .footer-logos .logo img {
    height: calc(55px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) {
  .footer.com {
    font-size: 16px;
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  .footer.com {
    font-size: 16px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  .footer.com {
    font-size: calc(16px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  .footer.com {
    font-size: 16px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  .footer.com {
    font-size: calc(16px + 0 * (78vw - 575.98px) / 688.02);
  }
}
.footer.com .footer-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 575.98px) {
  .footer.com .footer-content {
    padding-top: 48px;
  }
}
@media screen and (min-width: 575.98px) {
  .footer.com .footer-content {
    padding-top: calc(48px + 52 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .footer.com .footer-content {
    padding-top: 100px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .footer.com .footer-content {
    padding-top: calc(48px + 52 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .footer.com .footer-content {
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 575.98px) {
  .footer.com .footer-content {
    padding-bottom: calc(48px + 52 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .footer.com .footer-content {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .footer.com .footer-content {
    padding-bottom: calc(48px + 52 * (78vw - 575.98px) / 688.02);
  }
}
.footer.com .footer-group {
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 22px;
}
@media (min-width: 576px) {
  .footer.com .footer-group {
    padding-top: 0;
  }
}
@media (max-width: 576px) {
  .footer.com .footer-group p {
    font-size: 12px;
    line-height: 1.8;
  }
}
.footer.com .footer-menu {
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 576px) {
  .footer.com .footer-menu {
    flex-direction: row;
  }
}
.footer.com .footer-menu .col-12 {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.footer.com .footer-menu .col-12 + .col-12 {
  border-left: 1px solid rgba(145, 182, 200, 0.3);
}
.footer.com a {
  text-decoration: underline;
  color: #fff;
}
.footer.com a:hover {
  color: #fff;
}
.footer.com .f-content-wrapper {
  width: auto;
  padding-left: 64px;
  padding-right: 64px;
}
@media screen and (max-width: 575.98px) {
  .footer.com .f-content-wrapper {
    padding-left: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  .footer.com .f-content-wrapper {
    padding-left: calc(20px + 44 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .footer.com .f-content-wrapper {
    padding-left: 64px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .footer.com .f-content-wrapper {
    padding-left: calc(20px + 44 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .footer.com .f-content-wrapper {
    padding-right: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  .footer.com .f-content-wrapper {
    padding-right: calc(20px + 44 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .footer.com .f-content-wrapper {
    padding-right: 64px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .footer.com .f-content-wrapper {
    padding-right: calc(20px + 44 * (78vw - 575.98px) / 688.02);
  }
}
.footer.com .f-content-wrapper h6 {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  line-height: 32px;
  text-transform: none;
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 576px) {
  .footer.com .f-content-wrapper h6 {
    font-size: 16px;
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  .footer.com .f-content-wrapper h6 {
    font-size: 16px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  .footer.com .f-content-wrapper h6 {
    font-size: calc(16px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  .footer.com .f-content-wrapper h6 {
    font-size: 16px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  .footer.com .f-content-wrapper h6 {
    font-size: calc(16px + 0 * (78vw - 575.98px) / 688.02);
  }
}
.footer.com .f-content-wrapper a {
  color: #fff;
  font-weight: 500;
}
.footer.com .f-content-wrapper a:hover {
  color: #9f8976;
}
.footer.com .menu.com {
  text-transform: none;
  display: grid;
  grid-auto-flow: column;
  grid-template: repeat(3, 0fr) / repeat(1, 1fr);
  margin: 0;
  grid-column-gap: 100px;
  grid-row-gap: 40px;
}
.footer.com .menu.com a {
  display: block;
  margin-left: 0;
  margin-right: 0;
  border: 0 none transparent;
  padding: 0;
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  font-size: 14px;
}
@media (min-width: 576px) {
  .footer.com .menu.com a {
    font-size: 16px;
  }
}
@media (min-width: 576px) and screen and (max-width: 575.98px) {
  .footer.com .menu.com a {
    font-size: 16px;
  }
}
@media (min-width: 576px) and screen and (min-width: 575.98px) {
  .footer.com .menu.com a {
    font-size: calc(16px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 576px) and screen and (min-width: 1264px) {
  .footer.com .menu.com a {
    font-size: 16px;
  }
}
@media (min-width: 576px) and screen and (min-width: 848px) and (max-height: 576px) {
  .footer.com .menu.com a {
    font-size: calc(16px + 0 * (78vw - 575.98px) / 688.02);
  }
}
.footer.com .menu.com a:hover {
  color: #9f8976;
}
.footer.com .copyright {
  background-color: #332c25;
  color: #fff;
  font-weight: 400;
  padding: 33px 0;
}
@media (min-width: 576px) {
  .footer.com .copyright {
    padding: 70px 0;
  }
}
.footer.com .copyright .socials.com {
  height: 100%;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .footer.com .copyright .socials.com {
    justify-content: center;
    gap: 48px;
  }
}
@media (min-width: 1264px) {
  .footer.com .copyright .socials.com {
    justify-content: flex-end;
    gap: 64px;
  }
}
.footer.com .copyright .socials.com .item {
  scale: 1.2;
}
.footer.com .copyright .row {
  gap: 40px;
}
@media (min-width: 848px) {
  .footer.com .copyright .row {
    gap: 16px;
    justify-content: space-between;
  }
}
.footer.com .copyright .divider {
  padding: 0 8px;
}
@media (min-width: 1264px) {
  .footer.com .copyright .divider {
    padding: 0 16px;
  }
}
.footer.com .copyright__text {
  font-size: 12px;
  text-align: center;
}
@media (min-width: 848px) {
  .footer.com .copyright__text {
    text-align: left;
    font-size: 14px;
  }
}
@media (min-width: 848px) and screen and (max-width: 575.98px) {
  .footer.com .copyright__text {
    font-size: 14px;
  }
}
@media (min-width: 848px) and screen and (min-width: 575.98px) {
  .footer.com .copyright__text {
    font-size: calc(14px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) and screen and (min-width: 1264px) {
  .footer.com .copyright__text {
    font-size: 14px;
  }
}
@media (min-width: 848px) and screen and (min-width: 848px) and (max-height: 576px) {
  .footer.com .copyright__text {
    font-size: calc(14px + 0 * (78vw - 575.98px) / 688.02);
  }
}
.footer.com .footer-head {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 100px;
  gap: 250px;
  flex-direction: column;
}
@media screen and (max-width: 575.98px) {
  .footer.com .footer-head {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 575.98px) {
  .footer.com .footer-head {
    margin-bottom: calc(64px + 36 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .footer.com .footer-head {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .footer.com .footer-head {
    margin-bottom: calc(64px + 36 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .footer.com .footer-head {
    gap: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .footer.com .footer-head {
    gap: calc(40px + 210 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .footer.com .footer-head {
    gap: 250px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .footer.com .footer-head {
    gap: calc(40px + 210 * (78vw - 575.98px) / 688.02);
  }
}
.footer.com .footer-head__title {
  margin-top: 0;
  color: #fff;
}
@media (max-width: 576px) {
  .footer.com .footer-head__title {
    font-size: 56px;
    line-height: 64px;
  }
}
@media (min-width: 576px) {
  .footer.com .footer-head {
    flex-direction: row;
  }
  .footer.com .footer-head__title {
    line-height: 1;
  }
}
.footer.com .col-info .f-content-wrapper,
.footer.com .col-contact .f-content-wrapper {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media (min-width: 576px) {
  .footer.com .col-info .f-content-wrapper,
  .footer.com .col-contact .f-content-wrapper {
    gap: 24px;
  }
}
@media (min-width: 1264px) {
  .footer.com .col-info .f-content-wrapper,
  .footer.com .col-contact .f-content-wrapper {
    gap: 45px;
    flex-direction: row;
  }
}
.footer.com .col-info,
.footer.com .col-menu,
.footer.com .col-contact {
  max-width: 100%;
}
@media (min-width: 576px) {
  .footer.com .col-info,
  .footer.com .col-menu,
  .footer.com .col-contact {
    max-width: fit-content;
  }
}
.footer.com .col-info {
  flex: 1;
}
.footer.com .col-info .f-content-wrapper {
  padding-right: 70px;
  padding-left: 0;
}
@media screen and (max-width: 575.98px) {
  .footer.com .col-info .f-content-wrapper {
    padding-right: 0px;
  }
}
@media screen and (min-width: 575.98px) {
  .footer.com .col-info .f-content-wrapper {
    padding-right: calc(0px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .footer.com .col-info .f-content-wrapper {
    padding-right: 70px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .footer.com .col-info .f-content-wrapper {
    padding-right: calc(0px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 576px) {
  .footer.com .col-info p {
    margin-bottom: 29px;
  }
}
.footer.com .col-menu {
  flex: 1.5;
}
.footer.com .col-menu .f-content-wrapper {
  padding-left: 90px;
  padding-right: 90px;
}
@media screen and (max-width: 575.98px) {
  .footer.com .col-menu .f-content-wrapper {
    padding-left: 0px;
  }
}
@media screen and (min-width: 575.98px) {
  .footer.com .col-menu .f-content-wrapper {
    padding-left: calc(0px + 90 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .footer.com .col-menu .f-content-wrapper {
    padding-left: 90px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .footer.com .col-menu .f-content-wrapper {
    padding-left: calc(0px + 90 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .footer.com .col-menu .f-content-wrapper {
    padding-right: 0px;
  }
}
@media screen and (min-width: 575.98px) {
  .footer.com .col-menu .f-content-wrapper {
    padding-right: calc(0px + 90 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .footer.com .col-menu .f-content-wrapper {
    padding-right: 90px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .footer.com .col-menu .f-content-wrapper {
    padding-right: calc(0px + 90 * (78vw - 575.98px) / 688.02);
  }
}
.footer.com .col-contact {
  flex: 1;
}
.footer.com .col-contact .f-content-wrapper {
  padding-right: 0;
  padding-left: 70px;
}
@media screen and (max-width: 575.98px) {
  .footer.com .col-contact .f-content-wrapper {
    padding-left: 0px;
  }
}
@media screen and (min-width: 575.98px) {
  .footer.com .col-contact .f-content-wrapper {
    padding-left: calc(0px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .footer.com .col-contact .f-content-wrapper {
    padding-left: 70px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .footer.com .col-contact .f-content-wrapper {
    padding-left: calc(0px + 70 * (78vw - 575.98px) / 688.02);
  }
}
.footer.com .col-contact__links {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 847.98px) {
  .footer.com .col-12 {
    border-left-width: 0 !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  .footer.com .col-12 .f-content-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .footer.com .col-12.col-contact .f-content-wrapper {
    width: 100%;
  }
  .footer.com .menu.com {
    column-gap: 40px;
    padding-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .footer.com .col-12 + .col-12 .f-content-wrapper {
    width: 100%;
    border-top: 1px solid rgba(145, 182, 200, 0.3);
    padding-top: 48px;
  }
  .footer.com .col-12.col-info {
    padding-bottom: 48px;
  }
  .footer.com .col-12.col-menu .f-content-wrapper {
    padding-top: 48px;
  }
  .footer.com .col-12.col-contact .f-content-wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .footer.com .menu.com {
    grid-template: repeat(3, 1fr) / repeat(2, 1fr);
  }
  .footer.com .copyright .col-12 {
    text-align: center !important;
    justify-content: center !important;
  }
}
@media (min-width: 575.98px) and (max-width: 847.98px) {
  .footer.com .footer-menu {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer.com .col-menu {
    min-width: 100%;
  }
  .footer.com .col-menu .f-content-wrapper {
    width: 100%;
  }
  .footer.com .col-menu .f-content-wrapper .menu.com {
    display: flex;
    width: 100%;
    justify-content: flex-start;
  }
}
/**
 * ------------------------------------------------------------------------------
 * No margin version
 */
.footer.com.nomargin {
  margin-top: 0;
}
.google-map-section.com {
  --baseColor: #9f8976;
  margin-bottom: 0;
  margin-top: 140px;
}
@media screen and (max-width: 575.98px) {
  .google-map-section.com {
    margin-top: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .google-map-section.com {
    margin-top: calc(40px + 100 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .google-map-section.com {
    margin-top: 140px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .google-map-section.com {
    margin-top: calc(40px + 100 * (78vw - 575.98px) / 688.02);
  }
}
.google-map-section.com .map-wrap {
  display: flex;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column-reverse;
}
@media (min-width: 848px) {
  .google-map-section.com .map-wrap {
    flex-direction: row-reverse;
  }
}
.google-map-section.com .address-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}
@media (min-width: 848px) {
  .google-map-section.com .address-wrap {
    width: 440px;
    flex-direction: column-reverse;
    justify-content: unset;
  }
}
@media (min-width: 1264px) {
  .google-map-section.com .address-wrap {
    min-width: 392px;
    width: 560px;
  }
}
.google-map-section.com .address-wrap .address {
  display: flex;
  flex-direction: column;
  max-width: 496px;
  background: #316DE4;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 44px;
  transition: all 0.2s ease-in-out;
  width: 390px;
  transform: translateX(0px) translateY(20px);
  min-width: 260px;
}
@media screen and (max-width: 575.98px) {
  .google-map-section.com .address-wrap .address {
    padding: 24px;
  }
}
@media screen and (min-width: 575.98px) {
  .google-map-section.com .address-wrap .address {
    padding: calc(24px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .google-map-section.com .address-wrap .address {
    padding: 44px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .google-map-section.com .address-wrap .address {
    padding: calc(24px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) {
  .google-map-section.com .address-wrap .address {
    width: 332px;
    transform: translateX(0px) translateY(-28px);
    min-height: 546px;
  }
}
@media (min-width: 1264px) {
  .google-map-section.com .address-wrap .address {
    width: 392px;
    transform: translateX(0px) translateY(-28px);
  }
}
@media (min-width: 1408px) {
  .google-map-section.com .address-wrap .address {
    transform: translateX(0px) translateY(-28px);
  }
}
.google-map-section.com .address-wrap .address .address-head {
  min-height: 302px;
  flex-grow: 1;
}
.google-map-section.com .address-wrap .address .address-head h5 {
  color: white;
  margin-bottom: 33px;
}
.google-map-section.com .address-wrap .address .address-action {
  margin-bottom: 6px;
  margin-right: 8px;
  text-align: right;
}
.google-map-section.com .address-wrap .address-image {
  z-index: 3;
  transition: all 0.2s ease-in-out;
  transform: translateX(35px) translateY(-80px);
}
.google-map-section.com .address-wrap .address-image img {
  transition: all 0.2s ease-in-out;
  object-fit: cover;
  width: 140px;
  height: 140px;
  max-width: unset;
}
.google-map-section.com .address-wrap .address-image + .address {
  transform: translateX(-30px) translateY(20px);
}
@media (min-width: 848px) {
  .google-map-section.com .address-wrap .address-image + .address {
    transform: translateX(84px) translateY(-28px);
  }
}
@media (min-width: 1264px) {
  .google-map-section.com .address-wrap .address-image + .address {
    transform: translateX(134px) translateY(-28px);
  }
}
@media (min-width: 1408px) {
  .google-map-section.com .address-wrap .address-image + .address {
    transform: translateX(364px) translateY(-28px);
  }
}
@media (min-width: 848px) {
  .google-map-section.com .address-wrap .address-image {
    transform: translateX(-90px) translateY(-360px);
  }
  .google-map-section.com .address-wrap .address-image img {
    width: 210px;
    height: 210px;
    max-width: 100%;
  }
}
@media (min-width: 1264px) {
  .google-map-section.com .address-wrap .address-image {
    transform: translateX(-120px) translateY(-360px);
  }
  .google-map-section.com .address-wrap .address-image img {
    width: 240px;
    height: 240px;
  }
}
@media (min-width: 1408px) {
  .google-map-section.com .address-wrap .address-image {
    transform: translateX(80px) translateY(-360px);
  }
  .google-map-section.com .address-wrap .address-image img {
    width: 290px;
    height: 290px;
  }
}
.google-map-section.com .google-map {
  width: 100%;
  max-width: 1360px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  height: 792px;
}
@media screen and (max-width: 575.98px) {
  .google-map-section.com .google-map {
    height: 450px;
  }
}
@media screen and (min-width: 575.98px) {
  .google-map-section.com .google-map {
    height: calc(450px + 342 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .google-map-section.com .google-map {
    height: 792px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .google-map-section.com .google-map {
    height: calc(450px + 342 * (78vw - 575.98px) / 688.02);
  }
}
.google-map-section.com .google-map .gm-style .gm-style-iw-t .gm-style-iw-c {
  position: absolute;
  box-sizing: border-box;
  overflow: visible !important;
  top: 0;
  left: 0;
  transform: translate3d(0%, -100%, 0);
  background-color: #E1ECFF;
  border-radius: 0;
  padding: 0 !important;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
}
.google-map-section.com .google-map .gm-style .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d {
  color: white;
  background: var(--baseColor);
  font-weight: 700;
  overflow: visible !important;
  font-size: 16px;
}
@media screen and (max-width: 575.98px) {
  .google-map-section.com .google-map .gm-style .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d {
    font-size: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .google-map-section.com .google-map .gm-style .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d {
    font-size: calc(16px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .google-map-section.com .google-map .gm-style .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d {
    font-size: 16px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .google-map-section.com .google-map .gm-style .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d {
    font-size: calc(16px + 0 * (78vw - 575.98px) / 688.02);
  }
}
.google-map-section.com .google-map .gm-style .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d .g-window {
  line-height: 1.35;
  overflow: visible;
  padding: 22px;
  font-weight: 400;
}
@media screen and (max-width: 575.98px) {
  .google-map-section.com .google-map .gm-style .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d .g-window {
    padding: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .google-map-section.com .google-map .gm-style .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d .g-window {
    padding: calc(16px + 6 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .google-map-section.com .google-map .gm-style .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d .g-window {
    padding: 22px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .google-map-section.com .google-map .gm-style .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d .g-window {
    padding: calc(16px + 6 * (78vw - 575.98px) / 688.02);
  }
}
.google-map-section.com .google-map .gm-style .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d .g-window .g-mark-content-image {
  max-width: 84px;
}
.google-map-section.com .google-map .gm-style button.gm-ui-hover-effect {
  display: none !important;
}
.google-map-section.com .google-map .gm-style-iw-tc {
  display: none;
}
.google-map-section.com .google-map .g-mark-content-icon {
  display: block;
}
.google-map-section.com .google-map .gms__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.google-map-section.com .google-map .gms__head i {
  height: 20px;
  width: 20px;
  cursor: pointer;
  display: none;
  color: #fff;
}
.google-map-section.com .google-map .gms__head i:hover {
  opacity: 0.6;
}
.google-map-section.com .google-map .gms__head i:after {
  height: 20px;
  width: 20px;
  font-size: 21px;
  top: 0;
  left: 0;
  margin: 0;
}
.google-map-section.com .google-map .g-window {
  transition: all 0.2s ease-in-out;
}
.google-map-section.com .google-map .g-window.open i {
  display: block;
}
.google-map-section.com .google-map .g-window.hide {
  display: none;
}
.google-map-section.com .google-map .g-window.pointer:not(.open) {
  cursor: pointer;
  padding: 12px !important;
}
@media screen and (max-width: 575.98px) {
  .google-map-section.com .google-map .g-window.pointer:not(.open) {
    padding: 10px;
  }
}
@media screen and (min-width: 575.98px) {
  .google-map-section.com .google-map .g-window.pointer:not(.open) {
    padding: calc(10px + 2 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .google-map-section.com .google-map .g-window.pointer:not(.open) {
    padding: 12px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .google-map-section.com .google-map .g-window.pointer:not(.open) {
    padding: calc(10px + 2 * (78vw - 575.98px) / 688.02);
  }
}
.google-map-section.com .google-map .g-window:after {
  background: #D6D8D9;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  content: '';
  height: 28px;
  width: 28px;
  left: 0;
  position: absolute;
  bottom: -28px;
}
.google-map-section.com .google-map .gms__body {
  margin-top: 12px;
  min-width: 80px;
}
@media screen and (max-width: 575.98px) {
  .google-map-section.com .google-map .gms__body {
    margin-top: 8px;
  }
}
@media screen and (min-width: 575.98px) {
  .google-map-section.com .google-map .gms__body {
    margin-top: calc(8px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .google-map-section.com .google-map .gms__body {
    margin-top: 12px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .google-map-section.com .google-map .gms__body {
    margin-top: calc(8px + 4 * (78vw - 575.98px) / 688.02);
  }
}
.google-map-section.com .google-map .gms__body .g-mark-content-link {
  display: inline-block;
  margin-top: 28px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 36px;
  text-transform: none;
  text-decoration: none;
  position: relative;
  padding-right: 56px;
}
@media screen and (max-width: 575.98px) {
  .google-map-section.com .google-map .gms__body .g-mark-content-link {
    margin-top: 18px;
  }
}
@media screen and (min-width: 575.98px) {
  .google-map-section.com .google-map .gms__body .g-mark-content-link {
    margin-top: calc(18px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .google-map-section.com .google-map .gms__body .g-mark-content-link {
    margin-top: 28px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .google-map-section.com .google-map .gms__body .g-mark-content-link {
    margin-top: calc(18px + 10 * (78vw - 575.98px) / 688.02);
  }
}
.google-map-section.com .google-map .gms__body .g-mark-content-link:hover {
  text-decoration: underline;
}
.google-map-section.com .google-map .gms__body .g-mark-content-link:before {
  content: "\e91c";
  line-height: 1.2;
  position: absolute;
  text-align: center;
  width: 32px;
  height: 10px;
  color: #fff;
  right: 0;
  bottom: calc(50% - 5px);
  font-family: 'icomoon';
  font-size: 8px;
  transition: all 0.2s ease-in-out;
}
.google-map-section.com .google-map .gms__body .title {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-family: 'Vogue';
}
@media screen and (max-width: 575.98px) {
  .google-map-section.com .google-map .gms__body .title {
    font-size: 18px;
  }
}
@media screen and (min-width: 575.98px) {
  .google-map-section.com .google-map .gms__body .title {
    font-size: calc(18px + 2 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .google-map-section.com .google-map .gms__body .title {
    font-size: 20px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .google-map-section.com .google-map .gms__body .title {
    font-size: calc(18px + 2 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 575.98px) {
  .google-map-section.com:before {
    width: 75%;
  }
}
@media (min-width: 847.98px) {
  .google-map-section.com.google-map-section--bg-bottom:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 59%;
    width: 100%;
    background-color: #D6D8D9;
  }
}
.gallery.com .carousel-control-prev span,
.gallery.com .carousel-control-next span,
.gallery.com .owl-nav .owl-prev span,
.gallery.com .owl-nav .owl-next span {
  color: #fff;
}
.gallery.com .img-wrapper,
.gallery.com .carousel-item {
  overflow: hidden;
  position: relative;
}
.gallery.com .img-wrapper:before,
.gallery.com .carousel-item:before,
.gallery.com .img-wrapper:after,
.gallery.com .carousel-item:after {
  z-index: 2;
}
.gallery.com .item {
  display: block;
}
.gallery.com .gallery-preview .col-6 + .col-6 + .col-6 {
  margin-top: 24px;
}
@media screen and (max-width: 575.98px) {
  .gallery.com .gallery-preview .col-6 + .col-6 + .col-6 {
    margin-top: 12px;
  }
}
@media screen and (min-width: 575.98px) {
  .gallery.com .gallery-preview .col-6 + .col-6 + .col-6 {
    margin-top: calc(12px + 12 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .gallery.com .gallery-preview .col-6 + .col-6 + .col-6 {
    margin-top: 24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .gallery.com .gallery-preview .col-6 + .col-6 + .col-6 {
    margin-top: calc(12px + 12 * (78vw - 575.98px) / 688.02);
  }
}
.gallery.com .gallery-preview.row,
.gallery.com .gallery-preview .row {
  margin-left: -12px;
  margin-right: -12px;
}
@media screen and (max-width: 575.98px) {
  .gallery.com .gallery-preview.row,
  .gallery.com .gallery-preview .row {
    margin-left: -6px;
  }
}
@media screen and (min-width: 575.98px) {
  .gallery.com .gallery-preview.row,
  .gallery.com .gallery-preview .row {
    margin-left: calc(-6px + -6 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .gallery.com .gallery-preview.row,
  .gallery.com .gallery-preview .row {
    margin-left: -12px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .gallery.com .gallery-preview.row,
  .gallery.com .gallery-preview .row {
    margin-left: calc(-6px + -6 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .gallery.com .gallery-preview.row,
  .gallery.com .gallery-preview .row {
    margin-right: -6px;
  }
}
@media screen and (min-width: 575.98px) {
  .gallery.com .gallery-preview.row,
  .gallery.com .gallery-preview .row {
    margin-right: calc(-6px + -6 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .gallery.com .gallery-preview.row,
  .gallery.com .gallery-preview .row {
    margin-right: -12px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .gallery.com .gallery-preview.row,
  .gallery.com .gallery-preview .row {
    margin-right: calc(-6px + -6 * (78vw - 575.98px) / 688.02);
  }
}
.gallery.com .gallery-preview.row > *,
.gallery.com .gallery-preview .row > * {
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 575.98px) {
  .gallery.com .gallery-preview.row > *,
  .gallery.com .gallery-preview .row > * {
    padding-left: 6px;
  }
}
@media screen and (min-width: 575.98px) {
  .gallery.com .gallery-preview.row > *,
  .gallery.com .gallery-preview .row > * {
    padding-left: calc(6px + 6 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .gallery.com .gallery-preview.row > *,
  .gallery.com .gallery-preview .row > * {
    padding-left: 12px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .gallery.com .gallery-preview.row > *,
  .gallery.com .gallery-preview .row > * {
    padding-left: calc(6px + 6 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .gallery.com .gallery-preview.row > *,
  .gallery.com .gallery-preview .row > * {
    padding-right: 6px;
  }
}
@media screen and (min-width: 575.98px) {
  .gallery.com .gallery-preview.row > *,
  .gallery.com .gallery-preview .row > * {
    padding-right: calc(6px + 6 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .gallery.com .gallery-preview.row > *,
  .gallery.com .gallery-preview .row > * {
    padding-right: 12px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .gallery.com .gallery-preview.row > *,
  .gallery.com .gallery-preview .row > * {
    padding-right: calc(6px + 6 * (78vw - 575.98px) / 688.02);
  }
}
.gallery.com .gallery-preview .item,
.gallery.com .gallery-preview .carousel-item {
  color: #9f8976;
}
.gallery.com .gallery-preview .item:after,
.gallery.com .gallery-preview .carousel-item:after {
  content: '\e918';
  font-size: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 75px;
  top: 75px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gallery.com .gallery-preview .item:after,
.gallery.com .gallery-preview .carousel-item:after,
.gallery.com .gallery-preview .item:before,
.gallery.com .gallery-preview .carousel-item:before {
  z-index: 2;
  pointer-events: none;
  opacity: 0;
}
.gallery.com .gallery-preview .item:before,
.gallery.com .gallery-preview .carousel-item:before {
  content: '';
  position: absolute;
  right: 48px;
  top: 48px;
  width: 56px;
  height: 56px;
  background-color: #9f8976;
  transition: all 0.2s;
  border: 0 !important;
}
@media screen and (max-width: 575.98px) {
  .gallery.com .gallery-preview .item:before,
  .gallery.com .gallery-preview .carousel-item:before {
    right: 10px;
  }
}
@media screen and (min-width: 575.98px) {
  .gallery.com .gallery-preview .item:before,
  .gallery.com .gallery-preview .carousel-item:before {
    right: calc(10px + 38 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .gallery.com .gallery-preview .item:before,
  .gallery.com .gallery-preview .carousel-item:before {
    right: 48px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .gallery.com .gallery-preview .item:before,
  .gallery.com .gallery-preview .carousel-item:before {
    right: calc(10px + 38 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .gallery.com .gallery-preview .item:before,
  .gallery.com .gallery-preview .carousel-item:before {
    top: 10px;
  }
}
@media screen and (min-width: 575.98px) {
  .gallery.com .gallery-preview .item:before,
  .gallery.com .gallery-preview .carousel-item:before {
    top: calc(10px + 38 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .gallery.com .gallery-preview .item:before,
  .gallery.com .gallery-preview .carousel-item:before {
    top: 48px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .gallery.com .gallery-preview .item:before,
  .gallery.com .gallery-preview .carousel-item:before {
    top: calc(10px + 38 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .gallery.com .gallery-preview .item:before,
  .gallery.com .gallery-preview .carousel-item:before {
    width: 34px;
  }
}
@media screen and (min-width: 575.98px) {
  .gallery.com .gallery-preview .item:before,
  .gallery.com .gallery-preview .carousel-item:before {
    width: calc(34px + 22 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .gallery.com .gallery-preview .item:before,
  .gallery.com .gallery-preview .carousel-item:before {
    width: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .gallery.com .gallery-preview .item:before,
  .gallery.com .gallery-preview .carousel-item:before {
    width: calc(34px + 22 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .gallery.com .gallery-preview .item:before,
  .gallery.com .gallery-preview .carousel-item:before {
    height: 34px;
  }
}
@media screen and (min-width: 575.98px) {
  .gallery.com .gallery-preview .item:before,
  .gallery.com .gallery-preview .carousel-item:before {
    height: calc(34px + 22 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .gallery.com .gallery-preview .item:before,
  .gallery.com .gallery-preview .carousel-item:before {
    height: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .gallery.com .gallery-preview .item:before,
  .gallery.com .gallery-preview .carousel-item:before {
    height: calc(34px + 22 * (78vw - 575.98px) / 688.02);
  }
}
.gallery.com .gallery-preview .item:after,
.gallery.com .gallery-preview .carousel-item:after {
  right: 68px;
  top: 68px;
}
@media screen and (max-width: 575.98px) {
  .gallery.com .gallery-preview .item:after,
  .gallery.com .gallery-preview .carousel-item:after {
    right: 18px;
  }
}
@media screen and (min-width: 575.98px) {
  .gallery.com .gallery-preview .item:after,
  .gallery.com .gallery-preview .carousel-item:after {
    right: calc(18px + 50 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .gallery.com .gallery-preview .item:after,
  .gallery.com .gallery-preview .carousel-item:after {
    right: 68px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .gallery.com .gallery-preview .item:after,
  .gallery.com .gallery-preview .carousel-item:after {
    right: calc(18px + 50 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .gallery.com .gallery-preview .item:after,
  .gallery.com .gallery-preview .carousel-item:after {
    top: 18px;
  }
}
@media screen and (min-width: 575.98px) {
  .gallery.com .gallery-preview .item:after,
  .gallery.com .gallery-preview .carousel-item:after {
    top: calc(18px + 50 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .gallery.com .gallery-preview .item:after,
  .gallery.com .gallery-preview .carousel-item:after {
    top: 68px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .gallery.com .gallery-preview .item:after,
  .gallery.com .gallery-preview .carousel-item:after {
    top: calc(18px + 50 * (78vw - 575.98px) / 688.02);
  }
}
.gallery.com .gallery-preview .item.video .img-wrapper:before,
.gallery.com .gallery-preview .carousel-item.video .img-wrapper:before {
  background-color: #9f8976 !important;
}
.gallery.com .gallery-preview .item.video .img-wrapper:after,
.gallery.com .gallery-preview .carousel-item.video .img-wrapper:after {
  color: #fff !important;
}
.gallery.com .gallery-preview + .collapse .col-10 .carousel-item.active,
.gallery.com .gallery-preview + .collapsing .col-10 .carousel-item.active {
  display: block !important;
}
@media (max-width: 575.98px) {
  .gallery.com .gallery-preview {
    display: none !important;
  }
  .gallery.com .gallery-preview + .collapse {
    display: block !important;
  }
  .gallery.com .gallery-preview + .collapse .col-2,
  .gallery.com .gallery-preview + .collapse .gallery-close {
    display: none !important;
  }
  .gallery.com .gallery-preview + .collapse .col-10 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
  }
  .gallery.com .gallery-preview + .collapse .col-10 .carousel-item:not(:last-child) {
    padding-bottom: 24px;
  }
  .gallery.com .gallery-preview + .collapse .col-10 .carousel-item:not(.collapse),
  .gallery.com .gallery-preview + .collapse .col-10 .carousel-item.collapse.show {
    display: block !important;
  }
}
.gallery.com .item,
.gallery.com .carousel-item {
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.gallery.com .item .gallery-close,
.gallery.com .carousel-item .gallery-close {
  position: absolute;
  z-index: 3;
  right: 48px;
  top: 48px;
  width: 56px;
  height: 56px;
  background-color: #9f8976;
  transition: all 0.2s;
  border: 0 !important;
  font-size: 0;
  opacity: 0;
}
@media screen and (max-width: 575.98px) {
  .gallery.com .item .gallery-close,
  .gallery.com .carousel-item .gallery-close {
    right: 10px;
  }
}
@media screen and (min-width: 575.98px) {
  .gallery.com .item .gallery-close,
  .gallery.com .carousel-item .gallery-close {
    right: calc(10px + 38 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .gallery.com .item .gallery-close,
  .gallery.com .carousel-item .gallery-close {
    right: 48px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .gallery.com .item .gallery-close,
  .gallery.com .carousel-item .gallery-close {
    right: calc(10px + 38 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .gallery.com .item .gallery-close,
  .gallery.com .carousel-item .gallery-close {
    top: 10px;
  }
}
@media screen and (min-width: 575.98px) {
  .gallery.com .item .gallery-close,
  .gallery.com .carousel-item .gallery-close {
    top: calc(10px + 38 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .gallery.com .item .gallery-close,
  .gallery.com .carousel-item .gallery-close {
    top: 48px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .gallery.com .item .gallery-close,
  .gallery.com .carousel-item .gallery-close {
    top: calc(10px + 38 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .gallery.com .item .gallery-close,
  .gallery.com .carousel-item .gallery-close {
    width: 34px;
  }
}
@media screen and (min-width: 575.98px) {
  .gallery.com .item .gallery-close,
  .gallery.com .carousel-item .gallery-close {
    width: calc(34px + 22 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .gallery.com .item .gallery-close,
  .gallery.com .carousel-item .gallery-close {
    width: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .gallery.com .item .gallery-close,
  .gallery.com .carousel-item .gallery-close {
    width: calc(34px + 22 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .gallery.com .item .gallery-close,
  .gallery.com .carousel-item .gallery-close {
    height: 34px;
  }
}
@media screen and (min-width: 575.98px) {
  .gallery.com .item .gallery-close,
  .gallery.com .carousel-item .gallery-close {
    height: calc(34px + 22 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .gallery.com .item .gallery-close,
  .gallery.com .carousel-item .gallery-close {
    height: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .gallery.com .item .gallery-close,
  .gallery.com .carousel-item .gallery-close {
    height: calc(34px + 22 * (78vw - 575.98px) / 688.02);
  }
}
.gallery.com .item .gallery-close:after,
.gallery.com .carousel-item .gallery-close:after {
  content: '\e912';
  font-size: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  top: 50%;
  margin-top: -8px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gallery.com .item .gallery-close:after,
.gallery.com .carousel-item .gallery-close:after {
  transition: all 0.2s;
  color: #fff;
}
.gallery.com .item .gallery-close:hover,
.gallery.com .carousel-item .gallery-close:hover {
  background-color: #9f8976;
}
.gallery.com .item .gallery-close:hover:after,
.gallery.com .carousel-item .gallery-close:hover:after {
  color: #fff;
}
.gallery.com .item img,
.gallery.com .carousel-item img {
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.gallery.com .item:hover:before,
.gallery.com .carousel-item:hover:before,
.gallery.com .item:hover:after,
.gallery.com .carousel-item:hover:after {
  opacity: 1;
  color: #fff;
}
.gallery.com .item:hover .gallery-close,
.gallery.com .carousel-item:hover .gallery-close {
  opacity: 1;
}
.gallery.com .item.video,
.gallery.com .carousel-item.video {
  cursor: pointer;
}
.gallery.com .item.video video,
.gallery.com .carousel-item.video video,
.gallery.com .item.video .player,
.gallery.com .carousel-item.video .player {
  display: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery.com .item.video .player,
.gallery.com .carousel-item.video .player {
  width: 100%;
}
.gallery.com .item.video .mute,
.gallery.com .carousel-item.video .mute {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  width: 40px;
  height: 40px;
  background: url('../img/svg/video-sound-on.svg') no-repeat 50% 50%;
  border-radius: 999px;
  opacity: 0;
  transition: all 0.2s;
}
.gallery.com .item.video .mute.muted,
.gallery.com .carousel-item.video .mute.muted {
  background-image: url('../img/svg/video-sound-off.svg');
}
.gallery.com .item.video.--playing,
.gallery.com .carousel-item.video.--playing {
  position: relative;
  overflow: hidden;
}
.gallery.com .item.video.--playing .img-wrapper:before,
.gallery.com .carousel-item.video.--playing .img-wrapper:before,
.gallery.com .item.video.--playing .img-wrapper:after,
.gallery.com .carousel-item.video.--playing .img-wrapper:after {
  display: none;
}
.gallery.com .item.video.--playing video,
.gallery.com .carousel-item.video.--playing video,
.gallery.com .item.video.--playing .player,
.gallery.com .carousel-item.video.--playing .player {
  display: block;
}
.gallery.com .item.video.--playing .mute,
.gallery.com .carousel-item.video.--playing .mute {
  opacity: 1;
}
.gallery.com .item.video:hover .img-wrapper,
.gallery.com .carousel-item.video:hover .img-wrapper {
  color: rgba(255, 255, 255, 0.6);
}
.gallery.com .item.video:hover .img-wrapper:before,
.gallery.com .carousel-item.video:hover .img-wrapper:before {
  background-color: #9f8976;
}
.gallery.com .item.video .img-wrapper,
.gallery.com .carousel-item.video .img-wrapper {
  color: #fff;
}
.gallery.com .item.video .img-wrapper:after,
.gallery.com .carousel-item.video .img-wrapper:after {
  content: '\e90c';
  font-size: 18px;
  width: 15px;
  height: 18px;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 50%;
  margin-top: -8px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gallery.com .item.video .img-wrapper iframe,
.gallery.com .carousel-item.video .img-wrapper iframe,
.gallery.com .item.video .img-wrapper video,
.gallery.com .carousel-item.video .img-wrapper video {
  z-index: 3;
}
.gallery.com .item.video .img-wrapper:before,
.gallery.com .carousel-item.video .img-wrapper:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  opacity: 1;
  background-color: #9f8976;
  transition: all 0.2s;
  border: 0 !important;
}
@media screen and (max-width: 575.98px) {
  .gallery.com .item.video .img-wrapper:before,
  .gallery.com .carousel-item.video .img-wrapper:before {
    width: 34px;
  }
}
@media screen and (min-width: 575.98px) {
  .gallery.com .item.video .img-wrapper:before,
  .gallery.com .carousel-item.video .img-wrapper:before {
    width: calc(34px + 22 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .gallery.com .item.video .img-wrapper:before,
  .gallery.com .carousel-item.video .img-wrapper:before {
    width: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .gallery.com .item.video .img-wrapper:before,
  .gallery.com .carousel-item.video .img-wrapper:before {
    width: calc(34px + 22 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .gallery.com .item.video .img-wrapper:before,
  .gallery.com .carousel-item.video .img-wrapper:before {
    height: 34px;
  }
}
@media screen and (min-width: 575.98px) {
  .gallery.com .item.video .img-wrapper:before,
  .gallery.com .carousel-item.video .img-wrapper:before {
    height: calc(34px + 22 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .gallery.com .item.video .img-wrapper:before,
  .gallery.com .carousel-item.video .img-wrapper:before {
    height: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .gallery.com .item.video .img-wrapper:before,
  .gallery.com .carousel-item.video .img-wrapper:before {
    height: calc(34px + 22 * (78vw - 575.98px) / 688.02);
  }
}
.gallery.com .item.video .img-wrapper:after,
.gallery.com .carousel-item.video .img-wrapper:after {
  transition: color 0.2s;
}
@media (max-width: 575.98px) {
  .gallery.com .item.video .img-wrapper:before,
  .gallery.com .carousel-item.video .img-wrapper:before {
    width: 40px;
    height: 40px;
  }
}
.header-pops.com {
  --baseColor: #9f8976;
}
.header-pops.com .header-pop {
  width: 100%;
  position: absolute;
  left: -100%;
  opacity: 0;
  transition: opacity 300ms ease-out;
  top: 178px;
  display: block;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 5;
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 575.98px) {
  .header-pops.com .header-pop {
    top: 120px;
  }
}
@media screen and (min-width: 575.98px) {
  .header-pops.com .header-pop {
    top: calc(120px + 58 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .header-pops.com .header-pop {
    top: 178px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .header-pops.com .header-pop {
    top: calc(120px + 58 * (78vw - 575.98px) / 688.02);
  }
}
.header-pops.com .header-pop.active {
  left: 0;
  opacity: 1;
}
.header-pops.com .header-pop.hideAnim {
  left: 0;
  opacity: 0;
}
.header-pops.com .header-pop.menu-pop {
  position: fixed;
  z-index: 100;
  top: 0 !important;
  height: 100%;
  overflow: hidden;
  border-top: 0 none transparent;
  background: var(--baseColor);
}
.header-pops.com .header-pop.menu-pop .mobile-menu-wrapper {
  display: block;
  position: relative;
  overflow-y: auto;
  margin: 150px 0 0;
  width: 100vw;
  height: -webkit-calc(-50%);
  height: calc(100% - 150px);
  box-sizing: border-box;
}
.header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .lang-select-box {
  gap: 64px;
}
@media screen and (max-width: 575.98px) {
  .header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .lang-select-box {
    gap: 32px;
  }
}
@media screen and (min-width: 575.98px) {
  .header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .lang-select-box {
    gap: calc(32px + 32 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .lang-select-box {
    gap: 64px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .lang-select-box {
    gap: calc(32px + 32 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 575.98px) {
  .header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .lang-select-box {
    position: absolute;
    text-align: left;
    z-index: 10;
    gap: 40px;
    transform: rotate(-90deg);
    top: calc(50% - 107px);
    right: 0;
    transform-origin: right;
  }
  .header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .lang-select-box a {
    text-decoration: none;
  }
}
.header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller {
  display: inline-grid;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: left;
  padding: 0 22px;
}
.header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner {
  display: flex;
  vertical-align: middle;
  position: relative;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .menu.com {
  display: flex;
  flex-direction: column;
  font-size: 40px;
  line-height: 56px;
  font-family: 'Vogue';
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 575.98px) {
  .header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .menu.com {
    font-size: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  .header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .menu.com {
    font-size: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .menu.com {
    font-size: 40px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .menu.com {
    font-size: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .menu.com {
    line-height: 28px;
  }
}
@media screen and (min-width: 575.98px) {
  .header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .menu.com {
    line-height: calc(28px + 28 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .menu.com {
    line-height: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .menu.com {
    line-height: calc(28px + 28 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 575.98px) {
  .header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .menu.com {
    margin: 0;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 120px;
  }
}
@media (max-width: 490px) {
  .header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .menu.com {
    padding-right: 24px;
  }
}
.header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .menu.com a {
  padding: 4px 0;
  border: 0 none transparent;
  color: #fff;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  position: relative;
  width: fit-content;
  font-size: 60px;
  line-height: 1;
}
.header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .menu.com a:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: transparent;
  border: 1pt solid #7CA6EC;
  right: -127px;
  bottom: -28px;
  transition: all 0.2s ease-in-out;
}
.header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .menu.com a:before {
  opacity: 0;
  content: "\e91b";
  position: absolute;
  width: 40px;
  height: 4px;
  color: #7CA6EC;
  right: -72px;
  bottom: 27px;
  font-family: 'icomoon';
  font-size: 8px;
  transition: all 0.2s ease-in-out;
}
.header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .menu.com a.active,
.header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .menu.com a:hover {
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 575.98px) {
  .header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .menu.com a {
    padding: 20px 0;
  }
  .header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .menu.com a:hover:after {
    transition: all 0.2s ease-in-out;
    opacity: 1;
  }
  .header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .menu.com a:hover:before {
    transition: all 0.2s ease-in-out;
    opacity: 1;
  }
}
@media screen and (max-width: 575.98px) {
  .header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .menu.com a {
    font-size: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .menu.com a {
    font-size: calc(40px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .menu.com a {
    font-size: 60px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .menu.com a {
    font-size: calc(40px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 575.98px) {
  .header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .menu.com a {
    font-size: 40px;
    line-height: 48px;
  }
}
.header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .socials.com {
  margin-left: 0;
  margin-right: 0;
  justify-content: space-between;
  gap: 64px;
}
@media screen and (max-width: 575.98px) {
  .header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .socials.com {
    gap: 32px;
  }
}
@media screen and (min-width: 575.98px) {
  .header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .socials.com {
    gap: calc(32px + 32 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .socials.com {
    gap: 64px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .socials.com {
    gap: calc(32px + 32 * (78vw - 575.98px) / 688.02);
  }
}
.header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .socials.com .icon-facebook,
.header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .socials.com .icon-instagram {
  scale: 1.2;
}
.header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .socials.com .icon-linkedin {
  position: relative;
  width: 20px;
  height: 20px;
}
.header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .socials.com .icon-linkedin:after {
  vertical-align: top;
  font-size: 20px;
  content: '\e91a';
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .socials.com .icon-youtube {
  position: relative;
  width: 22px;
  height: 16px;
}
.header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .socials.com .icon-youtube:after {
  vertical-align: top;
  font-size: 16px;
  content: '\e913';
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 575.98px) {
  .header-pops.com .header-pop.menu-pop .mobile-menu-wrapper .mobile-menu-scroller .mobile-menu-inner .socials.com {
    width: 100%;
  }
}
.header-pops.com .socials-n-langs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  margin-top: 30px;
}
@media screen and (max-width: 575.98px) {
  .header-pops.com .socials-n-langs {
    margin-bottom: 34px;
  }
}
@media screen and (min-width: 575.98px) {
  .header-pops.com .socials-n-langs {
    margin-bottom: calc(34px + 16 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .header-pops.com .socials-n-langs {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .header-pops.com .socials-n-langs {
    margin-bottom: calc(34px + 16 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .header-pops.com .socials-n-langs {
    margin-top: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .header-pops.com .socials-n-langs {
    margin-top: calc(16px + 14 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .header-pops.com .socials-n-langs {
    margin-top: 30px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .header-pops.com .socials-n-langs {
    margin-top: calc(16px + 14 * (78vw - 575.98px) / 688.02);
  }
}
.header-pops.com .socials-n-langs .socials a:hover {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1200px) {
  .header-pops.com .header-pop {
    top: 107px;
  }
  .header-pops.com .header-pop.menu-pop .mobile-menu-wrapper {
    margin-top: 0;
    padding-top: 145px;
    height: 100%;
    overflow-x: hidden;
  }
}
.header.com {
  --baseColor: #9f8976;
  --baseColorTemp: var(--baseColor);
  position: absolute;
  height: 178px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
.header.com .header-pops.com {
  --baseColor: var(--baseColorTemp);
}
@media screen and (max-width: 575.98px) {
  .header.com {
    height: 120px;
  }
}
@media screen and (min-width: 575.98px) {
  .header.com {
    height: calc(120px + 58 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .header.com {
    height: 178px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .header.com {
    height: calc(120px + 58 * (78vw - 575.98px) / 688.02);
  }
}
.header.com .container {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
.header.com .container .logo-flex {
  display: flex;
  gap: 32px;
  align-items: center;
}
@media (max-width: 1200px) {
  .header.com .container .logo-flex {
    gap: 16px;
  }
}
.header.com .container .logo {
  position: relative;
  display: block;
  color: #9f8976;
}
.header.com .container .logo svg {
  height: 64px;
  width: auto;
}
@media screen and (max-width: 575.98px) {
  .header.com .container .logo svg {
    height: 41px;
  }
}
@media screen and (min-width: 575.98px) {
  .header.com .container .logo svg {
    height: calc(41px + 23 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .header.com .container .logo svg {
    height: 64px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .header.com .container .logo svg {
    height: calc(41px + 23 * (78vw - 575.98px) / 688.02);
  }
}
.header.com .container .icon-menu {
  display: none;
}
.header.com .menu-box .menu.com {
  margin: 0;
}
.header.com .search-n-langs {
  display: flex;
  align-items: center;
  gap: 56px;
}
@media screen and (max-width: 1200px) {
  .header.com .search-n-langs {
    gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .header.com .search-n-langs {
    gap: calc(20px + 36 * (100vw - 1200px) / 64);
  }
}
@media screen and (min-width: 1264px) {
  .header.com .search-n-langs {
    gap: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .header.com .search-n-langs {
    gap: calc(20px + 36 * (78vw - 1200px) / 64);
  }
}
@media (max-width: 1200px) {
  .header.com .search-n-langs {
    gap: 48px;
  }
}
@media (max-width: 1200px) {
  .header.com .container .positions {
    position: relative;
    right: auto;
    top: 0;
    transform: none;
  }
  .header.com .container .menu-box,
  .header.com .container .lang-select-box {
    display: none;
  }
  .header.com .container .icon-menu {
    width: 50px;
    height: 50px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    transition: color 0.2s;
    color: #505050;
  }
  .header.com .container .icon-menu:hover {
    color: #5A94FA;
  }
}
@media (max-width: 575.98px) {
  .header.com .container .positions {
    min-width: 0;
  }
}
/**
 * ------------------------------------------------------------------------------
 *
 *
 */
.header-menu-container {
  width: 100% !important;
  max-width: 100% !important;
  justify-content: center !important;
  height: auto !important;
  padding: 43px 0 0;
  position: relative;
}
@media (max-width: 575.98px) {
  .header-menu-container {
    padding: 0;
  }
}
.header-menu-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 18px;
  background: transparent;
  transition: background 0.2s linear;
}
.header-menu-wrap .menu.com a {
  line-height: 28px;
  font-size: 16px;
  color: #505050;
}
.header-menu-wrap .menu.com a:hover {
  color: #505050;
}
.header-menu-wrap .menu.com a:after {
  content: "";
  background: #9f8976;
  height: 8px;
  width: 100%;
  position: absolute;
  top: -73px;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.header-menu-wrap .menu.com a.active,
.header-menu-wrap .menu.com a:hover {
  color: #9f8976;
}
.header-menu-wrap .menu.com a.active:after,
.header-menu-wrap .menu.com a:hover:after {
  opacity: 1;
}
.header-menu-wrap .lang-select-box.com a {
  color: #505050;
}
.header-menu-wrap .lang-select-box.com a.active,
.header-menu-wrap .lang-select-box.com a:hover {
  color: #9f8976;
}
.header-menu-wrap .search.com .label {
  color: #505050;
}
.header-menu-wrap .search.com .icon {
  color: #505050;
}
.header-menu-wrap .search.com .icon:after {
  background: #939393;
}
.header-menu-wrap .search.com .icon.active {
  color: #9f8976;
}
/**
 * ------------------------------------------------------------------------------
 * Light version
 */
.header.com.light .logo {
  color: #fff;
}
.header.com.light .header-menu-wrap .menu.com a {
  color: #fff;
}
.header.com.light .header-menu-wrap .menu.com a:hover,
.header.com.light .header-menu-wrap .menu.com a .active {
  color: #fff;
}
.header.com.light .header-menu-wrap .menu.com a:after {
  background: #fff;
}
.header.com.light .lang-select-box.com a {
  color: #fff;
}
.header.com.light .lang-select-box.com a.active,
.header.com.light .lang-select-box.com a:hover {
  color: #9f8976;
}
.header.com.light .search.com .label {
  color: #fff;
}
.header.com.light .search.com .icon {
  color: #fff;
}
.header.com.light .search.com .icon:after {
  background: #fff;
}
.header.com.light .search.com .icon.active {
  color: #fff;
}
.header.com.light .icon-menu {
  color: #fff;
}
/**
* -------------------------
* STICKY
*/
.header.com .header-menu-container .header-menu-wrap--sticky {
  position: fixed;
  top: 0;
  background: var(--baseColor);
}
.header.com .header-menu-container .header-menu-wrap--sticky .logo {
  color: #fff !important;
}
.header.com .header-menu-container .header-menu-wrap--sticky .header-menu-inner-wrap {
  max-width: 1920px;
  padding: 0 22px;
}
.header.com .header-menu-container .header-menu-wrap--sticky .menu.com a {
  color: #ffffff;
}
.header.com .header-menu-container .header-menu-wrap--sticky .menu.com a:after {
  top: -30px;
  background: #fff;
}
.header.com .header-menu-container .header-menu-wrap--sticky .menu.com a.active,
.header.com .header-menu-container .header-menu-wrap--sticky .menu.com a:hover {
  color: #fff;
}
.header.com .header-menu-container .header-menu-wrap--sticky .lang-select-box.com a {
  color: #fff;
}
.header.com .header-menu-container .header-menu-wrap--sticky .lang-select-box.com a.active,
.header.com .header-menu-container .header-menu-wrap--sticky .lang-select-box.com a:hover {
  color: #fff;
}
.header.com .header-menu-container .header-menu-wrap--sticky .search.com .label {
  color: #fff;
}
.header.com .header-menu-container .header-menu-wrap--sticky .search.com .icon {
  color: #fff;
}
.header.com .header-menu-container .header-menu-wrap--sticky .search.com .icon:after {
  background: #fff;
}
.header.com .header-menu-container .header-menu-wrap--sticky .search.com .icon.active {
  color: #fff;
}
.header.com .header-menu-container .header-menu-wrap--sticky .icon-menu {
  color: #fff;
}
.header-menu-inner-wrap {
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  max-width: 1920px;
  padding: 0 22px;
}
@media (min-width: 1264px) {
  .header-menu-inner-wrap {
    padding: 0 35px;
  }
}
@media (min-width: 1407.98px) {
  .header-menu-inner-wrap {
    padding: 0 45px;
  }
}
@media (min-width: 1920px) {
  .header-menu-inner-wrap {
    padding: 0 65px;
  }
}
/**
 * ------------------------------------------------------------------------------------
 * Open menu
 */
body.menu-show .header.com .container .positions {
  opacity: 0;
}
body.menu-show .header.com .container .logo {
  color: #fff !important;
}
body.menu-show .header.com .container .icon-menu {
  color: #fff;
}
body.menu-show .header.com .container .icon-menu:hover {
  color: #5A94FA;
}
body.menu-show .header.com .container .search.com a .label {
  color: #fff;
}
body.menu-show .header.com .container .search.com a .icon {
  color: #fff;
}
body.menu-show .header.com .container .search.com a .icon:after {
  background: #fff;
}
body.menu-show .header.com .container .search.com a .icon.active {
  color: #fff;
}
body.menu-show .header.com .container .search.com a:hover .label {
  color: #5A94FA;
}
body.menu-show .header.com .container .search.com a:hover .icon {
  color: #5A94FA;
}
body.menu-show .header.com .container .search.com a:hover .icon:after {
  background: #fff;
}
body.menu-show .header.com .container .search.com a:hover .icon.active {
  color: #5A94FA;
}
body.menu-show .header.com .lang-select-box.com a {
  color: rgba(255, 255, 255, 0.5);
}
body.menu-show .header.com .lang-select-box.com a.active,
body.menu-show .header.com .lang-select-box.com a:hover {
  color: #fff;
}
.heading.com {
  position: relative;
}
.heading.com .subtitle {
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
  line-height: 32px;
  font-family: 'Vogue';
  letter-spacing: 0.12em;
  font-weight: 600;
  margin-bottom: 14px;
}
@media (min-width: 575.98px) {
  .heading.com .subtitle {
    font-size: 16px;
  }
}
@media (min-width: 847.98px) {
  .heading.com .subtitle {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: center;
    writing-mode: vertical-lr;
    transform: scale(-1);
    margin-bottom: 0;
  }
  .heading.com .subtitle--right {
    right: 0;
  }
}
.heading.com .subtitle-line {
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
  line-height: 32px;
  font-family: 'Vogue';
  letter-spacing: 0.12em;
  font-weight: 500;
  margin-bottom: 14px;
  padding-left: 10px;
}
@media (min-width: 575.98px) {
  .heading.com .subtitle-line {
    font-size: 16px;
  }
}
.heading.com h2.h1.title {
  font-size: 90px;
  line-height: 1;
}
@media screen and (max-width: 575.98px) {
  .heading.com h2.h1.title {
    font-size: 48px;
  }
}
@media screen and (min-width: 575.98px) {
  .heading.com h2.h1.title {
    font-size: calc(48px + 42 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .heading.com h2.h1.title {
    font-size: 90px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .heading.com h2.h1.title {
    font-size: calc(48px + 42 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .heading.com h2.h1.title {
    line-height: 1.3;
  }
}
@media screen and (min-width: 575.98px) {
  .heading.com h2.h1.title {
    line-height: calc(1.3 + -0.3 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .heading.com h2.h1.title {
    line-height: 1;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .heading.com h2.h1.title {
    line-height: calc(1.3 + -0.3 * (78vw - 575.98px) / 688.02);
  }
}
.heading.com.heading--white .subtitle,
.heading.com.heading--white .title {
  color: #fff;
}
.heading.com.heading--bottom-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 575.98px) {
  .heading.com.heading--bottom-80 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 575.98px) {
  .heading.com.heading--bottom-80 {
    margin-bottom: calc(50px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .heading.com.heading--bottom-80 {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .heading.com.heading--bottom-80 {
    margin-bottom: calc(50px + 30 * (78vw - 575.98px) / 688.02);
  }
}
.heading.com.heading--bottom-110 {
  margin-bottom: 110px;
}
@media screen and (max-width: 575.98px) {
  .heading.com.heading--bottom-110 {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 575.98px) {
  .heading.com.heading--bottom-110 {
    margin-bottom: calc(55px + 55 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .heading.com.heading--bottom-110 {
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .heading.com.heading--bottom-110 {
    margin-bottom: calc(55px + 55 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 847.98px) {
  .heading.com.heading--reverse .row {
    flex-direction: column-reverse;
  }
}
.lang-select-box.com {
  position: relative;
  display: flex;
  vertical-align: middle;
  margin: 0;
  gap: 32px;
}
@media screen and (max-width: 1200px) {
  .lang-select-box.com {
    gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .lang-select-box.com {
    gap: calc(20px + 12 * (100vw - 1200px) / 64);
  }
}
@media screen and (min-width: 1264px) {
  .lang-select-box.com {
    gap: 32px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .lang-select-box.com {
    gap: calc(20px + 12 * (78vw - 1200px) / 64);
  }
}
@media (min-width: 1800px) {
  .lang-select-box.com {
    gap: 56px;
  }
}
.lang-select-box.com a {
  letter-spacing: 0.06em;
  font-size: 13px;
  line-height: 28px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.lang-select-box.com a.active,
.lang-select-box.com a:hover {
  color: #9f8976;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .lang-select-box.com a {
    color: rgba(255, 255, 255, 0.5);
  }
  .lang-select-box.com a.active,
  .lang-select-box.com a:hover {
    color: #fff;
  }
}
.menu.com {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: 'Vogue';
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
@media screen and (max-width: 575.98px) {
  .menu.com {
    margin-top: 12px;
  }
}
@media screen and (min-width: 575.98px) {
  .menu.com {
    margin-top: calc(12px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .menu.com {
    margin-top: 16px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .menu.com {
    margin-top: calc(12px + 4 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .menu.com {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 575.98px) {
  .menu.com {
    margin-bottom: calc(12px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .menu.com {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .menu.com {
    margin-bottom: calc(12px + 4 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .menu.com {
    font-size: 14px;
  }
}
@media screen and (min-width: 575.98px) {
  .menu.com {
    font-size: calc(14px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .menu.com {
    font-size: 14px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .menu.com {
    font-size: calc(14px + 0 * (78vw - 575.98px) / 688.02);
  }
}
.menu.com a {
  letter-spacing: 0.06em;
  position: relative;
  margin: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .menu.com a {
    margin-left: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .menu.com a {
    margin-left: calc(8px + 12 * (100vw - 1200px) / 64);
  }
}
@media screen and (min-width: 1264px) {
  .menu.com a {
    margin-left: 20px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .menu.com a {
    margin-left: calc(8px + 12 * (78vw - 1200px) / 64);
  }
}
@media screen and (max-width: 1200px) {
  .menu.com a {
    margin-right: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .menu.com a {
    margin-right: calc(8px + 12 * (100vw - 1200px) / 64);
  }
}
@media screen and (min-width: 1264px) {
  .menu.com a {
    margin-right: 20px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .menu.com a {
    margin-right: calc(8px + 12 * (78vw - 1200px) / 64);
  }
}
@media (min-width: 1407.98px) {
  .menu.com a {
    margin: 0 32px;
  }
}
@media screen and (max-width: 575.98px) {
  .menu.com a {
    padding-top: 6px;
  }
}
@media screen and (min-width: 575.98px) {
  .menu.com a {
    padding-top: calc(6px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .menu.com a {
    padding-top: 10px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .menu.com a {
    padding-top: calc(6px + 4 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .menu.com a {
    padding-bottom: 6px;
  }
}
@media screen and (min-width: 575.98px) {
  .menu.com a {
    padding-bottom: calc(6px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .menu.com a {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .menu.com a {
    padding-bottom: calc(6px + 4 * (78vw - 575.98px) / 688.02);
  }
}
.menu.com a.active,
.menu.com a:hover {
  color: #fff;
}
.menu.com .badge {
  display: none;
}
.news-carousel.com {
  min-width: 0;
  width: 100%;
  transition: transform 0.2s ease-in-out;
}
.news-carousel.com .owl-stage {
  padding-left: 0 !important;
}
.news-carousel.com .news-carousel__controls {
  padding: 0 4px;
  margin-bottom: 32px;
}
@media screen and (max-width: 575.98px) {
  .news-carousel.com .news-carousel__controls {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .news-carousel.com .news-carousel__controls {
    margin-bottom: calc(16px + 16 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .news-carousel.com .news-carousel__controls {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .news-carousel.com .news-carousel__controls {
    margin-bottom: calc(16px + 16 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 1264px) {
  .news-carousel.com {
    transform: none;
  }
}
.modal.com {
  padding-top: 70px;
  padding-bottom: 50px;
  padding-left: 35px;
  padding-right: 35px;
}
@media screen and (max-width: 575.98px) {
  .modal.com {
    padding-top: 60px;
  }
}
@media screen and (min-width: 575.98px) {
  .modal.com {
    padding-top: calc(60px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .modal.com {
    padding-top: 70px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .modal.com {
    padding-top: calc(60px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .modal.com {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 575.98px) {
  .modal.com {
    padding-bottom: calc(25px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .modal.com {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .modal.com {
    padding-bottom: calc(25px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .modal.com {
    padding-left: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  .modal.com {
    padding-left: calc(20px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .modal.com {
    padding-left: 35px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .modal.com {
    padding-left: calc(20px + 15 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .modal.com {
    padding-right: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  .modal.com {
    padding-right: calc(20px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .modal.com {
    padding-right: 35px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .modal.com {
    padding-right: calc(20px + 15 * (78vw - 575.98px) / 688.02);
  }
}
.modal.com .modal-dialog {
  margin: 0 auto;
  max-width: 848px;
}
.modal.com .modal-dialog .modal-content {
  border-radius: 0;
}
.modal.com .icon-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  z-index: 3;
  color: #9f8976;
}
@media screen and (max-width: 575.98px) {
  .modal.com .icon-close {
    right: 15px;
  }
}
@media screen and (min-width: 575.98px) {
  .modal.com .icon-close {
    right: calc(15px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .modal.com .icon-close {
    right: 20px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .modal.com .icon-close {
    right: calc(15px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .modal.com .icon-close {
    top: 15px;
  }
}
@media screen and (min-width: 575.98px) {
  .modal.com .icon-close {
    top: calc(15px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .modal.com .icon-close {
    top: 20px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .modal.com .icon-close {
    top: calc(15px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .modal.com .icon-close {
    width: 26px;
  }
}
@media screen and (min-width: 575.98px) {
  .modal.com .icon-close {
    width: calc(26px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .modal.com .icon-close {
    width: 30px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .modal.com .icon-close {
    width: calc(26px + 4 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .modal.com .icon-close {
    height: 26px;
  }
}
@media screen and (min-width: 575.98px) {
  .modal.com .icon-close {
    height: calc(26px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .modal.com .icon-close {
    height: 30px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .modal.com .icon-close {
    height: calc(26px + 4 * (78vw - 575.98px) / 688.02);
  }
}
.modal.com .icon-close:after {
  content: '\e912';
  font-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal.com .icon-close:after {
  transition: 0.2s ease-in-out;
}
.modal.com .icon-close:hover {
  color: #9f8976;
}
.modal.com .modal-body {
  text-align: center;
  position: relative;
  padding-top: 75px;
  padding-bottom: 60px;
  padding-left: 45px;
  padding-right: 45px;
}
@media screen and (max-width: 575.98px) {
  .modal.com .modal-body {
    padding-top: 50px;
  }
}
@media screen and (min-width: 575.98px) {
  .modal.com .modal-body {
    padding-top: calc(50px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .modal.com .modal-body {
    padding-top: 75px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .modal.com .modal-body {
    padding-top: calc(50px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .modal.com .modal-body {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .modal.com .modal-body {
    padding-bottom: calc(40px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .modal.com .modal-body {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .modal.com .modal-body {
    padding-bottom: calc(40px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .modal.com .modal-body {
    padding-left: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  .modal.com .modal-body {
    padding-left: calc(20px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .modal.com .modal-body {
    padding-left: 45px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .modal.com .modal-body {
    padding-left: calc(20px + 25 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .modal.com .modal-body {
    padding-right: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  .modal.com .modal-body {
    padding-right: calc(20px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .modal.com .modal-body {
    padding-right: 45px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .modal.com .modal-body {
    padding-right: calc(20px + 25 * (78vw - 575.98px) / 688.02);
  }
}
.modal.com#modal-gallery {
  padding: 0 !important;
  overflow: hidden;
}
.modal.com#modal-gallery .modal-dialog {
  margin: 0 auto;
}
.modal.com#modal-gallery .modal-dialog.modal-full {
  max-width: 100%;
}
.modal.com#modal-gallery .modal-dialog .modal-content {
  background: #ffffff;
  border: 0;
  border-radius: 0;
}
.modal.com#modal-gallery .icon-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 56px;
  height: 56px;
  display: inline-block;
  cursor: pointer;
  z-index: 3;
  color: #9f8976;
  background-color: #9f8976;
  transition: all 0.2s;
  position: fixed;
}
@media screen and (max-width: 575.98px) {
  .modal.com#modal-gallery .icon-close {
    right: 15px;
  }
}
@media screen and (min-width: 575.98px) {
  .modal.com#modal-gallery .icon-close {
    right: calc(15px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .modal.com#modal-gallery .icon-close {
    right: 20px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .modal.com#modal-gallery .icon-close {
    right: calc(15px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .modal.com#modal-gallery .icon-close {
    top: 15px;
  }
}
@media screen and (min-width: 575.98px) {
  .modal.com#modal-gallery .icon-close {
    top: calc(15px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .modal.com#modal-gallery .icon-close {
    top: 20px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .modal.com#modal-gallery .icon-close {
    top: calc(15px + 5 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .modal.com#modal-gallery .icon-close {
    width: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .modal.com#modal-gallery .icon-close {
    width: calc(40px + 16 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .modal.com#modal-gallery .icon-close {
    width: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .modal.com#modal-gallery .icon-close {
    width: calc(40px + 16 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .modal.com#modal-gallery .icon-close {
    height: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .modal.com#modal-gallery .icon-close {
    height: calc(40px + 16 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .modal.com#modal-gallery .icon-close {
    height: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .modal.com#modal-gallery .icon-close {
    height: calc(40px + 16 * (78vw - 575.98px) / 688.02);
  }
}
.modal.com#modal-gallery .icon-close:after {
  content: '\e912';
  font-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -7px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal.com#modal-gallery .icon-close.visible {
  opacity: 1;
}
.modal.com#modal-gallery .icon-close:after {
  transition: 0.2s ease-in-out;
}
.modal.com#modal-gallery .icon-close:hover {
  background-color: #9f8976;
}
.modal.com#modal-gallery .icon-close:hover:after {
  color: #9f8976;
}
.modal.com#modal-gallery .modal-body {
  padding: 0;
}
.modal.com#modal-gallery .modal-body .info {
  color: #505050;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}
@media screen and (max-width: 575.98px) {
  .modal.com#modal-gallery .modal-body .info {
    padding-top: 12px;
  }
}
@media screen and (min-width: 575.98px) {
  .modal.com#modal-gallery .modal-body .info {
    padding-top: calc(12px + 6 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .modal.com#modal-gallery .modal-body .info {
    padding-top: 18px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .modal.com#modal-gallery .modal-body .info {
    padding-top: calc(12px + 6 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .modal.com#modal-gallery .modal-body .info {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 575.98px) {
  .modal.com#modal-gallery .modal-body .info {
    padding-bottom: calc(12px + 6 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .modal.com#modal-gallery .modal-body .info {
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .modal.com#modal-gallery .modal-body .info {
    padding-bottom: calc(12px + 6 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .modal.com#modal-gallery .modal-body .info {
    font-size: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .modal.com#modal-gallery .modal-body .info {
    font-size: calc(16px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .modal.com#modal-gallery .modal-body .info {
    font-size: 16px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .modal.com#modal-gallery .modal-body .info {
    font-size: calc(16px + 0 * (78vw - 575.98px) / 688.02);
  }
}
.modal.com#modal-gallery .modal-body .info span {
  color: #9f8976;
  font-weight: 500;
}
.modal.com#modal-gallery .modal-body .info .left {
  width: -webkit-calc(50%);
  width: calc(100% - 50px);
  text-align: left;
}
.modal.com#modal-gallery .modal-body .info .right {
  width: 50px;
  text-align: right;
}
@media (max-width: 575.98px) {
  .modal.com#modal-gallery .modal-body .info {
    display: none;
  }
}
.modal.com#modal-gallery .modal-body .carousel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  background: transparent;
  margin: 0 auto;
  padding-left: 110px;
  padding-right: 110px;
}
@media screen and (max-width: 575.98px) {
  .modal.com#modal-gallery .modal-body .carousel {
    padding-left: 74px;
  }
}
@media screen and (min-width: 575.98px) {
  .modal.com#modal-gallery .modal-body .carousel {
    padding-left: calc(74px + 36 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .modal.com#modal-gallery .modal-body .carousel {
    padding-left: 110px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .modal.com#modal-gallery .modal-body .carousel {
    padding-left: calc(74px + 36 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .modal.com#modal-gallery .modal-body .carousel {
    padding-right: 74px;
  }
}
@media screen and (min-width: 575.98px) {
  .modal.com#modal-gallery .modal-body .carousel {
    padding-right: calc(74px + 36 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .modal.com#modal-gallery .modal-body .carousel {
    padding-right: 110px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .modal.com#modal-gallery .modal-body .carousel {
    padding-right: calc(74px + 36 * (78vw - 575.98px) / 688.02);
  }
}
.modal.com#modal-gallery .modal-body .carousel .carousel-control-prev,
.modal.com#modal-gallery .modal-body .carousel .carousel-control-next {
  position: fixed;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s;
  z-index: 50;
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 575.98px) {
  .modal.com#modal-gallery .modal-body .carousel .carousel-control-prev,
  .modal.com#modal-gallery .modal-body .carousel .carousel-control-next {
    width: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .modal.com#modal-gallery .modal-body .carousel .carousel-control-prev,
  .modal.com#modal-gallery .modal-body .carousel .carousel-control-next {
    width: calc(40px + 16 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .modal.com#modal-gallery .modal-body .carousel .carousel-control-prev,
  .modal.com#modal-gallery .modal-body .carousel .carousel-control-next {
    width: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .modal.com#modal-gallery .modal-body .carousel .carousel-control-prev,
  .modal.com#modal-gallery .modal-body .carousel .carousel-control-next {
    width: calc(40px + 16 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .modal.com#modal-gallery .modal-body .carousel .carousel-control-prev,
  .modal.com#modal-gallery .modal-body .carousel .carousel-control-next {
    height: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .modal.com#modal-gallery .modal-body .carousel .carousel-control-prev,
  .modal.com#modal-gallery .modal-body .carousel .carousel-control-next {
    height: calc(40px + 16 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .modal.com#modal-gallery .modal-body .carousel .carousel-control-prev,
  .modal.com#modal-gallery .modal-body .carousel .carousel-control-next {
    height: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .modal.com#modal-gallery .modal-body .carousel .carousel-control-prev,
  .modal.com#modal-gallery .modal-body .carousel .carousel-control-next {
    height: calc(40px + 16 * (78vw - 575.98px) / 688.02);
  }
}
.modal.com#modal-gallery .modal-body .carousel .carousel-control-prev.visible,
.modal.com#modal-gallery .modal-body .carousel .carousel-control-next.visible {
  opacity: 1;
}
@media (max-width: 575.98px) {
  .modal.com#modal-gallery .modal-body .carousel .carousel-control-prev,
  .modal.com#modal-gallery .modal-body .carousel .carousel-control-next {
    display: none !important;
  }
}
.modal.com#modal-gallery .modal-body .carousel .carousel-control-prev {
  left: 20px;
}
@media screen and (max-width: 575.98px) {
  .modal.com#modal-gallery .modal-body .carousel .carousel-control-prev {
    left: 15px;
  }
}
@media screen and (min-width: 575.98px) {
  .modal.com#modal-gallery .modal-body .carousel .carousel-control-prev {
    left: calc(15px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .modal.com#modal-gallery .modal-body .carousel .carousel-control-prev {
    left: 20px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .modal.com#modal-gallery .modal-body .carousel .carousel-control-prev {
    left: calc(15px + 5 * (78vw - 575.98px) / 688.02);
  }
}
.modal.com#modal-gallery .modal-body .carousel .carousel-control-next {
  right: 20px;
}
@media screen and (max-width: 575.98px) {
  .modal.com#modal-gallery .modal-body .carousel .carousel-control-next {
    right: 15px;
  }
}
@media screen and (min-width: 575.98px) {
  .modal.com#modal-gallery .modal-body .carousel .carousel-control-next {
    right: calc(15px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .modal.com#modal-gallery .modal-body .carousel .carousel-control-next {
    right: 20px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .modal.com#modal-gallery .modal-body .carousel .carousel-control-next {
    right: calc(15px + 5 * (78vw - 575.98px) / 688.02);
  }
}
.modal.com#modal-gallery .modal-body .carousel .carousel-inner {
  max-width: 100%;
  margin: 0 auto;
}
.modal.com#modal-gallery .modal-body .carousel .carousel-inner .embed-responsive {
  max-height: 100%;
}
.modal.com#modal-gallery .modal-body .carousel .carousel-inner .embed-responsive iframe,
.modal.com#modal-gallery .modal-body .carousel .carousel-inner .embed-responsive video {
  z-index: 20;
}
.modal.com#modal-gallery .modal-body .carousel .carousel-inner .cookietext {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 847.98px;
  padding: 20px;
  margin: 0 auto;
}
.modal.com#modal-gallery .modal-body .carousel .carousel-inner .cookietext h2,
.modal.com#modal-gallery .modal-body .carousel .carousel-inner .cookietext h3,
.modal.com#modal-gallery .modal-body .carousel .carousel-inner .cookietext h4,
.modal.com#modal-gallery .modal-body .carousel .carousel-inner .cookietext h5 {
  color: #fff;
}
.modal.com#modal-gallery .modal-body .carousel .carousel-inner .cookietext p {
  font-size: 14px;
}
@media screen and (max-width: 575.98px) {
  .modal.com#modal-gallery .modal-body .carousel .carousel-inner .cookietext p {
    font-size: 14px;
  }
}
@media screen and (min-width: 575.98px) {
  .modal.com#modal-gallery .modal-body .carousel .carousel-inner .cookietext p {
    font-size: calc(14px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .modal.com#modal-gallery .modal-body .carousel .carousel-inner .cookietext p {
    font-size: 14px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .modal.com#modal-gallery .modal-body .carousel .carousel-inner .cookietext p {
    font-size: calc(14px + 0 * (78vw - 575.98px) / 688.02);
  }
}
.modal.com#modal-gallery .modal-body .carousel .carousel-item {
  height: 100%;
}
.modal.com#modal-gallery .modal-body .carousel .carousel-item img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.modal.com#modal-gallery .modal-body .carousel .carousel-indicators {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  grid-template-columns: unset;
  grid-gap: unset;
  margin: 15px auto;
  padding: 0;
}
.modal.com#modal-gallery .modal-body .carousel .carousel-indicators li {
  max-width: 80px;
  min-width: 80px;
  height: 80px;
  padding: 0;
  margin: 5px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1pt solid #9f8976;
}
.modal.com#modal-gallery .modal-body .carousel .carousel-indicators li:hover {
  opacity: 1;
}
.modal.com#modal-gallery .modal-body .carousel .carousel-indicators li:before {
  display: none;
}
@media (max-width: 575.98px) {
  .modal.com#modal-gallery .modal-body .carousel {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .modal.com#modal-gallery .modal-body .carousel .carousel-inner .cookietext {
    padding: 0 70px;
  }
  .modal.com#modal-gallery .modal-body .carousel .carousel-indicators {
    top: auto;
    margin: 15px 0;
  }
  .modal.com#modal-gallery .modal-body .carousel .carousel-indicators li {
    width: 18px;
    min-width: 0;
    max-width: none;
    height: 18px;
    margin: 4px;
    border-radius: 999px;
    transition: background-color 0.2s;
    border: 0 !important;
    opacity: 1 !important;
    background-image: none !important;
    background-color: #9f8976;
  }
  .modal.com#modal-gallery .modal-body .carousel .carousel-indicators li:hover,
  .modal.com#modal-gallery .modal-body .carousel .carousel-indicators li.active {
    background-color: #9f8976;
  }
}
.news-detail-next {
  margin-bottom: 85px;
}
.news-detail-next__items-wrap {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 847.98px) {
  .news-detail-next__items-wrap {
    flex-wrap: wrap;
  }
  .news-detail-next__items-wrap img {
    width: 100%;
    max-height: 392px;
    object-fit: cover;
  }
}
.news-detail-gallery {
  margin-bottom: 85px;
}
.news-detail-gallery__items-wrap img {
  width: 100%;
  height: 312px;
  object-fit: cover;
}
.news-detail-gallery__items-wrap .news-carousel__controls {
  margin-top: 85px;
}
@media screen and (max-width: 575.98px) {
  .news-detail-gallery__items-wrap .news-carousel__controls {
    margin-top: 35px;
  }
}
@media screen and (min-width: 575.98px) {
  .news-detail-gallery__items-wrap .news-carousel__controls {
    margin-top: calc(35px + 50 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .news-detail-gallery__items-wrap .news-carousel__controls {
    margin-top: 85px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .news-detail-gallery__items-wrap .news-carousel__controls {
    margin-top: calc(35px + 50 * (78vw - 575.98px) / 688.02);
  }
}
.news.com {
  padding: 0 12px;
  display: block;
  text-decoration: none;
}
.news.com p {
  margin-bottom: 24px;
}
@media screen and (max-width: 575.98px) {
  .news.com p {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 575.98px) {
  .news.com p {
    margin-bottom: calc(18px + 6 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .news.com p {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .news.com p {
    margin-bottom: calc(18px + 6 * (78vw - 575.98px) / 688.02);
  }
}
.news.com .date-wrap {
  display: flex;
  gap: 18px;
  margin-bottom: 26px;
}
@media screen and (max-width: 575.98px) {
  .news.com .date-wrap {
    gap: 12px;
  }
}
@media screen and (min-width: 575.98px) {
  .news.com .date-wrap {
    gap: calc(12px + 6 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .news.com .date-wrap {
    gap: 18px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .news.com .date-wrap {
    gap: calc(12px + 6 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .news.com .date-wrap {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .news.com .date-wrap {
    margin-bottom: calc(16px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .news.com .date-wrap {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .news.com .date-wrap {
    margin-bottom: calc(16px + 10 * (78vw - 575.98px) / 688.02);
  }
}
.news.com .date-wrap .date-label {
  color: #818284;
}
.news.com .date-wrap .date-value {
  color: #000;
}
.news.com .news__footer {
  text-align: right;
}
.news.com:hover .btn.btn-sliding-arrow-circle:before {
  right: -24px;
}
@media (max-width: 575.98px) {
  .news.com:hover .btn.btn-sliding-arrow-circle:before {
    right: -15px;
  }
}
.news-detail {
  margin-top: 95px;
}
@media screen and (max-width: 575.98px) {
  .news-detail {
    margin-top: 55px;
  }
}
@media screen and (min-width: 575.98px) {
  .news-detail {
    margin-top: calc(55px + 40 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .news-detail {
    margin-top: 95px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .news-detail {
    margin-top: calc(55px + 40 * (78vw - 575.98px) / 688.02);
  }
}
.news-detail__main-image {
  margin-bottom: 93px;
}
@media screen and (max-width: 575.98px) {
  .news-detail__main-image {
    margin-bottom: 53px;
  }
}
@media screen and (min-width: 575.98px) {
  .news-detail__main-image {
    margin-bottom: calc(53px + 40 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .news-detail__main-image {
    margin-bottom: 93px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .news-detail__main-image {
    margin-bottom: calc(53px + 40 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 847.98px) {
  .news-detail__back {
    display: none;
  }
}
.news-detail p {
  margin-bottom: 55px;
}
@media screen and (max-width: 575.98px) {
  .news-detail p {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 575.98px) {
  .news-detail p {
    margin-bottom: calc(30px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .news-detail p {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .news-detail p {
    margin-bottom: calc(30px + 25 * (78vw - 575.98px) / 688.02);
  }
}
.news-detail figure img {
  margin-top: 25px;
  margin-bottom: 32px;
}
@media screen and (max-width: 575.98px) {
  .news-detail figure img {
    margin-top: 15px;
  }
}
@media screen and (min-width: 575.98px) {
  .news-detail figure img {
    margin-top: calc(15px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .news-detail figure img {
    margin-top: 25px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .news-detail figure img {
    margin-top: calc(15px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .news-detail figure img {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .news-detail figure img {
    margin-bottom: calc(16px + 16 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .news-detail figure img {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .news-detail figure img {
    margin-bottom: calc(16px + 16 * (78vw - 575.98px) / 688.02);
  }
}
.news-detail figure figcaption {
  margin-bottom: 48px;
}
@media screen and (max-width: 575.98px) {
  .news-detail figure figcaption {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 575.98px) {
  .news-detail figure figcaption {
    margin-bottom: calc(24px + 24 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .news-detail figure figcaption {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .news-detail figure figcaption {
    margin-bottom: calc(24px + 24 * (78vw - 575.98px) / 688.02);
  }
}
.news-detail .news-detail__share {
  display: flex;
  gap: 55px;
}
@media screen and (max-width: 575.98px) {
  .news-detail .news-detail__share {
    gap: 35px;
  }
}
@media screen and (min-width: 575.98px) {
  .news-detail .news-detail__share {
    gap: calc(35px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .news-detail .news-detail__share {
    gap: 55px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .news-detail .news-detail__share {
    gap: calc(35px + 20 * (78vw - 575.98px) / 688.02);
  }
}
.news-detail .news-detail__share .socials {
  gap: 40px;
}
@media screen and (max-width: 575.98px) {
  .news-detail .news-detail__share .socials {
    gap: 24px;
  }
}
@media screen and (min-width: 575.98px) {
  .news-detail .news-detail__share .socials {
    gap: calc(24px + 16 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .news-detail .news-detail__share .socials {
    gap: 40px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .news-detail .news-detail__share .socials {
    gap: calc(24px + 16 * (78vw - 575.98px) / 688.02);
  }
}
.news-detail .news-detail__share .socials .item {
  color: #9f8976;
  width: 19px;
  height: 19px;
}
.news-detail .news-detail__share .socials .icon-twitter:after {
  font-size: 20px;
}
.news-detail .news-detail__share .socials .icon-linkedin:after {
  font-size: 20px;
}
.overview {
  background-color: #fff;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 0;
  padding-top: 192px;
  padding-bottom: 120px;
}
@media screen and (max-width: 575.98px) {
  .overview {
    padding-top: 64px;
  }
}
@media screen and (min-width: 575.98px) {
  .overview {
    padding-top: calc(64px + 128 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .overview {
    padding-top: 192px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .overview {
    padding-top: calc(64px + 128 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .overview {
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 575.98px) {
  .overview {
    padding-bottom: calc(48px + 72 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .overview {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .overview {
    padding-bottom: calc(48px + 72 * (78vw - 575.98px) / 688.02);
  }
}
.overview + section {
  margin-top: 0;
}
.overview .overview-info {
  padding-bottom: 112px;
}
@media screen and (max-width: 575.98px) {
  .overview .overview-info {
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 575.98px) {
  .overview .overview-info {
    padding-bottom: calc(48px + 64 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .overview .overview-info {
    padding-bottom: 112px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .overview .overview-info {
    padding-bottom: calc(48px + 64 * (78vw - 575.98px) / 688.02);
  }
}
.overview .overview-info .overview-title {
  min-height: 248px;
  max-width: 75%;
}
@media screen and (max-width: 575.98px) {
  .overview .overview-info .overview-title {
    min-height: 80px;
  }
}
@media screen and (min-width: 575.98px) {
  .overview .overview-info .overview-title {
    min-height: calc(80px + 168 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .overview .overview-info .overview-title {
    min-height: 248px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .overview .overview-info .overview-title {
    min-height: calc(80px + 168 * (78vw - 575.98px) / 688.02);
  }
}
.overview .overview-info .overview-title h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 575.98px) {
  .overview .overview-info .overview-title h2 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 575.98px) {
  .overview .overview-info .overview-title h2 {
    margin-bottom: calc(24px + 16 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .overview .overview-info .overview-title h2 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .overview .overview-info .overview-title h2 {
    margin-bottom: calc(24px + 16 * (78vw - 575.98px) / 688.02);
  }
}
.overview .overview-info .overview-title .small-info {
  color: #99a5aa;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 575.98px) {
  .overview .overview-info .overview-title .small-info {
    font-size: 14px;
  }
}
@media screen and (min-width: 575.98px) {
  .overview .overview-info .overview-title .small-info {
    font-size: calc(14px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .overview .overview-info .overview-title .small-info {
    font-size: 14px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .overview .overview-info .overview-title .small-info {
    font-size: calc(14px + 0 * (78vw - 575.98px) / 688.02);
  }
}
.overview .overview-info p {
  margin-top: 16px;
}
@media screen and (max-width: 575.98px) {
  .overview .overview-info p {
    margin-top: 8px;
  }
}
@media screen and (min-width: 575.98px) {
  .overview .overview-info p {
    margin-top: calc(8px + 8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .overview .overview-info p {
    margin-top: 16px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .overview .overview-info p {
    margin-top: calc(8px + 8 * (78vw - 575.98px) / 688.02);
  }
}
.overview .overview-list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, auto);
  grid-row-gap: 88px;
  grid-column-gap: 56px;
  justify-content: space-between;
  margin-bottom: 176px;
}
@media screen and (max-width: 575.98px) {
  .overview .overview-list {
    grid-row-gap: 32px;
  }
}
@media screen and (min-width: 575.98px) {
  .overview .overview-list {
    grid-row-gap: calc(32px + 56 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .overview .overview-list {
    grid-row-gap: 88px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .overview .overview-list {
    grid-row-gap: calc(32px + 56 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .overview .overview-list {
    grid-column-gap: 32px;
  }
}
@media screen and (min-width: 575.98px) {
  .overview .overview-list {
    grid-column-gap: calc(32px + 24 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .overview .overview-list {
    grid-column-gap: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .overview .overview-list {
    grid-column-gap: calc(32px + 24 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .overview .overview-list {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 575.98px) {
  .overview .overview-list {
    margin-bottom: calc(48px + 128 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .overview .overview-list {
    margin-bottom: 176px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .overview .overview-list {
    margin-bottom: calc(48px + 128 * (78vw - 575.98px) / 688.02);
  }
}
.overview .overview-list .item {
  text-align: left;
  margin: 0;
  grid-column: span 1;
}
.overview .overview-list .item .text-box h3 {
  color: #9f8976;
}
.overview .overview-list .item .text-box p {
  font-size: 16px;
  text-align: left;
  max-width: 260px;
}
@media screen and (max-width: 575.98px) {
  .overview .overview-list .item .text-box p {
    font-size: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .overview .overview-list .item .text-box p {
    font-size: calc(16px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .overview .overview-list .item .text-box p {
    font-size: 16px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .overview .overview-list .item .text-box p {
    font-size: calc(16px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 1264px) {
  .overview.items-4 .overview-list {
    grid-template-columns: repeat(4, auto);
  }
  .overview.items-4 .overview-list .item:nth-last-child(-n + 3):nth-child(4n + 1) {
    grid-column-start: 2;
    grid-column-end: 2;
  }
  .overview.items-4 .overview-list .item:nth-last-child(-n + 3):nth-child(4n + 1) + .item {
    grid-column-start: 3;
    grid-column-end: 3;
  }
  .overview:not(.items-4) .overview-list .item:nth-last-child(-n + 2):nth-child(3n + 1) {
    grid-column-start: 2;
    grid-column-end: 2;
  }
}
@media (max-width: 1264px) {
  .overview .overview-list {
    grid-template-columns: auto auto !important;
    justify-content: space-around;
  }
}
@media (max-width: 847.98px) {
  .overview {
    background-position: 50% 50%;
    background-size: 1400px auto;
  }
}
@media (max-width: 575.98px) {
  .overview .overview-info .overview-title {
    max-width: 100%;
  }
  .overview .overview-list {
    grid-template-columns: auto !important;
    justify-content: center;
  }
  .overview .overview-list .item {
    text-align: center;
  }
}
.teaser.com .overview {
  background-color: transparent;
  padding: 0;
  z-index: 2;
}
.teaser.com .overview .overview-list {
  margin-bottom: 0;
}
.teaser.com .overview .overview-list .item .text-box {
  padding-top: 72px;
  padding-bottom: 72px;
}
@media screen and (max-width: 575.98px) {
  .teaser.com .overview .overview-list .item .text-box {
    padding-top: 0px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .overview .overview-list .item .text-box {
    padding-top: calc(0px + 72 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .overview .overview-list .item .text-box {
    padding-top: 72px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .overview .overview-list .item .text-box {
    padding-top: calc(0px + 72 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .teaser.com .overview .overview-list .item .text-box {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .overview .overview-list .item .text-box {
    padding-bottom: calc(8px + 64 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .overview .overview-list .item .text-box {
    padding-bottom: 72px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .overview .overview-list .item .text-box {
    padding-bottom: calc(8px + 64 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com .overview .overview-list .item .text-box h3 {
  color: #fff;
}
.teaser.com .overview .overview-list .item .text-box p {
  font-weight: 500;
  color: rgba(191, 206, 213, 0.8);
}
@media (max-width: 1264px) {
  .teaser.com .overview .overview-list {
    grid-template-columns: auto auto !important;
    justify-content: space-around;
    padding-top: 24px;
  }
  .teaser.com .overview .overview-list .item .text-box {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .teaser.com .overview .overview-list {
    padding-bottom: 16px;
  }
  .teaser.com .overview .overview-list .item {
    text-align: left;
  }
}
.popover {
  border-color: transparent;
  max-width: 195px;
  font-size: 14px;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 575.98px) {
  .popover {
    font-size: 14px;
  }
}
@media screen and (min-width: 575.98px) {
  .popover {
    font-size: calc(14px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .popover {
    font-size: 14px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .popover {
    font-size: calc(14px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .popover {
    margin-left: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .popover {
    margin-left: calc(16px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .popover {
    margin-left: 20px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .popover {
    margin-left: calc(16px + 4 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .popover {
    margin-right: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .popover {
    margin-right: calc(16px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .popover {
    margin-right: 20px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .popover {
    margin-right: calc(16px + 4 * (78vw - 575.98px) / 688.02);
  }
}
.popover .clipboard .onhover,
.popover .clipboard .copied {
  transition: opacity 0.2s ease-in-out;
}
.popover .clipboard .copied {
  opacity: 0;
  pointer-events: none;
  display: none;
}
.popover .clipboard.active .onhover {
  opacity: 0;
  display: none;
}
.popover .clipboard.active .copied {
  opacity: 1;
  display: block;
}
.popover .popover-body {
  max-width: 100%;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #9f8976;
  background-color: #9f8976;
  padding: 20px;
  border-radius: 0;
}
@media screen and (max-width: 575.98px) {
  .popover .popover-body {
    font-size: 14px;
  }
}
@media screen and (min-width: 575.98px) {
  .popover .popover-body {
    font-size: calc(14px + 2 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .popover .popover-body {
    font-size: 16px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .popover .popover-body {
    font-size: calc(14px + 2 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .popover .popover-body {
    line-height: 18px;
  }
}
@media screen and (min-width: 575.98px) {
  .popover .popover-body {
    line-height: calc(18px + 6 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .popover .popover-body {
    line-height: 24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .popover .popover-body {
    line-height: calc(18px + 6 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .popover .popover-body {
    padding: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .popover .popover-body {
    padding: calc(16px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .popover .popover-body {
    padding: 20px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .popover .popover-body {
    padding: calc(16px + 4 * (78vw - 575.98px) / 688.02);
  }
}
.popover .popover-body a {
  color: #9f8976;
}
.popover.bs-popover-bottom {
  margin-top: 1.8rem;
}
.popover.bs-popover-bottom .arrow {
  top: calc(-1.5rem + 5px);
  width: 4rem;
  height: 1.5rem;
}
.popover.bs-popover-bottom .arrow:after {
  display: none;
}
.popover.bs-popover-bottom .arrow:before {
  border-width: 0 2rem 1.5rem 2rem;
  border-bottom-color: #9f8976;
}
.popover.bs-popover-top {
  margin-bottom: 1.8rem;
}
.popover.bs-popover-top .arrow {
  bottom: calc(-1.5rem + 5px);
  width: 4rem;
  height: 1.5rem;
}
.popover.bs-popover-top .arrow:after {
  display: none;
}
.popover.bs-popover-top .arrow:before {
  border-width: 1.5rem 2rem 0 2rem;
  border-top-color: #9f8976;
}
.popup.com {
  opacity: 1;
  display: none;
}
.popup.com .overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #002B3C;
  opacity: 0.9;
  z-index: 600000;
}
.popup.com .box {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -200px;
  z-index: 600001;
  width: 898px;
  margin-left: -250px;
  box-sizing: border-box;
  transition: top 0.2s, margin-top 0.2s;
}
.popup.com .box.max {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  left: 0;
}
.popup.com .box.tall {
  position: absolute;
  top: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.popup.com .box.fit-height {
  top: 20px;
  bottom: 20px;
}
.popup.com .box.fit-height > .inner {
  height: 100%;
}
.popup.com .box > .inner {
  position: relative;
  margin: 20px;
  box-sizing: border-box;
  min-height: 100px;
}
.popup.com .box > .inner .block {
  display: block;
}
.popup.com .box > .inner img {
  max-width: 100%;
  height: auto;
}
.popup.com .box > .inner .text-box {
  padding: 70px 40px 35px;
  padding-top: 70px;
  padding-bottom: 35px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #fff;
}
@media screen and (max-width: 575.98px) {
  .popup.com .box > .inner .text-box {
    padding-top: 60px;
  }
}
@media screen and (min-width: 575.98px) {
  .popup.com .box > .inner .text-box {
    padding-top: calc(60px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .popup.com .box > .inner .text-box {
    padding-top: 70px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .popup.com .box > .inner .text-box {
    padding-top: calc(60px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .popup.com .box > .inner .text-box {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 575.98px) {
  .popup.com .box > .inner .text-box {
    padding-bottom: calc(25px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .popup.com .box > .inner .text-box {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .popup.com .box > .inner .text-box {
    padding-bottom: calc(25px + 10 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .popup.com .box > .inner .text-box {
    padding-left: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  .popup.com .box > .inner .text-box {
    padding-left: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .popup.com .box > .inner .text-box {
    padding-left: 40px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .popup.com .box > .inner .text-box {
    padding-left: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .popup.com .box > .inner .text-box {
    padding-right: 15px;
  }
}
@media screen and (min-width: 575.98px) {
  .popup.com .box > .inner .text-box {
    padding-right: calc(15px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .popup.com .box > .inner .text-box {
    padding-right: 40px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .popup.com .box > .inner .text-box {
    padding-right: calc(15px + 25 * (78vw - 575.98px) / 688.02);
  }
}
.popup.com .box > .inner .text-box h2:first-child,
.popup.com .box > .inner .text-box h3:first-child,
.popup.com .box > .inner .text-box h4:first-child {
  padding-top: 0;
}
.popup.com .icon-close {
  position: absolute;
  right: 35px;
  top: 35px;
  width: 56px;
  height: 56px;
  display: inline-block;
  cursor: pointer;
  z-index: 3;
  color: #fff;
  background-color: #9f8976;
  transition: all 0.2s;
}
@media screen and (max-width: 575.98px) {
  .popup.com .icon-close {
    width: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .popup.com .icon-close {
    width: calc(40px + 16 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .popup.com .icon-close {
    width: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .popup.com .icon-close {
    width: calc(40px + 16 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .popup.com .icon-close {
    height: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .popup.com .icon-close {
    height: calc(40px + 16 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .popup.com .icon-close {
    height: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .popup.com .icon-close {
    height: calc(40px + 16 * (78vw - 575.98px) / 688.02);
  }
}
.popup.com .icon-close:after {
  content: '\e912';
  font-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -7px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.popup.com .icon-close.visible {
  opacity: 1;
}
.popup.com .icon-close:after {
  transition: 0.2s ease-in-out;
}
.popup.com .icon-close:hover {
  background-color: #9f8976;
}
.popup.com .icon-close:hover:after {
  color: rgba(255, 255, 255, 0.6);
}
.preloader.com.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.preloader.com.loading:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("../img/ajax-loader.svg") no-repeat 50% 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border-radius: 999px;
}
.process.com {
  margin-top: 120px;
}
.process.com .process__item-wrap {
  margin-bottom: 32px;
}
@media screen and (max-width: 575.98px) {
  .process.com .process__item-wrap {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .process.com .process__item-wrap {
    margin-bottom: calc(16px + 16 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .process.com .process__item-wrap {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .process.com .process__item-wrap {
    margin-bottom: calc(16px + 16 * (78vw - 575.98px) / 688.02);
  }
}
.process.com .process__item-wrap:first-child:before {
  position: absolute;
  content: "";
  width: 2px;
  background: linear-gradient(0deg, #9f8976 14.45%, rgba(55, 95, 255, 0) 82.56%);
  top: -110px;
  z-index: -1;
  left: 68px;
  animation-name: processFirstLine;
  animation-duration: 400ms;
  animation-fill-mode: both;
}
@media (max-width: 847.98px) {
  .process.com .process__item-wrap:first-child:before {
    left: 46px;
  }
}
.process.com .process__item-wrap:first-child .process__number {
  --line-height: 0;
  position: relative;
}
.process.com .process__item-wrap:first-child .process__number:after {
  position: absolute;
  content: "";
  width: 2px;
  height: var(--line-height);
  background: #9f8976;
  top: 0;
  z-index: -1;
  transition: all 300ms ease-in-out;
}
@media (max-width: 847.98px) {
  .process.com .process__item-wrap:first-child .process__number:after {
    display: none;
  }
}
.process.com .process__number-wrap {
  display: flex;
  align-items: center;
  margin-left: 22px;
}
@media (max-width: 847.98px) {
  .process.com .process__number-wrap {
    margin-bottom: 24px;
    margin-left: 0;
  }
}
.process.com .process__number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  line-height: 2;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
  background: #9f8976;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  outline: 24px solid white;
  z-index: 10;
  opacity: 0;
}
.process.com .process__number-line {
  display: inline-block;
  height: 2px;
  width: 85%;
  background: linear-gradient(270deg, #9f8976 14.45%, rgba(55, 95, 255, 0) 82.56%);
  margin-right: auto;
  opacity: 0;
}
.process.com .process__item-icon {
  margin-bottom: 28px;
}
.process.com .process__item-icon img {
  opacity: 0;
}
.process.com .process__item-title {
  opacity: 0;
  margin-top: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 575.98px) {
  .process.com .process__item-title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  .process.com .process__item-title {
    margin-bottom: calc(20px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .process.com .process__item-title {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .process.com .process__item-title {
    margin-bottom: calc(20px + 4 * (78vw - 575.98px) / 688.02);
  }
}
.process.com .process__item-text {
  opacity: 0;
  max-width: 704px;
  margin-bottom: 24px;
}
@media screen and (max-width: 575.98px) {
  .process.com .process__item-text {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  .process.com .process__item-text {
    margin-bottom: calc(20px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .process.com .process__item-text {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .process.com .process__item-text {
    margin-bottom: calc(20px + 4 * (78vw - 575.98px) / 688.02);
  }
}
.process.com .process__item-action {
  opacity: 0;
}
/**
* ----------------------------------------------------------------------------------------------------
* Animation of first line
*/
@-webkit-keyframes processFirstLine {
  from {
    height: 0;
  }
  to {
    height: 144px;
  }
}
@-moz-keyframes processFirstLine {
  from {
    height: 0;
  }
  to {
    height: 144px;
  }
}
@-ms-keyframes processFirstLine {
  from {
    height: 0;
  }
  to {
    height: 144px;
  }
}
@-o-keyframes processFirstLine {
  from {
    height: 0;
  }
  to {
    height: 144px;
  }
}
@keyframes processFirstLine {
  from {
    height: 0;
  }
  to {
    height: 144px;
  }
}
.project-box.com {
  --color: #9f8976;
  color: #fff;
  /**
   * ------------------------------------------------------
   * Table style
   */
}
@media (min-width: 847.98px) {
  .project-box.com {
    padding-top: 48px;
  }
}
.project-box.com .project-box__head {
  display: flex;
  flex-direction: column;
}
@media (min-width: 847.98px) {
  .project-box.com .project-box__head {
    flex-direction: row;
  }
}
.project-box.com .project-box__content {
  background: var(--color);
  z-index: 20;
  padding: 36px;
  width: auto;
  transform: translateY(30px);
  max-width: 400px;
  margin: 0;
}
@media (min-width: 847.98px) {
  .project-box.com .project-box__content {
    transform: translateY(-48px);
    min-height: 350px;
    min-width: 390px;
  }
}
@media (max-width: 575.98px) {
  .project-box.com .project-box__content {
    padding: 24px;
  }
}
.project-box.com .project-box__content-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 575.98px) {
  .project-box.com .project-box__content-head {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 575.98px) {
  .project-box.com .project-box__content-head {
    margin-bottom: calc(30px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project-box.com .project-box__content-head {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project-box.com .project-box__content-head {
    margin-bottom: calc(30px + 20 * (78vw - 575.98px) / 688.02);
  }
}
.project-box.com .project-box__content-head .title {
  margin: 0;
}
.project-box.com .project-box__content-body {
  display: flex;
  justify-content: space-between;
}
.project-box.com .project-box__content-body .btn-sliding-arrow-circle {
  align-self: flex-end;
  padding: 32px;
}
.project-box.com .project-box__content-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.project-box.com .project-box__content-items .item .label {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 575.98px) {
  .project-box.com .project-box__content-items .item .label {
    font-size: 14px;
  }
}
@media screen and (min-width: 575.98px) {
  .project-box.com .project-box__content-items .item .label {
    font-size: calc(14px + 2 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project-box.com .project-box__content-items .item .label {
    font-size: 16px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project-box.com .project-box__content-items .item .label {
    font-size: calc(14px + 2 * (78vw - 575.98px) / 688.02);
  }
}
.project-box.com .project-box__content-items .item .value {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 575.98px) {
  .project-box.com .project-box__content-items .item .value {
    font-size: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .project-box.com .project-box__content-items .item .value {
    font-size: calc(16px + 2 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project-box.com .project-box__content-items .item .value {
    font-size: 18px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project-box.com .project-box__content-items .item .value {
    font-size: calc(16px + 2 * (78vw - 575.98px) / 688.02);
  }
}
.project-box.com .project-box__img-wrap {
  width: 100%;
  position: relative;
  align-self: flex-end;
  margin-left: -20px;
}
@media (max-width: 847.98px) {
  .project-box.com .project-box__img-wrap {
    margin-left: 0;
    margin-right: -22px;
  }
}
.project-box.com .project-box__img-wrap .wrap {
  overflow: hidden;
  position: relative;
  pointer-events: none;
  height: 300px;
}
@media (min-width: 575.98px) {
  .project-box.com .project-box__img-wrap .wrap {
    height: 350px;
  }
}
.project-box.com .project-box__img-wrap .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
}
.project-box.com .project-box__img-wrap .image-wrap img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  pointer-events: none;
  width: 100%;
}
.project-box.com .project-box__img-wrap .content {
  position: absolute;
  bottom: 50px;
  left: 100px;
}
@media screen and (max-width: 575.98px) {
  .project-box.com .project-box__img-wrap .content {
    left: 50px;
  }
}
@media screen and (min-width: 575.98px) {
  .project-box.com .project-box__img-wrap .content {
    left: calc(50px + 50 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project-box.com .project-box__img-wrap .content {
    left: 100px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project-box.com .project-box__img-wrap .content {
    left: calc(50px + 50 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 847.98px) {
  .project-box.com .project-box__img-wrap .content {
    left: 0;
    padding: 0 22px;
    width: 100%;
    bottom: 40px;
  }
}
.project-box.com .project-box__img-wrap .content span {
  display: inline-block;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 500;
}
.project-box.com .project-box__img-wrap .content span.content__value {
  font-family: 'Vogue';
  line-height: 1.3;
  margin: 0 12px;
  font-size: 26px;
}
@media (min-width: 575.98px) {
  .project-box.com .project-box__img-wrap .content span {
    font-size: 16px;
  }
  .project-box.com .project-box__img-wrap .content span.content__value {
    font-size: 32px;
    margin: 0 18px;
  }
}
.project-box.com .project-box__table {
  margin-bottom: 28px;
}
@media screen and (max-width: 575.98px) {
  .project-box.com .project-box__table {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .project-box.com .project-box__table {
    margin-bottom: calc(16px + 12 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project-box.com .project-box__table {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project-box.com .project-box__table {
    margin-bottom: calc(16px + 12 * (78vw - 575.98px) / 688.02);
  }
}
.project-box.com .project-box__table .table-wrapper {
  margin-bottom: 28px;
}
@media screen and (max-width: 575.98px) {
  .project-box.com .project-box__table .table-wrapper {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .project-box.com .project-box__table .table-wrapper {
    margin-bottom: calc(16px + 12 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project-box.com .project-box__table .table-wrapper {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project-box.com .project-box__table .table-wrapper {
    margin-bottom: calc(16px + 12 * (78vw - 575.98px) / 688.02);
  }
}
.project-box.com .project-box__table th {
  background-color: var(--color);
}
.project-box.com .project-box__table a {
  color: var(--color);
}
@media (max-width: 847.98px) {
  .project-box.com .project-box__table table:not(.plain) tr td:before {
    color: #505050;
  }
  .project-box.com .project-box__table tr {
    border: none !important;
    padding-left: 22px;
    padding-right: 22px;
  }
}
.project-box.com .project-box__footer {
  text-align: center;
}
.project-box.com .project-box__footer .btn {
  color: #fff !important;
  background-color: var(--color);
  border-color: var(--color);
}
@media (max-width: 847.98px) {
  .project-box.com .mobile-2-cols tr {
    margin: 0;
    padding-top: 20px;
  }
}
.project-detail.com {
  --baseColor: #9f8976;
  --lightBg: #5A94FA;
  --darkBg: #3C50A0;
  --baseColorTemp: var(--baseColor);
  /**
   *
   * Dark background
   *
   */
  /**
   * ------------------------------------------
   * Project floor plan
   * ------------------------------------------
   */
}
.project-detail.com h1,
.project-detail.com h2,
.project-detail.com h3,
.project-detail.com h4,
.project-detail.com h5,
.project-detail.com h6,
.project-detail.com caption,
.project-detail.com .h1,
.project-detail.com .h2,
.project-detail.com .h3,
.project-detail.com .h4,
.project-detail.com .h5,
.project-detail.com .h6,
.project-detail.com .caption {
  color: var(--baseColor);
}
.project-detail.com .project-timeline.com {
  --baseColorPrimary: var(--lightBg);
  --baseColorSecondary: var(--baseColor);
}
.project-detail.com .collapse-cards {
  --baseColor: var(--baseColorTemp);
  --lightColor: var(--lightBg);
  --darkColor: var(--darkBg);
}
.project-detail.com .google-map-section.com {
  --baseColor: var(--baseColorTemp);
}
.project-detail.com .teaser.com {
  background-color: var(--baseColor);
}
.project-detail.com .teaser.com .info-text {
  color: var(--baseColor);
}
@media (max-width: 847.98px) {
  .project-detail.com table:not(.plain) tr td:before {
    color: var(--baseColor);
  }
}
.project-detail.com .filter-box.com {
  --baseColor: var(--baseColorTemp);
}
.project-detail.com .submenu.com {
  --baseColor: var(--baseColorTemp);
}
.project-detail.com .project-nearby {
  --projectNearbyBaseColor: var(--baseColor);
}
.project-detail.com .gallery-carousel.com {
  --galleryBaseColor: var(--baseColorTemp);
}
.project-detail.com section.section-benefits {
  background-color: var(--baseColor);
}
.project-detail.com table th {
  background-color: var(--baseColor);
}
.project-detail.com table .table-icon {
  color: var(--baseColor);
}
.project-detail.com .clip {
  --color: var(--baseColor);
}
.project-detail.com .btn.btn-primary {
  background-color: var(--baseColor);
  border-color: var(--baseColor);
}
.project-detail.com .btn.btn-primary:hover,
.project-detail.com .btn.btn-primary:focus {
  color: var(--baseColor);
  background-color: #fff;
  border-color: #fff;
}
.project-detail.com .btn.btn-sliding-arrow-circle {
  --baseColor: var(--baseColorTemp);
}
.project-detail.com .btn.btn--white:not(.outline):not(.btn-sliding-arrow-circle) {
  color: var(--baseColor);
}
.project-detail.com .btn.btn--white:not(.outline):not(.btn-sliding-arrow-circle):hover,
.project-detail.com .btn.btn--white:not(.outline):not(.btn-sliding-arrow-circle):focus {
  color: #fff;
}
.project-detail.com .bg-dark {
  background-color: var(--baseColor);
}
.project-detail.com .bg-dark h1,
.project-detail.com .bg-dark h2,
.project-detail.com .bg-dark h3,
.project-detail.com .bg-dark h4,
.project-detail.com .bg-dark h5,
.project-detail.com .bg-dark h6,
.project-detail.com .bg-dark caption,
.project-detail.com .bg-dark .h1,
.project-detail.com .bg-dark .h2,
.project-detail.com .bg-dark .h3,
.project-detail.com .bg-dark .h4,
.project-detail.com .bg-dark .h5,
.project-detail.com .bg-dark .h6,
.project-detail.com .bg-dark .caption {
  color: #fff;
}
.project-detail.com .bg-dark .btn.btn-sliding-arrow-circle {
  --baseColor: #fff;
}
.project-detail.com .bg-dark .btn.btn-hover-arrow {
  --baseColor: #fff;
}
.project-detail.com .bg-dark .btn.btn-hover-arrow:hover,
.project-detail.com .bg-dark .btn.btn-hover-arrow.active {
  color: var(--baseColorTemp);
}
.project-detail.com .bg-dark .btn.btn-hover-arrow:before {
  color: var(--baseColorTemp);
}
.project-detail.com .bg-dark .btn.btn-sliding-arrow-circle {
  color: #fff;
}
.project-detail.com .bg-dark .btn.btn-sliding-arrow-circle:before {
  color: #fff;
}
.project-detail.com .bg-dark .form-control,
.project-detail.com .bg-dark label {
  color: #fff;
}
@media (max-width: 848px) {
  .project-detail.com .bg-dark .project-detail__btn-change-type {
    background-color: #fff;
    border-color: #fff;
    color: var(--baseColorTemp);
  }
  .project-detail.com .bg-dark .project-detail__btn-change-type:hover,
  .project-detail.com .bg-dark .project-detail__btn-change-type:focus {
    background-color: transparent;
    color: #fff;
  }
}
.project-detail.com .contact-form.com {
  margin-bottom: 200px;
}
@media screen and (max-width: 575.98px) {
  .project-detail.com .contact-form.com {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 575.98px) {
  .project-detail.com .contact-form.com {
    margin-bottom: calc(70px + 130 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project-detail.com .contact-form.com {
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project-detail.com .contact-form.com {
    margin-bottom: calc(70px + 130 * (78vw - 575.98px) / 688.02);
  }
}
.project-detail.com .floor-plan.com {
  --baseColor: var(--baseColorTemp);
}
.project-map.com {
  --projectMapBaseColor: #9f8976;
  margin-top: 70px;
  padding-bottom: 120px;
}
@media screen and (max-width: 575.98px) {
  .project-map.com {
    margin-top: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .project-map.com {
    margin-top: calc(40px + 30 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project-map.com {
    margin-top: 70px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project-map.com {
    margin-top: calc(40px + 30 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .project-map.com {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 575.98px) {
  .project-map.com {
    padding-bottom: calc(60px + 60 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project-map.com {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project-map.com {
    padding-bottom: calc(60px + 60 * (78vw - 575.98px) / 688.02);
  }
}
.project-map.com:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 42%;
  width: 100%;
  background-color: rgba(214, 216, 217, 0.4);
}
.project-map.com .filter-tabs .swipeMenu__control.prev {
  left: -34px;
}
.project-map.com .filter-tabs .swipeMenu__control.next {
  right: -34px;
}
.project-map.com .filter-tabs .nav-link {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 575.98px) {
  .project-map.com .filter-tabs .nav-link {
    gap: 8px;
  }
}
@media screen and (min-width: 575.98px) {
  .project-map.com .filter-tabs .nav-link {
    gap: calc(8px + 16 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project-map.com .filter-tabs .nav-link {
    gap: 24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project-map.com .filter-tabs .nav-link {
    gap: calc(8px + 16 * (78vw - 575.98px) / 688.02);
  }
}
.project-map.com .filter-tabs .nav-link.active,
.project-map.com .filter-tabs .nav-link:focus,
.project-map.com .filter-tabs .nav-link:hover {
  color: var(--projectMapBaseColor);
  border-color: transparent transparent var(--projectMapBaseColor);
}
.project-map.com .google-map-section.com {
  margin-top: 56px;
}
@media screen and (max-width: 575.98px) {
  .project-map.com .google-map-section.com {
    margin-top: 30px;
  }
}
@media screen and (min-width: 575.98px) {
  .project-map.com .google-map-section.com {
    margin-top: calc(30px + 26 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project-map.com .google-map-section.com {
    margin-top: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project-map.com .google-map-section.com {
    margin-top: calc(30px + 26 * (78vw - 575.98px) / 688.02);
  }
}
.project-map.com .google-map-section.com .map-wrap {
  flex-direction: column-reverse;
  align-items: flex-start;
}
@media (min-width: 847.98px) {
  .project-map.com .google-map-section.com .map-wrap {
    flex-direction: row-reverse;
    align-items: center;
  }
}
.project-map.com .project-map__box {
  flex-grow: 1;
  z-index: 50;
}
.project-map.com .project-map__box-wrap {
  background: #9f8976;
  margin-left: auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
  min-width: 340px;
  max-width: 450px;
  transform: translateX(20px) translateY(40px);
  padding: 40px;
}
@media screen and (max-width: 575.98px) {
  .project-map.com .project-map__box-wrap {
    padding: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .project-map.com .project-map__box-wrap {
    padding: calc(16px + 24 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project-map.com .project-map__box-wrap {
    padding: 40px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project-map.com .project-map__box-wrap {
    padding: calc(16px + 24 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 847.98px) {
  .project-map.com .project-map__box-wrap {
    min-height: 544px;
    max-width: 392px;
    transform: translateX(20px);
  }
}
@media (min-width: 1140px) {
  .project-map.com .project-map__box-wrap {
    transform: translateX(50px);
    min-width: 360px;
  }
}
@media (min-width: 1264px) {
  .project-map.com .project-map__box-wrap {
    transform: translateX(50px);
  }
}
@media (min-width: 1200px) {
  .project-map.com .project-map__box-wrap {
    transform: translateX(180px);
  }
}
.project-map.com .project-map__box-wrap h5,
.project-map.com .project-map__box-wrap .text-03 {
  color: #fff;
}
.project-map.com .project-map__box-wrap .project-map__box-footer {
  text-align: right;
  padding-right: 16px;
  margin-top: 30px;
}
@media (max-width: 1140px) {
  .project-map.com .project-map__box-wrap .project-map__box-footer a {
    padding: 14px 76px 14px 16px;
  }
}
.project-map.com .project-map__box-wrap .project-map__box-items {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex-grow: 1;
}
@media screen and (max-width: 575.98px) {
  .project-map.com .project-map__box-wrap .project-map__box-items {
    gap: 18px;
  }
}
@media screen and (min-width: 575.98px) {
  .project-map.com .project-map__box-wrap .project-map__box-items {
    gap: calc(18px + 14 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project-map.com .project-map__box-wrap .project-map__box-items {
    gap: 32px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project-map.com .project-map__box-wrap .project-map__box-items {
    gap: calc(18px + 14 * (78vw - 575.98px) / 688.02);
  }
}
.project-map.com .project-map__box-wrap .project-map__box-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.project-map.com .project-map__box-wrap .project-map__box-item img {
  width: 32px;
  height: 32px;
}
.project-map.com .project-map__box-wrap .project-map__box-item .label {
  margin-left: 16px;
  flex-grow: 1;
}
.project-map.com .project-map__box-wrap .project-map__box-item .value {
  margin: 0;
  font-family: 'Vogue';
  font-weight: 500;
}
.project-nearby.com {
  --projectNearbyBaseColor: #9f8976;
  position: relative;
  padding-bottom: 300px;
}
@media screen and (max-width: 575.98px) {
  .project-nearby.com {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 575.98px) {
  .project-nearby.com {
    padding-bottom: calc(100px + 200 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project-nearby.com {
    padding-bottom: 300px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project-nearby.com {
    padding-bottom: calc(100px + 200 * (78vw - 575.98px) / 688.02);
  }
}
.project-nearby.com .filter-tabs .nav-link {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 575.98px) {
  .project-nearby.com .filter-tabs .nav-link {
    gap: 8px;
  }
}
@media screen and (min-width: 575.98px) {
  .project-nearby.com .filter-tabs .nav-link {
    gap: calc(8px + 16 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project-nearby.com .filter-tabs .nav-link {
    gap: 24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project-nearby.com .filter-tabs .nav-link {
    gap: calc(8px + 16 * (78vw - 575.98px) / 688.02);
  }
}
.project-nearby.com .filter-tabs .nav-link i {
  height: 32px;
  width: 32px;
  color: var(--projectNearbyBaseColor);
}
.project-nearby.com .filter-tabs .nav-link.active,
.project-nearby.com .filter-tabs .nav-link:focus,
.project-nearby.com .filter-tabs .nav-link:hover {
  color: var(--projectNearbyBaseColor);
  border-color: transparent transparent var(--projectNearbyBaseColor);
}
.project-nearby.com .tab-content {
  margin-top: 30px;
}
.project-nearby.com .tab-content .tab-pane.active {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 64px;
}
@media screen and (max-width: 575.98px) {
  .project-nearby.com .tab-content .tab-pane.active {
    column-gap: 24px;
  }
}
@media screen and (min-width: 575.98px) {
  .project-nearby.com .tab-content .tab-pane.active {
    column-gap: calc(24px + 40 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project-nearby.com .tab-content .tab-pane.active {
    column-gap: 64px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project-nearby.com .tab-content .tab-pane.active {
    column-gap: calc(24px + 40 * (78vw - 575.98px) / 688.02);
  }
}
.project-nearby.com .project-nearby__item {
  padding: 15px 0;
  display: flex;
  gap: 21px;
}
@media screen and (max-width: 575.98px) {
  .project-nearby.com .project-nearby__item {
    gap: 12px;
  }
}
@media screen and (min-width: 575.98px) {
  .project-nearby.com .project-nearby__item {
    gap: calc(12px + 9 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project-nearby.com .project-nearby__item {
    gap: 21px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project-nearby.com .project-nearby__item {
    gap: calc(12px + 9 * (78vw - 575.98px) / 688.02);
  }
}
.project-nearby.com .project-nearby__item i {
  height: 32px;
  width: 32px;
  color: var(--projectNearbyBaseColor);
}
.project-nearby.com .project-nearby__item .divider {
  padding: 0 8px;
}
.project-nearby.com .google-map-section.com {
  margin-top: 40px;
}
@media screen and (max-width: 575.98px) {
  .project-nearby.com .google-map-section.com {
    margin-top: 25px;
  }
}
@media screen and (min-width: 575.98px) {
  .project-nearby.com .google-map-section.com {
    margin-top: calc(25px + 15 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project-nearby.com .google-map-section.com {
    margin-top: 40px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project-nearby.com .google-map-section.com {
    margin-top: calc(25px + 15 * (78vw - 575.98px) / 688.02);
  }
}
.project-nearby.com .google-map-section.com .google-map {
  max-width: 1572px;
}
.project-nearby.com.project-nearby--bg-bottom-50:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 50%;
  width: 100%;
  background-color: var(--projectNearbyBaseColor);
}
@media (max-width: 670px) {
  .project-nearby.com.project-nearby--bg-bottom-50:after {
    height: 40%;
  }
}
.project-table-overview.com .project-table-overview__table {
  margin-top: 75px;
}
@media screen and (max-width: 575.98px) {
  .project-table-overview.com .project-table-overview__table {
    margin-top: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .project-table-overview.com .project-table-overview__table {
    margin-top: calc(40px + 35 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project-table-overview.com .project-table-overview__table {
    margin-top: 75px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project-table-overview.com .project-table-overview__table {
    margin-top: calc(40px + 35 * (78vw - 575.98px) / 688.02);
  }
}
.project-table-overview.com .project-table-overview__subtext small {
  font-size: 12px;
  font-weight: 500;
  color: #484848;
}
.project-table-overview.com .project-table-overview__filter {
  margin-top: 125px;
}
@media screen and (max-width: 575.98px) {
  .project-table-overview.com .project-table-overview__filter {
    margin-top: 70px;
  }
}
@media screen and (min-width: 575.98px) {
  .project-table-overview.com .project-table-overview__filter {
    margin-top: calc(70px + 55 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project-table-overview.com .project-table-overview__filter {
    margin-top: 125px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project-table-overview.com .project-table-overview__filter {
    margin-top: calc(70px + 55 * (78vw - 575.98px) / 688.02);
  }
}
.project-table-overview.com .filter-box.com {
  padding: 0;
}
.project-timeline.com {
  --baseColorPrimary: #5A94FA;
  --baseColorSecondary: #9f8976;
  --labelColor: #484848;
  /**
  *
  * Override defaults
  *
  */
}
.project-timeline.com .project-timeline__container {
  max-width: 1400px;
  padding-left: 10px;
  padding-right: 10px;
}
.project-timeline.com .project-timeline__content {
  margin-top: 100px;
  /**
     * Stage item
     */
  /**
     *
     * Controls
     *
     */
}
@media screen and (max-width: 575.98px) {
  .project-timeline.com .project-timeline__content {
    margin-top: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .project-timeline.com .project-timeline__content {
    margin-top: calc(40px + 60 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project-timeline.com .project-timeline__content {
    margin-top: 100px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project-timeline.com .project-timeline__content {
    margin-top: calc(40px + 60 * (78vw - 575.98px) / 688.02);
  }
}
.project-timeline.com .project-timeline__content .page {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  left: 0;
  background: #fff;
}
.project-timeline.com .project-timeline__content .plan-list-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.project-timeline.com .project-timeline__content .plan-list-wrapper:before,
.project-timeline.com .project-timeline__content .plan-list-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 200px;
  z-index: 15;
}
.project-timeline.com .project-timeline__content .plan-list-wrapper:before {
  left: 0;
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.65) 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.65) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.65) 70%, rgba(255, 255, 255, 0) 100%);
}
.project-timeline.com .project-timeline__content .plan-list-wrapper:after {
  right: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 30%, #ffffff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 30%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 30%, #ffffff 100%);
}
.project-timeline.com .project-timeline__content .plan-list {
  margin: 0 auto;
  width: 200px;
  min-height: 360px;
}
.project-timeline.com .project-timeline__content .plan-list .box-inner-wrap {
  margin: 0 auto;
  text-align: left;
  position: relative;
  width: 200px;
  white-space: nowrap;
}
.project-timeline.com .project-timeline__content .plan-list .scroller-wrap {
  white-space: nowrap;
  margin: 0;
}
.project-timeline.com .project-timeline__content .plan-list .hscroll-box {
  overflow: visible !important;
}
.project-timeline.com .project-timeline__content .plan-list ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.project-timeline.com .project-timeline__content .plan-list ul li {
  width: 200px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 140px 0;
  position: relative;
  /**
       * Point on the line
       */
}
.project-timeline.com .project-timeline__content .plan-list ul li:before {
  display: block;
  top: calc(50% - 9px);
  left: calc(50% - 9px);
  position: absolute;
  content: '';
  border-radius: 999px;
  width: 18px;
  height: 18px;
  background-color: var(--baseColorPrimary);
  z-index: 3;
  opacity: 0;
}
.project-timeline.com .project-timeline__content .plan-list ul li.up.done:after,
.project-timeline.com .project-timeline__content .plan-list ul li.down.done:after {
  background-color: #fff;
  background-image: url('../img/svg/ico-check-circle.svg');
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.project-timeline.com .project-timeline__content .plan-list ul li.up:after,
.project-timeline.com .project-timeline__content .plan-list ul li.down:after {
  display: block;
  position: absolute;
  content: '';
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  background-color: var(--baseColorPrimary);
  opacity: 0;
  z-index: 13;
}
.project-timeline.com .project-timeline__content .plan-list ul li.up:after {
  top: 15%;
  left: 50%;
}
.project-timeline.com .project-timeline__content .plan-list ul li.down:after {
  top: 75%;
  left: 50%;
}
.project-timeline.com .project-timeline__content .plan-list ul li.active:after {
  background-color: #fff;
}
.project-timeline.com .project-timeline__content .plan-list ul li.active p {
  color: #fff;
}
.project-timeline.com .project-timeline__content .plan-list ul li .plan-arrow {
  position: absolute;
  background-color: var(--baseColorSecondary);
  left: 30%;
  padding: 65px 35px 10px 70px;
  width: 290px;
  height: 120px;
  color: #fff;
  z-index: 10;
}
@media screen and (min-width: 1264px) {
  .project-timeline.com .project-timeline__content .plan-list ul li .plan-arrow {
    font-size: 18px;
  }
}
.project-timeline.com .project-timeline__content .plan-list ul li p {
  position: absolute;
  left: 50%;
  font-size: 16px;
  line-height: 24px;
  color: var(--labelColor);
  padding: 0 0 1px 30px;
  width: 300px;
  white-space: normal;
}
.project-timeline.com .project-timeline__content .plan-list ul li p span {
  z-index: 13;
  position: relative;
}
.project-timeline.com .project-timeline__content .plan-list ul li.up p:before {
  content: '';
  position: absolute;
  left: -1px;
  width: 1px;
  height: 0;
  opacity: 0;
  background: linear-gradient(0deg, var(--baseColorPrimary) 50%, rgba(83, 51, 255, 0) 80%);
}
.project-timeline.com .project-timeline__content .plan-list ul li.down p:before {
  content: '';
  position: absolute;
  left: -1px;
  width: 1px;
  height: 0;
  opacity: 0;
  background: linear-gradient(180deg, var(--baseColorPrimary) 50%, rgba(83, 51, 255, 0) 80%);
}
.project-timeline.com .project-timeline__content .plan-list ul li.up p {
  margin-bottom: 55px;
  text-transform: uppercase;
  bottom: 58%;
}
.project-timeline.com .project-timeline__content .plan-list ul li.up p:before {
  bottom: -75px;
}
.project-timeline.com .project-timeline__content .plan-list ul li.up .plan-arrow {
  top: 0;
}
.project-timeline.com .project-timeline__content .plan-list ul li.down p {
  margin-top: 53px;
  text-transform: uppercase;
  top: 55%;
}
.project-timeline.com .project-timeline__content .plan-list ul li.down p:before {
  top: -70px;
}
.project-timeline.com .project-timeline__content .plan-list ul li.down .plan-arrow {
  bottom: -30px;
}
.project-timeline.com .project-timeline__content .plan-list ul li.active .line {
  --lineActiveTranslateX: -1000px;
  --lineFutureWidth: 0px;
  /**
       * Future line
       */
  /**
       * Active line
       */
}
.project-timeline.com .project-timeline__content .plan-list ul li.active .line:before,
.project-timeline.com .project-timeline__content .plan-list ul li.active .line:after {
  display: block;
  width: 10000px;
  height: 4px;
  top: 50%;
  margin-top: -2px;
  position: absolute;
  content: '';
}
.project-timeline.com .project-timeline__content .plan-list ul li.active .line:before {
  left: 50%;
  margin-left: -1px;
  background: url('../img/bg-scroller-inactive.svg') 0 50% repeat-x;
  width: var(--lineFutureWidth);
  transition: width 500ms ease-in-out;
}
.project-timeline.com .project-timeline__content .plan-list ul li.active .line:after {
  transition: all 500ms ease-in-out;
  right: 50%;
  margin-right: 2px;
  height: 1px;
  background: linear-gradient(270deg, var(--baseColorPrimary) 50%, rgba(83, 51, 255, 0) 101.63%);
  transform: translateX(var(--lineActiveTranslateX));
}
.project-timeline.com .project-timeline__content .plan-list ul li.active p {
  width: 225px;
}
.project-timeline.com .project-timeline__content .plan-list ul li.active p:before {
  height: 100px;
}
.project-timeline.com .project-timeline__content .controls {
  --baseColor: var(--baseColorSecondary);
}
@media (max-width: 550px) {
  .project-timeline.com .project-timeline__content .controls {
    display: flex;
    justify-content: center;
    gap: 50px;
    position: relative;
  }
}
.project-timeline.com .project-timeline__content .controls .btn-prev,
.project-timeline.com .project-timeline__content .controls .btn-next {
  z-index: 90;
  position: absolute;
  background: transparent !important;
  border-color: transparent !important;
  color: #505050;
  min-width: 56px;
  min-height: 56px;
  padding: 16px 8px;
  transition: all 0.2s ease-in-out, font-size 0s;
}
.project-timeline.com .project-timeline__content .controls .btn-prev span,
.project-timeline.com .project-timeline__content .controls .btn-next span {
  display: none;
}
.project-timeline.com .project-timeline__content .controls .btn-prev:before,
.project-timeline.com .project-timeline__content .controls .btn-next:before {
  content: "\e91b";
  line-height: 1.2;
  position: absolute;
  text-align: center;
  width: 40px;
  height: 10px;
  color: #505050;
  left: calc(50% - 20px);
  bottom: calc(50% - 5px);
  font-family: 'icomoon';
  font-size: 8px;
  transition: all 0.2s ease-in-out;
}
.project-timeline.com .project-timeline__content .controls .btn-prev:after,
.project-timeline.com .project-timeline__content .controls .btn-next:after {
  transition: all 0.2s ease-in-out, font-size 0s;
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: transparent;
  border: 1pt solid var(--baseColor);
  right: calc(50% - 60px);
  bottom: calc(50% - 60px);
}
@media (max-width: 1540px) {
  .project-timeline.com .project-timeline__content .controls .btn-prev:after,
  .project-timeline.com .project-timeline__content .controls .btn-next:after {
    width: 90px;
    height: 90px;
    right: calc(50% - 45px);
    bottom: calc(50% - 45px);
  }
}
.project-timeline.com .project-timeline__content .controls .btn-prev:hover:after,
.project-timeline.com .project-timeline__content .controls .btn-next:hover:after {
  width: 170px;
  height: 170px;
  right: calc(50% - 85px);
  bottom: calc(50% - 85px);
}
@media (max-width: 1540px) {
  .project-timeline.com .project-timeline__content .controls .btn-prev:hover:after,
  .project-timeline.com .project-timeline__content .controls .btn-next:hover:after {
    width: 120px;
    height: 120px;
    right: calc(50% - 60px);
    bottom: calc(50% - 60px);
  }
}
.project-timeline.com .project-timeline__content .controls .btn-prev {
  left: 0;
  bottom: 0;
}
.project-timeline.com .project-timeline__content .controls .btn-prev:before {
  transform: scaleX(-1);
}
@media (max-width: 1540px) {
  .project-timeline.com .project-timeline__content .controls .btn-prev {
    left: 90px;
  }
}
@media (max-width: 550px) {
  .project-timeline.com .project-timeline__content .controls .btn-prev {
    position: relative;
    right: unset;
    left: unset;
  }
}
.project-timeline.com .project-timeline__content .controls .btn-next {
  right: 0;
  top: 0;
  transform: translateY(-150px);
}
@media (max-width: 1540px) {
  .project-timeline.com .project-timeline__content .controls .btn-next {
    right: 90px;
  }
}
@media (max-width: 550px) {
  .project-timeline.com .project-timeline__content .controls .btn-next {
    position: relative;
    transform: none;
    top: unset;
    bottom: 0;
    right: unset;
  }
}
.project-timeline.com .project-timeline__content .controls .disabled {
  cursor: default;
  --baseColor: #D6D8D9;
}
.project-timeline.com .project-timeline__content .controls .disabled:hover:after {
  width: 120px;
  height: 120px;
  right: calc(50% - 60px);
  bottom: calc(50% - 60px);
}
@media screen and (max-width: 1632px) {
  .project-timeline.com .project-timeline__content {
    /* layout */
  }
  .project-timeline.com .project-timeline__content .row-wide {
    max-width: 1592px;
    width: 100%;
  }
}
@media screen and (max-width: 1592px) {
  .project-timeline.com .project-timeline__content {
    /* main */
    /* plan list */
  }
  .project-timeline.com .project-timeline__content .section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .project-timeline.com .project-timeline__content .plan-list-wrapper {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1220px) {
  .project-timeline.com .project-timeline__content {
    /* main */
    /* plan list */
  }
  .project-timeline.com .project-timeline__content .row-main {
    max-width: 1180px;
    width: 100%;
  }
  .project-timeline.com .project-timeline__content .plan-list-wrapper {
    margin: 15px 0 0;
  }
  .project-timeline.com .project-timeline__content .plan-list ul li .plan-arrow {
    font-size: 14px;
  }
  .project-timeline.com .project-timeline__content .plan-list ul li p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 818px) {
  .project-timeline.com .project-timeline__content {
    /* layout */
  }
  .project-timeline.com .project-timeline__content .row-narrow {
    max-width: 778px;
    width: 100%;
  }
}
@media screen and (max-width: 775px) {
  .project-timeline.com .project-timeline__content {
    /* svg map */
  }
  .project-timeline.com .project-timeline__content .imodel-box.box-lehovec .col-text {
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .project-timeline.com .project-timeline__content {
    /* plan list */
  }
  .project-timeline.com .project-timeline__content .plan-list-wrapper {
    margin: 10px 0 0;
  }
  .project-timeline.com .project-timeline__content .plan-list-wrapper:before,
  .project-timeline.com .project-timeline__content .plan-list-wrapper:after {
    width: 30px;
  }
  .project-timeline.com .project-timeline__content .plan-list ul li .plan-arrow {
    font-size: 12px;
    width: 200px;
    padding: 75px 20px 15px 70px;
  }
  .project-timeline.com .project-timeline__content .plan-list ul li p {
    font-size: 14px;
    line-height: 20px;
    width: 120px !important;
  }
}
.project-timeline.com .plan-list ul li p {
  transition: all 500ms ease-in-out;
}
.project-timeline.com .plan-list ul li p:not(.visible) {
  color: transparent !important;
}
.project-timeline.com .plan-list ul li .plan-arrow {
  transition: all 300ms ease-in-out, background-color 500ms ease-in-out;
}
.project-timeline.com .plan-list ul li .plan-arrow:not(.visible--bg),
.project-timeline.com .plan-list ul li .plan-arrow.simple {
  background-color: transparent !important;
  color: var(--labelColor);
}
.project-timeline.com .plan-list ul li .plan-arrow:not(.visible--text) {
  color: transparent !important;
}
.project.com {
  margin-bottom: 140px;
  /**
   * ------------------------------------------------------------
   *
   * Color variants
   *
   */
}
@media screen and (max-width: 575.98px) {
  .project.com {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 575.98px) {
  .project.com {
    margin-bottom: calc(70px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project.com {
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project.com {
    margin-bottom: calc(70px + 70 * (78vw - 575.98px) / 688.02);
  }
}
.project.com:not(.section-terrific) .project--no-controls {
  padding-top: 0;
}
.project.com .owl-project > .owl-stage-outer {
  display: flex;
  width: 100%;
}
.project.com .owl-project > .owl-stage-outer > .owl-stage {
  display: flex;
  width: 100%;
}
.project.com .owl-project .owl-nav.disabled {
  pointer-events: none;
  opacity: 1 !important;
}
.project.com .owl-project .owl-dots {
  display: block;
  position: absolute;
  width: 100%;
  bottom: -5px;
}
.project.com .owl-project .owl-dots .owl-dot span {
  background: rgba(0, 0, 0, 0.2);
}
.project.com .owl-project .owl-dots .owl-dot.active {
  background-color: transparent !important;
}
.project.com .owl-project .owl-dots .owl-dot.active span {
  background: rgba(0, 0, 0, 0.5);
}
.project.com .owl-project .owl-dots.disabled {
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 990px) {
  .project.com .owl-project .owl-dots {
    display: none;
  }
}
.project.com .project {
  display: flex;
  max-width: 1920px;
  padding-left: 210px;
  padding-right: 210px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: row;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 160px;
  position: relative;
  /**
     * --------------------------------------
     * REVERSE
     */
  /**
     * ---------------------------------------------------------------------------------
     * Img wrap
     */
  /**
     * ---------------------------------------------------------------------------------
     * Content wrap
     */
  /**
     * ---------------------------------------------------------------------------------
     * Content
     */
  /**
     * ---------------------------------------------------------------------------------
     * Controls
     */
}
@media screen and (max-width: 575.98px) {
  .project.com .project {
    padding-top: 70px;
  }
}
@media screen and (min-width: 575.98px) {
  .project.com .project {
    padding-top: calc(70px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project.com .project {
    padding-top: 140px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project.com .project {
    padding-top: calc(70px + 70 * (78vw - 575.98px) / 688.02);
  }
}
.project.com .project.project--no-controls {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 0;
}
.project.com .project.project--no-controls + .project__btn-all {
  margin-top: 120px;
}
@media (max-width: 990px) {
  .project.com .project.project--no-controls {
    max-width: none;
  }
  .project.com .project.project--no-controls .project__img-wrap {
    max-width: 100%;
  }
  .project.com .project.project--no-controls .project__img-wrap .owl-carousel .item,
  .project.com .project.project--no-controls .project__img-wrap .owl-carousel .owl-item {
    width: -webkit-calc(60vw);
    width: calc(100vw - 40px);
  }
  .project.com .project.project--no-controls .project__img-wrap .owl-carousel img {
    width: -webkit-calc(60vw);
    width: calc(100vw - 40px);
  }
  .project.com .project.project--no-controls .project__content-wrap {
    width: 100%;
  }
  .project.com .project.project--no-controls .project__content {
    width: 100%;
    max-width: none;
  }
  .project.com .project.project--no-controls + .project__btn-all {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  .project.com .project {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 990px) {
  .project.com .project {
    max-width: 410px;
    flex-direction: column;
    padding-left: 20px !important;
    padding-right: 0px !important;
    padding-bottom: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .project.com .project {
    max-width: 305px;
  }
}
.project.com .project .owl-carousel .item {
  width: 1260px;
}
@media (max-width: 990px) {
  .project.com .project .owl-carousel {
    transform: translateX(0px);
  }
  .project.com .project .owl-carousel .item,
  .project.com .project .owl-carousel .owl-item {
    width: 390px;
  }
  .project.com .project .owl-carousel img {
    width: 390px;
    height: auto;
    object-fit: cover;
  }
}
@media (max-width: 576px) {
  .project.com .project .owl-carousel .item,
  .project.com .project .owl-carousel .owl-item {
    width: 285px;
  }
  .project.com .project .owl-carousel img {
    width: 285px;
  }
}
.project.com .project.reverse {
  flex-direction: row-reverse;
}
.project.com .project.reverse .project__img-wrap .owl-nav {
  padding-left: 288px;
  padding-right: 0 !important;
}
@media screen and (max-width: 575.98px) {
  .project.com .project.reverse .project__img-wrap .owl-nav {
    padding-left: 0px;
  }
}
@media screen and (min-width: 575.98px) {
  .project.com .project.reverse .project__img-wrap .owl-nav {
    padding-left: calc(0px + 288 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project.com .project.reverse .project__img-wrap .owl-nav {
    padding-left: 288px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project.com .project.reverse .project__img-wrap .owl-nav {
    padding-left: calc(0px + 288 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 990px) {
  .project.com .project.reverse .project__img-wrap .owl-nav {
    padding-left: 0;
  }
}
.project.com .project.reverse .project__img-wrap .slider-counter {
  padding-left: 288px;
  padding-right: 0 !important;
}
@media screen and (max-width: 575.98px) {
  .project.com .project.reverse .project__img-wrap .slider-counter {
    padding-left: 0px;
  }
}
@media screen and (min-width: 575.98px) {
  .project.com .project.reverse .project__img-wrap .slider-counter {
    padding-left: calc(0px + 288 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project.com .project.reverse .project__img-wrap .slider-counter {
    padding-left: 288px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project.com .project.reverse .project__img-wrap .slider-counter {
    padding-left: calc(0px + 288 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 990px) {
  .project.com .project.reverse .project__img-wrap .slider-counter {
    padding-left: 0;
  }
}
.project.com .project.reverse .project__content-wrap {
  margin-left: -288px;
  margin-right: 0 !important;
}
@media screen and (max-width: 575.98px) {
  .project.com .project.reverse .project__content-wrap {
    margin-left: 0px;
  }
}
@media screen and (min-width: 575.98px) {
  .project.com .project.reverse .project__content-wrap {
    margin-left: calc(0px + -288 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project.com .project.reverse .project__content-wrap {
    margin-left: -288px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project.com .project.reverse .project__content-wrap {
    margin-left: calc(0px + -288 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 990px) {
  .project.com .project.reverse .project__content-wrap {
    margin-left: 0 !important;
  }
}
.project.com .project.reverse .project__content {
  left: 288px;
  margin-left: 0 !important;
}
@media screen and (max-width: 575.98px) {
  .project.com .project.reverse .project__content {
    left: 0px;
  }
}
@media screen and (min-width: 575.98px) {
  .project.com .project.reverse .project__content {
    left: calc(0px + 288 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project.com .project.reverse .project__content {
    left: 288px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project.com .project.reverse .project__content {
    left: calc(0px + 288 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 990px) {
  .project.com .project.reverse .project__content {
    left: 0 !important;
  }
}
@media (max-width: 990px) {
  .project.com .project.reverse {
    flex-direction: column;
  }
}
.project.com .project__img-wrap {
  width: 100%;
  max-width: 1192px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 575.98px) {
  .project.com .project__img-wrap {
    max-width: 285px;
  }
}
@media screen and (min-width: 575.98px) {
  .project.com .project__img-wrap {
    max-width: calc(285px + 907 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project.com .project__img-wrap {
    max-width: 1192px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project.com .project__img-wrap {
    max-width: calc(285px + 907 * (78vw - 575.98px) / 688.02);
  }
}
.project.com .project__img-wrap .overlay {
  width: 100%;
  height: 45%;
  bottom: 0;
  position: absolute;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.355053) 33.56%, rgba(0, 0, 0, 0) 62.11%);
  z-index: 1;
}
.project.com .project__img-wrap .slider-counter {
  font-size: 24px;
  line-height: 32px;
  position: absolute;
  bottom: 50px;
  color: #fff;
  width: 100%;
  pointer-events: none;
  text-align: center;
  z-index: 5;
  padding-right: 288px;
}
@media screen and (max-width: 575.98px) {
  .project.com .project__img-wrap .slider-counter {
    font-size: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  .project.com .project__img-wrap .slider-counter {
    font-size: calc(20px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project.com .project__img-wrap .slider-counter {
    font-size: 24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project.com .project__img-wrap .slider-counter {
    font-size: calc(20px + 4 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .project.com .project__img-wrap .slider-counter {
    bottom: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .project.com .project__img-wrap .slider-counter {
    bottom: calc(16px + 34 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project.com .project__img-wrap .slider-counter {
    bottom: 50px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project.com .project__img-wrap .slider-counter {
    bottom: calc(16px + 34 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .project.com .project__img-wrap .slider-counter {
    padding-right: 0px;
  }
}
@media screen and (min-width: 575.98px) {
  .project.com .project__img-wrap .slider-counter {
    padding-right: calc(0px + 288 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project.com .project__img-wrap .slider-counter {
    padding-right: 288px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project.com .project__img-wrap .slider-counter {
    padding-right: calc(0px + 288 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 990px) {
  .project.com .project__img-wrap {
    max-width: 390px;
  }
  .project.com .project__img-wrap .slider-counter {
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .project.com .project__img-wrap {
    max-width: 285px;
  }
}
.project.com .project__img-wrap .owl-nav {
  position: absolute;
  width: 100%;
  bottom: 50px;
  padding-right: 288px;
  box-sizing: border-box;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 60px;
}
@media screen and (max-width: 575.98px) {
  .project.com .project__img-wrap .owl-nav {
    bottom: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .project.com .project__img-wrap .owl-nav {
    bottom: calc(16px + 34 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project.com .project__img-wrap .owl-nav {
    bottom: 50px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project.com .project__img-wrap .owl-nav {
    bottom: calc(16px + 34 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .project.com .project__img-wrap .owl-nav {
    padding-right: 0px;
  }
}
@media screen and (min-width: 575.98px) {
  .project.com .project__img-wrap .owl-nav {
    padding-right: calc(0px + 288 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project.com .project__img-wrap .owl-nav {
    padding-right: 288px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project.com .project__img-wrap .owl-nav {
    padding-right: calc(0px + 288 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .project.com .project__img-wrap .owl-nav {
    gap: 50px;
  }
}
@media screen and (min-width: 575.98px) {
  .project.com .project__img-wrap .owl-nav {
    gap: calc(50px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project.com .project__img-wrap .owl-nav {
    gap: 60px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project.com .project__img-wrap .owl-nav {
    gap: calc(50px + 10 * (78vw - 575.98px) / 688.02);
  }
}
.project.com .project__img-wrap .owl-nav .owl-prev,
.project.com .project__img-wrap .owl-nav .owl-next {
  position: relative;
  background: transparent !important;
  border-color: transparent !important;
  opacity: 1 !important;
  transition: all 0.2s ease-in-out;
  height: 32px !important;
  margin: 0 !important;
  top: 0 !important;
  transform: none !important;
}
.project.com .project__img-wrap .owl-nav .owl-prev.owl-prev span:before,
.project.com .project__img-wrap .owl-nav .owl-next.owl-prev span:before {
  transform: scaleX(-1);
}
.project.com .project__img-wrap .owl-nav .owl-prev:hover,
.project.com .project__img-wrap .owl-nav .owl-next:hover {
  opacity: 1;
}
.project.com .project__img-wrap .owl-nav .owl-prev:hover span:before,
.project.com .project__img-wrap .owl-nav .owl-next:hover span:before {
  color: #fff;
}
.project.com .project__img-wrap .owl-nav .owl-prev span,
.project.com .project__img-wrap .owl-nav .owl-next span {
  line-height: 1.25;
  transition: all 0.15s ease-in-out;
  font-size: 0;
  color: transparent;
}
.project.com .project__img-wrap .owl-nav .owl-prev span:before,
.project.com .project__img-wrap .owl-nav .owl-next span:before {
  content: "\e91b";
  line-height: 1.2;
  position: absolute;
  text-align: center;
  width: 40px;
  height: 10px;
  color: #acacac;
  left: calc(50% - 20px);
  bottom: calc(50% - 5px);
  font-family: 'icomoon';
  font-size: 8px;
  transition: color 0.15s ease-in-out;
}
.project.com .project__img-wrap .owl-nav .owl-prev.disabled,
.project.com .project__img-wrap .owl-nav .owl-next.disabled {
  pointer-events: none;
  opacity: 0.5 !important;
}
@media (max-width: 990px) {
  .project.com .project__img-wrap .owl-nav {
    padding-right: 0;
  }
}
.project.com .project__content-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 465px;
  width: auto;
  flex-grow: 0;
  margin-right: -288px;
}
@media screen and (max-width: 575.98px) {
  .project.com .project__content-wrap {
    min-width: 285px;
  }
}
@media screen and (min-width: 575.98px) {
  .project.com .project__content-wrap {
    min-width: calc(285px + 180 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project.com .project__content-wrap {
    min-width: 465px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project.com .project__content-wrap {
    min-width: calc(285px + 180 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .project.com .project__content-wrap {
    margin-right: 0px;
  }
}
@media screen and (min-width: 575.98px) {
  .project.com .project__content-wrap {
    margin-right: calc(0px + -288 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project.com .project__content-wrap {
    margin-right: -288px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project.com .project__content-wrap {
    margin-right: calc(0px + -288 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 990px) {
  .project.com .project__content-wrap {
    margin-right: 0;
    min-width: 390px;
    margin-top: -1px;
  }
}
@media (max-width: 576px) {
  .project.com .project__content-wrap {
    min-width: 285px;
  }
}
.project.com .project__content {
  display: flex;
  flex-direction: column;
  width: 465px;
  max-width: 465px;
  background: #316DE4;
  color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  padding: 40px;
  margin-top: 120px;
  margin-bottom: -120px;
  margin-left: -288px;
}
@media screen and (max-width: 575.98px) {
  .project.com .project__content {
    width: 285px;
  }
}
@media screen and (min-width: 575.98px) {
  .project.com .project__content {
    width: calc(285px + 180 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project.com .project__content {
    width: 465px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project.com .project__content {
    width: calc(285px + 180 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .project.com .project__content {
    max-width: 285px;
  }
}
@media screen and (min-width: 575.98px) {
  .project.com .project__content {
    max-width: calc(285px + 180 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project.com .project__content {
    max-width: 465px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project.com .project__content {
    max-width: calc(285px + 180 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .project.com .project__content {
    padding: 28px;
  }
}
@media screen and (min-width: 575.98px) {
  .project.com .project__content {
    padding: calc(28px + 12 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project.com .project__content {
    padding: 40px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project.com .project__content {
    padding: calc(28px + 12 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .project.com .project__content {
    margin-top: 0px;
  }
}
@media screen and (min-width: 575.98px) {
  .project.com .project__content {
    margin-top: calc(0px + 120 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project.com .project__content {
    margin-top: 120px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project.com .project__content {
    margin-top: calc(0px + 120 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .project.com .project__content {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 575.98px) {
  .project.com .project__content {
    margin-bottom: calc(0px + -120 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project.com .project__content {
    margin-bottom: -120px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project.com .project__content {
    margin-bottom: calc(0px + -120 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .project.com .project__content {
    margin-left: 0px;
  }
}
@media screen and (min-width: 575.98px) {
  .project.com .project__content {
    margin-left: calc(0px + -288 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project.com .project__content {
    margin-left: -288px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project.com .project__content {
    margin-left: calc(0px + -288 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 990px) {
  .project.com .project__content {
    margin-bottom: 0;
    margin-left: 0;
    padding: 35px 25px 25px;
    margin-top: 0;
    max-width: 390px;
    width: 390px;
  }
}
@media (max-width: 576px) {
  .project.com .project__content {
    max-width: 285px;
    width: 285px;
  }
}
.project.com .project__content .project-head {
  margin-bottom: 30px;
}
@media screen and (max-width: 575.98px) {
  .project.com .project__content .project-head {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .project.com .project__content .project-head {
    margin-bottom: calc(16px + 14 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project.com .project__content .project-head {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project.com .project__content .project-head {
    margin-bottom: calc(16px + 14 * (78vw - 575.98px) / 688.02);
  }
}
.project.com .project__content .project-head h4 {
  color: #fff;
}
@media (max-width: 575.98px) {
  .project.com .project__content .project-head h4 {
    font-size: 28px;
  }
}
.project.com .project__content .project-head p {
  margin-bottom: 30px;
  line-height: 2;
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .project.com .project__content .project-head p {
    font-size: 14px;
  }
}
.project.com .project__content .project-item {
  width: 100%;
}
.project.com .project__content .project-label {
  display: block;
  line-height: 1.1;
  margin-bottom: 0;
  font-size: 16px;
}
@media screen and (max-width: 575.98px) {
  .project.com .project__content .project-label {
    font-size: 12px;
  }
}
@media screen and (min-width: 575.98px) {
  .project.com .project__content .project-label {
    font-size: calc(12px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project.com .project__content .project-label {
    font-size: 16px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project.com .project__content .project-label {
    font-size: calc(12px + 4 * (78vw - 575.98px) / 688.02);
  }
}
.project.com .project__content .project-value {
  line-height: 2;
  font-weight: 500;
  font-family: 'Vogue';
  margin-bottom: 10px;
  font-size: 24px;
}
@media screen and (max-width: 575.98px) {
  .project.com .project__content .project-value {
    font-size: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .project.com .project__content .project-value {
    font-size: calc(16px + 8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project.com .project__content .project-value {
    font-size: 24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project.com .project__content .project-value {
    font-size: calc(16px + 8 * (78vw - 575.98px) / 688.02);
  }
}
.project.com .project__content .project-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.project.com .project__content .project-items {
  flex-grow: 1;
}
.project.com .project__content .project-items .project-item:last-child p {
  margin-bottom: 24px;
}
@media screen and (max-width: 575.98px) {
  .project.com .project__content .project-items .project-item:last-child p {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .project.com .project__content .project-items .project-item:last-child p {
    margin-bottom: calc(16px + 8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project.com .project__content .project-items .project-item:last-child p {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project.com .project__content .project-items .project-item:last-child p {
    margin-bottom: calc(16px + 8 * (78vw - 575.98px) / 688.02);
  }
}
.project.com .project__content .project-action a {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.project.com .project__content .project-action a:hover {
  color: #316DE4;
  background-color: #fff;
}
.project.com .project__controls {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  /**
      * -------------
      * Arrows variant
      *
      */
}
@media (max-width: 1200px) {
  .project.com .project__controls {
    display: none;
  }
}
.project.com .project__controls .btn-arrow {
  padding-left: 0;
  padding-right: 0;
  width: 170px;
  height: 170px;
  position: relative;
}
.project.com .project__controls .btn-arrow span {
  line-height: 1.25;
  opacity: 0;
}
.project.com .project__controls .btn-arrow:before {
  transition: all 0.35s ease-in-out, width 0.2s ease-in;
}
.project.com .project__controls .btn-arrow:after {
  transition: all 0.2s ease-in-out;
  content: "";
  position: absolute;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  background: transparent;
  border: 1pt solid #9f8976;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.project.com .project__controls .btn-arrow.btn-arrow--left {
  margin-left: 20px;
}
.project.com .project__controls .btn-arrow.btn-arrow--left:before {
  text-align: right;
  transform: scaleX(-1) translateX(20px);
}
.project.com .project__controls .btn-arrow.btn-arrow--left:after {
  left: 0;
  right: auto;
}
.project.com .project__controls .btn-arrow.btn-arrow--right {
  margin-right: 20px;
}
.project.com .project__controls .btn-arrow.btn-arrow--right span {
  text-align: left;
}
.project.com .project__controls .btn-arrow.btn-arrow--right:before {
  text-align: right;
  transform: translateX(25px);
}
.project.com .project__controls .btn-arrow.disabled {
  pointer-events: none;
  opacity: 0;
}
.project.com .project__controls .btn-arrow:hover span {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.project.com .project__controls .btn-arrow:hover:after {
  opacity: 1;
  width: 170px;
  height: 170px;
}
.project.com .project__controls .btn-arrow:hover.btn-arrow--left span {
  transform: translateX(80px);
}
.project.com .project__controls .btn-arrow:hover.btn-arrow--left:before {
  transform: scaleX(-1) translateX(45px);
}
.project.com .project__controls .btn-arrow:hover.btn-arrow--right span {
  transform: translateX(-80px);
  text-align: right;
}
.project.com .project__controls .btn-arrow:hover.btn-arrow--right:before {
  transform: translateX(40px);
  text-align: right;
}
.project.com .project__btn-all {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 575.98px) {
  .project.com .project__btn-all {
    margin-top: 0px;
  }
}
@media screen and (min-width: 575.98px) {
  .project.com .project__btn-all {
    margin-top: calc(0px + 40 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .project.com .project__btn-all {
    margin-top: 40px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .project.com .project__btn-all {
    margin-top: calc(0px + 40 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 990px) {
  .project.com .project__btn-all {
    margin-top: 40px;
  }
}
.project.com.project--blue-03 .heading.com .title {
  color: #5A94FA;
}
.project.com.project--blue-03 .project__content {
  background: #5A94FA;
}
.project.com.project--blue-03 .project__content .project-action a:hover {
  color: #5A94FA;
}
.project.com.project--blue-dark .heading.com .title {
  color: #002B3C;
}
.project.com.project--blue-dark .project__content {
  background: #002B3C;
}
.project.com.project--blue-dark .project__content .project-action a:hover {
  color: #002B3C;
}
.project.com.project--blue-dark .project__btn-all .btn {
  background-color: #002B3C;
  border-color: #002B3C;
}
.project.com.project--blue-dark .project__btn-all .btn:hover,
.project.com.project--blue-dark .project__btn-all .btn:focus {
  background-color: #fff;
  border-color: #002B3C;
  color: #002B3C;
}
.search.com a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  letter-spacing: 0.06em;
  gap: 20px;
}
@media screen and (max-width: 575.98px) {
  .search.com a {
    font-size: 14px;
  }
}
@media screen and (min-width: 575.98px) {
  .search.com a {
    font-size: calc(14px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .search.com a {
    font-size: 14px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .search.com a {
    font-size: calc(14px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 575.98px) {
  .search.com a {
    gap: 48px;
  }
}
.search.com .label {
  font-size: 13px;
  line-height: 28px;
}
@media (max-width: 575.98px) {
  .search.com .label {
    display: none;
  }
}
.search.com .icon {
  position: relative;
}
@media (max-width: 575.98px) {
  .search.com .icon {
    width: 50px;
    text-align: center;
  }
}
.search.com .icon.active {
  color: #9f8976;
}
.search.com .icon:after {
  content: "";
  width: 1px;
  height: 30px;
  background: #fff;
  position: absolute;
  left: -24px;
}
@media (max-width: 575.98px) {
  .search.com .icon:after {
    left: unset;
    right: -24px;
  }
}
section {
  position: relative;
}
section.section-portfolio {
  margin-bottom: 120px;
}
@media screen and (max-width: 575.98px) {
  section.section-portfolio {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 575.98px) {
  section.section-portfolio {
    margin-bottom: calc(48px + 72 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  section.section-portfolio {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  section.section-portfolio {
    margin-bottom: calc(48px + 72 * (78vw - 575.98px) / 688.02);
  }
}
section.section-portfolio.has-bg:before {
  content: '';
  position: absolute;
  left: -172px;
  bottom: -120px;
  width: -webkit-calc(300vw);
  width: calc(100vw + 200px);
  height: -webkit-calc(4%);
  height: calc(100% - 96px);
  background-color: #9f8976;
}
@media screen and (max-width: 575.98px) {
  section.section-portfolio.has-bg:before {
    bottom: -48px;
  }
}
@media screen and (min-width: 575.98px) {
  section.section-portfolio.has-bg:before {
    bottom: calc(-48px + -72 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  section.section-portfolio.has-bg:before {
    bottom: -120px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  section.section-portfolio.has-bg:before {
    bottom: calc(-48px + -72 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 1264px) {
  section.section-portfolio.has-bg:before {
    height: -webkit-calc(60%);
    height: calc(100% - 40px);
  }
}
section.why-cpi {
  margin-top: 0;
}
section.why-cpi + .section-pg-part {
  margin-top: 192px;
}
@media screen and (max-width: 575.98px) {
  section.why-cpi + .section-pg-part {
    margin-top: 64px;
  }
}
@media screen and (min-width: 575.98px) {
  section.why-cpi + .section-pg-part {
    margin-top: calc(64px + 128 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  section.why-cpi + .section-pg-part {
    margin-top: 192px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  section.why-cpi + .section-pg-part {
    margin-top: calc(64px + 128 * (78vw - 575.98px) / 688.02);
  }
}
section.section-portfolio-table {
  margin-top: 72px;
  margin-bottom: 144px;
}
@media screen and (max-width: 575.98px) {
  section.section-portfolio-table {
    margin-top: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  section.section-portfolio-table {
    margin-top: calc(40px + 32 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  section.section-portfolio-table {
    margin-top: 72px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  section.section-portfolio-table {
    margin-top: calc(40px + 32 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  section.section-portfolio-table {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 575.98px) {
  section.section-portfolio-table {
    margin-bottom: calc(32px + 112 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  section.section-portfolio-table {
    margin-bottom: 144px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  section.section-portfolio-table {
    margin-bottom: calc(32px + 112 * (78vw - 575.98px) / 688.02);
  }
}
section.section-gallery {
  margin-top: 80px;
}
@media screen and (max-width: 575.98px) {
  section.section-gallery {
    margin-top: 44px;
  }
}
@media screen and (min-width: 575.98px) {
  section.section-gallery {
    margin-top: calc(44px + 36 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  section.section-gallery {
    margin-top: 80px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  section.section-gallery {
    margin-top: calc(44px + 36 * (78vw - 575.98px) / 688.02);
  }
}
section.section-gallery.has-bg:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  top: 50%;
  background-color: #9f8976;
}
section.section-news {
  margin-bottom: 328px;
}
@media screen and (max-width: 575.98px) {
  section.section-news {
    margin-bottom: 112px;
  }
}
@media screen and (min-width: 575.98px) {
  section.section-news {
    margin-bottom: calc(112px + 216 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  section.section-news {
    margin-bottom: 328px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  section.section-news {
    margin-bottom: calc(112px + 216 * (78vw - 575.98px) / 688.02);
  }
}
section.section-news:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 0px;
  top: 342px;
  background-color: #002131;
}
@media screen and (max-width: 575.98px) {
  section.section-news:before {
    height: 229px;
  }
}
@media screen and (min-width: 575.98px) {
  section.section-news:before {
    height: calc(229px + -229 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  section.section-news:before {
    height: 0px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  section.section-news:before {
    height: calc(229px + -229 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  section.section-news:before {
    top: 86px;
  }
}
@media screen and (min-width: 575.98px) {
  section.section-news:before {
    top: calc(86px + 256 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  section.section-news:before {
    top: 342px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  section.section-news:before {
    top: calc(86px + 256 * (78vw - 575.98px) / 688.02);
  }
}
section.section-benefits {
  background-color: #9f8976;
  padding-bottom: 185px;
  padding-top: 200px;
  clip-path: polygon(90% 1%, 100% 0, 100% 100%, 0 100%, 0 0);
}
@media screen and (max-width: 575.98px) {
  section.section-benefits {
    padding-bottom: 88px;
  }
}
@media screen and (min-width: 575.98px) {
  section.section-benefits {
    padding-bottom: calc(88px + 97 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  section.section-benefits {
    padding-bottom: 185px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  section.section-benefits {
    padding-bottom: calc(88px + 97 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  section.section-benefits {
    padding-top: 100px;
  }
}
@media screen and (min-width: 575.98px) {
  section.section-benefits {
    padding-top: calc(100px + 100 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  section.section-benefits {
    padding-top: 200px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  section.section-benefits {
    padding-top: calc(100px + 100 * (78vw - 575.98px) / 688.02);
  }
}
section.section-benefits.no-clip {
  padding-top: 150px;
  margin-top: 56px;
  clip-path: none;
}
@media screen and (max-width: 575.98px) {
  section.section-benefits.no-clip {
    padding-top: 75px;
  }
}
@media screen and (min-width: 575.98px) {
  section.section-benefits.no-clip {
    padding-top: calc(75px + 75 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  section.section-benefits.no-clip {
    padding-top: 150px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  section.section-benefits.no-clip {
    padding-top: calc(75px + 75 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  section.section-benefits.no-clip {
    margin-top: 32px;
  }
}
@media screen and (min-width: 575.98px) {
  section.section-benefits.no-clip {
    margin-top: calc(32px + 24 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  section.section-benefits.no-clip {
    margin-top: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  section.section-benefits.no-clip {
    margin-top: calc(32px + 24 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 575.98px) {
  section.section-benefits {
    clip-path: polygon(53% calc(0% + 50px), 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
@media (min-width: 847.98px) {
  section.section-benefits {
    clip-path: polygon(53% calc(0% + 86px), 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
section.section-smaller {
  margin-top: 40px;
}
@media screen and (max-width: 575.98px) {
  section.section-smaller {
    margin-top: 32px;
  }
}
@media screen and (min-width: 575.98px) {
  section.section-smaller {
    margin-top: calc(32px + 8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  section.section-smaller {
    margin-top: 40px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  section.section-smaller {
    margin-top: calc(32px + 8 * (78vw - 575.98px) / 688.02);
  }
}
section.section-next {
  margin-top: 56px;
}
@media screen and (max-width: 575.98px) {
  section.section-next {
    margin-top: 32px;
  }
}
@media screen and (min-width: 575.98px) {
  section.section-next {
    margin-top: calc(32px + 24 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  section.section-next {
    margin-top: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  section.section-next {
    margin-top: calc(32px + 24 * (78vw - 575.98px) / 688.02);
  }
}
section + section {
  margin-top: 56px;
}
@media screen and (max-width: 575.98px) {
  section + section {
    margin-top: 32px;
  }
}
@media screen and (min-width: 575.98px) {
  section + section {
    margin-top: calc(32px + 24 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  section + section {
    margin-top: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  section + section {
    margin-top: calc(32px + 24 * (78vw - 575.98px) / 688.02);
  }
}
section.section-bigger,
section .section-bigger {
  margin-top: 72px;
}
@media screen and (max-width: 575.98px) {
  section.section-bigger,
  section .section-bigger {
    margin-top: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  section.section-bigger,
  section .section-bigger {
    margin-top: calc(40px + 32 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  section.section-bigger,
  section .section-bigger {
    margin-top: 72px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  section.section-bigger,
  section .section-bigger {
    margin-top: calc(40px + 32 * (78vw - 575.98px) / 688.02);
  }
}
section.section-large {
  margin-top: 120px;
}
@media screen and (max-width: 575.98px) {
  section.section-large {
    margin-top: 56px;
  }
}
@media screen and (min-width: 575.98px) {
  section.section-large {
    margin-top: calc(56px + 64 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  section.section-large {
    margin-top: 120px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  section.section-large {
    margin-top: calc(56px + 64 * (78vw - 575.98px) / 688.02);
  }
}
section.section-huge {
  margin-top: 216px;
}
@media screen and (max-width: 575.98px) {
  section.section-huge {
    margin-top: 64px;
  }
}
@media screen and (min-width: 575.98px) {
  section.section-huge {
    margin-top: calc(64px + 152 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  section.section-huge {
    margin-top: 216px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  section.section-huge {
    margin-top: calc(64px + 152 * (78vw - 575.98px) / 688.02);
  }
}
section.section-terrific {
  margin-top: 264px;
}
@media screen and (max-width: 575.98px) {
  section.section-terrific {
    margin-top: 96px;
  }
}
@media screen and (min-width: 575.98px) {
  section.section-terrific {
    margin-top: calc(96px + 168 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  section.section-terrific {
    margin-top: 264px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  section.section-terrific {
    margin-top: calc(96px + 168 * (78vw - 575.98px) / 688.02);
  }
}
section.section-terrific.project.com {
  margin-top: 330px;
}
@media screen and (max-width: 575.98px) {
  section.section-terrific.project.com {
    margin-top: 120px;
  }
}
@media screen and (min-width: 575.98px) {
  section.section-terrific.project.com {
    margin-top: calc(120px + 210 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  section.section-terrific.project.com {
    margin-top: 330px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  section.section-terrific.project.com {
    margin-top: calc(120px + 210 * (78vw - 575.98px) / 688.02);
  }
}
section.section-why-cpi-terrific {
  margin-top: 0;
  padding-top: 200px;
  padding-bottom: 240px;
}
@media screen and (max-width: 575.98px) {
  section.section-why-cpi-terrific {
    padding-top: 60px;
  }
}
@media screen and (min-width: 575.98px) {
  section.section-why-cpi-terrific {
    padding-top: calc(60px + 140 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  section.section-why-cpi-terrific {
    padding-top: 200px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  section.section-why-cpi-terrific {
    padding-top: calc(60px + 140 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  section.section-why-cpi-terrific {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 575.98px) {
  section.section-why-cpi-terrific {
    padding-bottom: calc(60px + 180 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  section.section-why-cpi-terrific {
    padding-bottom: 240px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  section.section-why-cpi-terrific {
    padding-bottom: calc(60px + 180 * (78vw - 575.98px) / 688.02);
  }
}
section.section-news-detail-terrific {
  margin-top: 264px;
}
@media screen and (max-width: 575.98px) {
  section.section-news-detail-terrific {
    margin-top: 145px;
  }
}
@media screen and (min-width: 575.98px) {
  section.section-news-detail-terrific {
    margin-top: calc(145px + 119 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  section.section-news-detail-terrific {
    margin-top: 264px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  section.section-news-detail-terrific {
    margin-top: calc(145px + 119 * (78vw - 575.98px) / 688.02);
  }
}
section.section-image .row {
  background-repeat: no-repeat;
  background-size: cover;
}
section.section-image .row .col-12:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
section.section-image .row h3 {
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 40px;
  padding-right: 40px;
  color: #fff !important;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 575.98px) {
  section.section-image .row h3 {
    padding-top: 60px;
  }
}
@media screen and (min-width: 575.98px) {
  section.section-image .row h3 {
    padding-top: calc(60px + 140 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  section.section-image .row h3 {
    padding-top: 200px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  section.section-image .row h3 {
    padding-top: calc(60px + 140 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  section.section-image .row h3 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 575.98px) {
  section.section-image .row h3 {
    padding-bottom: calc(60px + 140 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  section.section-image .row h3 {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  section.section-image .row h3 {
    padding-bottom: calc(60px + 140 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  section.section-image .row h3 {
    padding-left: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  section.section-image .row h3 {
    padding-left: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  section.section-image .row h3 {
    padding-left: 40px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  section.section-image .row h3 {
    padding-left: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  section.section-image .row h3 {
    padding-right: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  section.section-image .row h3 {
    padding-right: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  section.section-image .row h3 {
    padding-right: 40px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  section.section-image .row h3 {
    padding-right: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
section.section-google-map {
  margin-top: 140px;
}
@media screen and (max-width: 575.98px) {
  section.section-google-map {
    margin-top: 96px;
  }
}
@media screen and (min-width: 575.98px) {
  section.section-google-map {
    margin-top: calc(96px + 44 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  section.section-google-map {
    margin-top: 140px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  section.section-google-map {
    margin-top: calc(96px + 44 * (78vw - 575.98px) / 688.02);
  }
}
section.section-google-map .heading {
  margin-bottom: 140px;
}
@media screen and (max-width: 575.98px) {
  section.section-google-map .heading {
    margin-bottom: 96px;
  }
}
@media screen and (min-width: 575.98px) {
  section.section-google-map .heading {
    margin-bottom: calc(96px + 44 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  section.section-google-map .heading {
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  section.section-google-map .heading {
    margin-bottom: calc(96px + 44 * (78vw - 575.98px) / 688.02);
  }
}
section.section--bg-60-top {
  position: relative;
}
section.section--bg-60-top:before {
  content: "";
  position: absolute;
  top: 0;
  height: 60%;
  width: 100%;
  background-color: #D6D8D9;
}
section.section--bg-30-bottom-white {
  position: relative;
}
section.section--bg-30-bottom-white:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 35%;
  width: 100%;
  background-color: #fff;
}
.section-no-top {
  margin-top: 0;
  padding-top: 0;
}
.socials.com {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0;
  gap: 32px;
}
.socials.com .item {
  position: relative;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-decoration: none;
}
.socials.com .item:hover {
  color: #9f8976;
}
.standards-cards .label {
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 16px;
  line-height: 32px;
  font-family: 'Vogue';
  letter-spacing: 0.12em;
  font-weight: 600;
  margin-bottom: 37px;
}
@media screen and (max-width: 575.98px) {
  .standards-cards .label {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 575.98px) {
  .standards-cards .label {
    margin-bottom: calc(32px + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .standards-cards .label {
    margin-bottom: 37px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .standards-cards .label {
    margin-bottom: calc(32px + 5 * (78vw - 575.98px) / 688.02);
  }
}
.standards-cards__card {
  margin-bottom: 95px;
}
@media screen and (max-width: 575.98px) {
  .standards-cards__card {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 575.98px) {
  .standards-cards__card {
    margin-bottom: calc(70px + 25 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .standards-cards__card {
    margin-bottom: 95px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .standards-cards__card {
    margin-bottom: calc(70px + 25 * (78vw - 575.98px) / 688.02);
  }
}
.standards-cards__card:last-of-type {
  margin-bottom: 0;
}
.standards-cards img {
  width: 100%;
  height: 288px;
  object-fit: cover;
}
@media (max-width: 575.98px) {
  .standards-cards img {
    height: auto;
    max-height: 400px;
  }
}
.standards-cards__card-title {
  color: #9f8976;
  margin-top: 22px;
  margin-bottom: 16px;
}
@media screen and (max-width: 575.98px) {
  .standards-cards__card-title {
    margin-top: 18px;
  }
}
@media screen and (min-width: 575.98px) {
  .standards-cards__card-title {
    margin-top: calc(18px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .standards-cards__card-title {
    margin-top: 22px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .standards-cards__card-title {
    margin-top: calc(18px + 4 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .standards-cards__card-title {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 575.98px) {
  .standards-cards__card-title {
    margin-bottom: calc(12px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .standards-cards__card-title {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .standards-cards__card-title {
    margin-bottom: calc(12px + 4 * (78vw - 575.98px) / 688.02);
  }
}
.standards-cards__button {
  margin-top: 110px;
}
@media screen and (max-width: 575.98px) {
  .standards-cards__button {
    margin-top: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .standards-cards__button {
    margin-top: calc(40px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .standards-cards__button {
    margin-top: 110px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .standards-cards__button {
    margin-top: calc(40px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 575.98px) {
  .standards-cards__button {
    margin-top: 70px;
    margin-bottom: 20px;
  }
}
.standards-grid {
  margin-bottom: 150px;
}
@media screen and (max-width: 575.98px) {
  .standards-grid {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 575.98px) {
  .standards-grid {
    margin-bottom: calc(60px + 90 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .standards-grid {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .standards-grid {
    margin-bottom: calc(60px + 90 * (78vw - 575.98px) / 688.02);
  }
}
.standards-grid__subtitle {
  margin-bottom: 72px;
  max-width: 700px;
}
@media screen and (max-width: 575.98px) {
  .standards-grid__subtitle {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .standards-grid__subtitle {
    margin-bottom: calc(40px + 32 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .standards-grid__subtitle {
    margin-bottom: 72px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .standards-grid__subtitle {
    margin-bottom: calc(40px + 32 * (78vw - 575.98px) / 688.02);
  }
}
.standards-grid__grid {
  margin-top: 80px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 575.98px) {
  .standards-grid__grid {
    margin-top: 10px;
  }
}
@media screen and (min-width: 575.98px) {
  .standards-grid__grid {
    margin-top: calc(10px + 70 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .standards-grid__grid {
    margin-top: 80px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .standards-grid__grid {
    margin-top: calc(10px + 70 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .standards-grid__grid {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 575.98px) {
  .standards-grid__grid {
    margin-bottom: calc(50px + -50 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .standards-grid__grid {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .standards-grid__grid {
    margin-bottom: calc(50px + -50 * (78vw - 575.98px) / 688.02);
  }
}
.standards-grid__grid img {
  transition: all 0.2s ease-in-out;
}
.standards-grid__grid .first-row {
  display: flex;
  transition: all 0.2s ease-in-out;
  flex-direction: column;
  transform: translateX(22px);
}
@media (min-width: 847.98px) {
  .standards-grid__grid .first-row {
    flex-direction: row;
    transform: translateX(-75px);
  }
}
.standards-grid__grid .first-row .secondary-photo {
  transform: translateY(70px) translateX(-22px);
}
@media (min-width: 847.98px) {
  .standards-grid__grid .first-row .secondary-photo {
    transform: translateY(90px) translateX(75px);
  }
}
@media (max-width: 847.98px) {
  .standards-grid__grid .first-row .secondary-photo {
    max-width: 70%;
  }
}
@media (max-width: 847.98px) {
  .standards-grid__grid .first-row .primary-photo-wrap {
    align-self: center;
  }
}
.standards-grid__grid .second-row {
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  transform: translateY(-20px);
}
@media (min-width: 575.98px) {
  .standards-grid__grid .second-row {
    transform: translateY(-40px);
  }
}
@media (min-width: 1264px) {
  .standards-grid__grid .second-row {
    transform: translateY(-140px);
  }
}
.standards-grid__grid .second-row .color-palette {
  max-width: 392px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 575.98px) {
  .standards-grid__grid .second-row .color-palette {
    gap: 12px;
  }
}
@media screen and (min-width: 575.98px) {
  .standards-grid__grid .second-row .color-palette {
    gap: calc(12px + 12 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .standards-grid__grid .second-row .color-palette {
    gap: 24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .standards-grid__grid .second-row .color-palette {
    gap: calc(12px + 12 * (78vw - 575.98px) / 688.02);
  }
}
.standards-grid__grid .second-row .color-palette .color-palette__row {
  max-width: 392px;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 575.98px) {
  .standards-grid__grid .second-row .color-palette .color-palette__row {
    gap: 12px;
  }
}
@media screen and (min-width: 575.98px) {
  .standards-grid__grid .second-row .color-palette .color-palette__row {
    gap: calc(12px + 12 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .standards-grid__grid .second-row .color-palette .color-palette__row {
    gap: 24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .standards-grid__grid .second-row .color-palette .color-palette__row {
    gap: calc(12px + 12 * (78vw - 575.98px) / 688.02);
  }
}
.standards-grid__grid .second-row .color-palette .color-palette__item {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 575.98px) {
  .standards-grid__grid .second-row .color-palette .color-palette__item {
    width: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .standards-grid__grid .second-row .color-palette .color-palette__item {
    width: calc(40px + 40 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .standards-grid__grid .second-row .color-palette .color-palette__item {
    width: 80px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .standards-grid__grid .second-row .color-palette .color-palette__item {
    width: calc(40px + 40 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .standards-grid__grid .second-row .color-palette .color-palette__item {
    height: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .standards-grid__grid .second-row .color-palette .color-palette__item {
    height: calc(40px + 40 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .standards-grid__grid .second-row .color-palette .color-palette__item {
    height: 80px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .standards-grid__grid .second-row .color-palette .color-palette__item {
    height: calc(40px + 40 * (78vw - 575.98px) / 688.02);
  }
}
.standards-grid__grid .second-row .material-1 {
  transform: translateY(-75px);
}
@media (min-width: 575.98px) {
  .standards-grid__grid .second-row .material-1 {
    transform: translateY(-135px);
  }
}
.standards-grid__grid .second-row .material-2 {
  transform: translateX(80px);
}
.stats.com {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 70px;
}
@media (min-width: 847.98px) {
  .stats.com {
    gap: 100px;
    margin-bottom: 0;
  }
}
.stats.com .item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.stats.com .item:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 280px;
  background: #939393;
  bottom: -30px;
}
@media screen and (max-width: 575.98px) {
  .stats.com .item:before {
    width: 100px;
  }
}
@media screen and (min-width: 575.98px) {
  .stats.com .item:before {
    width: calc(100px + 180 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .stats.com .item:before {
    width: 280px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .stats.com .item:before {
    width: calc(100px + 180 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 847.98px) {
  .stats.com .item:before {
    bottom: -50px;
  }
}
.stats.com .item:last-child:before {
  display: none;
}
.stats.com .title {
  color: #9f8976;
  margin: 0 0 6px;
  padding: 0;
}
.stats.com .label {
  color: #505050;
  padding: 0;
  text-transform: uppercase;
}
.submenu.com {
  --baseColor: #9f8976;
  width: 100%;
  background: var(--baseColor);
  min-height: 113px;
  opacity: 0;
  padding: 24px 0;
  position: absolute;
  transition: opacity 0.2s linear;
}
.submenu.com.submenu--in-page {
  opacity: 1;
  position: relative;
}
@media (max-width: 575.98px) {
  .submenu.com .logo {
    display: none !important;
  }
  .submenu.com .submenu__inner {
    margin: 0 !important;
  }
}
.submenu.com .submenu__wrap {
  background: var(--baseColor);
  width: 100%;
}
.submenu.com .submenu__wrap--sticky {
  position: fixed;
  top: 104px;
  z-index: 100;
  transition: opacity 0.2s linear;
}
.submenu.com .submenu__wrap--sticky .submenu__inner {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 0;
}
.submenu.com .submenu__in-page-wrap {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.submenu.com .submenu__in-page-wrap.has-logo {
  max-width: 1920px;
  padding: 0 22px;
  display: flex;
  gap: 32px;
  align-items: center;
}
@media (max-width: 1200px) {
  .submenu.com .submenu__in-page-wrap.has-logo {
    gap: 16px;
  }
}
.submenu.com .submenu__in-page-wrap.has-logo .logo {
  position: relative;
  display: block;
  color: #9f8976;
  height: 48px;
  flex-shrink: 0;
  pointer-events: none;
}
@media screen and (max-width: 575.98px) {
  .submenu.com .submenu__in-page-wrap.has-logo .logo {
    height: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .submenu.com .submenu__in-page-wrap.has-logo .logo {
    height: calc(40px + 8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .submenu.com .submenu__in-page-wrap.has-logo .logo {
    height: 48px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .submenu.com .submenu__in-page-wrap.has-logo .logo {
    height: calc(40px + 8 * (78vw - 575.98px) / 688.02);
  }
}
.submenu.com .submenu__in-page-wrap.has-logo .logo img,
.submenu.com .submenu__in-page-wrap.has-logo .logo svg {
  height: 48px;
  width: auto;
}
@media screen and (max-width: 575.98px) {
  .submenu.com .submenu__in-page-wrap.has-logo .logo img,
  .submenu.com .submenu__in-page-wrap.has-logo .logo svg {
    height: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .submenu.com .submenu__in-page-wrap.has-logo .logo img,
  .submenu.com .submenu__in-page-wrap.has-logo .logo svg {
    height: calc(40px + 8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .submenu.com .submenu__in-page-wrap.has-logo .logo img,
  .submenu.com .submenu__in-page-wrap.has-logo .logo svg {
    height: 48px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .submenu.com .submenu__in-page-wrap.has-logo .logo img,
  .submenu.com .submenu__in-page-wrap.has-logo .logo svg {
    height: calc(40px + 8 * (78vw - 575.98px) / 688.02);
  }
}
.submenu.com .submenu__control {
  position: absolute;
  top: 0;
  height: 100%;
  width: 30px;
  border: 0;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.05);
  opacity: 0;
}
.submenu.com .submenu__control:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
}
.submenu.com .submenu__control.prev {
  left: 0;
}
.submenu.com .submenu__control.next {
  right: 0;
}
.submenu.com .submenu__inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 70px;
  padding: 18px 0;
  margin: 0 52px;
  overflow: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  /* Hide scrollbar */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 575.98px) {
  .submenu.com .submenu__inner {
    gap: 24px;
  }
}
@media screen and (min-width: 575.98px) {
  .submenu.com .submenu__inner {
    gap: calc(24px + 46 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .submenu.com .submenu__inner {
    gap: 70px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .submenu.com .submenu__inner {
    gap: calc(24px + 46 * (78vw - 575.98px) / 688.02);
  }
}
.submenu.com .submenu__inner::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */
}
.submenu.com a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 28px;
  font-size: 13px;
  letter-spacing: 0.06em;
  opacity: 0.5;
  white-space: nowrap;
}
.submenu.com a:hover,
.submenu.com a.active {
  opacity: 1;
}
.submenu.com.submenu--process .submenu__inner {
  gap: 56px;
}
@media screen and (max-width: 575.98px) {
  .submenu.com.submenu--process .submenu__inner {
    gap: 24px;
  }
}
@media screen and (min-width: 575.98px) {
  .submenu.com.submenu--process .submenu__inner {
    gap: calc(24px + 32 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .submenu.com.submenu--process .submenu__inner {
    gap: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .submenu.com.submenu--process .submenu__inner {
    gap: calc(24px + 32 * (78vw - 575.98px) / 688.02);
  }
}
.submenu.com.submenu--process a:not(:last-of-type) {
  position: relative;
  padding-right: 40px;
}
.submenu.com.submenu--process a:not(:last-of-type):after {
  content: "\e91b";
  line-height: 1.2;
  position: absolute;
  text-align: center;
  width: 40px;
  height: 10px;
  color: inherit;
  bottom: calc(50% - 5px);
  font-family: 'icomoon';
  font-size: 8px;
  transition: all 0.2s ease-in-out;
  right: -28px;
}
@media screen and (max-width: 575.98px) {
  .submenu.com.submenu--process a:not(:last-of-type):after {
    right: -12px;
  }
}
@media screen and (min-width: 575.98px) {
  .submenu.com.submenu--process a:not(:last-of-type):after {
    right: calc(-12px + -16 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .submenu.com.submenu--process a:not(:last-of-type):after {
    right: -28px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .submenu.com.submenu--process a:not(:last-of-type):after {
    right: calc(-12px + -16 * (78vw - 575.98px) / 688.02);
  }
}
.agreement-wrapper .check .swgdpr-container {
  padding-left: 0 !important;
}
.agreement-wrapper .check .swgdpr-container .swgdpr-check-row {
  padding-left: 0 !important;
}
.agreement-wrapper .check .swgdpr-container .swgdpr-check-row input {
  position: absolute;
  z-index: -1;
  opacity: 0 !important;
}
.agreement-wrapper .check label {
  align-items: flex-start;
}
.agreement-wrapper .check label .checkbox {
  margin-top: 5px;
}
.swgdpr-placeholder.com {
  max-width: 100% !important;
  cursor: pointer;
}
.swgdpr-placeholder.com .swgdpr-check-row {
  color: inherit;
  font-size: 14px;
}
@media screen and (max-width: 575.98px) {
  .swgdpr-placeholder.com .swgdpr-check-row {
    font-size: 14px;
  }
}
@media screen and (min-width: 575.98px) {
  .swgdpr-placeholder.com .swgdpr-check-row {
    font-size: calc(14px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .swgdpr-placeholder.com .swgdpr-check-row {
    font-size: 14px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .swgdpr-placeholder.com .swgdpr-check-row {
    font-size: calc(14px + 0 * (78vw - 575.98px) / 688.02);
  }
}
.swgdpr-placeholder.com .swgdpr-container {
  background: transparent !important;
  color: inherit !important;
}
.swgdpr-placeholder.com .swgdpr-container ._swgdpr-popup-open {
  color: #9f8976 !important;
}
.swgdpr-placeholder.com.check .swgdpr-check-row {
  position: relative;
  padding-left: 28px !important;
}
.swgdpr-placeholder.com.check .swgdpr-check-row .checkbox {
  width: 21px;
  min-width: 21px;
  height: 21px;
  display: inline-block;
  background: #fff;
  border: 1pt solid #9f8976;
  margin-right: 8px;
  position: absolute;
  left: 0;
  cursor: pointer;
  top: 3px;
}
@media screen and (max-width: 575.98px) {
  .swgdpr-placeholder.com.check .swgdpr-check-row .checkbox {
    top: 2px;
  }
}
@media screen and (min-width: 575.98px) {
  .swgdpr-placeholder.com.check .swgdpr-check-row .checkbox {
    top: calc(2px + 1 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .swgdpr-placeholder.com.check .swgdpr-check-row .checkbox {
    top: 3px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .swgdpr-placeholder.com.check .swgdpr-check-row .checkbox {
    top: calc(2px + 1 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: mobileMaxWidth) {
  .swgdpr-placeholder.com .swgdpr-check-row {
    max-width: 310px;
  }
  .swgdpr-placeholder.com .swgdpr-check-row a {
    display: block;
  }
}
.swgdpr-popup-close svg path {
  fill: #9f8976;
  transition: fill 0.2s;
}
.swgdpr-popup-close svg:hover path {
  fill: #9f8976;
}
.team.com {
  margin-top: 210px;
  margin-bottom: 230px;
  /**
   * ------------------------------------------------------------------------------------------
   * Open state
   */
}
@media screen and (max-width: 575.98px) {
  .team.com {
    margin-top: 60px;
  }
}
@media screen and (min-width: 575.98px) {
  .team.com {
    margin-top: calc(60px + 150 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .team.com {
    margin-top: 210px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .team.com {
    margin-top: calc(60px + 150 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .team.com {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 575.98px) {
  .team.com {
    margin-bottom: calc(80px + 150 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .team.com {
    margin-bottom: 230px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .team.com {
    margin-bottom: calc(80px + 150 * (78vw - 575.98px) / 688.02);
  }
}
.team.com.team-2 {
  margin-bottom: 0;
}
.team.com.team-2.team--open .team__detail .team__detail-name,
.team.com.team-2.team--open .team__detail .team__detail-position {
  cursor: default !important;
}
.team.com.team-2 .owl-carousel img {
  max-width: 278px;
}
.team.com.team-2 .owl-carousel .owl-item.opened {
  z-index: 2;
}
.team.com.team-2 .owl-carousel .owl-item.active {
  position: relative;
}
.team.com.team-2 .owl-carousel .owl-item.active img:hover {
  scale: initial;
}
.team.com.team-2 .team__detail {
  padding-left: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  opacity: 1;
  top: -4px;
}
.team.com.team-2 .team__detail-wrap {
  max-width: none;
  padding: 32px;
  padding-top: 32px;
  padding-bottom: 90px;
  background-color: transparent;
  min-height: unset;
  transition: all 0.2s ease-in-out 200ms;
}
@media screen and (max-width: 575.98px) {
  .team.com.team-2 .team__detail-wrap {
    padding: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  .team.com.team-2 .team__detail-wrap {
    padding: calc(20px + 12 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .team.com.team-2 .team__detail-wrap {
    padding: 32px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .team.com.team-2 .team__detail-wrap {
    padding: calc(20px + 12 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .team.com.team-2 .team__detail-wrap {
    padding-top: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  .team.com.team-2 .team__detail-wrap {
    padding-top: calc(20px + 12 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .team.com.team-2 .team__detail-wrap {
    padding-top: 32px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .team.com.team-2 .team__detail-wrap {
    padding-top: calc(20px + 12 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .team.com.team-2 .team__detail-wrap {
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 575.98px) {
  .team.com.team-2 .team__detail-wrap {
    padding-bottom: calc(32px + 58 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .team.com.team-2 .team__detail-wrap {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .team.com.team-2 .team__detail-wrap {
    padding-bottom: calc(32px + 58 * (78vw - 575.98px) / 688.02);
  }
}
.team.com.team-2 .team__detail .team__detail-name,
.team.com.team-2 .team__detail .team__detail-position {
  text-align: center;
  color: #9f8976;
  transition: all 0.2s ease-in-out 200ms;
  cursor: pointer;
}
.team.com.team-2 .team__detail .team__detail-position {
  margin-bottom: 56px;
}
@media screen and (max-width: 575.98px) {
  .team.com.team-2 .team__detail .team__detail-position {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 575.98px) {
  .team.com.team-2 .team__detail .team__detail-position {
    margin-bottom: calc(24px + 32 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .team.com.team-2 .team__detail .team__detail-position {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .team.com.team-2 .team__detail .team__detail-position {
    margin-bottom: calc(24px + 32 * (78vw - 575.98px) / 688.02);
  }
}
.team.com.team-2 .team__detail .team__detail-text,
.team.com.team-2 .team__detail .team__detail-close-wrap {
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-in-out 200ms;
}
.team.com.team-2 .team__detail-close-wrap {
  position: absolute;
  right: 24px;
  top: 24px;
}
@media screen and (max-width: 575.98px) {
  .team.com.team-2 .team__detail-close-wrap {
    right: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .team.com.team-2 .team__detail-close-wrap {
    right: calc(16px + 8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .team.com.team-2 .team__detail-close-wrap {
    right: 24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .team.com.team-2 .team__detail-close-wrap {
    right: calc(16px + 8 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .team.com.team-2 .team__detail-close-wrap {
    top: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .team.com.team-2 .team__detail-close-wrap {
    top: calc(16px + 8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .team.com.team-2 .team__detail-close-wrap {
    top: 24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .team.com.team-2 .team__detail-close-wrap {
    top: calc(16px + 8 * (78vw - 575.98px) / 688.02);
  }
}
.team.com.team-2 .item {
  position: relative;
  margin-left: 18px;
  margin-right: 18px;
}
@media screen and (max-width: 575.98px) {
  .team.com.team-2 .item {
    margin-left: 10px;
  }
}
@media screen and (min-width: 575.98px) {
  .team.com.team-2 .item {
    margin-left: calc(10px + 8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .team.com.team-2 .item {
    margin-left: 18px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .team.com.team-2 .item {
    margin-left: calc(10px + 8 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .team.com.team-2 .item {
    margin-right: 10px;
  }
}
@media screen and (min-width: 575.98px) {
  .team.com.team-2 .item {
    margin-right: calc(10px + 8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .team.com.team-2 .item {
    margin-right: 18px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .team.com.team-2 .item {
    margin-right: calc(10px + 8 * (78vw - 575.98px) / 688.02);
  }
}
.team.com.team-2 .item picture {
  position: relative;
  display: block;
}
.team.com.team-2 .item picture:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #9f8976;
}
.team.com.team-2 .item.open img {
  scale: initial;
}
.team.com.team-2 .item.open .team__detail {
  background-color: #9f8976;
}
.team.com.team-2 .item.open .team__detail-wrap {
  background-color: #9f8976;
}
.team.com.team-2 .item.open .team__detail .team__detail-name,
.team.com.team-2 .item.open .team__detail .team__detail-position {
  color: #fff;
  cursor: default;
}
.team.com.team-2 .item.open .team__detail .team__detail-text,
.team.com.team-2 .item.open .team__detail .team__detail-close-wrap {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 720px) {
  .team.com.team-2 .item.open .team__detail {
    left: 0;
    transform: none;
  }
}
@media (max-width: 720px) {
  .team.com.team-2 .item img {
    scale: initial;
  }
  .team.com.team-2 .item .team__detail {
    background-color: #9f8976;
    left: 0;
    transform: none;
  }
  .team.com.team-2 .item .team__detail-wrap {
    background-color: #9f8976;
  }
  .team.com.team-2 .item .team__detail .team__detail-name,
  .team.com.team-2 .item .team__detail .team__detail-position {
    color: #fff;
    cursor: default;
  }
  .team.com.team-2 .item .team__detail .team__detail-text,
  .team.com.team-2 .item .team__detail .team__detail-close-wrap {
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 720px) {
  .team.com {
    margin-bottom: 200px;
  }
}
@media (max-width: 575.98px) {
  .team.com {
    margin-bottom: 80px;
  }
}
.team.com .team__detail {
  background-color: #9f8976;
  padding-left: 230px;
  display: inline-flex;
  position: absolute;
  opacity: 0;
  transition: all 0.2s ease-in-out 200ms;
}
@media (max-width: 400px) {
  .team.com .team__detail {
    top: -30px;
  }
}
.team.com .team__detail-wrap {
  position: relative;
  max-width: 330px;
  display: inline-flex;
  flex-direction: column;
  background-color: #9f8976;
  z-index: 2;
  padding: 40px;
  min-height: 415px;
}
@media screen and (max-width: 575.98px) {
  .team.com .team__detail-wrap {
    padding: 24px;
  }
}
@media screen and (min-width: 575.98px) {
  .team.com .team__detail-wrap {
    padding: calc(24px + 16 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .team.com .team__detail-wrap {
    padding: 40px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .team.com .team__detail-wrap {
    padding: calc(24px + 16 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .team.com .team__detail-wrap {
    min-height: 320px;
  }
}
@media screen and (min-width: 575.98px) {
  .team.com .team__detail-wrap {
    min-height: calc(320px + 95 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .team.com .team__detail-wrap {
    min-height: 415px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .team.com .team__detail-wrap {
    min-height: calc(320px + 95 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 400px) {
  .team.com .team__detail-wrap {
    min-height: unset;
    padding-top: 20px;
  }
}
.team.com .team__detail-close-wrap {
  text-align: right;
  margin-bottom: 14px;
}
@media screen and (max-width: 575.98px) {
  .team.com .team__detail-close-wrap {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 575.98px) {
  .team.com .team__detail-close-wrap {
    margin-bottom: calc(8px + 6 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .team.com .team__detail-close-wrap {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .team.com .team__detail-close-wrap {
    margin-bottom: calc(8px + 6 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 400px) {
  .team.com .team__detail-close-wrap {
    margin-bottom: 0;
  }
}
.team.com .team__detail-close {
  padding: 8px;
  cursor: pointer;
}
.team.com .team__detail-close:hover {
  opacity: 0.5;
}
.team.com .team__detail-name {
  color: #fff;
  margin-bottom: 0;
  line-height: 1.25;
  font-size: 32px;
}
@media screen and (max-width: 575.98px) {
  .team.com .team__detail-name {
    font-size: 26px;
  }
}
@media screen and (min-width: 575.98px) {
  .team.com .team__detail-name {
    font-size: calc(26px + 6 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .team.com .team__detail-name {
    font-size: 32px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .team.com .team__detail-name {
    font-size: calc(26px + 6 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 400px) {
  .team.com .team__detail-name {
    font-size: 20px;
  }
}
.team.com .team__detail-position {
  color: #fff;
  font-weight: 500;
  line-height: 1.77;
  margin-bottom: 28px;
  font-size: 18px;
}
@media screen and (max-width: 575.98px) {
  .team.com .team__detail-position {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  .team.com .team__detail-position {
    margin-bottom: calc(20px + 8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .team.com .team__detail-position {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .team.com .team__detail-position {
    margin-bottom: calc(20px + 8 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .team.com .team__detail-position {
    font-size: 14px;
  }
}
@media screen and (min-width: 575.98px) {
  .team.com .team__detail-position {
    font-size: calc(14px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .team.com .team__detail-position {
    font-size: 18px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .team.com .team__detail-position {
    font-size: calc(14px + 4 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 400px) {
  .team.com .team__detail-position {
    margin-bottom: 12px;
  }
}
.team.com .team__detail-text {
  color: #fff;
  line-height: 2;
  font-size: 16px;
  flex-grow: 1;
}
@media screen and (max-width: 575.98px) {
  .team.com .team__detail-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 575.98px) {
  .team.com .team__detail-text {
    font-size: calc(14px + 2 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .team.com .team__detail-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .team.com .team__detail-text {
    font-size: calc(14px + 2 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 400px) {
  .team.com .team__detail-text {
    margin-bottom: 18px;
  }
}
.team.com .team__detail-socials-wrap {
  display: flex;
  gap: 56px;
  align-items: center;
  justify-content: flex-end;
}
.team.com .team__detail-socials-wrap a {
  color: #fff;
  text-decoration: none;
}
.team.com .team__detail-socials-wrap a:hover {
  opacity: 0.6;
}
.team.com .team__detail-socials-wrap .icon-linkedin {
  scale: 1.3;
}
.team.com .team__controls-mobile {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  background: transparent;
  border: none;
  offset: none;
  outline: none;
  cursor: unset;
  transition: opacity 0.2s ease-in-out;
}
.team.com .team__controls-mobile span {
  margin-right: 24px;
  color: #505050;
  font-size: 12px;
  font-weight: 600;
}
@media (min-width: 575.98px) {
  .team.com .team__controls-mobile {
    display: none;
  }
}
.team.com .team__controls {
  display: none;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 575.98px) {
  .team.com .team__controls {
    display: flex;
  }
}
.team.com .team__controls .team__control-prev {
  z-index: 2;
  transform: translateY(560px) translateX(80px);
}
@media (min-width: 900px) {
  .team.com .team__controls .team__control-prev {
    transform: translateY(470px) translateX(80px);
  }
}
@media (min-width: 950px) {
  .team.com .team__controls .team__control-prev {
    transform: translateY(500px) translateX(80px);
  }
}
@media (min-width: 1000px) {
  .team.com .team__controls .team__control-prev {
    transform: translateY(520px) translateX(80px);
  }
}
@media (min-width: 1050px) {
  .team.com .team__controls .team__control-prev {
    transform: translateY(540px) translateX(80px);
  }
}
@media (min-width: 1100px) {
  .team.com .team__controls .team__control-prev {
    transform: translateY(570px) translateX(80px);
  }
}
@media (min-width: 1150px) {
  .team.com .team__controls .team__control-prev {
    transform: translateY(580px) translateX(80px);
  }
}
.team.com .team__controls .team__control-next {
  z-index: 2;
  transform: translateX(-40px);
}
@media (min-width: 1300px) {
  .team.com .team__controls .team__control-next {
    transform: translateX(-20px);
  }
}
.team.com .team__controls .btn.btn-arrow:before {
  content: "\e91c";
  color: #505050;
}
.team.com .owl-carousel .owl-stage-outer {
  overflow: unset;
}
.team.com .owl-carousel img {
  max-width: 214px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.2s ease-in-out;
}
.team.com .owl-carousel .owl-item.active img:hover {
  scale: 1.2;
  cursor: pointer;
}
.team.com .owl-carousel.owl-grab {
  cursor: move;
}
.team.com .owl-carousel.owl-grab img {
  cursor: move !important;
}
.team.com .item.open img {
  scale: 1.2;
}
.team.com.team--open .team__controls {
  opacity: 0;
  pointer-events: none;
}
.team.com.team--open .owl-carousel .item:not(.open) img:hover {
  cursor: unset;
  scale: unset;
}
#team-hover-cursor {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  padding: 0;
}
#team-hover-cursor span {
  line-height: 1.25;
  text-align: right;
  transform: translateX(-30px) translateY(10px);
}
#team-hover-cursor:after {
  height: 168px;
  width: 168px;
  left: calc(50% - 84px);
  bottom: calc(50% - 84px);
}
#team-hover-cursor:before {
  transform: translateX(40px);
}
.teaser.com {
  min-height: 600px;
  position: relative;
  padding: 0;
  width: 100%;
  background-color: #9f8976;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 575.98px) {
  .teaser.com {
    min-height: 220px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com {
    min-height: calc(220px + 380 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com {
    min-height: 600px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com {
    min-height: calc(220px + 380 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com .overlay {
  width: 100%;
  max-height: 480px;
  height: 40%;
  bottom: 0;
  position: absolute;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.648) 33.56%, rgba(0, 0, 0, 0) 62.11%);
}
.teaser.com.bg-light {
  background-color: #D6D8D9;
}
.teaser.com.no-content {
  min-height: 850px;
}
@media screen and (max-width: 575.98px) {
  .teaser.com.no-content {
    min-height: 500px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.no-content {
    min-height: calc(500px + 350 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.no-content {
    min-height: 850px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.no-content {
    min-height: calc(500px + 350 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com.normal-negative {
  min-height: 880px;
  padding-bottom: 396px;
}
@media screen and (max-width: 575.98px) {
  .teaser.com.normal-negative {
    min-height: 0px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.normal-negative {
    min-height: calc(0px + 880 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.normal-negative {
    min-height: 880px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.normal-negative {
    min-height: calc(0px + 880 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .teaser.com.normal-negative {
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.normal-negative {
    padding-bottom: calc(64px + 332 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.normal-negative {
    padding-bottom: 396px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.normal-negative {
    padding-bottom: calc(64px + 332 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com.normal-negative + section {
  margin-top: -344px;
  min-height: 344px;
}
@media screen and (max-width: 575.98px) {
  .teaser.com.normal-negative + section {
    margin-top: -88px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.normal-negative + section {
    margin-top: calc(-88px + -256 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.normal-negative + section {
    margin-top: -344px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.normal-negative + section {
    margin-top: calc(-88px + -256 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .teaser.com.normal-negative + section {
    min-height: 88px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.normal-negative + section {
    min-height: calc(88px + 256 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.normal-negative + section {
    min-height: 344px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.normal-negative + section {
    min-height: calc(88px + 256 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com.normal-negative + section.section-news {
  margin-top: -425px;
  min-height: 425px;
}
@media screen and (max-width: 575.98px) {
  .teaser.com.normal-negative + section.section-news {
    margin-top: -104px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.normal-negative + section.section-news {
    margin-top: calc(-104px + -321 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.normal-negative + section.section-news {
    margin-top: -425px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.normal-negative + section.section-news {
    margin-top: calc(-104px + -321 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .teaser.com.normal-negative + section.section-news {
    min-height: 104px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.normal-negative + section.section-news {
    min-height: calc(104px + 321 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.normal-negative + section.section-news {
    min-height: 425px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.normal-negative + section.section-news {
    min-height: calc(104px + 321 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com.normal-negative + section.bg-white {
  max-width: 1657px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.teaser.com.about-negative {
  min-height: 2048px;
  padding-bottom: 396px;
}
@media screen and (max-width: 575.98px) {
  .teaser.com.about-negative {
    min-height: 0px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.about-negative {
    min-height: calc(0px + 2048 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.about-negative {
    min-height: 2048px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.about-negative {
    min-height: calc(0px + 2048 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .teaser.com.about-negative {
    padding-bottom: 144px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.about-negative {
    padding-bottom: calc(144px + 252 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.about-negative {
    padding-bottom: 396px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.about-negative {
    padding-bottom: calc(144px + 252 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com.about-negative + section {
  margin-top: -220px;
  min-height: 220px;
}
@media screen and (max-width: 575.98px) {
  .teaser.com.about-negative + section {
    margin-top: -85px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.about-negative + section {
    margin-top: calc(-85px + -135 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.about-negative + section {
    margin-top: -220px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.about-negative + section {
    margin-top: calc(-85px + -135 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .teaser.com.about-negative + section {
    min-height: 85px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.about-negative + section {
    min-height: calc(85px + 135 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.about-negative + section {
    min-height: 220px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.about-negative + section {
    min-height: calc(85px + 135 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com.about-negative .text-box {
  padding-bottom: 64px;
}
@media screen and (max-width: 575.98px) {
  .teaser.com.about-negative .text-box {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.about-negative .text-box {
    padding-bottom: calc(8px + 56 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.about-negative .text-box {
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.about-negative .text-box {
    padding-bottom: calc(8px + 56 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com.in-content {
  min-height: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  color: #505050;
}
.teaser.com.in-content .text-box {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (max-width: 575.98px) {
  .teaser.com.in-content .text-box {
    padding-top: 24px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.in-content .text-box {
    padding-top: calc(24px + 24 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.in-content .text-box {
    padding-top: 48px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.in-content .text-box {
    padding-top: calc(24px + 24 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .teaser.com.in-content .text-box {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.in-content .text-box {
    padding-bottom: calc(8px + 40 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.in-content .text-box {
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.in-content .text-box {
    padding-bottom: calc(8px + 40 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com.in-content .text-box h1,
.teaser.com.in-content .text-box h2,
.teaser.com.in-content .text-box h3 {
  color: #9f8976;
}
.teaser.com.-js-viewport-min .title-prefix,
.teaser.com.detail .title-prefix {
  font-size: 32px;
  padding-top: 29px;
  padding-bottom: 8px;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 575.98px) {
  .teaser.com.-js-viewport-min .title-prefix,
  .teaser.com.detail .title-prefix {
    font-size: 18px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.-js-viewport-min .title-prefix,
  .teaser.com.detail .title-prefix {
    font-size: calc(18px + 14 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.-js-viewport-min .title-prefix,
  .teaser.com.detail .title-prefix {
    font-size: 32px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.-js-viewport-min .title-prefix,
  .teaser.com.detail .title-prefix {
    font-size: calc(18px + 14 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .teaser.com.-js-viewport-min .title-prefix,
  .teaser.com.detail .title-prefix {
    padding-top: 0px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.-js-viewport-min .title-prefix,
  .teaser.com.detail .title-prefix {
    padding-top: calc(0px + 29 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.-js-viewport-min .title-prefix,
  .teaser.com.detail .title-prefix {
    padding-top: 29px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.-js-viewport-min .title-prefix,
  .teaser.com.detail .title-prefix {
    padding-top: calc(0px + 29 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .teaser.com.-js-viewport-min .title-prefix,
  .teaser.com.detail .title-prefix {
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.-js-viewport-min .title-prefix,
  .teaser.com.detail .title-prefix {
    padding-bottom: calc(4px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.-js-viewport-min .title-prefix,
  .teaser.com.detail .title-prefix {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.-js-viewport-min .title-prefix,
  .teaser.com.detail .title-prefix {
    padding-bottom: calc(4px + 4 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com.-js-viewport-min .title-prefix + .text-box,
.teaser.com.detail .title-prefix + .text-box {
  padding-top: 0;
}
.teaser.com.-js-viewport-min .text-box,
.teaser.com.detail .text-box {
  padding-top: 40px;
}
@media screen and (max-width: 575.98px) {
  .teaser.com.-js-viewport-min .text-box,
  .teaser.com.detail .text-box {
    padding-top: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.-js-viewport-min .text-box,
  .teaser.com.detail .text-box {
    padding-top: calc(20px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.-js-viewport-min .text-box,
  .teaser.com.detail .text-box {
    padding-top: 40px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.-js-viewport-min .text-box,
  .teaser.com.detail .text-box {
    padding-top: calc(20px + 20 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com.-js-viewport-min .text-box h1,
.teaser.com.detail .text-box h1 {
  padding-bottom: 32px;
}
@media screen and (max-width: 575.98px) {
  .teaser.com.-js-viewport-min .text-box h1,
  .teaser.com.detail .text-box h1 {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.-js-viewport-min .text-box h1,
  .teaser.com.detail .text-box h1 {
    padding-bottom: calc(8px + 24 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.-js-viewport-min .text-box h1,
  .teaser.com.detail .text-box h1 {
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.-js-viewport-min .text-box h1,
  .teaser.com.detail .text-box h1 {
    padding-bottom: calc(8px + 24 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com.-js-viewport-min .text-box h1.huge,
.teaser.com.detail .text-box h1.huge {
  font-size: 80px;
  line-height: 90px;
}
@media screen and (max-width: 575.98px) {
  .teaser.com.-js-viewport-min .text-box h1.huge,
  .teaser.com.detail .text-box h1.huge {
    font-size: 34px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.-js-viewport-min .text-box h1.huge,
  .teaser.com.detail .text-box h1.huge {
    font-size: calc(34px + 46 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.-js-viewport-min .text-box h1.huge,
  .teaser.com.detail .text-box h1.huge {
    font-size: 80px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.-js-viewport-min .text-box h1.huge,
  .teaser.com.detail .text-box h1.huge {
    font-size: calc(34px + 46 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .teaser.com.-js-viewport-min .text-box h1.huge,
  .teaser.com.detail .text-box h1.huge {
    line-height: 38px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.-js-viewport-min .text-box h1.huge,
  .teaser.com.detail .text-box h1.huge {
    line-height: calc(38px + 52 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.-js-viewport-min .text-box h1.huge,
  .teaser.com.detail .text-box h1.huge {
    line-height: 90px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.-js-viewport-min .text-box h1.huge,
  .teaser.com.detail .text-box h1.huge {
    line-height: calc(38px + 52 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com.-js-viewport-min .text-box h1.terrific,
.teaser.com.detail .text-box h1.terrific {
  font-size: 140px;
  line-height: 148px;
}
@media screen and (max-width: 575.98px) {
  .teaser.com.-js-viewport-min .text-box h1.terrific,
  .teaser.com.detail .text-box h1.terrific {
    font-size: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.-js-viewport-min .text-box h1.terrific,
  .teaser.com.detail .text-box h1.terrific {
    font-size: calc(40px + 100 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.-js-viewport-min .text-box h1.terrific,
  .teaser.com.detail .text-box h1.terrific {
    font-size: 140px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.-js-viewport-min .text-box h1.terrific,
  .teaser.com.detail .text-box h1.terrific {
    font-size: calc(40px + 100 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .teaser.com.-js-viewport-min .text-box h1.terrific,
  .teaser.com.detail .text-box h1.terrific {
    line-height: 48px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.-js-viewport-min .text-box h1.terrific,
  .teaser.com.detail .text-box h1.terrific {
    line-height: calc(48px + 100 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.-js-viewport-min .text-box h1.terrific,
  .teaser.com.detail .text-box h1.terrific {
    line-height: 148px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.-js-viewport-min .text-box h1.terrific,
  .teaser.com.detail .text-box h1.terrific {
    line-height: calc(48px + 100 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com.detail {
  padding-bottom: 300px;
  min-height: 880px;
}
@media screen and (max-width: 575.98px) {
  .teaser.com.detail {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.detail {
    padding-bottom: calc(160px + 140 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.detail {
    padding-bottom: 300px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.detail {
    padding-bottom: calc(160px + 140 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .teaser.com.detail {
    min-height: 0px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.detail {
    min-height: calc(0px + 880 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.detail {
    min-height: 880px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.detail {
    min-height: calc(0px + 880 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com.-js-viewport-min {
  background-position: 50% 50%;
  overflow: hidden;
  height: 100%;
  min-height: 100vh;
}
.teaser.com.-js-viewport-min + .overview.com {
  overflow: hidden;
}
.teaser.com.-js-viewport-min + .overview.com .overview-info {
  position: relative;
}
.teaser.com.-js-viewport-min .text-box {
  padding-bottom: 50px;
}
@media screen and (max-width: 575.98px) {
  .teaser.com.-js-viewport-min .text-box {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.-js-viewport-min .text-box {
    padding-bottom: calc(40px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.-js-viewport-min .text-box {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.-js-viewport-min .text-box {
    padding-bottom: calc(40px + 10 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com.img-only {
  margin-top: -152px;
  margin-bottom: 200px;
}
@media screen and (max-width: 575.98px) {
  .teaser.com.img-only {
    margin-top: -64px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.img-only {
    margin-top: calc(-64px + -88 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.img-only {
    margin-top: -152px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.img-only {
    margin-top: calc(-64px + -88 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .teaser.com.img-only {
    margin-bottom: 96px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.img-only {
    margin-bottom: calc(96px + 104 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.img-only {
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.img-only {
    margin-bottom: calc(96px + 104 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com.img-only .teaser-img-box {
  margin-top: 16px;
  bottom: -152px;
  position: relative;
}
@media screen and (max-width: 575.98px) {
  .teaser.com.img-only .teaser-img-box {
    bottom: -64px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.img-only .teaser-img-box {
    bottom: calc(-64px + -88 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.img-only .teaser-img-box {
    bottom: -152px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.img-only .teaser-img-box {
    bottom: calc(-64px + -88 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com.no-text {
  padding-top: 178px;
  min-height: 178px;
}
@media screen and (max-width: 575.98px) {
  .teaser.com.no-text {
    padding-top: 120px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.no-text {
    padding-top: calc(120px + 58 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.no-text {
    padding-top: 178px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.no-text {
    padding-top: calc(120px + 58 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .teaser.com.no-text {
    min-height: 120px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com.no-text {
    min-height: calc(120px + 58 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com.no-text {
    min-height: 178px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com.no-text {
    min-height: calc(120px + 58 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com .text-box {
  padding-top: 72px;
  padding-bottom: 72px;
}
@media screen and (max-width: 575.98px) {
  .teaser.com .text-box {
    padding-top: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .text-box {
    padding-top: calc(20px + 52 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .text-box {
    padding-top: 72px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .text-box {
    padding-top: calc(20px + 52 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .teaser.com .text-box {
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .text-box {
    padding-bottom: calc(64px + 8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .text-box {
    padding-bottom: 72px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .text-box {
    padding-bottom: calc(64px + 8 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com .text-box h1,
.teaser.com .text-box h2,
.teaser.com .text-box h3 {
  color: #fff;
}
.teaser.com .text-box .halved-box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 27px;
  padding-bottom: 24px;
}
@media screen and (max-width: 575.98px) {
  .teaser.com .text-box .halved-box {
    gap: 8px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .text-box .halved-box {
    gap: calc(8px + 19 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .text-box .halved-box {
    gap: 27px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .text-box .halved-box {
    gap: calc(8px + 19 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .teaser.com .text-box .halved-box {
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .text-box .halved-box {
    padding-bottom: calc(32px + -8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .text-box .halved-box {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .text-box .halved-box {
    padding-bottom: calc(32px + -8 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com .text-box .halved-box > * {
  width: 100%;
}
.teaser.com .text-box .halved-box .info-text {
  text-transform: uppercase;
}
.teaser.com .text-box .halved-box .title {
  color: #9f8976;
  margin-top: 0;
}
.teaser.com .text-box .halved-box p {
  padding-top: 12px;
  padding-right: 24px;
}
@media screen and (max-width: 575.98px) {
  .teaser.com .text-box .halved-box p {
    padding-top: 8px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .text-box .halved-box p {
    padding-top: calc(8px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .text-box .halved-box p {
    padding-top: 12px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .text-box .halved-box p {
    padding-top: calc(8px + 4 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .teaser.com .text-box .halved-box p {
    padding-right: 0px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .text-box .halved-box p {
    padding-right: calc(0px + 24 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .text-box .halved-box p {
    padding-right: 24px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .text-box .halved-box p {
    padding-right: calc(0px + 24 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com .text-box .small-info {
  color: #99a5aa;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 575.98px) {
  .teaser.com .text-box .small-info {
    font-size: 14px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .text-box .small-info {
    font-size: calc(14px + 0 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .text-box .small-info {
    font-size: 14px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .text-box .small-info {
    font-size: calc(14px + 0 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 847.98px) {
  .teaser.com.-js-viewport-min {
    background-size: auto 100%;
  }
  .teaser.com .text-box .halved-box {
    flex-direction: column;
    gap: 0;
  }
}
.teaser.com .teaser__content {
  padding-top: 178px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
  z-index: 20;
}
@media screen and (max-width: 575.98px) {
  .teaser.com .teaser__content {
    padding-top: 120px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .teaser__content {
    padding-top: calc(120px + 58 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .teaser__content {
    padding-top: 178px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .teaser__content {
    padding-top: calc(120px + 58 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com .teaser__content-inner {
  flex-grow: 1;
  position: relative;
}
.teaser.com .teaser__content-slide {
  display: none;
}
.teaser.com .teaser__content-slide.active {
  display: block;
}
.teaser.com .teaser__head-wrap {
  padding-bottom: 10vh;
}
@media screen and (max-width: 575.98px) {
  .teaser.com .teaser__head-wrap {
    padding-bottom: 5vh;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .teaser__head-wrap {
    padding-bottom: calc(5vh + 5 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .teaser__head-wrap {
    padding-bottom: 10vh;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .teaser__head-wrap {
    padding-bottom: calc(5vh + 5 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com .teaser__footer {
  display: flex;
  max-width: 1790px;
  margin-bottom: 80px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 28px;
}
@media screen and (max-width: 575.98px) {
  .teaser.com .teaser__footer {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .teaser__footer {
    margin-bottom: calc(40px + 40 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .teaser__footer {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .teaser__footer {
    margin-bottom: calc(40px + 40 * (78vw - 575.98px) / 688.02);
  }
}
@media (min-width: 848px) {
  .teaser.com .teaser__footer {
    flex-direction: row;
    padding: 0 20px;
  }
}
@media (max-width: 848px) {
  .teaser.com .teaser__footer {
    margin-bottom: 90px;
  }
}
.teaser.com .teaser__footer--stats div {
  display: flex;
  gap: 30px;
  font-weight: 500;
}
@media screen and (max-width: 575.98px) {
  .teaser.com .teaser__footer--stats div {
    gap: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .teaser__footer--stats div {
    gap: calc(20px + 10 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .teaser__footer--stats div {
    gap: 30px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .teaser__footer--stats div {
    gap: calc(20px + 10 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com .teaser__footer--stats div .label {
  color: rgba(255, 255, 255, 0.6);
}
.teaser.com .teaser__footer--stats div .value {
  color: #fff;
}
@media (max-width: 848px) {
  .teaser.com .teaser__footer--stats {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
  .teaser.com .teaser__footer--stats div {
    gap: 10px;
    width: 48%;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .teaser.com .teaser__footer--stats div {
    width: 100%;
  }
}
.teaser.com .teaser__socials {
  width: 100%;
}
.teaser.com .teaser__socials .socials.com {
  gap: 64px;
}
@media screen and (max-width: 575.98px) {
  .teaser.com .teaser__socials .socials.com {
    gap: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .teaser__socials .socials.com {
    gap: calc(40px + 24 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .teaser__socials .socials.com {
    gap: 64px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .teaser__socials .socials.com {
    gap: calc(40px + 24 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 848px) {
  .teaser.com .teaser__socials .socials.com {
    justify-content: space-between;
  }
}
.teaser.com .teaser__socials .socials.com a {
  scale: 1.3;
}
.teaser.com .teaser__socials .socials.com a:before {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: transparent;
  border: 1pt solid rgba(255, 255, 255, 0.6);
  right: calc(50% - 32px);
  bottom: calc(50% - 32px);
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.teaser.com .teaser__socials .socials.com a:hover {
  color: #9f8976;
}
.teaser.com .teaser__socials .socials.com a:hover:before {
  opacity: 1;
}
.teaser.com .teaser__action-wrap {
  padding-bottom: 60px;
  flex-grow: 1;
}
.teaser.com .teaser__action-wrap:has(+ .teaser__progress-box) {
  padding-bottom: 0;
  flex-grow: 0;
}
.teaser.com .teaser__progress-box {
  flex-grow: 1;
  padding-bottom: 60px;
  margin-top: -80px;
}
.teaser.com .teaser__progress-box .teaser__progress-box-inner {
  display: flex;
  flex-direction: column;
  width: 600px;
  border-radius: 8px;
  font-size: 17px;
  line-height: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 16px;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(47px);
  backdrop-filter: blur(47px);
  margin-right: 0;
  margin-left: auto;
  color: #fff;
}
@media screen and (max-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    width: 400px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    width: calc(400px + 200 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    width: 600px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    width: calc(400px + 200 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    border-radius: 6px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    border-radius: calc(6px + 2 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    border-radius: 8px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    border-radius: calc(6px + 2 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    font-size: 13px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    font-size: calc(13px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    font-size: 17px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    font-size: calc(13px + 4 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    line-height: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    line-height: calc(16px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    line-height: 20px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    line-height: calc(16px + 4 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    padding-left: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    padding-left: calc(16px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    padding-left: 20px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    padding-left: calc(16px + 4 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    padding-right: 16px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    padding-right: calc(16px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    padding-right: 20px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    padding-right: calc(16px + 4 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    padding-top: 10px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    padding-top: calc(10px + 2 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    padding-top: 12px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    padding-top: calc(10px + 2 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    padding-bottom: calc(14px + 2 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    padding-bottom: calc(14px + 2 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box h3 {
  font-size: 54px;
  line-height: 60px;
  border-radius: 60px;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box h3 {
    font-size: calc(32px + 22 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box h3 {
    font-size: 54px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box h3 {
    font-size: calc(32px + 22 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box h3 {
    line-height: 36px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box h3 {
    line-height: calc(36px + 24 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box h3 {
    line-height: 60px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box h3 {
    line-height: calc(36px + 24 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box h3 {
    border-radius: 36px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box h3 {
    border-radius: calc(36px + 24 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box h3 {
    border-radius: 60px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box h3 {
    border-radius: calc(36px + 24 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box .percent-box {
  font-size: 88px;
  line-height: 104px;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box .percent-box {
    font-size: 52px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box .percent-box {
    font-size: calc(52px + 36 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box .percent-box {
    font-size: 88px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box .percent-box {
    font-size: calc(52px + 36 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box .percent-box {
    line-height: 58px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box .percent-box {
    line-height: calc(58px + 46 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box .percent-box {
    line-height: 104px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box .percent-box {
    line-height: calc(58px + 46 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box .percent-box small {
  font-size: 54px;
  line-height: 60px;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box .percent-box small {
    font-size: 32px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box .percent-box small {
    font-size: calc(32px + 22 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box .percent-box small {
    font-size: 54px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box .percent-box small {
    font-size: calc(32px + 22 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box .percent-box small {
    line-height: 36px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box .percent-box small {
    line-height: calc(36px + 24 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box .percent-box small {
    line-height: 60px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-title-box .percent-box small {
    line-height: calc(36px + 24 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-bar-box {
  position: relative;
  display: block;
  height: 20px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.22);
  margin: 4px 0 12px;
}
@media screen and (max-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-bar-box {
    height: 12px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-bar-box {
    height: calc(12px + 8 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-bar-box {
    height: 20px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-bar-box {
    height: calc(12px + 8 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-bar-box {
    border-radius: 6px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-bar-box {
    border-radius: calc(6px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-bar-box {
    border-radius: 10px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-bar-box {
    border-radius: calc(6px + 4 * (78vw - 575.98px) / 688.02);
  }
}
.teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-bar-box .progress-bar-inner-box {
  position: absolute;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  filter: drop-shadow(0 12px 12px rgba(0, 0, 0, 0.35));
}
@media screen and (max-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-bar-box .progress-bar-inner-box {
    border-radius: 6px;
  }
}
@media screen and (min-width: 575.98px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-bar-box .progress-bar-inner-box {
    border-radius: calc(6px + 4 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-bar-box .progress-bar-inner-box {
    border-radius: 10px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-bar-box .progress-bar-inner-box {
    border-radius: calc(6px + 4 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 848px) {
  .teaser.com .teaser__progress-box {
    margin-top: 40px;
    display: flex;
    align-items: flex-end;
  }
  .teaser.com .teaser__progress-box .teaser__progress-box-inner {
    width: 100%;
    margin-left: 0;
  }
  .teaser.com .teaser__progress-box .teaser__progress-box-inner .progress-bar-box .progress-bar-inner-box {
    filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.35));
  }
}
.teaser.com .teaser__help-btn {
  display: none;
}
@media (min-width: 848px) {
  .teaser.com .teaser__help-btn {
    display: block;
  }
}
.teaser.com.small-bottom .text-box {
  padding-bottom: 20px;
}
.teaser.com.small-bottom .halved-box {
  padding-bottom: 0;
}
/**
 *
 *
 */
.teaser--carousel .teaser__animate-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: opacity 500ms ease-in-out;
  opacity: 0;
}
.teaser--carousel .teaser__control {
  --baseColor: #fff;
  transition: transform 500ms ease-in-out;
  position: absolute;
  top: 80%;
}
@media (min-width: 1480px) {
  .teaser--carousel .teaser__control {
    top: 43%;
  }
}
.teaser--carousel .teaser__control.prev {
  left: calc(50% - 95px);
}
@media (min-width: 1480px) {
  .teaser--carousel .teaser__control.prev {
    left: 0;
    transform: translateX(-40px) translateY(-100px);
  }
}
@media (min-width: 1600px) {
  .teaser--carousel .teaser__control.prev {
    transform: translateX(-120px);
  }
}
.teaser--carousel .teaser__control.next {
  right: calc(50% - 95px);
}
@media (min-width: 1480px) {
  .teaser--carousel .teaser__control.next {
    right: 0;
    transform: translateX(40px) translateY(-100px);
  }
}
@media (min-width: 1600px) {
  .teaser--carousel .teaser__control.next {
    transform: translateX(120px);
  }
}
@media (max-width: 1480px) {
  .teaser--carousel .teaser__control.prev:after,
  .teaser--carousel .teaser__control.next:after {
    width: 100px;
    height: 100px;
    right: calc(50% - 50px);
    bottom: calc(50% - 50px);
  }
  .teaser--carousel .teaser__control.prev:after:hover,
  .teaser--carousel .teaser__control.next:after:hover {
    width: 120px;
    height: 120px;
    right: calc(50% - 60px);
    bottom: calc(50% - 60px);
  }
}
@media (max-width: 600px) {
  .teaser--carousel .teaser__control.prev,
  .teaser--carousel .teaser__control.next {
    display: none;
  }
}
.vacant-apartments.com {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-top: 80px;
}
@media screen and (max-width: 575.98px) {
  .vacant-apartments.com {
    margin-top: 30px;
  }
}
@media screen and (min-width: 575.98px) {
  .vacant-apartments.com {
    margin-top: calc(30px + 50 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .vacant-apartments.com {
    margin-top: 80px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .vacant-apartments.com {
    margin-top: calc(30px + 50 * (78vw - 575.98px) / 688.02);
  }
}
.vacant-apartments.com .vacant-apartments__box {
  display: flex;
  flex-direction: row;
  gap: 38px;
}
.vacant-apartments.com .vacant-apartments__img-box img {
  position: relative;
  width: 390px;
  height: 312px;
  object-fit: cover;
  z-index: 2;
}
.vacant-apartments.com .vacant-apartments__img-box.vacant-apartments__img-box--right {
  margin-top: 168px;
  display: flex;
  flex-direction: column;
}
.vacant-apartments.com .vacant-apartments__img-box.vacant-apartments__img-box--right .vacant-apartments__action {
  transform: translateX(-428px) translateY(-70px);
}
@media (max-width: 847.98px) {
  .vacant-apartments.com .vacant-apartments__img-box.vacant-apartments__img-box--right .vacant-apartments__action {
    transform: translateX(-110%) translateY(-70px);
  }
}
@media (max-width: 575.98px) {
  .vacant-apartments.com {
    justify-content: center;
  }
  .vacant-apartments.com .vacant-apartments__box {
    flex-direction: column;
  }
  .vacant-apartments.com .vacant-apartments__img-box.vacant-apartments__img-box--right {
    margin-top: 0;
  }
  .vacant-apartments.com .vacant-apartments__img-box.vacant-apartments__img-box--right .vacant-apartments__action {
    margin-top: 38px;
    transform: none;
  }
}
.why-cpi-standards {
  margin-top: 88px;
  margin-bottom: 335px;
}
@media screen and (max-width: 575.98px) {
  .why-cpi-standards {
    margin-top: 45px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi-standards {
    margin-top: calc(45px + 43 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi-standards {
    margin-top: 88px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi-standards {
    margin-top: calc(45px + 43 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .why-cpi-standards {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi-standards {
    margin-bottom: calc(150px + 185 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi-standards {
    margin-bottom: 335px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi-standards {
    margin-bottom: calc(150px + 185 * (78vw - 575.98px) / 688.02);
  }
}
.why-cpi-standards__img-box {
  position: relative;
}
@media (max-width: 847.98px) {
  .why-cpi-standards__img-box:before {
    display: none;
  }
}
.why-cpi-standards__img-box:before {
  content: '';
  position: absolute;
  background-color: #9f8976;
  z-index: -1;
  right: -300px;
  bottom: -100px;
  width: 392px;
  height: 392px;
}
@media screen and (max-width: 575.98px) {
  .why-cpi-standards__img-box:before {
    right: -100px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi-standards__img-box:before {
    right: calc(-100px + -200 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi-standards__img-box:before {
    right: -300px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi-standards__img-box:before {
    right: calc(-100px + -200 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .why-cpi-standards__img-box:before {
    bottom: -10px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi-standards__img-box:before {
    bottom: calc(-10px + -90 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi-standards__img-box:before {
    bottom: -100px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi-standards__img-box:before {
    bottom: calc(-10px + -90 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .why-cpi-standards__img-box:before {
    width: 150px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi-standards__img-box:before {
    width: calc(150px + 242 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi-standards__img-box:before {
    width: 392px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi-standards__img-box:before {
    width: calc(150px + 242 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .why-cpi-standards__img-box:before {
    height: 150px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi-standards__img-box:before {
    height: calc(150px + 242 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi-standards__img-box:before {
    height: 392px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi-standards__img-box:before {
    height: calc(150px + 242 * (78vw - 575.98px) / 688.02);
  }
}
.why-cpi-standards img {
  margin-bottom: 56px;
}
@media screen and (max-width: 575.98px) {
  .why-cpi-standards img {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi-standards img {
    margin-bottom: calc(22px + 34 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi-standards img {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi-standards img {
    margin-bottom: calc(22px + 34 * (78vw - 575.98px) / 688.02);
  }
}
.why-cpi-standards .why-cpi-standards__subtext {
  max-width: 445px;
}
@media (min-width: 980px) {
  .why-cpi-standards .why-cpi-standards__subtext {
    max-width: 485px;
  }
}
.why-cpi-standards .why-cpi-standards__subtitle {
  margin-bottom: 60px;
  max-width: 700px;
}
@media screen and (max-width: 575.98px) {
  .why-cpi-standards .why-cpi-standards__subtitle {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi-standards .why-cpi-standards__subtitle {
    margin-bottom: calc(40px + 20 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi-standards .why-cpi-standards__subtitle {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi-standards .why-cpi-standards__subtitle {
    margin-bottom: calc(40px + 20 * (78vw - 575.98px) / 688.02);
  }
}
.why-cpi-sustainability {
  margin-top: 88px;
}
@media screen and (max-width: 575.98px) {
  .why-cpi-sustainability {
    margin-top: 45px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi-sustainability {
    margin-top: calc(45px + 43 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi-sustainability {
    margin-top: 88px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi-sustainability {
    margin-top: calc(45px + 43 * (78vw - 575.98px) / 688.02);
  }
}
.why-cpi-sustainability__img-box {
  position: relative;
}
@media (max-width: 847.98px) {
  .why-cpi-sustainability__img-box:before {
    display: none;
  }
}
.why-cpi-sustainability__img-box:before {
  content: '';
  position: absolute;
  background-color: #9f8976;
  z-index: -1;
  left: -196px;
  bottom: -241px;
  width: 392px;
  height: 392px;
}
@media screen and (max-width: 575.98px) {
  .why-cpi-sustainability__img-box:before {
    left: -75px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi-sustainability__img-box:before {
    left: calc(-75px + -121 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi-sustainability__img-box:before {
    left: -196px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi-sustainability__img-box:before {
    left: calc(-75px + -121 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .why-cpi-sustainability__img-box:before {
    bottom: -45px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi-sustainability__img-box:before {
    bottom: calc(-45px + -196 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi-sustainability__img-box:before {
    bottom: -241px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi-sustainability__img-box:before {
    bottom: calc(-45px + -196 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .why-cpi-sustainability__img-box:before {
    width: 150px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi-sustainability__img-box:before {
    width: calc(150px + 242 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi-sustainability__img-box:before {
    width: 392px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi-sustainability__img-box:before {
    width: calc(150px + 242 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .why-cpi-sustainability__img-box:before {
    height: 150px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi-sustainability__img-box:before {
    height: calc(150px + 242 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi-sustainability__img-box:before {
    height: 392px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi-sustainability__img-box:before {
    height: calc(150px + 242 * (78vw - 575.98px) / 688.02);
  }
}
@media (max-width: 575.98px) {
  .why-cpi-sustainability__img-box {
    margin-bottom: 24px;
  }
}
.why-cpi-sustainability__img-left {
  height: 312px;
  object-fit: cover;
}
@media (max-width: 575.98px) {
  .why-cpi-sustainability__img-left {
    width: 100%;
    height: auto;
  }
}
.why-cpi-sustainability__img-right {
  height: 424px;
  object-fit: cover;
}
@media (max-width: 575.98px) {
  .why-cpi-sustainability__img-right {
    height: auto;
  }
}
.why-cpi-sustainability .why-cpi-sustainability__subtext {
  margin-top: 56px;
  margin-bottom: 80px;
  max-width: 390px;
}
@media screen and (max-width: 575.98px) {
  .why-cpi-sustainability .why-cpi-sustainability__subtext {
    margin-top: 22px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi-sustainability .why-cpi-sustainability__subtext {
    margin-top: calc(22px + 34 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi-sustainability .why-cpi-sustainability__subtext {
    margin-top: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi-sustainability .why-cpi-sustainability__subtext {
    margin-top: calc(22px + 34 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .why-cpi-sustainability .why-cpi-sustainability__subtext {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi-sustainability .why-cpi-sustainability__subtext {
    margin-bottom: calc(30px + 50 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi-sustainability .why-cpi-sustainability__subtext {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi-sustainability .why-cpi-sustainability__subtext {
    margin-bottom: calc(30px + 50 * (78vw - 575.98px) / 688.02);
  }
}
.why-cpi-thoughtfulness {
  margin-top: 88px;
}
@media screen and (max-width: 575.98px) {
  .why-cpi-thoughtfulness {
    margin-top: 45px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi-thoughtfulness {
    margin-top: calc(45px + 43 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi-thoughtfulness {
    margin-top: 88px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi-thoughtfulness {
    margin-top: calc(45px + 43 * (78vw - 575.98px) / 688.02);
  }
}
.why-cpi-thoughtfulness__img-box {
  position: relative;
}
@media (max-width: 847.98px) {
  .why-cpi-thoughtfulness__img-box:before {
    display: none;
  }
}
.why-cpi-thoughtfulness__img-box:before {
  content: '';
  position: absolute;
  background-color: #9f8976;
  z-index: -1;
  right: -300px;
  top: -77px;
  width: 392px;
  height: 392px;
}
@media screen and (max-width: 575.98px) {
  .why-cpi-thoughtfulness__img-box:before {
    right: -100px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi-thoughtfulness__img-box:before {
    right: calc(-100px + -200 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi-thoughtfulness__img-box:before {
    right: -300px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi-thoughtfulness__img-box:before {
    right: calc(-100px + -200 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .why-cpi-thoughtfulness__img-box:before {
    top: -37px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi-thoughtfulness__img-box:before {
    top: calc(-37px + -40 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi-thoughtfulness__img-box:before {
    top: -77px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi-thoughtfulness__img-box:before {
    top: calc(-37px + -40 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .why-cpi-thoughtfulness__img-box:before {
    width: 150px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi-thoughtfulness__img-box:before {
    width: calc(150px + 242 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi-thoughtfulness__img-box:before {
    width: 392px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi-thoughtfulness__img-box:before {
    width: calc(150px + 242 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .why-cpi-thoughtfulness__img-box:before {
    height: 150px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi-thoughtfulness__img-box:before {
    height: calc(150px + 242 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi-thoughtfulness__img-box:before {
    height: 392px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi-thoughtfulness__img-box:before {
    height: calc(150px + 242 * (78vw - 575.98px) / 688.02);
  }
}
.why-cpi-thoughtfulness img {
  margin-bottom: 56px;
}
@media screen and (max-width: 575.98px) {
  .why-cpi-thoughtfulness img {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi-thoughtfulness img {
    margin-bottom: calc(22px + 34 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi-thoughtfulness img {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi-thoughtfulness img {
    margin-bottom: calc(22px + 34 * (78vw - 575.98px) / 688.02);
  }
}
.why-cpi-thoughtfulness .why-cpi-thoughtfulness__subtext {
  margin-bottom: 80px;
  max-width: 700px;
}
@media screen and (max-width: 575.98px) {
  .why-cpi-thoughtfulness .why-cpi-thoughtfulness__subtext {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi-thoughtfulness .why-cpi-thoughtfulness__subtext {
    margin-bottom: calc(30px + 50 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi-thoughtfulness .why-cpi-thoughtfulness__subtext {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi-thoughtfulness .why-cpi-thoughtfulness__subtext {
    margin-bottom: calc(30px + 50 * (78vw - 575.98px) / 688.02);
  }
}
.why-cpi-tradition {
  position: relative;
}
.why-cpi-tradition.why-cpi-tradition--half-top-bg {
  padding-bottom: 190px;
}
@media screen and (max-width: 575.98px) {
  .why-cpi-tradition.why-cpi-tradition--half-top-bg {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi-tradition.why-cpi-tradition--half-top-bg {
    padding-bottom: calc(40px + 150 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi-tradition.why-cpi-tradition--half-top-bg {
    padding-bottom: 190px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi-tradition.why-cpi-tradition--half-top-bg {
    padding-bottom: calc(40px + 150 * (78vw - 575.98px) / 688.02);
  }
}
.why-cpi-tradition.why-cpi-tradition--half-top-bg:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: -190px;
  height: 55%;
  width: 100%;
  background-color: #9f8976;
}
@media (max-width: 575.98px) {
  .why-cpi-tradition.why-cpi-tradition--half-top-bg {
    padding-bottom: 0;
  }
}
.why-cpi-tradition img {
  margin-bottom: 56px;
}
@media screen and (max-width: 575.98px) {
  .why-cpi-tradition img {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi-tradition img {
    margin-bottom: calc(22px + 34 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi-tradition img {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi-tradition img {
    margin-bottom: calc(22px + 34 * (78vw - 575.98px) / 688.02);
  }
}
.why-cpi-tradition .why-cpi-tradition__subtext {
  margin-bottom: 80px;
  max-width: 700px;
}
@media screen and (max-width: 575.98px) {
  .why-cpi-tradition .why-cpi-tradition__subtext {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi-tradition .why-cpi-tradition__subtext {
    margin-bottom: calc(30px + 50 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi-tradition .why-cpi-tradition__subtext {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi-tradition .why-cpi-tradition__subtext {
    margin-bottom: calc(30px + 50 * (78vw - 575.98px) / 688.02);
  }
}
.why-cpi.com {
  position: relative;
  overflow: hidden;
  padding-top: 96px;
}
@media screen and (max-width: 575.98px) {
  .why-cpi.com {
    padding-top: 32px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi.com {
    padding-top: calc(32px + 64 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi.com {
    padding-top: 96px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi.com {
    padding-top: calc(32px + 64 * (78vw - 575.98px) / 688.02);
  }
}
.why-cpi.com:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100vw;
  height: -webkit-calc(12%);
  height: calc(100% - 88px);
  background-color: #9f8976;
  bottom: 216px;
}
@media screen and (max-width: 575.98px) {
  .why-cpi.com:before {
    bottom: 88px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi.com:before {
    bottom: calc(88px + 128 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi.com:before {
    bottom: 216px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi.com:before {
    bottom: calc(88px + 128 * (78vw - 575.98px) / 688.02);
  }
}
.why-cpi.com .container {
  position: relative;
  z-index: 2;
}
.why-cpi.com .why-boxes {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  margin-top: 96px;
}
@media screen and (max-width: 575.98px) {
  .why-cpi.com .why-boxes {
    margin-top: 32px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi.com .why-boxes {
    margin-top: calc(32px + 64 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi.com .why-boxes {
    margin-top: 96px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi.com .why-boxes {
    margin-top: calc(32px + 64 * (78vw - 575.98px) / 688.02);
  }
}
.why-cpi.com .why-boxes .col-12 {
  margin-bottom: 24px;
}
.why-cpi.com .why-boxes .item {
  width: 100%;
  height: 100%;
  min-height: 384px;
}
@media screen and (max-width: 575.98px) {
  .why-cpi.com .why-boxes .item {
    min-height: 100px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi.com .why-boxes .item {
    min-height: calc(100px + 284 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi.com .why-boxes .item {
    min-height: 384px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi.com .why-boxes .item {
    min-height: calc(100px + 284 * (78vw - 575.98px) / 688.02);
  }
}
.why-cpi.com .why-boxes .item .text-box {
  background-color: #9f8976;
  padding-left: 64px;
  padding-right: 56px;
  padding-top: 56px;
  padding-bottom: 56px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 575.98px) {
  .why-cpi.com .why-boxes .item .text-box {
    padding-left: 32px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi.com .why-boxes .item .text-box {
    padding-left: calc(32px + 32 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi.com .why-boxes .item .text-box {
    padding-left: 64px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi.com .why-boxes .item .text-box {
    padding-left: calc(32px + 32 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .why-cpi.com .why-boxes .item .text-box {
    padding-right: 28px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi.com .why-boxes .item .text-box {
    padding-right: calc(28px + 28 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi.com .why-boxes .item .text-box {
    padding-right: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi.com .why-boxes .item .text-box {
    padding-right: calc(28px + 28 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .why-cpi.com .why-boxes .item .text-box {
    padding-top: 24px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi.com .why-boxes .item .text-box {
    padding-top: calc(24px + 32 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi.com .why-boxes .item .text-box {
    padding-top: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi.com .why-boxes .item .text-box {
    padding-top: calc(24px + 32 * (78vw - 575.98px) / 688.02);
  }
}
@media screen and (max-width: 575.98px) {
  .why-cpi.com .why-boxes .item .text-box {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi.com .why-boxes .item .text-box {
    padding-bottom: calc(24px + 32 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi.com .why-boxes .item .text-box {
    padding-bottom: 56px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi.com .why-boxes .item .text-box {
    padding-bottom: calc(24px + 32 * (78vw - 575.98px) / 688.02);
  }
}
.why-cpi.com .why-boxes .item .text-box h4 {
  color: rgba(191, 206, 213, 0.8);
  margin: 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 575.98px) {
  .why-cpi.com .why-boxes .item .text-box h4 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 575.98px) {
  .why-cpi.com .why-boxes .item .text-box h4 {
    margin-bottom: calc(20px + 12 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .why-cpi.com .why-boxes .item .text-box h4 {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .why-cpi.com .why-boxes .item .text-box h4 {
    margin-bottom: calc(20px + 12 * (78vw - 575.98px) / 688.02);
  }
}
.why-cpi.com .why-boxes .item .text-box p {
  color: #fff;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .why-cpi.com .why-boxes .col-12:last-child {
    margin-bottom: 0;
  }
}
/**
 * Projects page
 */
.section--projects .title {
  padding-bottom: 100px;
}
@media screen and (max-width: 575.98px) {
  .section--projects .title {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 575.98px) {
  .section--projects .title {
    padding-bottom: calc(50px + 50 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .section--projects .title {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .section--projects .title {
    padding-bottom: calc(50px + 50 * (78vw - 575.98px) / 688.02);
  }
}
/**
 * Vyhledavac
 */
.search-page .filter-tabs {
  padding-bottom: 55px;
  margin-top: 40px;
  margin-bottom: -2px;
}
.search-page .filter-tabs .container {
  position: relative;
  overflow: auto;
  flex-wrap: nowrap;
  /* Hide scrollbar */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  -webkit-overflow-scrolling: touch;
}
.search-page .filter-tabs .container::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */
}
.search-page .filter-tabs .container .swipeMenu__control.prev {
  left: 0;
}
.search-page .filter-tabs .container .swipeMenu__control.next {
  right: 0;
}
.search-page .project-box.com:not(:last-of-type) {
  margin-bottom: 180px;
}
@media screen and (max-width: 575.98px) {
  .search-page .project-box.com:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 575.98px) {
  .search-page .project-box.com:not(:last-of-type) {
    margin-bottom: calc(60px + 120 * (100vw - 575.98px) / 688.02);
  }
}
@media screen and (min-width: 1264px) {
  .search-page .project-box.com:not(:last-of-type) {
    margin-bottom: 180px;
  }
}
@media screen and (min-width: 848px) and (max-height: 576px) {
  .search-page .project-box.com:not(:last-of-type) {
    margin-bottom: calc(60px + 120 * (78vw - 575.98px) / 688.02);
  }
}
.search-page .project-box.com:first-of-type {
  position: relative;
}
.search-page .project-box.com:first-of-type:before {
  content: "";
  position: absolute;
  top: 0;
  height: 250px;
  width: 100%;
  background-color: #9f8976;
}
@media (max-width: 847.98px) {
  .search-page .project-box.com:first-of-type:before {
    height: 480px;
  }
}
