@charset "UTF-8";
/*
Author: Basework Studio
Author URI: https://basework.studio
Contact: info@basework.studio
*/
.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

@font-face {
  font-display: swap;
  font-family: "ES Klarheit Kurrent";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/ESKlarheitKurrent-Bold.woff2") format("woff2"), url("../fonts/ESKlarheitKurrent-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/EuclidCircularB-Bold.woff2") format("woff2"), url("../fonts/EuclidCircularB-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/EuclidCircularB-Light.woff2") format("woff2"), url("../fonts/EuclidCircularB-Light.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/EuclidCircularB-Regular.woff2") format("woff2"), url("../fonts/EuclidCircularB-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/EuclidCircularB-Medium.woff2") format("woff2"), url("../fonts/EuclidCircularB-Medium.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Euclid Circular B";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/EuclidCircularB-Italic.woff2") format("woff2"), url("../fonts/EuclidCircularB-Italic.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/EuclidCircularB-SemiBold.woff2") format("woff2"), url("../fonts/EuclidCircularB-SemiBold.woff") format("woff");
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  background-color: #fafafa;
  -webkit-font-smoothing: antialiased;
}
body.campaign-hero-alert-show:not(.campaign-hero-alert-none) main.page-content {
  padding: 160px 0 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  body.campaign-hero-alert-show:not(.campaign-hero-alert-none) main.page-content {
    padding: 184px 0 0;
  }
}
body.campaign-hero-alert-show:not(.campaign-hero-alert-none) header {
  top: 64px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  body.campaign-hero-alert-show:not(.campaign-hero-alert-none) header {
    top: 112px;
  }
  body.campaign-hero-alert-show:not(.campaign-hero-alert-none) header .header-contain-item-button-navigate-menu {
    top: 184px;
  }
}
body.campaign-hero-alert-show:not(.campaign-hero-alert-none) .campaign-hero-alert {
  top: 0;
}
body.campaign-hero-alert-none .campaign-hero-alert {
  display: none;
}
body.header-footer-none header,
body.header-footer-none footer {
  display: none;
}
body.footer-none footer {
  display: none;
}
body.modal-iframe-open, body.modal-video-open, body.popup-iframe-open {
  overflow-y: hidden;
}
body.modal-iframe-open .modal-iframe {
  display: block;
}
body.modal-video-open .modal-video {
  display: block;
}
body.popup-iframe-open .popup-iframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

*:focus {
  outline: none;
}

article {
  margin-top: -40px;
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  margin: 40px 0 24px 0;
}
article p {
  color: #292929;
}
article p:not(:first-child) {
  margin: 24px 0 0 0;
}
article a {
  color: #292929;
}
article ul,
article ol {
  margin-top: 24px;
}

p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  padding: 0;
  margin: 0;
}

h2 {
  font-family: "ES Klarheit Kurrent", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 64px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  h2 {
    font-size: 48px;
    line-height: 56px;
  }
}

h3 {
  font-family: "ES Klarheit Kurrent", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  h3 {
    font-size: 40px;
    line-height: 48px;
  }
}

h4 {
  font-family: "ES Klarheit Kurrent", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  h4 {
    font-size: 24px;
    line-height: 32px;
  }
}

h5 {
  font-family: "ES Klarheit Kurrent", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}

h6 {
  font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

ul,
ol {
  list-style: none;
}
ul.type-disc li:not(.title),
ol.type-disc li:not(.title) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.type-disc li:not(.title):not(:first-child),
ol.type-disc li:not(.title):not(:first-child) {
  margin: 8px 0 0 0;
}
ul.type-disc li:not(.title)::before,
ol.type-disc li:not(.title)::before {
  margin: 0 8px 0 0;
  color: #ea1821;
  content: "•";
}

a,
a:hover {
  text-decoration: none !important;
}

main {
  overflow: hidden;
}
main.page-content {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 96px 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  main.page-content {
    padding: 72px 0 0;
  }
}
main.page-head-xs .page-head {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  main.page-head-xs .page-head {
    display: block;
  }
}

.container {
  max-width: 1162px !important;
  padding: 0 16px !important;
}

.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 {
  padding: 0 16px !important;
}

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

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .mb-xs-md-hide {
    display: none !important;
  }
}

.lh-0 {
  line-height: 0 !important;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .xs-md-flex-column-reverse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.text-body-sm {
  font-size: 14px;
  line-height: 18px;
}

.text-body-md {
  font-size: 16px;
  line-height: 24px;
}

.text-body-lg {
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .text-body-lg {
    font-size: 16px;
  }
}

.text-body-xl {
  font-size: 20px;
  line-height: 24px;
}

.swiper {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -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-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

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

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

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

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

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

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

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

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

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

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

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

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

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

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

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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.85714286%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

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

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

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

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

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

.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: 768px) {
  .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: 1200px) {
  .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;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.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: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.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: rgb(0, 86.1, 178.5) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !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;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*
 * Responsively Lazy
 * http://ivopetkov.com/b/lazy-load-responsive-images/
 * Copyright 2015-2017, Ivo Petkov
 * Free to use under the MIT license.
*/
.responsively-lazy:not(img) {
  position: relative;
  height: 0;
}

.responsively-lazy:not(img) > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img.responsively-lazy {
  width: 100%;
}

/**
 * Swiper 8.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 3, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

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

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow::before {
  content: "";
  background: #000;
  position: absolute;
  inset: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  overflow: visible; /* 2 */
  height: 0; /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
          appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* .container padding reset */
.no-horizontal-padding {
  padding-right: 0;
  padding-left: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
.fadeInUp-scroll {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.fadeInUp-scroll[data-position*=left-to-right] {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.fadeInUp-scroll[data-position*=right-to-left] {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
.fadeInUp-scroll[data-position*=top-to-bottom] {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.fadeInUp-scroll[data-position*=bottom-to-top] {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.fadeInUp-scroll.visible {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
}
.fadeInUp-scroll.visible[data-position*=left-to-right], .fadeInUp-scroll.visible[data-position*=right-to-left] {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

.scale-scroll {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.scale-scroll.visible {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.image-animation {
  position: relative;
  overflow: hidden;
}
.image-animation::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fafafa;
  -webkit-transition: left 600ms cubic-bezier(0.835, 0.015, 0.245, 0.995) 0s;
  transition: left 600ms cubic-bezier(0.835, 0.015, 0.245, 0.995) 0s;
}
.image-animation::after {
  content: "";
  height: 100%;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(247, 247, 249, 0.95);
}
.image-animation.animate::before {
  left: 100%;
}

@-webkit-keyframes image-animation {
  from {
    background-color: #fff;
  }
  to {
    background-color: transparent;
  }
}

@keyframes image-animation {
  from {
    background-color: #fff;
  }
  to {
    background-color: transparent;
  }
}
@-webkit-keyframes image-animation-filter {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
}
@keyframes image-animation-filter {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
}
.text-title-animation span {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 300ms opacity, 300ms visibility;
  transition: 300ms opacity, 300ms visibility;
}
.text-title-animation span.show {
  opacity: 1;
  visibility: visible;
}

.about {
  margin: 0 0 121px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .about {
    margin: 0;
  }
}
.about-main {
  position: relative;
}
.about-main-content h3 {
  color: #000;
}
.about-main-content h3 span {
  color: #22c58b;
}
.about-main-content p {
  max-width: 500px;
  margin: 24px 0 0 0;
  color: #141414;
}
.about-main-lottie {
  position: absolute;
  top: 64px;
  right: 0;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .about-main-lottie {
    position: relative;
    top: 0;
    width: 100%;
    margin: 0 0 24px 0;
  }
}
.about-main-lottie lottie-player {
  width: 100%;
  max-width: 536px;
  height: 100%;
  margin: 0 auto;
}

.blank-popup .page-head {
  padding: 24px 40px 24px 0;
}
.blank-popup .page-head h1 {
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blank-popup .page-head h1 {
    font-size: 18px;
    line-height: 24px;
  }
}
.blank-popup-main {
  max-height: 464px;
  padding-bottom: 24px;
  margin-top: 24px;
  overflow-y: scroll;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blank-popup-main {
    max-height: calc(100vh - 72px);
    padding: 24px 0;
    margin-top: 0;
  }
}
.blank-popup-main::-webkit-scrollbar {
  width: 6px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blank-popup-main::-webkit-scrollbar {
    width: 0;
  }
}
.blank-popup-main::-webkit-scrollbar-track {
  background: transparent;
}
.blank-popup-main::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 16px;
}

.cars-main .swiper {
  overflow: unset;
  max-width: 936px;
  margin-left: unset;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .cars-main .swiper {
    max-width: 100%;
  }
}
.cars-main-title {
  margin: 0 0 80px 0;
}
.cars-main-title h2 {
  color: #ea1821;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cars-main-title h2 {
    margin: 0 0 40px 0;
    font-size: 40px;
    line-height: 48px;
  }
}
.cars-main-item-img {
  width: 100%;
  height: 344px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cars-main-item-img {
    height: 184px;
  }
}
.cars-main-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cars-main-item-name {
  margin-top: 24px;
}
.cars-main-item-name p {
  color: #000;
}
.cars-main-item-name p b {
  font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  display: block;
  color: #ea1821;
}
.cars-main .slides-btn {
  padding: 24px 0 0 0;
  margin: 24px 0 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cars-main .slides-btn {
    padding: 0;
    margin: 40px 0 0 0;
  }
}

.citys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px !important;
  height: 304px;
  padding: 0 !important;
  margin: 160px auto 0 auto;
  background: center/cover no-repeat #effc53 url("../img/article/pattern-yellow-locations.svg");
  border-radius: 24px;
  scroll-margin: 160px;
}
@media only screen and (min-width: 320px) and (max-width: 1200px) {
  .citys {
    width: calc(100% - 32px) !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .citys {
    background-position: top left;
  }
}
.citys-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 40px 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .citys-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
.citys-main figure {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media (prefers-reduced-motion: reduce) {
  .citys-main figure {
    -webkit-transition: none;
    transition: none;
  }
}
.citys-main figure {
  position: absolute;
  top: -50%;
  left: 35%;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .citys-main figure {
    right: -35%;
    left: auto !important;
  }
}
.citys-main figure.animation-figure {
  top: -1.5rem;
  left: 18.25rem;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 320px) and (max-width: 1200px) {
  .citys-main figure.animation-figure {
    left: 10rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .citys-main figure.animation-figure {
    right: 16px;
  }
}
.citys-main figure img {
  width: 178px;
  height: 192px;
  -webkit-animation: maps 4s ease-in-out infinite alternate;
          animation: maps 4s ease-in-out infinite alternate;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .citys-main figure img {
    width: 120px;
    height: 130px;
  }
}
@-webkit-keyframes maps {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
@keyframes maps {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
.citys-main-content p {
  font-family: "ES Klarheit Kurrent", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 64px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .citys-main-content p {
    font-size: 48px;
    line-height: 56px;
  }
}
.citys-main-content-city-list {
  overflow: hidden;
  height: 72px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .citys-main-content-city-list {
    height: 64px;
  }
}
.citys-main-content-city-list ul {
  position: relative;
}
.citys-main-content-city-list ul li {
  padding: 3px 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .citys-main-content-city-list ul li {
    padding: 6px 0;
  }
}
.citys-main .btn-txt {
  margin: 40px 0 0 0;
}
.citys-main .btn-txt i {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .citys-main .btn-txt i {
    display: block;
  }
}

.faq-main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq-main-content h2 {
  color: #ea1821;
}
.faq-main-content p {
  color: #292929;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .faq-main-content p {
    margin: 24px 0 0 0;
  }
}
.faq-main-accordion {
  margin: 80px 0 0 0;
  text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .faq-main-accordion {
    margin: 40px 0 0 0;
  }
}
.faq-main .btn-txt {
  font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  padding: 24px 0 0 0;
  margin: 24px 0 0 0;
  color: #707070;
  text-decoration: underline !important;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .faq-main .btn-txt {
    padding: 0;
    margin: 40px 0 0 0;
  }
}

.feedback {
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 160px;
  margin-top: 160px;
  margin-bottom: -160px;
  background: right bottom/cover no-repeat #fff url("../img/article/pattern-white-desktop-feedback.svg");
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .feedback {
    background: #fff;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .feedback {
    padding-bottom: 80px;
    margin-top: 80px;
    margin-bottom: 0;
  }
}
.feedback::before {
  position: absolute;
  top: 160px;
  right: 0;
  width: 50%;
  height: calc(100% - 320px);
  background: right bottom/cover no-repeat url("../img/article/bg-feedback.jpg");
  content: "";
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .feedback::before {
    display: none;
  }
}
.feedback-main.pattern {
  top: -8px;
}
.feedback-main-content {
  padding-right: 16px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .feedback-main-content {
    padding-right: 0;
  }
}
.feedback-main-content h2 {
  padding: 0 0 24px 0;
  margin: 0 0 24px 0;
  color: #000;
}

footer {
  position: relative;
  padding: 160px 0;
  background: #000;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  footer {
    padding: 80px 0;
  }
}
footer .top-side {
  padding: 0 0 80px 0;
  border-bottom: 1px solid #414141;
  margin: 0 0 24px 0;
}
footer .top-side .main-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer .bottom-side {
  padding: 24px 0 0 0;
  margin: 24px 0 0 0;
  color: #fafafa;
}
footer .bottom-side a {
  color: #fafafa;
}
footer .bottom-side .main-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
footer .main-content a {
  display: block;
}
footer .main-content-item {
  width: 100%;
}
footer .main-content-item-logo {
  margin: 0 0 40px 0;
}
footer .main-content-item-logo img {
  width: 118px;
  height: auto;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  footer .main-content-item-contact {
    margin: 0 0 40px 0;
  }
}
footer .main-content-item-contact li:nth-child(1) a {
  font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 24px 0;
}
footer .main-content-item-contact li a {
  color: #fff;
}
footer .main-content-item-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  footer .main-content-item-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer .main-content-item-menu li:not(:last-child) a {
  margin: 0 80px 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  footer .main-content-item-menu li:not(:last-child) a {
    margin: 0 40px 0 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  footer .main-content-item-menu li:not(:last-child) a {
    margin: 0 0 24px 0;
  }
}
footer .main-content-item-menu li a {
  font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  footer .main-content-item-menu li a {
    font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
  }
}
footer .main-content-item-menu li a i {
  margin: 0 0 0 8px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  footer .main-content-item-menu li a i svg rect {
    fill: #ea1821;
  }
  footer .main-content-item-menu li a i svg path {
    stroke: #ea1821;
  }
}
footer .main-content-item-menu li a span {
  font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 0 8px;
  background: #ea1821;
  border-radius: 8px;
  color: #fff;
  font-size: 10px;
  line-height: 24px;
}
footer .main-content-item-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer .main-content-item-social li:not(:last-child) a {
  margin: 0 80px 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  footer .main-content-item-social li:not(:last-child) a {
    margin: 0 40px 0 0;
  }
}
footer .main-content-item-social li a:hover i {
  top: -8px;
}
footer .main-content-item-social li a i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  footer .main-content-item-social li a i {
    -webkit-transition: none;
    transition: none;
  }
}
footer .main-content-item-social li a i {
  position: relative;
  top: 0;
  display: block;
  height: 24px;
}
footer .main-content-item-policys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  footer .main-content-item-policys {
    margin: 40px 0;
  }
}
footer .main-content-item-policys li:not(:last-child) a {
  margin: 0 40px 0 0;
}
footer .main-content-item-etbis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  footer .main-content-item-etbis {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
footer .main-content-item-etbis p {
  margin: 0 24px 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  footer .main-content-item-etbis p {
    margin: 0 0 0 24px;
  }
}
footer .main-content-item-etbis-img {
  width: 88px;
  height: 88px;
  padding: 4px;
  background: #fff;
}
footer .main-content-item-etbis-img div {
  overflow: hidden;
  width: 80px;
  height: 80px;
}
footer .main-content-item-etbis-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .main-content-item-back-to-top {
  position: absolute;
  top: -120px;
  right: 16px;
}

.gallery {
  position: relative;
  overflow: hidden;
}
.gallery .swiper {
  overflow: unset;
}
.gallery .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.gallery .swiper img {
  width: 100%;
  height: 336px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .gallery .swiper img {
    height: 242px;
  }
}

header {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  header {
    -webkit-transition: none;
    transition: none;
  }
}
header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  background: #000;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  header {
    height: 72px;
  }
}
header.hide-progress .header-contain {
  margin-top: 0;
}
header.hide-progress .progress {
  display: none;
}
header.scrolled {
  height: 80px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  header.scrolled {
    height: 56px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  header.header-mobile-open {
    height: 96px !important;
    background: #fff;
  }
  header.header-mobile-open .btn-navigate.open,
  header.header-mobile-open .header-contain-item-logo img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  header.header-mobile-open .progress {
    opacity: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  header.header-mobile-open {
    height: 72px !important;
  }
}
header.navigation-black .btn-navigate:not(.open) {
  background-blend-mode: color-burn;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  header.navigation-black .btn-navigate:not(.open) {
    background-blend-mode: inherit;
  }
}
header.menu-none .header-contain-item-menu {
  display: none;
}
header .header-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1392px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 16px;
  margin: -4px auto 0;
}
header .header-contain-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-contain-item-logo {
  display: block;
  margin: 0 120px 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 1200px) {
  header .header-contain-item-logo {
    margin: 0 40px 0 0;
  }
}
header .header-contain-item-logo img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  header .header-contain-item-logo img {
    -webkit-transition: none;
    transition: none;
  }
}
header .header-contain-item-logo img {
  width: 94px;
  height: auto;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  header .header-contain-item-logo img {
    width: 70px;
  }
}
header .header-contain-item-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-contain-item-menu li:not(:last-child) a {
  margin: 0 40px 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 1200px) {
  header .header-contain-item-menu li:not(:last-child) a {
    margin: 0 16px 0 0;
  }
}
header .header-contain-item-menu li a {
  font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  position: relative;
  color: #fff;
}
header .header-contain-item-menu li a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
header .header-contain-item-menu li a::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  header .header-contain-item-menu li a::after {
    -webkit-transition: none;
    transition: none;
  }
}
header .header-contain-item-menu li a::after {
  position: absolute;
  bottom: -4px;
  left: calc(50% - 8px);
  width: 16px;
  height: 4px;
  background: #ea1821;
  border-radius: 4px;
  content: "";
  -webkit-transform: scale(0);
          transform: scale(0);
}
header .header-contain-item-language {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 1200px) {
  header .header-contain-item-language {
    margin: 0 24px 0 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  header .header-contain-item-language {
    display: none;
  }
}
header .header-contain-item-language a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  header .header-contain-item-language a {
    -webkit-transition: none;
    transition: none;
  }
}
header .header-contain-item-language a {
  color: #414141;
}
header .header-contain-item-language a:not(:last-child) {
  padding-right: 16px;
  border-right: 1px solid #414141;
  margin-right: 16px;
}
header .header-contain-item-language a.active, header .header-contain-item-language a:hover {
  color: #fff;
}
header .header-contain-item-language a.active {
  font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
}
header .header-contain-item-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-contain-item-button-navigate {
  position: relative;
  margin: 0 0 0 16px;
}
header .header-contain-item-button-navigate-menu {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  header .header-contain-item-button-navigate-menu {
    -webkit-transition: none;
    transition: none;
  }
}
header .header-contain-item-button-navigate-menu {
  position: absolute;
  top: 64px;
  right: 0;
  min-width: 247px;
  padding: 8px;
  background: #fff;
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  header .header-contain-item-button-navigate-menu {
    position: fixed;
    top: 96px;
    width: 100%;
    min-width: auto;
    padding: 24px 8px 40px 8px;
    border-radius: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  header .header-contain-item-button-navigate-menu {
    top: 72px;
  }
}
header .header-contain-item-button-navigate-menu.show {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  header .header-contain-item-button-navigate-menu li:not(:last-child) a {
    margin: 0 0 16px 0;
  }
}
header .header-contain-item-button-navigate-menu li:last-child {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  header .header-contain-item-button-navigate-menu li:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
  header .header-contain-item-button-navigate-menu li:last-child a {
    border-radius: 0 !important;
    color: #ccc;
  }
  header .header-contain-item-button-navigate-menu li:last-child a.active {
    font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #000;
  }
  header .header-contain-item-button-navigate-menu li:last-child a:not(:last-child) {
    padding-right: 16px;
    border-right: 1px solid #ccc;
    margin-right: 8px;
  }
}
header .header-contain-item-button-navigate-menu li a {
  font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 16px;
  border-radius: 8px !important;
  color: #000;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  header .header-contain-item-button-navigate-menu li a {
    height: auto;
    padding: 0 8px;
    background: transparent !important;
    font-size: 16px;
    line-height: 24px;
  }
}
header .header-contain-item-button-navigate-menu li a:hover {
  background: #efefef;
}
header .progress {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  header .progress {
    -webkit-transition: none;
    transition: none;
  }
}
header .progress {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 4px;
  margin-top: -1px;
  background: url("../img/article/pattern-black-progress.svg");
  background-size: 64px 4px !important;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  header .progress {
    background-size: 28px 4px !important;
  }
}
header .progress #bar {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: auto;
  height: 4px;
  background: url("../img/article/pattern-red-progress.svg");
  background-size: 64px 4px !important;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  header .progress #bar {
    background-size: 28px 4px !important;
  }
}
.hide-tr header .menu-tr {
  display: none;
}

.hero {
  position: relative;
  width: 100%;
  height: 672px;
  padding: 48px 0 72px;
  margin: 0 0 40px 0;
  background: linear-gradient(0deg, #fafafa 40px, #fafafa 0, #000 0, #000 100%);
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero {
    height: auto;
    background: #000;
  }
}
.hero .modal-btn-close {
  display: none;
}
.hero-main {
  width: 100%;
  height: 100%;
}
.hero-main::before {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 100%;
  height: 100%;
  background: url("../img/article/pattern-red-hero.svg") no-repeat right bottom;
  content: "";
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero-main::before {
    width: 436.69px;
    height: 292px;
    background-size: cover;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .hero-main::before {
    background-position-x: 10rem;
  }
}
.hero-main-content {
  position: relative;
}
.hero-main-content-item h1 {
  font-family: "ES Klarheit Kurrent", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  margin: 0 !important;
  color: #fff;
  font-size: 80px !important;
  line-height: 88px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero-main-content-item h1 {
    font-size: 48px !important;
    line-height: 56px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .hero-main-content-item h1 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
}
.hero-main-content-item h1 span {
  color: #ea1821;
}
.hero-main-content-item p {
  max-width: 420px;
  margin: 24px 0 40px 0;
  color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero-main-content-item p {
    max-width: 300px;
  }
}
.hero-main-content-animate i {
  position: absolute;
  -webkit-animation: rotation 8s infinite;
          animation: rotation 8s infinite;
}
@-webkit-keyframes rotation {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.hero-main-content-animate i:first-child {
  bottom: 2.5rem;
  left: -6.75rem;
}
@media only screen and (min-width: 320px) and (max-width: 1200px) {
  .hero-main-content-animate i:first-child {
    left: -2.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero-main-content-animate i:first-child {
    bottom: -8rem;
    left: -1.8rem;
  }
}
.hero-main-content-animate i:last-child {
  top: -1.5rem;
  right: 3rem;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero-main-content-animate i:last-child {
    top: auto;
    right: 0;
    bottom: -1rem;
  }
}
.hero-main-content-animate i img {
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero-main-content-animate i img {
    width: 24px;
    height: 24px;
  }
}
.hero-main {
  /* Slide */
}
.hero-main-slide {
  overflow: hidden;
  width: calc(100% + 100vh);
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero-main-slide {
    overflow: unset;
    width: 100%;
  }
}
.hero-main-slide .swiper {
  overflow: unset;
  max-width: 384px;
  margin-left: unset;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero-main-slide .swiper {
    max-width: 100%;
  }
}
.hero-main-slide .swiper-slide.swiper-slide-active .hero-main-slide-item::before {
  opacity: 0;
}
.hero-main-slide-item {
  position: relative;
  width: 100%;
  height: 512px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero-main-slide-item {
    height: 272px;
  }
}
.hero-main-slide-item::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .hero-main-slide-item::before {
    -webkit-transition: none;
    transition: none;
  }
}
.hero-main-slide-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  opacity: 0.4;
}
.hero-main-slide-item,
.hero-main-slide-item img {
  border-radius: 24px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero-main-slide-item,
  .hero-main-slide-item img {
    border-radius: 12px;
  }
}
.hero-main-slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-main {
  /* /Slide */
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero-main-animate {
    display: none;
  }
}
.hero-main-animate-icon-tracking {
  position: absolute;
  bottom: -7.938rem;
  left: 1rem;
}
.hero-main-animate-icon-tracking figure {
  position: relative;
  width: 216px;
  height: 216px;
}
.hero-main-animate-icon-tracking figure span {
  position: relative;
  display: block;
  overflow: hidden;
}
.hero-main-animate-icon-tracking figure span::before, .hero-main-animate-icon-tracking figure span::after {
  position: absolute;
  border-radius: 100%;
  content: "";
}
.hero-main-animate-icon-tracking figure span::before {
  left: 0;
  width: 216px;
  height: 216px;
  -webkit-animation: before-leaves 4s ease-in-out infinite alternate;
          animation: before-leaves 4s ease-in-out infinite alternate;
}
@-webkit-keyframes before-leaves {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes before-leaves {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.hero-main-animate-icon-tracking figure span::after {
  width: 128px;
  height: 128px;
  -webkit-animation: after-leaves 3s ease-in-out infinite alternate;
          animation: after-leaves 3s ease-in-out infinite alternate;
}
@-webkit-keyframes after-leaves {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes after-leaves {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.hero-main-animate-icon-tracking figure span img {
  position: absolute;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  -webkit-animation: rotation2 4s infinite alternate;
          animation: rotation2 4s infinite alternate;
}
@-webkit-keyframes rotation2 {
  0% {
    -webkit-transform: rotate(-22.5deg);
            transform: rotate(-22.5deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@keyframes rotation2 {
  0% {
    -webkit-transform: rotate(-22.5deg);
            transform: rotate(-22.5deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.hero-main-animate-icon-tracking figure span.top-side {
  width: 100%;
  height: 120px;
}
.hero-main-animate-icon-tracking figure span.top-side::before {
  top: 0;
  border: 1px solid #effc53;
}
.hero-main-animate-icon-tracking figure span.top-side::after {
  top: 48px;
  left: calc(50% - 64px);
  border: 1px solid #fff;
}
.hero-main-animate-icon-tracking figure span.top-side img {
  top: calc(50% + 34px);
}
.hero-main-animate-icon-tracking figure span.bottom-side {
  width: 100%;
  height: 96px;
}
.hero-main-animate-icon-tracking figure span.bottom-side::before {
  bottom: 0;
  border: 1px solid #000;
}
.hero-main-animate-icon-tracking figure span.bottom-side::after {
  bottom: 48px;
  left: calc(50% - 64px);
  border: 1px solid #000;
}
.hero-main-animate-icon-tracking figure span.bottom-side img {
  bottom: calc(50% + 34px);
}

.easy-investment {
  position: relative;
  padding-bottom: 160px;
  margin: 160px 0 35px 0;
  background: #000;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .easy-investment {
    overflow: hidden;
    padding: 80px 0 112px 0 !important;
    margin: 80px 0 0 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .easy-investment .col-lg-4 {
    padding: 0;
  }
}
.easy-investment .video-story--progress {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.9rem;
  height: calc(100% - 32px);
  margin-bottom: 0;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .easy-investment .video-story--progress {
    top: auto;
    bottom: -24px;
    left: 0;
    display: block;
    width: 128px;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
}
.easy-investment .video-story--progress .video-story--progress-track {
  position: absolute;
  top: 32px;
  bottom: -1.2rem;
  left: 50%;
  width: 2px;
  height: 80px;
  border: none;
  background: #414141;
  background-repeat: repeat-y;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .easy-investment .video-story--progress .video-story--progress-track {
    position: absolute;
    inset: 0 0 auto 32px;
    display: block;
    width: 80px;
    height: 2px;
    border-top: none;
    border-bottom: none;
    background-repeat: repeat-x;
    background-size: 100% 100%;
    -webkit-transform: initial;
            transform: initial;
  }
}
.easy-investment .video-story--progress .video-story--progress-bar {
  position: absolute;
  top: 32px;
  bottom: -1.2rem;
  left: 50%;
  display: block;
  width: 2px;
  height: 80px;
  background-color: #ea1821;
  opacity: 0;
  -webkit-transform: scale(1, 0) translate(-50%, 0);
          transform: scale(1, 0) translate(-50%, 0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .easy-investment .video-story--progress .video-story--progress-bar {
    position: absolute;
    inset: 0 0 auto 32px;
    display: block;
    width: 80px;
    height: 2px;
    opacity: 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s linear;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s linear;
    transition: transform 0.3s linear, opacity 0.3s ease-out;
    transition: transform 0.3s linear, opacity 0.3s ease-out, -webkit-transform 0.3s linear;
  }
}
.easy-investment .video-story--progress .video-story--progress-bullet {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  opacity: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .easy-investment .video-story--progress .video-story--progress-bullet {
    position: absolute;
    top: -7px;
    bottom: auto;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    opacity: 1;
    -webkit-transform: initial;
            transform: initial;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
.easy-investment .video-story--progress .video-story--progress-bullet::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #414141;
  border-radius: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: height 0.3s ease-in, width 0.3s ease-in;
  transition: height 0.3s ease-in, width 0.3s ease-in;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .easy-investment .video-story__chapter {
    position: relative;
    display: block;
    width: 85%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 !important;
  }
}
.easy-investment .video-story__chapter:last-child .video-story--progress-track,
.easy-investment .video-story__chapter:last-child .video-story--progress-bar {
  display: none;
}
.easy-investment .video-story__chapter:last-child .video-story__chapter-description {
  margin-bottom: 0;
}
.easy-investment .video-story__chapter[data-past=true] .video-story--progress-bar {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: none;
  transition: none;
}
.easy-investment .video-story__chapter[data-past=true] .video-story--progress-bullet {
  opacity: 1;
}
.easy-investment .video-story__chapter[data-active=true] .video-story--progress-bullet {
  opacity: 1;
}
.easy-investment .video-story__chapter[data-active=true] .video-story--progress-bullet::before {
  -webkit-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
}
.easy-investment .video-story__chapter[data-active=true] .video-story--progress-bullet::after {
  top: 10px;
  left: 9.5px;
  width: 10px;
  height: 10px;
  background: #4959ea;
}
.easy-investment .video-story__chapter[data-active=true] .video-story__chapter-description {
  height: 90px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.2s 0.3s linear, height 0.4s ease-in-out, -webkit-transform 0.2s 0.2s ease-in-out;
  transition: opacity 0.2s 0.3s linear, height 0.4s ease-in-out, -webkit-transform 0.2s 0.2s ease-in-out;
  transition: opacity 0.2s 0.3s linear, height 0.4s ease-in-out, transform 0.2s 0.2s ease-in-out;
  transition: opacity 0.2s 0.3s linear, height 0.4s ease-in-out, transform 0.2s 0.2s ease-in-out, -webkit-transform 0.2s 0.2s ease-in-out;
}
.easy-investment .video-story__chapter[data-active=true][data-loaded=true] .video-story--progress-bar {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.easy-investment .video-story__chapter[data-active=true] .video-story--progress-bar {
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 5s linear;
  transition: opacity 0.3s ease-out, -webkit-transform 5s linear;
  transition: transform 5s linear, opacity 0.3s ease-out;
  transition: transform 5s linear, opacity 0.3s ease-out, -webkit-transform 5s linear;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .easy-investment .swiper-slide-content-title {
    font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
}
.easy-investment .video-story__chapter-description {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .easy-investment .video-story__chapter-description {
    display: block;
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    /* Mobil Open Description */
    -webkit-transition: opacity 0.2s 0.3s linear, height 0.4s ease-in-out, -webkit-transform 0.2s 0.2s ease-in-out !important;
    transition: opacity 0.2s 0.3s linear, height 0.4s ease-in-out, -webkit-transform 0.2s 0.2s ease-in-out !important;
    transition: opacity 0.2s 0.3s linear, height 0.4s ease-in-out, transform 0.2s 0.2s ease-in-out !important;
    transition: opacity 0.2s 0.3s linear, height 0.4s ease-in-out, transform 0.2s 0.2s ease-in-out, -webkit-transform 0.2s 0.2s ease-in-out !important;
    /* Mobil Open Description */
  }
}
.easy-investment .video-story__chapter-description p {
  font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .easy-investment .video-story__chapter-description p {
    -webkit-transition: none;
    transition: none;
  }
}
.easy-investment .video-story__chapter-description p {
  min-height: 48px;
  color: #414141;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .easy-investment .video-story__chapter-description p {
    min-height: auto;
    color: #fff;
  }
}
.easy-investment .swiper {
  width: 100%;
  height: 100%;
}
.easy-investment .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  text-align: center;
  background: transparent !important;
  background-position: center;
  background-size: cover;
}
.easy-investment .mySwiper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .easy-investment .mySwiper {
    overflow: unset !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .easy-investment .mySwiper .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: inherit !important;
            transform: inherit !important;
  }
}
.easy-investment .mySwiper .swiper-wrapper .swiper-slide {
  position: relative;
  display: unset;
  height: auto !important;
  padding: 0 0 48px 2.6rem;
  background: transparent;
  cursor: pointer;
  text-align: left;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .easy-investment .mySwiper .swiper-wrapper .swiper-slide {
    width: 113px !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 113px;
            flex: 0 0 113px;
    margin-right: 16px;
  }
  .easy-investment .mySwiper .swiper-wrapper .swiper-slide:last-child {
    width: 16px !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    margin-right: 0;
  }
}
.easy-investment .mySwiper .swiper-wrapper .swiper-slide .swiper-slide-content-title {
  margin: 0 0 16px 0;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .easy-investment .mySwiper .swiper-wrapper .swiper-slide .swiper-slide-content-title {
    font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-align: center;
  }
}
.easy-investment .mySwiper .swiper-wrapper .swiper-slide .swiper-slide-content-title p {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .easy-investment .mySwiper .swiper-wrapper .swiper-slide .swiper-slide-content-title p {
    -webkit-transition: none;
    transition: none;
  }
}
.easy-investment .mySwiper .swiper-wrapper .swiper-slide .swiper-slide-content-title p {
  color: #707070;
}
.easy-investment .mySwiper .swiper-wrapper .swiper-slide .swiper-slide-content-description {
  max-width: 468px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .easy-investment .mySwiper .swiper-wrapper .swiper-slide .swiper-slide-content-description {
    max-width: 310px;
    margin: 0 auto;
    text-align: center;
  }
}
.easy-investment .mySwiper .swiper-wrapper .swiper-slide-thumb-active .swiper-slide-content-title p {
  color: #fff;
}
.easy-investment .mySwiper .swiper-wrapper .swiper-slide-thumb-active .video-story--progress-bar {
  opacity: 1 !important;
  -webkit-transform: scale(1, 1) translate(-50%, 0) !important;
          transform: scale(1, 1) translate(-50%, 0) !important;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 5s linear !important;
  transition: opacity 0.3s ease-out, -webkit-transform 5s linear !important;
  transition: transform 5s linear, opacity 0.3s ease-out !important;
  transition: transform 5s linear, opacity 0.3s ease-out, -webkit-transform 5s linear !important;
  -webkit-transition-duration: inherit !important;
          transition-duration: inherit !important;
  -webkit-transition-property: -webkit-transform !important;
  transition-property: -webkit-transform !important;
  transition-property: transform !important;
  transition-property: transform, -webkit-transform !important;
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .easy-investment .mySwiper .swiper-wrapper .swiper-slide-thumb-active .video-story--progress-bar {
    -webkit-transform: scale(1, 1) !important;
            transform: scale(1, 1) !important;
  }
}
.easy-investment .mySwiper .swiper-wrapper .swiper-slide-thumb-active .video-story--progress-bullet::before {
  border-color: #ea1821;
}
.easy-investment .mySwiper .swiper-wrapper .swiper-slide-thumb-active .video-story--progress-bullet::after {
  top: 50% !important;
  left: 50% !important;
  width: 10px !important;
  height: 10px !important;
  background: #4959ea !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.easy-investment .mySwiper .swiper-wrapper .swiper-slide-thumb-active .video-story__chapter-description {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  -webkit-transition: opacity 0.2s 0.3s linear, height 0.4s ease-in-out, -webkit-transform 0.2s 0.2s ease-in-out !important;
  transition: opacity 0.2s 0.3s linear, height 0.4s ease-in-out, -webkit-transform 0.2s 0.2s ease-in-out !important;
  transition: opacity 0.2s 0.3s linear, height 0.4s ease-in-out, transform 0.2s 0.2s ease-in-out !important;
  transition: opacity 0.2s 0.3s linear, height 0.4s ease-in-out, transform 0.2s 0.2s ease-in-out, -webkit-transform 0.2s 0.2s ease-in-out !important;
}
.easy-investment .mySwiper .swiper-wrapper .swiper-slide-thumb-active .video-story__chapter-description p {
  color: #fff;
}
.easy-investment .mySwiper .swiper-wrapper .swiper-slide-prev .video-story--progress-bar {
  -webkit-transform: scale(1, 1) translate(-50%, 0);
          transform: scale(1, 1) translate(-50%, 0);
  -webkit-transition: none;
  transition: none;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .easy-investment .mySwiper .swiper-wrapper .swiper-slide-prev .video-story--progress-bar {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.easy-investment .mySwiper .swiper-wrapper .swiper-slide-prev-prev .video-story--progress-bar {
  -webkit-transform: scale(1, 1) translate(-50%, 0);
          transform: scale(1, 1) translate(-50%, 0);
  -webkit-transition: none;
  transition: none;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .easy-investment .mySwiper .swiper-wrapper .swiper-slide-prev-prev .video-story--progress-bar {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.easy-investment .home-swiper-main {
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .easy-investment .home-swiper-main {
    margin: 0 0 15px;
  }
}
.easy-investment .home-swiper-main .mySwiper2 {
  overflow: unset;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .easy-investment .home-swiper-main .mySwiper2 .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    opacity: 0 !important;
  }
  .easy-investment .home-swiper-main .mySwiper2 .swiper-slide-active {
    opacity: 1 !important;
  }
  .easy-investment .home-swiper-main .mySwiper2 .swiper-slide-content {
    margin-top: 40px;
  }
}
.easy-investment .home-swiper-main .mySwiper2 .swiper-slide img {
  position: absolute;
  top: -160px;
  left: 0;
  display: block;
  max-width: 424px;
  height: auto;
  -webkit-filter: drop-shadow(32px 20px 40px rgba(92, 7, 11, 0.08));
          filter: drop-shadow(32px 20px 40px rgba(92, 7, 11, 0.08));
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .easy-investment .home-swiper-main .mySwiper2 .swiper-slide img {
    position: relative;
    top: 0;
    max-width: 224px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .easy-investment .home-swiper-main .mySwiper2 .swiper-slide img {
    max-width: 190px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .easy-investment .home-swiper-main .mySwiper2 .arrow-main {
    position: absolute;
    top: 0;
    left: calc(50% - 112px);
    width: 100%;
    max-width: 224px;
    height: 400px;
  }
}
.easy-investment .home-swiper-main .mySwiper2 .arrow-main .top-side-arrow {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media (prefers-reduced-motion: reduce) {
  .easy-investment .home-swiper-main .mySwiper2 .arrow-main .top-side-arrow {
    -webkit-transition: none;
    transition: none;
  }
}
.easy-investment .home-swiper-main .mySwiper2 .arrow-main .top-side-arrow {
  position: absolute;
  top: -100%;
  left: -50%;
  width: 248px;
  height: 248px;
  background: url("../img/icon/how-to-use-arrow-black.svg") no-repeat center;
  background-size: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .easy-investment .home-swiper-main .mySwiper2 .arrow-main .top-side-arrow {
    top: -35%;
    left: -35%;
    width: 113px;
    height: 113px;
  }
}
.easy-investment .home-swiper-main .mySwiper2 .arrow-main .bottom-side-arrow {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media (prefers-reduced-motion: reduce) {
  .easy-investment .home-swiper-main .mySwiper2 .arrow-main .bottom-side-arrow {
    -webkit-transition: none;
    transition: none;
  }
}
.easy-investment .home-swiper-main .mySwiper2 .arrow-main .bottom-side-arrow {
  position: absolute;
  right: -35%;
  bottom: 35%;
  width: 248px;
  height: 248px;
  background: url("../img/icon/how-to-use-arrow-red.svg") no-repeat center;
  background-size: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .easy-investment .home-swiper-main .mySwiper2 .arrow-main .bottom-side-arrow {
    width: 113px;
    height: 113px;
  }
}
.easy-investment .home-swiper-main .mySwiper2 .arrow-main.animation-arrow .top-side-arrow {
  top: -288px;
  left: -108px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .easy-investment .home-swiper-main .mySwiper2 .arrow-main.animation-arrow .top-side-arrow {
    top: 0;
    left: -45px;
  }
}
.easy-investment .home-swiper-main .mySwiper2 .arrow-main.animation-arrow .bottom-side-arrow {
  right: 0;
  bottom: -120px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .easy-investment .home-swiper-main .mySwiper2 .arrow-main.animation-arrow .bottom-side-arrow {
    right: -45px;
    bottom: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .easy-investment .home-swiper-main .mySwiper2 .arrow-main.animation-arrow .bottom-side-arrow {
    bottom: 80px;
  }
}
.easy-investment .easy-investment-nav-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.easy-investment .easy-investment-nav-block-title {
  margin: 0 0 80px 0;
}
.easy-investment .easy-investment-nav-block-title h2 {
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .scrolCal {
    -webkit-transform: inherit !important;
            transform: inherit !important;
  }
}

.information {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media (prefers-reduced-motion: reduce) {
  .information {
    -webkit-transition: none;
    transition: none;
  }
}
.information {
  width: 100%;
  padding: 324px 0 !important;
  margin-top: 160px;
  background: bottom right/contain no-repeat #000 url("../img/article/pattern-green-desktop-info.svg");
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .information {
    padding: 140px 0 !important;
    margin-top: 140px;
    background-image: url("../img/article/pattern-green-mobile-info.svg");
  }
}
.information.bg-effect {
  background-image: url("../img/article/pattern-red-desktop-info.svg");
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .information.bg-effect {
    background-image: url("../img/article/pattern-red-mobile-info.svg");
  }
}
.information-main h1,
.information-main h3,
.information-main h4,
.information-main h5,
.information-main h6 {
  color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .information-main h1,
  .information-main h3,
  .information-main h4,
  .information-main h5,
  .information-main h6 {
    font-size: 32px;
    line-height: 48px;
  }
}

.locations-main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.locations-main-content h2 {
  color: #000;
}
.locations-main-content h2 span {
  color: #ea1821;
  /* display: flex;
  @include mdq(xs-md) {
    display: inline;
  } */
}
.locations-main-content p {
  max-width: 500px;
  padding: 0 0 24px 0;
  margin: 24px 0;
  color: #141414;
}
.locations-main-content-downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .locations-main-content-downloads {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.locations-main-content-downloads li {
  min-width: 168px;
  /* width: 100%;
  @include mdq(xs-md) {
    width: 168px;
  } */
}
.locations-main-content-downloads li:not(:last-child) {
  margin: 0 24px 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .locations-main-content-downloads li:not(:last-child) {
    margin: 0 16px 16px 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .locations-main-lottie {
    max-width: 456px;
    margin: 0 auto 40px auto;
  }
}
.locations-main-lottie lottie-player {
  width: 100%;
  height: 100%;
}

.car-detail {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #000;
}
.car-detail .car-detail-item-content,
.car-detail .slides-btn {
  padding: 0 160px 80px 160px;
}
@media only screen and (min-width: 320px) and (max-width: 1200px) {
  .car-detail .car-detail-item-content,
  .car-detail .slides-btn {
    padding: 0 80px 80px 80px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .car-detail .car-detail-item-content,
  .car-detail .slides-btn {
    padding: 0 16px 16px 16px;
  }
}
.car-detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .car-detail-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.car-detail-item-content, .car-detail-item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .car-detail-item-content, .car-detail-item-img {
    max-width: 100%;
    max-height: 50%;
  }
}
.car-detail-item-content {
  background: bottom right/cover no-repeat #000 url("../img/article/pattern-red-desktop-car-detail.svg");
  color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .car-detail-item-content {
    position: relative;
    padding-bottom: 80px !important;
    background: bottom right/contain no-repeat #000 url("../img/article/pattern-red-mobile-car-detail.svg");
  }
}
.car-detail-item-content-number {
  font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  position: absolute;
  top: -96px;
  left: -68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #292929;
  font-size: 200px;
  opacity: 0.48;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .car-detail-item-content-number {
    top: 0;
    height: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .car-detail-item-content-title h5 {
    font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
  }
}
.car-detail-item-content-subtitle h6 {
  margin-top: 24px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .car-detail-item-content-subtitle h6 {
    margin-top: 16px;
    font-size: 16px;
  }
}
.car-detail-item-content-description {
  margin-top: 16px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .car-detail-item-content-description {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .car-detail-item-content-description p {
    font-size: 14px;
  }
}
.car-detail-item-img.image-animation::before {
  background: #000;
}
.car-detail-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.car-detail .slides-btn {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .car-detail .slides-btn .btn-slide {
    width: 72px;
    height: 72px;
  }
  .car-detail .slides-btn .btn-slide:first-child {
    margin: 0 16px 0 0;
  }
}

.location-list-head {
  width: 100%;
  background: #fafafa;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .location-list-head {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
}
.location-list-head-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.location-list-head-main-logo img {
  display: none;
  width: 70px;
  height: auto;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .location-list-head-main-logo img {
    display: block;
  }
}
.location-list-body {
  padding: 80px 0;
}
.location-list-body-main-title {
  margin-bottom: 40px;
  color: #ea1821;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .location-list-body-main-title {
    padding-bottom: 8px;
  }
}
.location-list-body-main-list {
  margin-top: -40px;
}
.location-list-body-main-list-title {
  font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 8px;
}
.location-list-body-main-list ul li::before {
  margin: 0 16px 0 0 !important;
  color: #000 !important;
}
.location-list-body-main-list ul li.is-disabled {
  color: #ccc;
}

.modal-iframe,
.modal-video,
.popup-iframe {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #fafafa;
}
.modal-iframe-embed,
.modal-video-embed,
.popup-iframe-embed {
  width: 100%;
  height: 100%;
}
.modal-iframe iframe,
.modal-video iframe,
.popup-iframe iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.modal-iframe .btn-close,
.modal-video .btn-close,
.popup-iframe .btn-close {
  position: absolute;
  top: 40px;
  right: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .modal-iframe .btn-close,
  .modal-video .btn-close,
  .popup-iframe .btn-close {
    top: 16px;
    right: 16px;
  }
}

.popup-iframe {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.88);
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .popup-iframe {
    padding: 0;
  }
}
.popup-iframe-main {
  position: relative;
  width: 100%;
  max-width: 936px;
  height: 100%;
  max-height: 600px;
  padding: 8px;
  background: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .popup-iframe-main {
    max-width: 100%;
    max-height: 100%;
    padding: 0;
  }
}
.popup-iframe-main .btn-close {
  top: 24px;
  right: 16px;
  background-color: transparent;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .popup-iframe-main .btn-close {
    top: 16px;
  }
}
.popup-iframe-main .btn-close.btn-close-white {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.popup-iframe-main .btn-close.btn-close-black {
  -webkit-filter: invert(0);
          filter: invert(0);
}

.news {
  padding: 160px 0;
  margin: 160px 0 0 0;
  background: top left/contain no-repeat #000 url("../img/article/pattern-red-desktop-news.svg");
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .news {
    background: top right/contain no-repeat #000 url("../img/article/pattern-red-mobile-news.svg");
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .news {
    padding: 80px 0;
    margin: 80px 0 0 0;
  }
}
.news-main {
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .news-main-content {
    margin: 0 0 40px 0;
  }
}
.news-main-content-title {
  color: #fff;
}
.news-main-content-description {
  max-width: 320px;
  margin: 24px 0 80px 0;
  color: #fafafa;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .news-main-content-description {
    margin: 24px 0 16px 0;
  }
}
.news-main-content-all-btn a {
  color: #fff;
}
.news-main-content-all-btn a:hover path {
  stroke: #ea1821;
}
.news-main-content-all-btn a i path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .news-main-content-all-btn a i path {
    -webkit-transition: none;
    transition: none;
  }
}
.news-main-content-all-btn a i path {
  stroke: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .news-main-content-all-btn a i path {
    stroke: #ea1821;
  }
}
.news-main-content .slides-btn {
  position: absolute;
  bottom: 0;
  left: 16px;
  margin-top: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .news-main-content .slides-btn {
    position: relative;
    left: 0;
  }
}
.news-main-slide {
  overflow: hidden;
  width: calc(100% + 100vh);
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .news-main-slide {
    overflow: unset;
    width: 100%;
  }
}
.news-main-slide .swiper {
  overflow: unset;
  max-width: 456px;
  margin-left: unset;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .news-main-slide .swiper {
    max-width: 100%;
  }
}
.news-main-slide .swiper-slide.swiper-slide-active .news-main-slide-item, .news-main-slide .swiper-slide:hover .news-main-slide-item {
  opacity: 1;
}
.news-main-slide .swiper-slide.swiper-slide-active .news-main-slide-item .blog-post-main-base-content .blog-post-main-base-content-btn a i, .news-main-slide .swiper-slide:hover .news-main-slide-item .blog-post-main-base-content .blog-post-main-base-content-btn a i {
  opacity: 1;
}
.news-main-slide-item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .news-main-slide-item {
    -webkit-transition: none;
    transition: none;
  }
}
.news-main-slide-item {
  opacity: 0.4;
}
.news-main-slide-item .blog-post-main-base {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .news-main-slide-item .blog-post-main-base .blog-post-main-base-img-content {
    height: 184px;
  }
}
.news-main-slide-item .blog-post-main-base .blog-post-main-base-img-content::before {
  background: #000;
}
.news-main-slide-item .blog-post-main-base .blog-post-main-base-content .blog-post-information .blog-post-information-tag::after {
  border-color: #414141;
}
.news-main-slide-item .blog-post-main-base .blog-post-main-base-content .blog-post-information .blog-post-information-date {
  color: #414141;
}
.news-main-slide-item .blog-post-main-base .blog-post-main-base-content .blog-post-main-base-content-breif {
  color: #efefef;
}
.news-main-slide-item .blog-post-main-base .blog-post-main-base-content .blog-post-main-base-content-btn a {
  color: #fff;
}
.news-main-slide-item .blog-post-main-base .blog-post-main-base-content .blog-post-main-base-content-btn a i {
  opacity: 0;
}
.news-main-slide-item .blog-post-main-base .blog-post-main-base-content .blog-post-main-base-content-btn a i svg {
  stroke: #fff;
}

.rules {
  position: relative;
}
.rules-main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .rules-main-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.rules-main-content h2 {
  color: #ea1821;
}
.rules-main-content p {
  max-width: 456px;
  margin: 0 0 0 auto;
  color: #292929;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .rules-main-content p {
    margin: 24px 0 0 0;
  }
}
.rules-main-slider {
  width: 100%;
  margin: 80px 0 0 0;
}
.rules-main-slider .swiper {
  margin-top: -80px;
  text-align: center;
}
.rules-main-slider-item {
  padding-top: 80px;
}
.rules-main-slider-item p {
  margin: 40px 0 0 0;
  color: #292929;
}
.rules-main .swiper-pagination {
  bottom: -40px;
}
.rules-main .swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .rules-main .swiper-pagination .swiper-pagination-bullet {
    -webkit-transition: none;
    transition: none;
  }
}
.rules-main .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ccc;
}
.rules-main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #292929;
}

.campaign-card-alert {
  bottom: -100%;
}
.campaign-card-alert.campaign-card-alert-show {
  bottom: 40px;
}
.campaign-card-alert-main {
  max-width: 1392px;
}
.campaign-card-alert-main-content {
  width: 360px;
  min-height: 208px;
  padding: 40px 16px 24px 16px;
}
.campaign-card-alert-main-content-title h6 {
  color: #ea1821;
}
.campaign-card-alert-main-content-description {
  margin: 8px 0 16px 0;
}
.campaign-card-alert-main-content-btn .btn-base {
  min-width: 120px;
  font-size: 14px;
}

.campaign-hero-alert {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .campaign-hero-alert {
    -webkit-transition: none;
    transition: none;
  }
}
.campaign-hero-alert {
  position: fixed;
  z-index: 99;
  top: -64px;
  left: 0;
  width: 100%;
  height: 64px;
  background: #d5131c;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .campaign-hero-alert {
    top: -112px;
    height: 112px;
  }
}
.campaign-hero-alert-main {
  width: 100%;
  max-width: 1392px;
  height: 100%;
  padding: 0 16px;
  margin: 0 auto;
}
.campaign-hero-alert-main-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .campaign-hero-alert-main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 40px 0 24px 0;
  }
}
.campaign-hero-alert-main-content a.btn-txt {
  position: relative;
  margin: 0 0 0 16px;
  color: #fff;
  text-decoration: underline !important;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .campaign-hero-alert-main-content a.btn-txt {
    margin: 0;
  }
}
.campaign-hero-alert-main-content .btn-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .campaign-hero-alert-main-content .btn-close {
    right: -16px !important;
    height: 40px;
  }
}

.cookie-card-alert {
  bottom: -100%;
}
.cookie-card-alert.cookie-card-alert-show {
  bottom: 24px;
}
.cookie-card-alert-main {
  max-width: 1162px;
}
.cookie-card-alert-main-content {
  width: 100%;
  min-height: 192px;
  padding: 40px 24px 24px 24px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cookie-card-alert-main-content {
    padding: 40px 16px 24px 16px;
  }
}
.cookie-card-alert-main-content-title h6 {
  color: #292929;
}
.cookie-card-alert-main-content-description {
  margin: 16px 0;
}
.cookie-card-alert-main-content-btn {
  color: #414141;
}
.cookie-card-alert-main-content-btn .btn-txt {
  color: #414141;
  font-size: 14px;
  text-decoration: underline !important;
}

.custom-alert .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
}
.custom-alert .btn-close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.custom-alert.custom-card-alert {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media (prefers-reduced-motion: reduce) {
  .custom-alert.custom-card-alert {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-alert.custom-card-alert {
  position: fixed;
  z-index: 99;
  right: 0;
  width: 100%;
}
.custom-alert.custom-card-alert .cookie-card-alert-main,
.custom-alert.custom-card-alert .campaign-card-alert-main {
  padding: 0 16px;
  margin: 0 auto;
}
.custom-alert.custom-card-alert .cookie-card-alert-main .campaign-card-alert-main-content,
.custom-alert.custom-card-alert .cookie-card-alert-main .cookie-card-alert-main-content,
.custom-alert.custom-card-alert .campaign-card-alert-main .campaign-card-alert-main-content,
.custom-alert.custom-card-alert .campaign-card-alert-main .cookie-card-alert-main-content {
  position: relative;
  margin: 0 0 0 auto;
  background: url("../img/article/pattern-red-alert.svg") no-repeat right bottom #fff;
  border-radius: 16px;
  -webkit-filter: drop-shadow(0 16px 40px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 16px 40px rgba(0, 0, 0, 0.16));
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .custom-alert.custom-card-alert .cookie-card-alert-main .campaign-card-alert-main-content,
  .custom-alert.custom-card-alert .cookie-card-alert-main .cookie-card-alert-main-content,
  .custom-alert.custom-card-alert .campaign-card-alert-main .campaign-card-alert-main-content,
  .custom-alert.custom-card-alert .campaign-card-alert-main .cookie-card-alert-main-content {
    width: 100%;
  }
}
.custom-alert.custom-card-alert .cookie-card-alert-main .campaign-card-alert-main-content .cookie-card-alert-main-content-description,
.custom-alert.custom-card-alert .cookie-card-alert-main .campaign-card-alert-main-content .campaign-card-alert-main-content-description,
.custom-alert.custom-card-alert .cookie-card-alert-main .cookie-card-alert-main-content .cookie-card-alert-main-content-description,
.custom-alert.custom-card-alert .cookie-card-alert-main .cookie-card-alert-main-content .campaign-card-alert-main-content-description,
.custom-alert.custom-card-alert .campaign-card-alert-main .campaign-card-alert-main-content .cookie-card-alert-main-content-description,
.custom-alert.custom-card-alert .campaign-card-alert-main .campaign-card-alert-main-content .campaign-card-alert-main-content-description,
.custom-alert.custom-card-alert .campaign-card-alert-main .cookie-card-alert-main-content .cookie-card-alert-main-content-description,
.custom-alert.custom-card-alert .campaign-card-alert-main .cookie-card-alert-main-content .campaign-card-alert-main-content-description {
  padding: 0 40px 0 0;
}
.custom-alert.custom-card-alert .cookie-card-alert-main .campaign-card-alert-main-content .cookie-card-alert-main-content-description p,
.custom-alert.custom-card-alert .cookie-card-alert-main .campaign-card-alert-main-content .campaign-card-alert-main-content-description p,
.custom-alert.custom-card-alert .cookie-card-alert-main .cookie-card-alert-main-content .cookie-card-alert-main-content-description p,
.custom-alert.custom-card-alert .cookie-card-alert-main .cookie-card-alert-main-content .campaign-card-alert-main-content-description p,
.custom-alert.custom-card-alert .campaign-card-alert-main .campaign-card-alert-main-content .cookie-card-alert-main-content-description p,
.custom-alert.custom-card-alert .campaign-card-alert-main .campaign-card-alert-main-content .campaign-card-alert-main-content-description p,
.custom-alert.custom-card-alert .campaign-card-alert-main .cookie-card-alert-main-content .cookie-card-alert-main-content-description p,
.custom-alert.custom-card-alert .campaign-card-alert-main .cookie-card-alert-main-content .campaign-card-alert-main-content-description p {
  color: #414141;
  line-height: 24px;
}

.btn-back-to-top {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 160px;
  height: 160px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .btn-back-to-top {
    display: none !important;
  }
}
.btn-back-to-top::before, .btn-back-to-top::after {
  position: absolute;
  border: 1px solid #fff;
  border-radius: 100%;
  content: "";
  opacity: 0.24;
}
.btn-back-to-top::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .btn-back-to-top::before {
    -webkit-transition: none;
    transition: none;
  }
}
.btn-back-to-top::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn-back-to-top::after {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .btn-back-to-top::after {
    -webkit-transition: none;
    transition: none;
  }
}
.btn-back-to-top::after {
  top: calc(50% - 44px);
  left: calc(50% - 44px);
  width: 88px;
  height: 88px;
}
.btn-back-to-top:hover::before {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.btn-back-to-top:hover::after {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.btn-base {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .btn-base {
    -webkit-transition: none;
    transition: none;
  }
}
.btn-base {
  font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 168px;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .btn-base {
    font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    min-width: 120px;
    height: 40px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 16px;
  }
}
.btn-base.w-full {
  width: 100%;
  min-width: 100%;
}

.btn-base.btn-black {
  background: #000;
  color: #fff;
}
.btn-base.btn-black:hover {
  background: #292929;
}

.btn-close {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .btn-close {
    -webkit-transition: none;
    transition: none;
  }
}
.btn-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 48px;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../img/icon/close.svg") no-repeat center #fff;
  background-size: 14px !important;
  border-radius: 16px;
  cursor: pointer;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .btn-close {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }
}
.btn-close.btn-close-black {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.btn-base.btn-download {
  height: 56px;
  border-radius: 16px !important;
}

.btn-navigate {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .btn-navigate {
    -webkit-transition: none;
    transition: none;
  }
}
.btn-navigate {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 48px;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../img/icon/navigate.svg") no-repeat center #292929;
  background-size: 14px !important;
  border-radius: 16px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .btn-navigate {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }
}
.btn-navigate:hover {
  background-color: #414141;
}
.btn-navigate.open {
  background: url("../img/icon/close.svg") no-repeat center #fff;
}

.play-btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .play-btn {
    -webkit-transition: none;
    transition: none;
  }
}
.play-btn {
  position: absolute;
  top: calc(50% - 48px);
  left: calc(50% - 48px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 96px;
  height: 96px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 50px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .play-btn {
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    width: 72px;
    height: 72px;
  }
}
.play-btn img {
  width: 22px !important;
  height: 26px !important;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .play-btn img {
    width: 16px !important;
    height: 19px !important;
  }
}
.play-btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.btn-base.btn-primary {
  background: #ea1821;
  color: #fff;
}
.btn-base.btn-primary:hover {
  background: #ec2f37;
  -webkit-filter: drop-shadow(0 4px 16px rgba(234, 24, 33, 0.16));
          filter: drop-shadow(0 4px 16px rgba(234, 24, 33, 0.16));
}

.slides-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slides-btn .btn-slide {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .slides-btn .btn-slide {
    -webkit-transition: none;
    transition: none;
  }
}
.slides-btn .btn-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 96px;
  height: 96px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid transparent;
  border-radius: 50px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .slides-btn .btn-slide {
    width: 72px;
    height: 72px;
  }
}
.slides-btn .btn-slide:first-child {
  margin: 0 24px 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .slides-btn .btn-slide:first-child {
    margin: 0 16px 0 0;
  }
}
.slides-btn .btn-slide[disabled=disabled], .slides-btn .btn-slide.swiper-button-disabled {
  background: transparent !important;
  cursor: not-allowed;
  pointer-events: none;
}
.slides-btn .btn-slide i svg {
  width: 24px;
  height: 24px;
  fill: none;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .slides-btn .btn-slide i svg {
    width: 18px;
    height: 18px;
  }
}
.slides-btn .btn-slide i svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .slides-btn .btn-slide i svg path {
    -webkit-transition: none;
    transition: none;
  }
}
.slides-btn .btn-slide i svg path {
  stroke: #414141;
  stroke-miterlimit: 10px;
  stroke-width: 2px;
}
.slides-btn .btn-slide.btn-slide-black {
  background: rgba(0, 0, 0, 0.08);
  border-color: #414141;
}
.slides-btn .btn-slide.btn-slide-black i svg path {
  stroke: #414141;
}
.slides-btn .btn-slide.btn-slide-black[disabled=disabled], .slides-btn .btn-slide.btn-slide-black.swiper-button-disabled {
  border-color: #ccc;
}
.slides-btn .btn-slide.btn-slide-black[disabled=disabled] i svg path, .slides-btn .btn-slide.btn-slide-black.swiper-button-disabled i svg path {
  stroke: #ccc;
}
.slides-btn .btn-slide.btn-slide-black:hover {
  background: rgba(0, 0, 0, 0.16);
}
.slides-btn .btn-slide.btn-slide-white {
  background: transparent;
  border-color: #fff;
}
.slides-btn .btn-slide.btn-slide-white i svg path {
  stroke: #fff;
}
.slides-btn .btn-slide.btn-slide-white[disabled=disabled], .slides-btn .btn-slide.btn-slide-white.swiper-button-disabled {
  border-color: #414141;
}
.slides-btn .btn-slide.btn-slide-white[disabled=disabled] i svg path, .slides-btn .btn-slide.btn-slide-white.swiper-button-disabled i svg path {
  stroke: #414141;
}
.slides-btn .btn-slide.btn-slide-white:hover {
  background: rgba(255, 255, 255, 0.16);
}

.btn-txt {
  font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.btn-txt.btn-txt-wlcon i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .btn-txt.btn-txt-wlcon i {
    -webkit-transition: none;
    transition: none;
  }
}
.btn-txt.btn-txt-wlcon i {
  position: relative;
}
.btn-txt.btn-txt-wlcon i svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .btn-txt.btn-txt-wlcon i svg {
    -webkit-transition: none;
    transition: none;
  }
}
.btn-txt.btn-txt-wlcon i svg {
  height: auto;
  fill: none;
  stroke: #000;
}
.btn-txt.btn-txt-wlcon i.btn-txt-wlcon-right {
  left: 0;
  margin: 1px 0 0 8px;
}
.btn-txt.btn-txt-wlcon i.btn-txt-wlcon-left {
  right: 0;
  margin: 1px 8px 0 0;
}
.btn-txt.btn-txt-wlcon:hover i svg {
  stroke: #ea1821 !important;
}
.btn-txt.btn-txt-wlcon:hover i.btn-txt-wlcon-left {
  right: 8px;
}
.btn-txt.btn-txt-wlcon:hover i.btn-txt-wlcon-right {
  left: 8px;
}

.hide-tr .menu-tr,
.hide-tr .btn-base.menu-tr {
  display: none;
}

.accordion {
  max-width: 936px;
  margin: 0 auto;
}
.accordion .card {
  text-align: left;
}
.accordion .card .card-header button {
  font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .accordion .card .card-header button {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion .card .card-header button {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 32px;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #ccc;
  border-left: 0;
  margin: 32px 0 0;
  background: transparent;
  color: #000;
  cursor: pointer;
}
.accordion .card .card-header button::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .accordion .card .card-header button::before {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion .card .card-header button::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: url("../img/icon/faq-plus.svg") no-repeat;
  content: "";
}
.accordion .card .card-header button:hover {
  border-color: #000;
}
.accordion .card .card-header button:hover::before {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.accordion .card .card-header button i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .accordion .card .card-header button i {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion .card .card-header button[aria-expanded=true]::before {
  -webkit-filter: brightness(0);
          filter: brightness(0);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.accordion .card .card-body {
  margin: 24px 0 0 0;
}

.blog-post-main {
  margin: 56px 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blog-post-main {
    margin: 0;
  }
}
.blog-post-main-base {
  width: 100%;
  padding: 24px 0 0 0;
  margin: 24px 0 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blog-post-main-base {
    padding: 0;
    margin: 40px 0 0 0;
  }
}
.blog-post-main-base:hover .btn-txt-wlcon-right {
  left: 8px !important;
}
.blog-post-main-base-img-content {
  width: 100%;
  height: 400px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blog-post-main-base-img-content {
    height: 250px;
  }
}
.blog-post-main-base-img-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-post-main-base-content-title {
  margin: 16px 0 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blog-post-main-base-content-title h5 {
    font-size: 20px;
  }
}
.blog-post-main-base-content-title h5 a {
  color: #000;
}
.blog-post-main-base-content-breif {
  font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 16px 0 0 0;
  color: #292929;
}
.blog-post-main-base-content-btn {
  margin: 24px 0 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blog-post-main-base-content-btn {
    margin: 24px 0 0 0;
  }
}
.blog-post-main .blog-post-information {
  font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 24px 0 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-post-main .blog-post-information {
    margin: 24px 0 16px 0;
  }
}
.blog-post-main .blog-post-information:not(:first-child) {
  margin: 16px 0 0 0;
}
.blog-post-main .blog-post-information-tag {
  color: #ea1821;
}
.blog-post-main .blog-post-information-tag::after {
  width: 1px;
  height: 24px;
  border-right: 1px solid #ccc;
  margin: 0 24px;
  content: "";
}
.blog-post-main .blog-post-information-date {
  color: #ccc;
}
.blog-post-main-single {
  padding: 0 0 80px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 24px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blog-post-main-single {
    padding: 0 0 40px 0;
    margin-bottom: 0;
  }
  .blog-post-main-single .blog-post-main-base-content-breif {
    max-width: 100%;
  }
}
.blog-post-main-single .blog-post-information {
  margin: 0;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-post-main-single .blog-post-information {
    margin: 24px 0 0 0;
  }
}
.blog-post-main-single .blog-post-main-base-content-btn {
  padding: 24px 0 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blog-post-main-single .blog-post-main-base-content-btn {
    padding: 0;
  }
}

.cta {
  position: relative;
  margin: 160px 0 0 0;
  background: #ea1821;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cta {
    margin: 80px 0 0 0;
  }
}
.cta-main {
  position: relative;
  padding: 160px 0;
  background: url("../img/article/pattern-black-desktop-cta.svg") no-repeat center bottom;
  background-size: 100% !important;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cta-main {
    padding: 80px 0;
    background: url("../img/article/pattern-black-mobile-cta.svg") no-repeat center bottom;
  }
}
.cta-main-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta-main-content-item h3 {
  color: #fff;
}
.cta-main-content-item p {
  margin: 24px 0 0 0;
  color: #fff;
}
.cta-main-content-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0 0 0;
  margin: 24px 0 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cta-main-content-item ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.cta-main-content-item ul li {
  min-width: 168px;
  /* width: 100%;
  @include mdq(xs) {
    width: 168px;
  } */
}
.cta-main-content-item ul li:not(:last-child) {
  margin: 0 24px 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cta-main-content-item ul li:not(:last-child) {
    margin: 0 16px 0 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cta-main-content-item ul li:not(:last-child) {
    margin: 0 0 16px 0;
  }
}
.cta-main-content-item-img {
  width: 100%;
  max-width: 510px;
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .cta-main-content-item-img {
    margin: 0 auto 40px auto;
  }
}
.cta-main-content-item-img img {
  width: 100%;
  height: auto;
}
.cta-main-pattern {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 16px;
  fill: #000;
}
.cta-main-pattern img {
  width: 100%;
  height: 100%;
}

input,
select,
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form ul li {
  position: relative;
  width: 100%;
}
.form ul li:not(:last-child) {
  margin: 0 0 24px 0;
}
.form ul li:nth-child(3) {
  z-index: 1;
}
.form ul li button {
  margin: 24px 0 16px 0;
}
.form ul li input[type=text],
.form ul li textarea,
.form ul li .select-option-selected {
  font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .form ul li input[type=text],
  .form ul li textarea,
  .form ul li .select-option-selected {
    -webkit-transition: none;
    transition: none;
  }
}
.form ul li input[type=text],
.form ul li textarea,
.form ul li .select-option-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  height: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 0;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
}
.form ul li input[type=text]:hover, .form ul li input[type=text]:focus,
.form ul li textarea:hover,
.form ul li textarea:focus,
.form ul li .select-option-selected:hover,
.form ul li .select-option-selected:focus {
  border-color: #000;
}
.form ul li input[type=text]::-webkit-input-placeholder, .form ul li textarea::-webkit-input-placeholder, .form ul li .select-option-selected::-webkit-input-placeholder {
  color: #ccc;
}
.form ul li input[type=text]::-moz-placeholder, .form ul li textarea::-moz-placeholder, .form ul li .select-option-selected::-moz-placeholder {
  color: #ccc;
}
.form ul li input[type=text]:-ms-input-placeholder, .form ul li textarea:-ms-input-placeholder, .form ul li .select-option-selected:-ms-input-placeholder {
  color: #ccc;
}
.form ul li input[type=text]::-ms-input-placeholder, .form ul li textarea::-ms-input-placeholder, .form ul li .select-option-selected::-ms-input-placeholder {
  color: #ccc;
}
.form ul li input[type=text]::placeholder,
.form ul li textarea::placeholder,
.form ul li .select-option-selected::placeholder {
  color: #ccc;
}
.form ul li textarea {
  overflow: hidden;
  height: 144px !important;
  resize: none;
}
.form ul li .check-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.form ul li .check-box label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form ul li .check-box label span {
  max-width: 85%;
  padding: 0 0 0 8px;
  color: #707070;
}
.form ul li .check-box label span a {
  font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #707070;
  text-decoration: underline !important;
}
.form ul li .check-box label input {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .form ul li .check-box label input {
    -webkit-transition: none;
    transition: none;
  }
}
.form ul li .check-box label input {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ccc;
  border-radius: 8px;
  cursor: pointer;
}
.form ul li .check-box label input.warning {
  background: rgba(0, 0, 0, 0.08);
  border-color: #ea1821;
}
.form ul li .check-box label input:hover {
  background: rgba(0, 0, 0, 0.08);
  border-color: #000;
}
.form ul li .check-box label input:checked {
  background: #000;
}
.form ul li .check-box label input:checked::before {
  opacity: 1;
}
.form ul li .check-box label input::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .form ul li .check-box label input::before {
    -webkit-transition: none;
    transition: none;
  }
}
.form ul li .check-box label input::before {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../img/icon/checked.svg") no-repeat center;
  background-size: 16px;
  content: "";
  opacity: 0;
}
.form ul li .select-option {
  position: relative;
}
.form ul li .select-option select {
  display: none;
}
.form ul li .select-option-selected {
  color: #ccc;
  cursor: pointer;
}
.form ul li .select-option-selected::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .form ul li .select-option-selected::after {
    -webkit-transition: none;
    transition: none;
  }
}
.form ul li .select-option-selected::after {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../img/icon/angle.svg") no-repeat center;
  background-size: 16px;
  content: "";
}
.form ul li .select-option-selected.select-option-selected-open {
  border-color: #000;
  color: #000;
}
.form ul li .select-option-selected.select-option-selected-open::after {
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.form ul li .select-option-items {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  max-height: 250px;
  padding: 24px 8px;
  border: 1px solid #000;
  background: #fff;
  border-radius: 16px;
  overflow-y: scroll;
}
.form ul li .select-option-items.select-option-items-hide {
  display: none;
}
.form ul li .select-option-items-item-selected,
.form ul li .select-option-items div:hover {
  background: #efefef;
}
.form ul li .select-option-items div {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .form ul li .select-option-items div {
    -webkit-transition: none;
    transition: none;
  }
}
.form ul li .select-option-items div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  border-radius: 4px;
  color: #000;
  cursor: pointer;
}
.form ul li .select-option-items div:not(:last-child) {
  margin-bottom: 8px;
}

.page-head {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 48px 0 96px;
  background: bottom right/cover no-repeat #000 url("../img/article/pattern-red-desktop-page-head.svg");
  color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-head {
    padding: 40px 0 56px;
    background: bottom right/contain no-repeat #000 url("../img/article/pattern-red-mobile-page-head.svg");
  }
}
.page-head h1 {
  font-family: "ES Klarheit Kurrent", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  margin: 0 !important;
  font-size: 32px;
  line-height: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-head h1 {
    font-size: 24px;
    line-height: 32px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px 0 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .pagination {
    margin: 40px 0 0 0;
  }
}
.pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination-list-item:not(:last-child) a {
  margin: 0 28px 0 0;
}
.pagination-list-item:last-child a {
  margin-left: -24px;
}
.pagination-list-item:first-child a {
  margin-right: 12px;
}
.pagination-list-item a {
  font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .pagination-list-item a {
    -webkit-transition: none;
    transition: none;
  }
}
.pagination-list-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 12px;
  color: #707070;
  font-size: 16px;
  line-height: 24px;
}
.pagination-list-item a:hover {
  background: #ccc;
  color: #292929;
}
.pagination-list-item a.active {
  font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  background: #292929 !important;
  color: #fff;
}
.pagination-list-item a.disabled {
  background: #fafafa !important;
  cursor: default;
  stroke: #ccc !important;
}
.pagination-list-item a.control {
  padding: 2px 0 0;
  background: #fafafa !important;
  stroke: #292929;
}
.pagination-list-item a.control:hover {
  stroke: #ea1821;
}

.blank-page {
  padding: 80px 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blank-page {
    padding: 40px 0;
  }
}

.blog-detail-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1030px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 0;
  margin: 24px 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blog-detail-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.blog-detail-nav-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blog-detail-nav-share {
    margin: 40px 0 0 0;
  }
}
.blog-detail-nav-share li:not(:last-child) {
  margin: 0 24px 0 0;
}
.blog-detail-nav-share li p {
  padding: 0 24px 0 0;
  border-right: 1px solid #ccc;
  color: #ccc;
  line-height: 24px;
}
.blog-detail-nav-share li a:hover i {
  top: -8px;
}
.blog-detail-nav-share li a i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .blog-detail-nav-share li a i {
    -webkit-transition: none;
    transition: none;
  }
}
.blog-detail-nav-share li a i {
  position: relative;
  top: 0;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-detail-nav-share li a i {
    top: 0 !important;
  }
}
.blog-detail-contain {
  max-width: 936px;
  margin: 0 auto;
}
.blog-detail-contain-head {
  margin-bottom: -24px;
}
.blog-detail-contain-head-title {
  margin: 16px 0 0 0;
}
.blog-detail-contain-head-title h1 {
  font-family: "ES Klarheit Kurrent", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  max-width: 784px;
  color: #000;
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blog-detail-contain-head-title h1 {
    font-size: 20px;
  }
}
.blog-detail-contain-content .wp-block-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 24px 0 0 0;
  margin: 24px 0 0 0;
}
.blog-detail-contain-content .wp-block-image img {
  width: 100%;
  height: 526px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blog-detail-contain-content .wp-block-image img {
    height: 248px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-detail-contain-content .wp-block-image img.video-bg {
    height: 184px;
  }
}
.blog-detail-contain-content .wp-block-image figcaption {
  font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: normal;
  margin: 24px 0 0 0;
  color: #292929;
  font-size: 16px;
  line-height: 24px;
}
.blog-detail-contain-content .wp-block-gallery {
  padding: 0 0 24px 0;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-detail-contain-content .wp-block-gallery {
    overflow-x: scroll;
    overscroll-behavior-x: contain;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
  }
}
.blog-detail-contain-content .wp-block-gallery::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.blog-detail-contain-content .wp-block-gallery .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-detail-contain-content .wp-block-gallery .wrapper {
    width: 774px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-detail-contain-content .wp-block-gallery .wrapper .wp-block-image {
    scroll-snap-align: center;
  }
}
.blog-detail-contain-content .wp-block-gallery .wrapper .wp-block-image:not(:last-child) {
  margin-right: 16px;
}
.blog-detail-contain-content .wp-block-gallery .wrapper .wp-block-image img {
  width: 100%;
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-detail-contain-content .wp-block-gallery .wrapper .wp-block-image img {
    width: 242px;
    height: 184px;
  }
}
.blog-detail-contain-content p {
  font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 24px 0 0 0;
  color: #292929;
  font-size: 16px;
  line-height: 24px;
}
.blog-detail-contain-content h6 {
  padding: 24px 0 0;
  margin: 24px 0 0 0;
  color: #292929;
}
.blog-detail-contain-next {
  padding: 0 0 24px 0;
  border-bottom: 1px solid #ccc;
  margin: 80px 0 0 0;
}
.blog-detail-contain-next:hover .blog-detail-contain-next-main-content-btn {
  right: -8px;
}
.blog-detail-contain-next-title h6 {
  margin: 0 0 24px 0;
  color: #292929;
}
.blog-detail-contain-next-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blog-detail-contain-next-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-detail-contain-next-main-img {
  width: 168px;
  height: 120px;
  margin: 0 24px 0 0;
}
.blog-detail-contain-next-main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-detail-contain-next-main-content {
  position: relative;
}
.blog-detail-contain-next-main-content .blog-post-information {
  margin: 0 0 16px 0;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-detail-contain-next-main-content .blog-post-information {
    margin: 16px 0 8px 0;
  }
}
.blog-detail-contain-next-main-content-description {
  padding: 0 80px 0 0;
  color: #292929;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blog-detail-contain-next-main-content-description p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-detail-contain-next-main-content-description p {
    font-size: 12px;
    line-height: 16px;
  }
}
.blog-detail-contain-next-main-content-btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .blog-detail-contain-next-main-content-btn {
    -webkit-transition: none;
    transition: none;
  }
}
.blog-detail-contain-next-main-content-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.blog-detail-contain-next-main-content-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  stroke: #ea1821;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blog-detail-contain-next-main-content-btn a {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.main-blog .blog-post-main {
  margin: -80px 0 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .main-blog .blog-post-main {
    margin: -40px 0 0 0;
  }
}

body.handoff header,
body.handoff footer {
  display: none;
}

section.handoff-hero {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 76px;
  padding-bottom: 76px;
  background-color: #030303;
  text-align: center;
}
section.handoff-hero h1 {
  font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 32px;
  color: #fff;
  font-size: 42px;
  line-height: 150%;
}
section.handoff-hero p {
  font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  line-height: 150%;
}

section.menu-hero {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: center;
}

section.handoff-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
}
section.handoff-body .handoff-body-page-list ul {
  list-style: none;
}
section.handoff-body .handoff-body-page-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.handoff-body .handoff-body-page-list ul li:not(:last-child) {
  margin-bottom: 26px;
}
section.handoff-body .handoff-body-page-list ul li:hover::before {
  width: 50px;
}
section.handoff-body .handoff-body-page-list ul li::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 1px;
  margin-right: 16px;
  background-color: #030303;
  content: "";
  -webkit-transition: 0.3s width;
  transition: 0.3s width;
}
section.handoff-body .handoff-body-page-list ul li a {
  font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #030303;
  font-size: 14px;
  line-height: 150%;
}
section.handoff-body .handoff-body-style-guide-item:not(:last-child) {
  margin-bottom: 100px;
}
section.handoff-body .handoff-body-style-guide-item-title {
  margin-bottom: 50px;
}
section.handoff-body .handoff-body-style-guide-item-title h5 {
  font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #030303;
  font-size: 14px;
  line-height: 150%;
}
section.handoff-body .handoff-body-style-guide-item-title h5::before {
  width: 40px;
  height: 1px;
  margin-right: 16px;
  background-color: #030303;
  content: "";
}

section.handoff-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section.handoff-footer .handoff-footer-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 36px;
  border-top: 1px solid rgba(3, 3, 3, 0.5);
}
section.handoff-footer .handoff-footer-contain a,
section.handoff-footer .handoff-footer-contain p {
  font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #030303;
  font-size: 14px;
  line-height: 150%;
}
section.handoff-footer .handoff-footer-contain a:hover {
  text-decoration: underline !important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-home .cta {
    margin: 0;
  }
}

.home-section {
  width: 100%;
  padding-top: 160px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .home-section {
    padding-top: 80px;
  }
}
.home-section .pattern {
  position: relative;
}
.home-section .pattern::before {
  display: block;
  width: 100%;
  height: 16px;
  padding: 0 0 176px 0;
  background: url("../img/article/pattern-black-desktop-section.svg") no-repeat top;
  background-size: contain;
  content: "";
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .home-section .pattern::before {
    background-size: 112%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .home-section .pattern::before {
    padding: 0 0 96px 0;
    background-size: 176%;
  }
}

.verification {
  padding: 80px 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .verification {
    padding: 40px 0;
  }
}
.verification-main-title {
  font-family: "Euclid Circular B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-top: 24px;
}
.verification-main-text {
  margin-top: 24px;
  color: #292929;
}
.verification-main .btn-base {
  margin-top: 48px;
}

.page-partner .btn-outline-white {
  display: inline-block;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 32px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-partner .btn-outline-white:hover {
  background: #fff;
  color: #141414;
}
.page-partner .pattern {
  position: relative;
}
.page-partner .pattern::before {
  display: block;
  width: 100%;
  height: 16px;
  padding: 0 0 calc(80px + 16px) 0;
  background: url("../img/article/pattern-black-desktop-section.svg") no-repeat top;
  background-size: contain;
  content: "";
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .page-partner .pattern::before {
    background-size: 112%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .pattern::before {
    padding: 0 0 calc(40px + 16px) 0;
    background-size: 176%;
  }
}
.page-partner .partner-hero {
  position: relative;
  width: 100%;
  height: 672px;
  padding: 48px 0 72px;
  margin: 0;
  background: linear-gradient(0deg, #141414 40px, #141414 0, #000 0, #000 100%);
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-hero {
    height: auto;
    padding: 80px 0;
    margin: 0;
    background: #000;
  }
}
.page-partner .partner-hero-main {
  width: 100%;
  height: 100%;
}
.page-partner .partner-hero-main::before {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 100%;
  height: 100%;
  background: url("../img/article/pattern-red-hero.svg") no-repeat right bottom;
  content: "";
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-hero-main::before {
    width: 436px;
    height: 292px;
    background-size: cover;
    background-position-x: 10rem;
  }
}
.page-partner .partner-hero-content {
  position: relative;
}
.page-partner .partner-hero-content-item h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 24px;
}
.page-partner .partner-hero-content-item h1 em {
  font-style: italic;
  font-weight: 400;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-hero-content-item h1 {
    font-size: 36px;
  }
}
.page-partner .partner-hero-content-animate i {
  position: absolute;
  -webkit-animation: partner-rotation 8s infinite linear;
          animation: partner-rotation 8s infinite linear;
}
@-webkit-keyframes partner-rotation {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes partner-rotation {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.page-partner .partner-hero-content-animate i:first-child {
  bottom: 2.5rem;
  left: -6.75rem;
}
@media only screen and (min-width: 320px) and (max-width: 1200px) {
  .page-partner .partner-hero-content-animate i:first-child {
    left: -2.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-hero-content-animate i:first-child {
    bottom: -5rem;
    left: -1.8rem;
  }
}
.page-partner .partner-hero-content-animate i:last-child {
  top: -1.5rem;
  right: 3rem;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-hero-content-animate i:last-child {
    top: auto;
    right: 0;
    bottom: -1rem;
  }
}
.page-partner .partner-hero-content-animate i img {
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-hero-content-animate i img {
    width: 24px;
    height: 24px;
  }
}
.page-partner .partner-hero-subtitle {
  font-size: 18px;
  color: #ccc;
  margin-bottom: 24px;
}
.page-partner .partner-hero-desc {
  font-size: 14px;
  color: #707070;
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 420px;
}
.page-partner .partner-hero-slide {
  overflow: hidden;
  width: calc(100% + 100vh);
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-hero-slide {
    overflow: unset;
    width: 100%;
    margin-top: 40px;
  }
}
.page-partner .partner-hero-slide .swiper {
  overflow: unset;
  max-width: 384px;
  margin-left: unset;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-hero-slide .swiper {
    max-width: 100%;
  }
}
.page-partner .partner-hero-slide .swiper-slide.swiper-slide-active .partner-hero-slide-item::before {
  opacity: 0;
}
.page-partner .partner-hero-slide-item {
  position: relative;
  width: 100%;
  height: 512px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-hero-slide-item {
    height: 272px;
  }
}
.page-partner .partner-hero-slide-item::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .page-partner .partner-hero-slide-item::before {
    -webkit-transition: none;
    transition: none;
  }
}
.page-partner .partner-hero-slide-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  opacity: 0.4;
  border-radius: 24px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-hero-slide-item::before {
    border-radius: 12px;
  }
}
.page-partner .partner-hero-slide-item,
.page-partner .partner-hero-slide-item img {
  border-radius: 24px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-hero-slide-item,
  .page-partner .partner-hero-slide-item img {
    border-radius: 12px;
  }
}
.page-partner .partner-hero-slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-partner .partner-stats {
  position: relative;
  background-color: #141414;
  padding: 160px 0;
  color: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-stats {
    padding: 80px 0;
  }
}
.page-partner .partner-stats-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 40px;
}
.page-partner .partner-stats-title em {
  font-style: italic;
  font-weight: 400;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-stats-title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-stats .btn-outline-white {
    margin-bottom: 40px;
  }
}
.page-partner .partner-stat-card {
  position: relative;
  background-color: #292929;
  border: 1px solid #414141;
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-stat-card {
    padding: 24px;
  }
}
.page-partner .partner-stat-arrow {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 18px;
  color: #707070;
}
.page-partner .partner-stat-number {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.2;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-stat-number {
    font-size: 20px;
  }
}
.page-partner .partner-stat-desc {
  font-size: 14px;
  color: #707070;
  line-height: 1.5;
  margin: 0;
}
.page-partner .partner-model {
  position: relative;
  background-color: #fafafa;
  padding: 160px 0;
  overflow: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-model {
    padding: 80px 0;
  }
}
.page-partner .partner-model-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
}
.page-partner .partner-model-title em {
  font-style: italic;
  font-weight: 400;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-model-title {
    font-size: 32px;
  }
}
.page-partner .partner-model-desc {
  font-size: 14px;
  color: #414141;
  margin-bottom: 40px;
  line-height: 1.6;
}
.page-partner .partner-model-cta {
  border-radius: 32px;
  padding: 12px 32px;
}
.page-partner .partner-model-column {
  background-color: #fafafa;
  border-radius: 16px;
  padding: 40px;
  border: 1px dashed #ccc;
  margin-top: 24px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-model-column {
    margin-bottom: 24px;
  }
}
.page-partner .partner-model-column-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
.page-partner .partner-model-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-partner .partner-model-column ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #414141;
  line-height: 1.6;
}
.page-partner .partner-model-column ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #707070;
}
.page-partner .partner-model-column--hop .partner-model-column-title {
  font-weight: 700;
}
.page-partner .partner-features {
  position: relative;
  background-color: #141414;
  padding: 160px 0;
  overflow: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-features {
    padding: 80px 0;
  }
}
.page-partner .partner-features-title {
  font-size: 48px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 80px;
}
.page-partner .partner-features-title em {
  font-weight: 300;
  font-style: italic;
}
.page-partner .partner-features-title strong {
  font-weight: 700;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-features-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.page-partner .partner-features-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-partner .partner-features-arrow {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media (prefers-reduced-motion: reduce) {
  .page-partner .partner-features-arrow {
    -webkit-transition: none;
    transition: none;
  }
}
.page-partner .partner-features-arrow {
  width: 140px;
  height: 140px;
  background: url("../img/icon/how-to-use-arrow-red.svg") no-repeat center;
  background-size: 100%;
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-features-arrow {
    width: 80px;
    height: 80px;
  }
}
.page-partner .partner-features.animate-arrows .partner-features-arrow {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.page-partner .partner-features-card {
  background-color: #292929;
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 24px;
  height: calc(100% - 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-partner .partner-features-card h3 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-features-card h3 {
    font-size: 22px;
  }
}
.page-partner .partner-features-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-partner .partner-features-card ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #ccc;
  line-height: 1.6;
}
.page-partner .partner-features-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background-color: #ea1821;
  border-radius: 50%;
}
.page-partner .partner-features-card ul li strong {
  color: #fff;
}
.page-partner .partner-features-card small {
  display: block;
  margin-top: 16px;
  font-size: 12px;
  color: #707070;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-features-card {
    height: auto;
  }
}
.page-partner .partner-steps {
  position: relative;
  background-color: #fafafa;
  padding: 160px 0;
  overflow: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-steps {
    padding: 80px 0;
  }
}
.page-partner .partner-steps-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 80px;
}
.page-partner .partner-steps-title em {
  color: #ea1821;
  font-weight: 400;
  font-style: italic;
}
.page-partner .partner-steps-title strong {
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-steps-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.page-partner .partner-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 80px;
}
.page-partner .partner-step-number {
  font-size: 72px;
  font-weight: 700;
  color: #ccc;
  line-height: 1;
  margin-right: 24px;
  min-width: 100px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-step-number {
    font-size: 48px;
    min-width: 60px;
  }
}
.page-partner .partner-step-content {
  padding-top: 12px;
}
.page-partner .partner-step-content h3 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}
.page-partner .partner-step-content p {
  font-size: 14px;
  color: #414141;
  line-height: 1.6;
  margin: 0;
}
.page-partner .partner-model-detail {
  position: relative;
  background-color: #141414;
  padding: 80px 0;
  color: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-model-detail {
    padding: 40px 0;
  }
}
.page-partner .partner-model-detail-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 8px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-model-detail-title {
    font-size: 28px;
  }
}
.page-partner .partner-model-detail-desc {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 40px;
  line-height: 1.4;
}
.page-partner .partner-model-detail-desc em {
  color: #ea1821;
  font-style: normal;
}
.page-partner .partner-model-card {
  background-color: #292929;
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 24px;
  height: calc(100% - 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-partner .partner-model-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.2;
}
.page-partner .partner-model-card p {
  font-size: 14px;
  color: #707070;
  line-height: 1.6;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-model-card {
    height: auto;
  }
}
.page-partner .partner-faq {
  position: relative;
  background-color: #fff;
  padding: 160px 0;
  overflow: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-faq {
    padding: 80px 0;
  }
}
.page-partner .partner-faq .faq-main-content a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
.page-partner .partner-contact {
  position: relative;
  background-color: #141414;
  padding: 160px 0;
  color: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-contact {
    padding: 80px 0;
  }
}
.page-partner .partner-contact-title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-contact-title {
    font-size: 40px;
  }
}
.page-partner .partner-contact-desc {
  font-size: 14px;
  color: #707070;
  line-height: 1.6;
}
.page-partner .partner-contact-cta {
  margin-top: 40px;
  display: inline-block;
}
.page-partner .partner-contact-image {
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-contact-image {
    margin-top: 40px;
  }
}
.page-partner .partner-contact-image img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-partner .partner-contact-image img {
    height: 200px;
  }
}