@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/* Reset
   ----------------------------------------------------------------- */
/* Base
   ----------------------------------------------------------------- */
/*
// miraisia - Deep Intellectual Blue Palette
$msblue:       #0e2672 !default; // Primary: 誠実・信頼・深み
$msdarkblue:   #06164d !default; // Primary Dark: 見出しやホバー用（より重厚に）
$mslightblue:  #f0f4ff !default; // Primary Light: セクション背景用（青みのある白）
$mslightaccent: #e2e8f7 !default; // #d8eceb からの変換

$msgold:       #d4af37 !default; // Secondary: 知性を引き立てるゴールド（アクセント）
$msdarkgold: #b38e1d !default; // $asdarkyellow の代替
$mslightgold:  #fffdf5 !default; // Secondary Light: 注意を引きたいエリアの背景

$msblack:      #2c3345 !default; // Text Black: 真っ黒ではなく、少し青を含ませた黒
$msdarkgray:   #5b637a !default; // Text Gray: サブテキスト用
$msgray:       #adb5cc !default; // Border Gray: 枠線用
$mslightgray:  #f8f9fc !default; // Background Gray: 汎用背景用

$msgray100: #f4f6fb !default; // 非常に薄いグレー（セクション背景やカード背景に最適） e2e2e2
$msgray150: #e9ecf5 !default; // 薄いグレー（入力フォームの背景や、弱い境界線に） efefef
$msgray200: #daddea !default; // 標準的なグレー（しっかりとした境界線や、装飾のラインに） D8D8D8
*/
.text-black {
  color: #515151 !important;
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
// miraisia - Deep Intellectual Blue Palette
$msblue:       #0e2672 !default; // Primary: 誠実・信頼・深み
$msdarkblue:   #06164d !default; // Primary Dark: 見出しやホバー用（より重厚に）
$mslightblue:  #f0f4ff !default; // Primary Light: セクション背景用（青みのある白）
$mslightaccent: #e2e8f7 !default; // #d8eceb からの変換

$msgold:       #d4af37 !default; // Secondary: 知性を引き立てるゴールド（アクセント）
$msdarkgold: #b38e1d !default; // $asdarkyellow の代替
$mslightgold:  #fffdf5 !default; // Secondary Light: 注意を引きたいエリアの背景

$msblack:      #2c3345 !default; // Text Black: 真っ黒ではなく、少し青を含ませた黒
$msdarkgray:   #5b637a !default; // Text Gray: サブテキスト用
$msgray:       #adb5cc !default; // Border Gray: 枠線用
$mslightgray:  #f8f9fc !default; // Background Gray: 汎用背景用

$msgray100: #f4f6fb !default; // 非常に薄いグレー（セクション背景やカード背景に最適） e2e2e2
$msgray150: #e9ecf5 !default; // 薄いグレー（入力フォームの背景や、弱い境界線に） efefef
$msgray200: #daddea !default; // 標準的なグレー（しっかりとした境界線や、装飾のラインに） D8D8D8
*/
.text-black {
  color: #515151 !important;
}

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

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

.figure {
  display: inline-block;
}

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  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 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(245.76, 246.88, 248);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(237.84, 239.92, 242);
}

.table-hover .table-light:hover {
  background-color: rgb(231.2513793103, 234.13, 237.0086206897);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(231.2513793103, 234.13, 237.0086206897);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-dark:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #333;
  border-color: rgb(70.125, 70.125, 70.125);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #333;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(70.125, 70.125, 70.125);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

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

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(200.2370689655, 206.875, 213.5129310345);
  border-color: rgb(192.9827586207, 200.5, 208.0172413793);
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(193.65, 197.65, 201.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(192.9827586207, 200.5, 208.0172413793);
  border-color: rgb(185.7284482759, 194.125, 202.5215517241);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(193.65, 197.65, 201.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #dee2e6;
  border-color: #dee2e6;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #dee2e6;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.btn-outline-dark {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-link, .profile__description > a {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover, .profile__description > a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
.btn-link:focus, .profile__description > a:focus, .btn-link.focus, .profile__description > a.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .profile__description > a:disabled, .btn-link.disabled, .profile__description > a.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

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

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

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck, .card-deck-sm {
  display: flex;
  flex-direction: column;
}
.card-deck .card, .card-deck-sm .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck, .card-deck-sm {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card, .card-deck-sm .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #dee2e6;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(192.9827586207, 200.5, 208.0172413793);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #6c757d;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(204, 228.6, 255);
  border-color: rgb(183.6, 218.04, 255);
}
.alert-primary hr {
  border-top-color: rgb(158.1, 204.84, 255);
}
.alert-primary .alert-link {
  color: rgb(0, 39.36, 81.6);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(115.44, 117.52, 119.6);
  background-color: rgb(248.4, 249.2, 250);
  border-color: rgb(245.76, 246.88, 248);
}
.alert-light hr {
  border-top-color: rgb(231.2513793103, 234.13, 237.0086206897);
}
.alert-light .alert-link {
  color: rgb(90.3913274336, 92.02, 93.6486725664);
}

.alert-dark {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-dark hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-dark .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(115.44, 117.52, 119.6);
  background-color: rgb(245.76, 246.88, 248);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(115.44, 117.52, 119.6);
  background-color: rgb(231.2513793103, 234.13, 237.0086206897);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(115.44, 117.52, 119.6);
  border-color: rgb(115.44, 117.52, 119.6);
}

.list-group-item-dark {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

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

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

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

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

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

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

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

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

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(192.9827586207, 200.5, 208.0172413793) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !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: #dee2e6 !important;
}

.border-dark {
  border-color: #6c757d !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: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 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: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 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: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.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;
  }
}
.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;
  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 {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

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

.shadow-none {
  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;
}

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

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

a.text-light:hover, a.text-light:focus {
  color: rgb(178.474137931, 187.75, 197.025862069) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !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;
  overflow-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*
* Media Query
*/
/* ==================
  Wordpress Override
================== */
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.content .size-full, .content .size-large, .content .size-medium, .content .size-thumbnail {
  width: auto;
}

p:blank,
p:empty {
  margin: 0 !important;
}
p:blank::after,
p:empty::after {
  content: none !important;
}

.content .card .alignright, .content .card .alignleft {
  margin: 0;
}
.content .alignright, .content .alignleft, .content .aligncenter {
  max-width: 50%;
}

/* ==================
  The Thor Override
================== */
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
  color: #515151;
}

@media (min-width: 576px) {
  .box-align-balloon {
    margin: 0 100px;
  }
}

.siteTitle {
  line-height: 1;
  margin: 0 0 0 15px;
}
@media (min-width: 576px) {
  .siteTitle {
    margin: 0 0 0 20px;
  }
}

.l-wrapper {
  width: 100%;
  margin: 0 15px;
  padding: 40px 0;
}
@media (min-width: 576px) {
  .l-wrapper {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .l-wrapper {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .l-wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .l-wrapper {
    max-width: 1140px;
  }
}

.btn-secondary,
a.btn.btn-secondary,
.content a.btn.btn-secondary {
  border-radius: 100px;
  border: 1px solid #515151;
  color: #515151;
  background-color: transparent;
  background: none;
  box-shadow: none;
  padding: 8px 24px 8px 16px;
  width: auto;
  font-size: 1.6rem;
  display: inline-block;
  letter-spacing: normal;
  position: relative;
  line-height: 1;
}
.btn-secondary::before,
a.btn.btn-secondary::before,
.content a.btn.btn-secondary::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 12px;
  top: calc(50% - 4px);
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #515151;
  transform: rotate(45deg);
}

.btn[class*=btn-] {
  width: auto;
}

.content a:active,
.content a:hover {
  font-weight: normal;
  opacity: 0.6;
  text-decoration: underline;
}
.content a.btn {
  color: #fff;
}
.content blockquote {
  padding: 20px 15px 20px 20px;
}
.content blockquote::before {
  color: #dedede;
}
.content blockquote p {
  position: relative;
  z-index: 1;
}
.content dt h3 {
  font-size: inherit;
  font-weight: inherit;
  padding: 0;
  margin: 0;
}
.content dt h3::after {
  content: inherit;
}
.content dd {
  border-top: 0;
}
.content div.card,
.content .card p:first-child,
.content .card div {
  margin-top: 0;
}
.content div.card:first-child,
.content .card p:first-child:first-child,
.content .card div:first-child {
  margin-top: 0;
}
.content h2,
.content h3,
.content h4,
.content h5 {
  margin-top: 3rem;
}
.content h2 {
  font-size: 1.8rem;
}
@media (min-width: 576px) {
  .content h2 {
    font-size: 2.2rem;
  }
}
.content h3 {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .content h3 {
    font-size: 1.8rem;
  }
}
.content h3.card-header::after {
  content: none;
}
@media (min-width: 576px) {
  .content h4 {
    font-size: 1.6rem;
  }
}
.content h5 {
  font-weight: normal;
  font-size: 1.4rem;
}
.content p::after {
  content: none;
}
.content [class*=col-] {
  margin-top: 0;
}
.content .accordionBox dt {
  padding-right: 30px;
}
.content .balloon .balloon__img,
.content .balloon .balloon__img-left div,
.content .balloon .balloon__img-right div {
  width: 40px;
  height: 40px;
}
@media (min-width: 576px) {
  .content .balloon .balloon__img,
  .content .balloon .balloon__img-left div,
  .content .balloon .balloon__img-right div {
    width: 80px;
    height: 80px;
  }
}
.content .balloon .balloon__text {
  max-width: calc(100% - 55px);
}
@media (min-width: 576px) {
  .content .balloon .balloon__text {
    max-width: calc(100% - 200px);
  }
}
.content .balloon-sm .balloon__img {
  width: 50px !important;
  height: 50px !important;
  margin-bottom: 8px;
}
.content .balloon-sm .balloon__img div {
  width: 50px !important;
  height: 50px !important;
}
.content .balloon-sm .balloon__img-left {
  margin-right: 16px;
}
.content .balloon-sm .balloon__img-right {
  margin-left: 16px;
}
.content .balloon-sm .balloon__text {
  max-width: calc(100% - 66px) !important;
  font-size: 12px;
}
@media (min-width: 768px) {
  .content .balloon-sm .balloon__text {
    font-size: 14px;
  }
}
.content .btn-primary {
  color: #fff;
}
.content .btn__link-secondary {
  border-radius: 100px;
  padding-left: 24px;
  padding-right: 28px;
}
.content .es-FbigL {
  margin-top: 20px;
  margin-bottom: -5px;
  font-size: 2.3rem;
}
.content .nav-tabs li.nav-item {
  margin-top: 0;
  padding-left: 1rem;
}
.content .nav-tabs li.nav-item::before {
  content: none;
}
.content .nav-tabs li.nav-item .nav-link {
  background-color: #efefef;
}
.content .nav-tabs li.nav-item .nav-link.active {
  background-color: transparent;
}
.content .profile__list {
  background: none;
  padding: 0;
  flex-wrap: wrap;
}
.content .profile__list .profile__item {
  margin: 0;
  padding: 0 1px 4px;
}
.content .profile__list .profile__item:before {
  content: none;
}
.content .profile__list .profile__item a {
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.content .profile__list .profile__item .profile__link.icon-sphere:hover {
  animation: flash 1s;
}
.content .sitecard__contents .phrase {
  display: block;
}
.content.postCta {
  margin-bottom: -40px;
}

.container.container-header {
  width: auto;
  padding-right: 0;
  padding-left: 0;
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 576px) {
  .container.container-header {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .commonCtr .container {
    width: 800px;
    margin: auto;
  }
}

.globalNavi__list li {
  font-size: 1.4rem;
}
.globalNavi__list .globalNavi__list__menu-item--accent > a {
  color: #fff;
  padding: 10px;
  border-radius: 20px;
}
.globalNavi__list .globalNavi__list__menu-item--accent > a:hover {
  color: #fff;
}

.commonCtr {
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .commonCtr {
    margin-top: -60px;
  }
}

.page-template-page-lp2 .commonCtr {
  margin-top: 0;
}

.lesson-list a,
.type-lesson a {
  text-decoration: underline;
}

.l-header {
  z-index: 10;
  padding: 0;
}

.partsH2-4 h2 {
  padding-top: 10px;
}

.partsH3-61 h3 {
  padding-left: 22px;
}
@media (min-width: 576px) {
  .partsH3-61 h3 {
    padding-left: 30px;
  }
}
.partsH3-61 h3::after {
  width: 12px;
}
@media (min-width: 576px) {
  .partsH3-61 h3::after {
    width: 20px;
  }
}

.rankingBox__inner {
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
}

.type-instructor .profile__description > a {
  display: none;
}

#viewNormal:checked ~ .archive .archive__contents .phrase,
#viewCard:checked ~ .archive .archive__contents .phrase {
  display: block;
  font-size: 10px;
}
@media (min-width: 576px) {
  #viewNormal:checked ~ .archive .archive__contents .phrase,
  #viewCard:checked ~ .archive .archive__contents .phrase {
    font-size: inherit;
  }
}

.heading {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .heading {
    margin-bottom: 20px;
  }
}

.content ul > li.icon-checkbox-checked,
.content ul.icon-checkbox-checked > li,
ul > li.icon-checkbox-checked,
ul.icon-checkbox-checked > li {
  padding-left: 2rem;
}
.content ul > li.icon-checkbox-checked::before,
.content ul.icon-checkbox-checked > li::before,
ul > li.icon-checkbox-checked::before,
ul.icon-checkbox-checked > li::before {
  transform: scale(1);
  content: "\ea53";
}

.content ul.icon-checkbox-checked::before,
ul.icon-checkbox-checked::before {
  content: none;
}

ul.icon-checkbox-checked {
  position: relative;
  list-style: none;
  margin-top: 1rem;
  line-height: 1.5;
}

.icon-checked::before {
  content: "\ea12";
  font-size: 140%;
  margin-top: -4px;
}

.icon-chevron-down {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(135deg);
  top: calc(50% - 6px);
}

.prevNext__item,
.related__item {
  margin: 0;
}

.prevNext__title {
  z-index: 1;
}

@media (min-width: 768px) {
  .prevNext__item.prevNext__item-prev {
    padding-right: 16px;
  }
  .prevNext__item.prevNext__item-next {
    padding-left: 16px;
  }
}
@media (min-width: 768px) {
  .l-main-wide1000 {
    max-width: 1000px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .l-main-wide800 {
    max-width: 800px;
    width: 100%;
  }
}

.mask-blackmesh::after {
  background-color: rgba(0, 0, 0, 0.5);
}

#viewNormal:checked ~ .archive .eyecatch {
  max-width: 90px;
}
@media (min-width: 576px) {
  #viewNormal:checked ~ .archive .eyecatch {
    max-width: 300px;
  }
}

.t-headerColor .globalNavi::before {
  background: none !important;
}

@media (min-width: 992px) {
  .t-headerColor .globalNavi__list .current-menu-item > a,
  .t-headerColor .globalNavi__list .current-menu-parent > a,
  .t-headerColor .globalNavi__list .current_page_item > a,
  .t-headerColor .globalNavi__list .menu-item a:hover,
  .t-headerColor .globalNavi__list .page_item a:hover {
    border-color: white;
    color: white;
  }
}

.btn__link-pickupHead {
  border-color: white;
  color: white;
}
.btn__link-pickupHead::before {
  border-top-color: white;
  border-right-color: white;
}

.controllerFooter__freeArea {
  max-height: 62px;
}

.swiper-slider .swiper-button-next, .swiper-slider .swiper-button-prev, .swiper-slider .swiper-container-rtl .swiper-button-next, .swiper-slider .swiper-container-rtl .swiper-button-prev {
  opacity: 1;
}

.widget.widget_categories ul .current-menu-item > a, .widget.widget_categories ul li a:hover, .widget.widget_nav_menu ul.menu .current-menu-item > a, .widget.widget_nav_menu ul.menu li a:hover {
  background-color: #ccc;
  color: #515151;
}

.widget.widget_categories ul li a, .widget.widget_nav_menu ul.menu li a {
  background-color: #eee;
  color: #515151;
}

.widget.widget_categories ul li, .widget.widget_nav_menu ul.menu li {
  border-top: none;
}

.widget.widget_categories ul li .children li a:before, .widget.widget_nav_menu ul.menu li .sub-menu li a:before {
  color: #002f82;
}

.widget.widget_categories ul li .children li a:before, .widget.widget_nav_menu ul.menu li .sub-menu li a:before {
  color: #002f82;
}

.widget.widget_categories ul, .widget.widget_nav_menu ul.menu {
  border: none;
}

.widget.widget_categories ul .children li, .widget.widget_nav_menu ul.menu .sub-menu li {
  border-top: none;
}

.bottomFooter {
  background-color: #002f82;
}

.widget.widget_categories ul .children .current-menu-item a, .widget.widget_categories ul .children a:hover, .widget.widget_nav_menu ul.menu .sub-menu .current-menu-item a, .widget.widget_nav_menu ul.menu .sub-menu a:hover {
  color: #002f82;
}

.bottomFooter__copyright, .bottomFooter__producer {
  color: white;
}

.bottomFooter__navi a {
  color: white;
}

.bottomFooter__topBtn {
  background-color: #002f82;
}

/* ==================
  Contact Form 7 Override
================== */
.wpcf7-list-item label {
  border-radius: 5px;
  padding: 3px;
  cursor: pointer;
}

span.wpcf7-list-item {
  margin: 0 1rem 1rem 0;
}

.wpcf7-response-output {
  text-align: left;
}

.c-form .wpcf7 .ajax-loader {
  position: absolute;
}

.wpcf7-spinner {
  position: absolute;
  margin-top: 8px;
}

/* ==================
  Bootstrap Override
================== */
.nav-link {
  cursor: pointer;
}

.modal-header .close {
  border: none;
  background: no-repeat;
}

.modal .modal-body {
  margin-top: 0;
}

.modal-sm {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.content .modal-footer {
  margin-top: 0;
}

@media (min-width: 576px) {
  .card-deck-sm {
    margin-left: -5px;
    margin-right: -5px;
  }
  .card-deck-sm .card {
    margin-left: 5px;
    margin-right: 5px;
  }
  .card-deck-sm .card-body {
    padding: 1rem;
  }
}

.list-group .list-group-item {
  margin-top: 0;
}

.container {
  padding-right: 16px;
  padding-left: 16px;
}
@media (max-width: 374px) {
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
@media (max-width: 374px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.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-right: 16px;
  padding-left: 16px;
}
@media (max-width: 374px) {
  .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-right: 8px;
    padding-left: 8px;
  }
}

.table-responsive,
.table-responsive-sm,
.table-responsive-md,
.table-responsive-lg,
.table-responsive-xs {
  position: relative;
}
.table-responsive::before,
.table-responsive-sm::before,
.table-responsive-md::before,
.table-responsive-lg::before,
.table-responsive-xs::before {
  content: "※表は左右にスクロールできます";
  font-size: 10px;
  position: absolute;
  top: -18px;
}
.table-responsive table,
.table-responsive-sm table,
.table-responsive-md table,
.table-responsive-lg table,
.table-responsive-xs table {
  word-break: keep-all;
}
.table-responsive.fixed-th th,
.table-responsive-sm.fixed-th th,
.table-responsive-md.fixed-th th,
.table-responsive-lg.fixed-th th,
.table-responsive-xs.fixed-th th {
  position: sticky;
  left: 0;
  z-index: 10;
}
.table-responsive.fixed-th th::before,
.table-responsive-sm.fixed-th th::before,
.table-responsive-md.fixed-th th::before,
.table-responsive-lg.fixed-th th::before,
.table-responsive-xs.fixed-th th::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border-left: 1px solid #E5E5E5;
}
.table-responsive.fixed-th th::after,
.table-responsive-sm.fixed-th th::after,
.table-responsive-md.fixed-th th::after,
.table-responsive-lg.fixed-th th::after,
.table-responsive-xs.fixed-th th::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 1px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #E5E5E5;
}

.table-responsive::before {
  content: none;
}

@media (min-width: 576px) {
  .table-responsive-sm::before {
    content: none;
  }
}
@media (min-width: 768px) {
  .table-responsive-md::before {
    content: none;
  }
}
@media (min-width: 992px) {
  .table-responsive-lg::before {
    content: none;
  }
}
.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

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

.row {
  margin-right: -16px;
  margin-left: -16px;
}
.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.img-fluid {
  width: 100%;
}

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

table.text-center th,
table.text-center td {
  text-align: center;
}

.content table th {
  padding: 10px;
  background: #e2e7f5;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-right-color: #f8faff;
  border-bottom-color: #f8faff;
}

.content .scoreTable tr:nth-child(odd) td, .content table tr:nth-child(odd) td {
  background-color: #f8faff;
}

.card-header *[data-toggle=collapse], .card-header[data-toggle=collapse] {
  text-decoration: none;
  color: inherit;
}
.card-header *[aria-expanded=true]::before, .card-header[aria-expanded=true]::before {
  content: "-";
  border: 1px solid #000;
  border-radius: 2px;
  height: 20px;
  width: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.card-header *[aria-expanded=false]::before, .card-header[aria-expanded=false]::before {
  content: "+";
  border: 1px solid #000;
  border-radius: 2px;
  height: 20px;
  width: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.content a.btn.btn-primary,
a.btn.btn-primary {
  background-color: #ffce44;
  color: #515151;
  font-weight: bold;
  border-radius: 1000px;
  width: 100%;
  border: none;
  padding: 15px;
}
.content a.btn.btn-primary::before,
a.btn.btn-primary::before {
  content: "";
  background-image: url(/wp-content/themes/miraisia__the-thor-child/img/icons8-envelope-96.png);
  background-size: 90%;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 5px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 5px;
  right: 5px;
  line-height: 0;
}
.content a.btn.btn-primary:not(:disabled):not(.disabled):active, .content a.btn.btn-primary:not(:disabled):not(.disabled).active, .show > .content a.btn.btn-primary.dropdown-toggle,
a.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn.btn-primary:not(:disabled):not(.disabled).active,
.show > a.btn.btn-primary.dropdown-toggle {
  background-color: #ffce44;
  color: #515151;
  border: none;
}

/* Temp
   ----------------------------------------------------------------- */
/* ==========================================================================
   Layout
   ========================================================================== */
/* Header
   ----------------------------------------------------------------- */
.container-header {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .container-header {
    min-height: 80px;
  }
}

.telBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #002f82;
  width: 50px;
  height: 50px;
  padding: 0 8px;
}
@media (min-width: 576px) {
  .telBtn {
    width: 60px;
    height: 60px;
    padding: 0 12px;
  }
}
.telBtn__wide {
  display: none;
}
@media (min-width: 992px) {
  .telBtn__wide {
    display: block;
  }
}
.telBtn__icon {
  display: block;
}
@media (min-width: 992px) {
  .telBtn__icon {
    display: none;
  }
}
@media (min-width: 992px) {
  .telBtn {
    padding: 0 24px;
    background-color: transparent;
    min-width: 240px;
    width: auto;
    height: auto;
  }
}
.telBtn__telno {
  font-size: 2.8rem;
  color: #002f82;
  font-weight: bold;
}
.telBtn img {
  width: 100%;
  height: auto;
}

.telBtn-right {
  margin-left: auto;
}

.contactBtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ffce44;
  font-size: 10px;
  align-items: center;
  width: 50px;
  height: 50px;
}
@media (min-width: 576px) {
  .contactBtn {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  .contactBtn {
    flex-direction: row;
    width: auto;
    height: 80px;
    padding: 16px;
    font-size: 1.8rem;
    font-weight: bold;
    min-width: 150px;
  }
}
.contactBtn > img {
  display: block;
  width: 30px;
  height: 30px;
}
@media (min-width: 992px) {
  .contactBtn > img {
    width: 20px;
    height: 20px;
  }
}

.contactBtn-right {
  margin-left: 0;
}

.menuBtn-right {
  margin-left: 0;
}

.menuBtn {
  position: relative;
}
.menuBtn__link {
  display: block;
  padding: 20px 12px;
  background: #606a82;
  font-size: 14px;
  background: #606a82;
  color: #fff;
  width: 50px;
  height: 50px;
}
@media (min-width: 576px) {
  .menuBtn__link {
    padding: 22px 14px;
  }
}
@media (min-width: 576px) {
  .menuBtn__link {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  .menuBtn__link {
    padding: 30px 21px;
    width: 80px;
    height: 80px;
  }
}
.menuBtn__link.menuBtn__link-text.icon-menu::before {
  content: "";
  background-image: url(/wp-content/themes/miraisia__the-thor-child/img/menu_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 12.5px;
  display: block;
}
@media (min-width: 576px) {
  .menuBtn__link.menuBtn__link-text.icon-menu::before {
    width: 35px;
  }
}

/* SideBar
    ----------------------------------------------------------------- */
/* Main
    ----------------------------------------------------------------- */
/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/* Project
   ----------------------------------------------------------------- */
.property__eyecatch__link {
  display: block;
  text-align: center;
}
.property__eyecatch__link:hover img {
  transform: none;
}
.property__eyecatch__link img:first-child {
  width: auto;
  position: relative;
  z-index: 1;
}
.property__eyecatch__link img:nth-child(2) {
  filter: blur(20px);
}

.property_price {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 16px;
}

/* Utility
   ----------------------------------------------------------------- */
body {
  background-color: #f5f8ff;
}

.icon {
  font-size: inherit;
  border: none;
}

@media (min-width: 576px) {
  .icon {
    font-size: inherit;
  }
}
.text-primary,
.content .text-primary {
  color: #002f82 !important;
}

a.text-primary:hover,
a.text-primary:focus,
.heading a:hover {
  color: rgb(0, 28.5615384615, 79);
}

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

.formWrap {
  background: #eef2ff;
  margin: 0 auto;
  width: 100%;
  padding: 50px 20px;
  border-radius: 0;
  max-width: 1000px;
}
@media (min-width: 768px) {
  .formWrap {
    padding: 75px 100px;
    border-radius: 10px;
  }
}

.formWrap-page {
  background: #eef2ff;
  margin: 0 auto;
  padding: 10px 100px;
  border-radius: 10px;
}

.form dl {
  width: 90%;
  margin: 0 auto;
}
.form dt {
  font-size: 1.6rem;
  font-weight: bold;
}
.form dd {
  margin: 15px 0 30px 0;
}
.form .required {
  background: #002f82;
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  padding: 0 15px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.form .any {
  background: #999;
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  padding: 0 15px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.form textarea {
  background: #fff;
  width: 100%;
  padding: 0.5em 1em;
}
.form input[type=email], .form input[type=text] {
  background: #fff;
  width: 100%;
  padding: 0.5em 1em;
}
.form textarea {
  height: 15em;
}
.form .formBtn {
  max-width: 320px;
  width: 80%;
  display: inline-block;
  border: 2px solid #002f82;
  color: #002f82;
  text-align: center;
  font-size: 1.4rem;
  background: #ffffff;
  padding: 1.2em 0;
  cursor: pointer;
  position: relative;
}
@media (min-width: 768px) {
  .form dl {
    width: 100%;
  }
  .form .formBtn {
    width: 100%;
    font-size: 1.6rem;
  }
  .form .privacy dt {
    font-size: 1.4rem;
    padding: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .formWrap .formBtn:hover {
    transition: all 0.1s linear;
    background: #002f82;
    color: #fff;
  }
}
dl.formWrapDl select.date {
  width: auto;
}

.formWrap input[type=text].hasDatepicker {
  width: auto;
}
.formWrap textarea {
  padding: 10px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
}
.formWrap input {
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
}

input[type=submit].wpcf7-submit {
  text-align: center;
  margin: 1em auto 0 auto;
  padding: 1em;
  font-size: 2rem;
  border-radius: 4rem;
  background: #ffce44;
  max-width: 400px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
}

/* fontsize_controll start */
.f8-xs, .f.f8-xs {
  font-size: 0.8rem !important;
}

.l8-xs, .l.l8-xs {
  line-height: 0.8rem !important;
}

.f9-xs, .f.f9-xs {
  font-size: 0.9rem !important;
}

.l9-xs, .l.l9-xs {
  line-height: 0.9rem !important;
}

.f10-xs, .f.f10-xs {
  font-size: 1rem !important;
}

.l10-xs, .l.l10-xs {
  line-height: 1rem !important;
}

.f11-xs, .f.f11-xs {
  font-size: 1.1rem !important;
}

.l11-xs, .l.l11-xs {
  line-height: 1.1rem !important;
}

.f12-xs, .f.f12-xs {
  font-size: 1.2rem !important;
}

.l12-xs, .l.l12-xs {
  line-height: 1.2rem !important;
}

.f13-xs, .f.f13-xs {
  font-size: 1.3rem !important;
}

.l13-xs, .l.l13-xs {
  line-height: 1.3rem !important;
}

.f14-xs, .f.f14-xs {
  font-size: 1.4rem !important;
}

.l14-xs, .l.l14-xs {
  line-height: 1.4rem !important;
}

.f15-xs, .f.f15-xs {
  font-size: 1.5rem !important;
}

.l15-xs, .l.l15-xs {
  line-height: 1.5rem !important;
}

.f16-xs, .f.f16-xs {
  font-size: 1.6rem !important;
}

.l16-xs, .l.l16-xs {
  line-height: 1.6rem !important;
}

.f17-xs, .f.f17-xs {
  font-size: 1.7rem !important;
}

.l17-xs, .l.l17-xs {
  line-height: 1.7rem !important;
}

.f18-xs, .f.f18-xs {
  font-size: 1.8rem !important;
}

.l18-xs, .l.l18-xs {
  line-height: 1.8rem !important;
}

.f19-xs, .f.f19-xs {
  font-size: 1.9rem !important;
}

.l19-xs, .l.l19-xs {
  line-height: 1.9rem !important;
}

.f20-xs, .f.f20-xs {
  font-size: 2rem !important;
}

.l20-xs, .l.l20-xs {
  line-height: 2rem !important;
}

.f22-xs, .f.f22-xs {
  font-size: 2.2rem !important;
}

.l22-xs, .l.l22-xs {
  line-height: 2.2rem !important;
}

.f24-xs, .f.f24-xs {
  font-size: 2.4rem !important;
}

.l24-xs, .l.l24-xs {
  line-height: 2.4rem !important;
}

.f26-xs, .f.f26-xs {
  font-size: 2.6rem !important;
}

.l26-xs, .l.l26-xs {
  line-height: 2.6rem !important;
}

.f28-xs, .f.f28-xs {
  font-size: 2.8rem !important;
}

.l28-xs, .l.l28-xs {
  line-height: 2.8rem !important;
}

.f30-xs, .f.f30-xs {
  font-size: 3rem !important;
}

.l30-xs, .l.l30-xs {
  line-height: 3rem !important;
}

.f32-xs, .f.f32-xs {
  font-size: 3.2rem !important;
}

.l32-xs, .l.l32-xs {
  line-height: 3.2rem !important;
}

.f34-xs, .f.f34-xs {
  font-size: 3.4rem !important;
}

.l34-xs, .l.l34-xs {
  line-height: 3.4rem !important;
}

.f36-xs, .f.f36-xs {
  font-size: 3.6rem !important;
}

.l36-xs, .l.l36-xs {
  line-height: 3.6rem !important;
}

.f38-xs, .f.f38-xs {
  font-size: 3.8rem !important;
}

.l38-xs, .l.l38-xs {
  line-height: 3.8rem !important;
}

.f40-xs, .f.f40-xs {
  font-size: 4rem !important;
}

.l40-xs, .l.l40-xs {
  line-height: 4rem !important;
}

.f48-xs, .f.f48-xs {
  font-size: 4.8rem !important;
}

.l48-xs, .l.l48-xs {
  line-height: 4.8rem !important;
}

.f56-xs, .f.f56-xs {
  font-size: 5.6rem !important;
}

.l56-xs, .l.l56-xs {
  line-height: 5.6rem !important;
}

.f64-xs, .f.f64-xs {
  font-size: 6.4rem !important;
}

.l64-xs, .l.l64-xs {
  line-height: 6.4rem !important;
}

.f72-xs, .f.f72-xs {
  font-size: 7.2rem !important;
}

.l72-xs, .l.l72-xs {
  line-height: 7.2rem !important;
}

.f80-xs, .f.f80-xs {
  font-size: 8rem !important;
}

.l80-xs, .l.l80-xs {
  line-height: 8rem !important;
}

@media (min-width: 576px) {
  .f8-sm, .f.f8-sm {
    font-size: 0.8rem !important;
  }
  .l8-sm, .l.l8-sm {
    line-height: 0.8rem !important;
  }
  .f9-sm, .f.f9-sm {
    font-size: 0.9rem !important;
  }
  .l9-sm, .l.l9-sm {
    line-height: 0.9rem !important;
  }
  .f10-sm, .f.f10-sm {
    font-size: 1rem !important;
  }
  .l10-sm, .l.l10-sm {
    line-height: 1rem !important;
  }
  .f11-sm, .f.f11-sm {
    font-size: 1.1rem !important;
  }
  .l11-sm, .l.l11-sm {
    line-height: 1.1rem !important;
  }
  .f12-sm, .f.f12-sm {
    font-size: 1.2rem !important;
  }
  .l12-sm, .l.l12-sm {
    line-height: 1.2rem !important;
  }
  .f13-sm, .f.f13-sm {
    font-size: 1.3rem !important;
  }
  .l13-sm, .l.l13-sm {
    line-height: 1.3rem !important;
  }
  .f14-sm, .f.f14-sm {
    font-size: 1.4rem !important;
  }
  .l14-sm, .l.l14-sm {
    line-height: 1.4rem !important;
  }
  .f15-sm, .f.f15-sm {
    font-size: 1.5rem !important;
  }
  .l15-sm, .l.l15-sm {
    line-height: 1.5rem !important;
  }
  .f16-sm, .f.f16-sm {
    font-size: 1.6rem !important;
  }
  .l16-sm, .l.l16-sm {
    line-height: 1.6rem !important;
  }
  .f17-sm, .f.f17-sm {
    font-size: 1.7rem !important;
  }
  .l17-sm, .l.l17-sm {
    line-height: 1.7rem !important;
  }
  .f18-sm, .f.f18-sm {
    font-size: 1.8rem !important;
  }
  .l18-sm, .l.l18-sm {
    line-height: 1.8rem !important;
  }
  .f19-sm, .f.f19-sm {
    font-size: 1.9rem !important;
  }
  .l19-sm, .l.l19-sm {
    line-height: 1.9rem !important;
  }
  .f20-sm, .f.f20-sm {
    font-size: 2rem !important;
  }
  .l20-sm, .l.l20-sm {
    line-height: 2rem !important;
  }
  .f22-sm, .f.f22-sm {
    font-size: 2.2rem !important;
  }
  .l22-sm, .l.l22-sm {
    line-height: 2.2rem !important;
  }
  .f24-sm, .f.f24-sm {
    font-size: 2.4rem !important;
  }
  .l24-sm, .l.l24-sm {
    line-height: 2.4rem !important;
  }
  .f26-sm, .f.f26-sm {
    font-size: 2.6rem !important;
  }
  .l26-sm, .l.l26-sm {
    line-height: 2.6rem !important;
  }
  .f28-sm, .f.f28-sm {
    font-size: 2.8rem !important;
  }
  .l28-sm, .l.l28-sm {
    line-height: 2.8rem !important;
  }
  .f30-sm, .f.f30-sm {
    font-size: 3rem !important;
  }
  .l30-sm, .l.l30-sm {
    line-height: 3rem !important;
  }
  .f32-sm, .f.f32-sm {
    font-size: 3.2rem !important;
  }
  .l32-sm, .l.l32-sm {
    line-height: 3.2rem !important;
  }
  .f34-sm, .f.f34-sm {
    font-size: 3.4rem !important;
  }
  .l34-sm, .l.l34-sm {
    line-height: 3.4rem !important;
  }
  .f36-sm, .f.f36-sm {
    font-size: 3.6rem !important;
  }
  .l36-sm, .l.l36-sm {
    line-height: 3.6rem !important;
  }
  .f38-sm, .f.f38-sm {
    font-size: 3.8rem !important;
  }
  .l38-sm, .l.l38-sm {
    line-height: 3.8rem !important;
  }
  .f40-sm, .f.f40-sm {
    font-size: 4rem !important;
  }
  .l40-sm, .l.l40-sm {
    line-height: 4rem !important;
  }
  .f48-sm, .f.f48-sm {
    font-size: 4.8rem !important;
  }
  .l48-sm, .l.l48-sm {
    line-height: 4.8rem !important;
  }
  .f56-sm, .f.f56-sm {
    font-size: 5.6rem !important;
  }
  .l56-sm, .l.l56-sm {
    line-height: 5.6rem !important;
  }
  .f64-sm, .f.f64-sm {
    font-size: 6.4rem !important;
  }
  .l64-sm, .l.l64-sm {
    line-height: 6.4rem !important;
  }
  .f72-sm, .f.f72-sm {
    font-size: 7.2rem !important;
  }
  .l72-sm, .l.l72-sm {
    line-height: 7.2rem !important;
  }
  .f80-sm, .f.f80-sm {
    font-size: 8rem !important;
  }
  .l80-sm, .l.l80-sm {
    line-height: 8rem !important;
  }
}
@media (min-width: 768px) {
  .f8-md, .f.f8-md {
    font-size: 0.8rem !important;
  }
  .l8-md, .l.l8-md {
    line-height: 0.8rem !important;
  }
  .f9-md, .f.f9-md {
    font-size: 0.9rem !important;
  }
  .l9-md, .l.l9-md {
    line-height: 0.9rem !important;
  }
  .f10-md, .f.f10-md {
    font-size: 1rem !important;
  }
  .l10-md, .l.l10-md {
    line-height: 1rem !important;
  }
  .f11-md, .f.f11-md {
    font-size: 1.1rem !important;
  }
  .l11-md, .l.l11-md {
    line-height: 1.1rem !important;
  }
  .f12-md, .f.f12-md {
    font-size: 1.2rem !important;
  }
  .l12-md, .l.l12-md {
    line-height: 1.2rem !important;
  }
  .f13-md, .f.f13-md {
    font-size: 1.3rem !important;
  }
  .l13-md, .l.l13-md {
    line-height: 1.3rem !important;
  }
  .f14-md, .f.f14-md {
    font-size: 1.4rem !important;
  }
  .l14-md, .l.l14-md {
    line-height: 1.4rem !important;
  }
  .f15-md, .f.f15-md {
    font-size: 1.5rem !important;
  }
  .l15-md, .l.l15-md {
    line-height: 1.5rem !important;
  }
  .f16-md, .f.f16-md {
    font-size: 1.6rem !important;
  }
  .l16-md, .l.l16-md {
    line-height: 1.6rem !important;
  }
  .f17-md, .f.f17-md {
    font-size: 1.7rem !important;
  }
  .l17-md, .l.l17-md {
    line-height: 1.7rem !important;
  }
  .f18-md, .f.f18-md {
    font-size: 1.8rem !important;
  }
  .l18-md, .l.l18-md {
    line-height: 1.8rem !important;
  }
  .f19-md, .f.f19-md {
    font-size: 1.9rem !important;
  }
  .l19-md, .l.l19-md {
    line-height: 1.9rem !important;
  }
  .f20-md, .f.f20-md {
    font-size: 2rem !important;
  }
  .l20-md, .l.l20-md {
    line-height: 2rem !important;
  }
  .f22-md, .f.f22-md {
    font-size: 2.2rem !important;
  }
  .l22-md, .l.l22-md {
    line-height: 2.2rem !important;
  }
  .f24-md, .f.f24-md {
    font-size: 2.4rem !important;
  }
  .l24-md, .l.l24-md {
    line-height: 2.4rem !important;
  }
  .f26-md, .f.f26-md {
    font-size: 2.6rem !important;
  }
  .l26-md, .l.l26-md {
    line-height: 2.6rem !important;
  }
  .f28-md, .f.f28-md {
    font-size: 2.8rem !important;
  }
  .l28-md, .l.l28-md {
    line-height: 2.8rem !important;
  }
  .f30-md, .f.f30-md {
    font-size: 3rem !important;
  }
  .l30-md, .l.l30-md {
    line-height: 3rem !important;
  }
  .f32-md, .f.f32-md {
    font-size: 3.2rem !important;
  }
  .l32-md, .l.l32-md {
    line-height: 3.2rem !important;
  }
  .f34-md, .f.f34-md {
    font-size: 3.4rem !important;
  }
  .l34-md, .l.l34-md {
    line-height: 3.4rem !important;
  }
  .f36-md, .f.f36-md {
    font-size: 3.6rem !important;
  }
  .l36-md, .l.l36-md {
    line-height: 3.6rem !important;
  }
  .f38-md, .f.f38-md {
    font-size: 3.8rem !important;
  }
  .l38-md, .l.l38-md {
    line-height: 3.8rem !important;
  }
  .f40-md, .f.f40-md {
    font-size: 4rem !important;
  }
  .l40-md, .l.l40-md {
    line-height: 4rem !important;
  }
  .f48-md, .f.f48-md {
    font-size: 4.8rem !important;
  }
  .l48-md, .l.l48-md {
    line-height: 4.8rem !important;
  }
  .f56-md, .f.f56-md {
    font-size: 5.6rem !important;
  }
  .l56-md, .l.l56-md {
    line-height: 5.6rem !important;
  }
  .f64-md, .f.f64-md {
    font-size: 6.4rem !important;
  }
  .l64-md, .l.l64-md {
    line-height: 6.4rem !important;
  }
  .f72-md, .f.f72-md {
    font-size: 7.2rem !important;
  }
  .l72-md, .l.l72-md {
    line-height: 7.2rem !important;
  }
  .f80-md, .f.f80-md {
    font-size: 8rem !important;
  }
  .l80-md, .l.l80-md {
    line-height: 8rem !important;
  }
}
@media (min-width: 992px) {
  .f8-lg, .f.f8-lg {
    font-size: 0.8rem !important;
  }
  .l8-lg, .l.l8-lg {
    line-height: 0.8rem !important;
  }
  .f9-lg, .f.f9-lg {
    font-size: 0.9rem !important;
  }
  .l9-lg, .l.l9-lg {
    line-height: 0.9rem !important;
  }
  .f10-lg, .f.f10-lg {
    font-size: 1rem !important;
  }
  .l10-lg, .l.l10-lg {
    line-height: 1rem !important;
  }
  .f11-lg, .f.f11-lg {
    font-size: 1.1rem !important;
  }
  .l11-lg, .l.l11-lg {
    line-height: 1.1rem !important;
  }
  .f12-lg, .f.f12-lg {
    font-size: 1.2rem !important;
  }
  .l12-lg, .l.l12-lg {
    line-height: 1.2rem !important;
  }
  .f13-lg, .f.f13-lg {
    font-size: 1.3rem !important;
  }
  .l13-lg, .l.l13-lg {
    line-height: 1.3rem !important;
  }
  .f14-lg, .f.f14-lg {
    font-size: 1.4rem !important;
  }
  .l14-lg, .l.l14-lg {
    line-height: 1.4rem !important;
  }
  .f15-lg, .f.f15-lg {
    font-size: 1.5rem !important;
  }
  .l15-lg, .l.l15-lg {
    line-height: 1.5rem !important;
  }
  .f16-lg, .f.f16-lg {
    font-size: 1.6rem !important;
  }
  .l16-lg, .l.l16-lg {
    line-height: 1.6rem !important;
  }
  .f17-lg, .f.f17-lg {
    font-size: 1.7rem !important;
  }
  .l17-lg, .l.l17-lg {
    line-height: 1.7rem !important;
  }
  .f18-lg, .f.f18-lg {
    font-size: 1.8rem !important;
  }
  .l18-lg, .l.l18-lg {
    line-height: 1.8rem !important;
  }
  .f19-lg, .f.f19-lg {
    font-size: 1.9rem !important;
  }
  .l19-lg, .l.l19-lg {
    line-height: 1.9rem !important;
  }
  .f20-lg, .f.f20-lg {
    font-size: 2rem !important;
  }
  .l20-lg, .l.l20-lg {
    line-height: 2rem !important;
  }
  .f22-lg, .f.f22-lg {
    font-size: 2.2rem !important;
  }
  .l22-lg, .l.l22-lg {
    line-height: 2.2rem !important;
  }
  .f24-lg, .f.f24-lg {
    font-size: 2.4rem !important;
  }
  .l24-lg, .l.l24-lg {
    line-height: 2.4rem !important;
  }
  .f26-lg, .f.f26-lg {
    font-size: 2.6rem !important;
  }
  .l26-lg, .l.l26-lg {
    line-height: 2.6rem !important;
  }
  .f28-lg, .f.f28-lg {
    font-size: 2.8rem !important;
  }
  .l28-lg, .l.l28-lg {
    line-height: 2.8rem !important;
  }
  .f30-lg, .f.f30-lg {
    font-size: 3rem !important;
  }
  .l30-lg, .l.l30-lg {
    line-height: 3rem !important;
  }
  .f32-lg, .f.f32-lg {
    font-size: 3.2rem !important;
  }
  .l32-lg, .l.l32-lg {
    line-height: 3.2rem !important;
  }
  .f34-lg, .f.f34-lg {
    font-size: 3.4rem !important;
  }
  .l34-lg, .l.l34-lg {
    line-height: 3.4rem !important;
  }
  .f36-lg, .f.f36-lg {
    font-size: 3.6rem !important;
  }
  .l36-lg, .l.l36-lg {
    line-height: 3.6rem !important;
  }
  .f38-lg, .f.f38-lg {
    font-size: 3.8rem !important;
  }
  .l38-lg, .l.l38-lg {
    line-height: 3.8rem !important;
  }
  .f40-lg, .f.f40-lg {
    font-size: 4rem !important;
  }
  .l40-lg, .l.l40-lg {
    line-height: 4rem !important;
  }
  .f48-lg, .f.f48-lg {
    font-size: 4.8rem !important;
  }
  .l48-lg, .l.l48-lg {
    line-height: 4.8rem !important;
  }
  .f56-lg, .f.f56-lg {
    font-size: 5.6rem !important;
  }
  .l56-lg, .l.l56-lg {
    line-height: 5.6rem !important;
  }
  .f64-lg, .f.f64-lg {
    font-size: 6.4rem !important;
  }
  .l64-lg, .l.l64-lg {
    line-height: 6.4rem !important;
  }
  .f72-lg, .f.f72-lg {
    font-size: 7.2rem !important;
  }
  .l72-lg, .l.l72-lg {
    line-height: 7.2rem !important;
  }
  .f80-lg, .f.f80-lg {
    font-size: 8rem !important;
  }
  .l80-lg, .l.l80-lg {
    line-height: 8rem !important;
  }
}
@media (min-width: 1200px) {
  .f8-xl, .f.f8-xl {
    font-size: 0.8rem !important;
  }
  .l8-xl, .l.l8-xl {
    line-height: 0.8rem !important;
  }
  .f9-xl, .f.f9-xl {
    font-size: 0.9rem !important;
  }
  .l9-xl, .l.l9-xl {
    line-height: 0.9rem !important;
  }
  .f10-xl, .f.f10-xl {
    font-size: 1rem !important;
  }
  .l10-xl, .l.l10-xl {
    line-height: 1rem !important;
  }
  .f11-xl, .f.f11-xl {
    font-size: 1.1rem !important;
  }
  .l11-xl, .l.l11-xl {
    line-height: 1.1rem !important;
  }
  .f12-xl, .f.f12-xl {
    font-size: 1.2rem !important;
  }
  .l12-xl, .l.l12-xl {
    line-height: 1.2rem !important;
  }
  .f13-xl, .f.f13-xl {
    font-size: 1.3rem !important;
  }
  .l13-xl, .l.l13-xl {
    line-height: 1.3rem !important;
  }
  .f14-xl, .f.f14-xl {
    font-size: 1.4rem !important;
  }
  .l14-xl, .l.l14-xl {
    line-height: 1.4rem !important;
  }
  .f15-xl, .f.f15-xl {
    font-size: 1.5rem !important;
  }
  .l15-xl, .l.l15-xl {
    line-height: 1.5rem !important;
  }
  .f16-xl, .f.f16-xl {
    font-size: 1.6rem !important;
  }
  .l16-xl, .l.l16-xl {
    line-height: 1.6rem !important;
  }
  .f17-xl, .f.f17-xl {
    font-size: 1.7rem !important;
  }
  .l17-xl, .l.l17-xl {
    line-height: 1.7rem !important;
  }
  .f18-xl, .f.f18-xl {
    font-size: 1.8rem !important;
  }
  .l18-xl, .l.l18-xl {
    line-height: 1.8rem !important;
  }
  .f19-xl, .f.f19-xl {
    font-size: 1.9rem !important;
  }
  .l19-xl, .l.l19-xl {
    line-height: 1.9rem !important;
  }
  .f20-xl, .f.f20-xl {
    font-size: 2rem !important;
  }
  .l20-xl, .l.l20-xl {
    line-height: 2rem !important;
  }
  .f22-xl, .f.f22-xl {
    font-size: 2.2rem !important;
  }
  .l22-xl, .l.l22-xl {
    line-height: 2.2rem !important;
  }
  .f24-xl, .f.f24-xl {
    font-size: 2.4rem !important;
  }
  .l24-xl, .l.l24-xl {
    line-height: 2.4rem !important;
  }
  .f26-xl, .f.f26-xl {
    font-size: 2.6rem !important;
  }
  .l26-xl, .l.l26-xl {
    line-height: 2.6rem !important;
  }
  .f28-xl, .f.f28-xl {
    font-size: 2.8rem !important;
  }
  .l28-xl, .l.l28-xl {
    line-height: 2.8rem !important;
  }
  .f30-xl, .f.f30-xl {
    font-size: 3rem !important;
  }
  .l30-xl, .l.l30-xl {
    line-height: 3rem !important;
  }
  .f32-xl, .f.f32-xl {
    font-size: 3.2rem !important;
  }
  .l32-xl, .l.l32-xl {
    line-height: 3.2rem !important;
  }
  .f34-xl, .f.f34-xl {
    font-size: 3.4rem !important;
  }
  .l34-xl, .l.l34-xl {
    line-height: 3.4rem !important;
  }
  .f36-xl, .f.f36-xl {
    font-size: 3.6rem !important;
  }
  .l36-xl, .l.l36-xl {
    line-height: 3.6rem !important;
  }
  .f38-xl, .f.f38-xl {
    font-size: 3.8rem !important;
  }
  .l38-xl, .l.l38-xl {
    line-height: 3.8rem !important;
  }
  .f40-xl, .f.f40-xl {
    font-size: 4rem !important;
  }
  .l40-xl, .l.l40-xl {
    line-height: 4rem !important;
  }
  .f48-xl, .f.f48-xl {
    font-size: 4.8rem !important;
  }
  .l48-xl, .l.l48-xl {
    line-height: 4.8rem !important;
  }
  .f56-xl, .f.f56-xl {
    font-size: 5.6rem !important;
  }
  .l56-xl, .l.l56-xl {
    line-height: 5.6rem !important;
  }
  .f64-xl, .f.f64-xl {
    font-size: 6.4rem !important;
  }
  .l64-xl, .l.l64-xl {
    line-height: 6.4rem !important;
  }
  .f72-xl, .f.f72-xl {
    font-size: 7.2rem !important;
  }
  .l72-xl, .l.l72-xl {
    line-height: 7.2rem !important;
  }
  .f80-xl, .f.f80-xl {
    font-size: 8rem !important;
  }
  .l80-xl, .l.l80-xl {
    line-height: 8rem !important;
  }
}
.accent {
  font-size: 125% !important;
}

.weaken {
  font-size: 75% !important;
}

.text-scale200 {
  font-size: 200% !important;
}

.text-scale180 {
  font-size: 180% !important;
}

.text-scale150 {
  font-size: 150% !important;
}

.text-scale125 {
  font-size: 125% !important;
}

.text-scale100 {
  font-size: 100% !important;
}

.text-scale80 {
  font-size: 80% !important;
}

.text-scale70 {
  font-size: 70% !important;
}

.text-scale60 {
  font-size: 60% !important;
}

.text-scale50 {
  font-size: 50% !important;
}

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

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

.nodeco {
  border: none !important;
  text-decoration: none !important;
  font-style: normal !important;
}
.nodeco::before, .nodeco::after {
  content: none !important;
  background: none !important;
  border: none !important;
}

/* fontsize_controll end */
/* space_controll start */
/* compiled by sass meister
https://www.sassmeister.com/ */
.m0-xs, .m.m0-xs {
  margin: 0px !important;
}

.mt0-xs, .m.mt0-xs {
  margin-top: 0px !important;
}

.mr0-xs, .m.mr0-xs {
  margin-right: 0px !important;
}

.mb0-xs, .m.mb0-xs {
  margin-bottom: 0px !important;
}

.ml0-xs, .m.ml0-xs {
  margin-left: 0px !important;
}

.mx0-xs, .m.mx0-xs {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.my0-xs, .m.my0-xs {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mtn0-xs, .m.mtn0-xs {
  margin-top: 0px !important;
}

.mrn0-xs, .m.mrn0-xs {
  margin-right: 0px !important;
}

.mbn0-xs, .m.mbn0-xs {
  margin-bottom: 0px !important;
}

.mln0-xs, .m.mln0-xs {
  margin-left: 0px !important;
}

.mxn0-xs, .m.mxn0-xs {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.myn0-xs, .m.myn0-xs {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.p0-xs, .p.p0-xs {
  padding: 0px !important;
}

.pt0-xs, .p.pt0-xs {
  padding-top: 0px !important;
}

.pr0-xs, .p.pr0-xs {
  padding-right: 0px !important;
}

.pb0-xs, .p.pb0-xs {
  padding-bottom: 0px !important;
}

.pl0-xs, .p.pl0-xs {
  padding-left: 0px !important;
}

.px0-xs, .p.px0-xs {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.py0-xs, .p.py0-xs {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.m1-xs, .m.m1-xs {
  margin: 4px !important;
}

.mt1-xs, .m.mt1-xs {
  margin-top: 4px !important;
}

.mr1-xs, .m.mr1-xs {
  margin-right: 4px !important;
}

.mb1-xs, .m.mb1-xs {
  margin-bottom: 4px !important;
}

.ml1-xs, .m.ml1-xs {
  margin-left: 4px !important;
}

.mx1-xs, .m.mx1-xs {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

.my1-xs, .m.my1-xs {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.mtn1-xs, .m.mtn1-xs {
  margin-top: -4px !important;
}

.mrn1-xs, .m.mrn1-xs {
  margin-right: -4px !important;
}

.mbn1-xs, .m.mbn1-xs {
  margin-bottom: -4px !important;
}

.mln1-xs, .m.mln1-xs {
  margin-left: -4px !important;
}

.mxn1-xs, .m.mxn1-xs {
  margin-right: -4px !important;
  margin-left: -4px !important;
}

.myn1-xs, .m.myn1-xs {
  margin-top: -4px !important;
  margin-bottom: -4px !important;
}

.p1-xs, .p.p1-xs {
  padding: 4px !important;
}

.pt1-xs, .p.pt1-xs {
  padding-top: 4px !important;
}

.pr1-xs, .p.pr1-xs {
  padding-right: 4px !important;
}

.pb1-xs, .p.pb1-xs {
  padding-bottom: 4px !important;
}

.pl1-xs, .p.pl1-xs {
  padding-left: 4px !important;
}

.px1-xs, .p.px1-xs {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

.py1-xs, .p.py1-xs {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.m2-xs, .m.m2-xs {
  margin: 8px !important;
}

.mt2-xs, .m.mt2-xs {
  margin-top: 8px !important;
}

.mr2-xs, .m.mr2-xs {
  margin-right: 8px !important;
}

.mb2-xs, .m.mb2-xs {
  margin-bottom: 8px !important;
}

.ml2-xs, .m.ml2-xs {
  margin-left: 8px !important;
}

.mx2-xs, .m.mx2-xs {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.my2-xs, .m.my2-xs {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.mtn2-xs, .m.mtn2-xs {
  margin-top: -8px !important;
}

.mrn2-xs, .m.mrn2-xs {
  margin-right: -8px !important;
}

.mbn2-xs, .m.mbn2-xs {
  margin-bottom: -8px !important;
}

.mln2-xs, .m.mln2-xs {
  margin-left: -8px !important;
}

.mxn2-xs, .m.mxn2-xs {
  margin-right: -8px !important;
  margin-left: -8px !important;
}

.myn2-xs, .m.myn2-xs {
  margin-top: -8px !important;
  margin-bottom: -8px !important;
}

.p2-xs, .p.p2-xs {
  padding: 8px !important;
}

.pt2-xs, .p.pt2-xs {
  padding-top: 8px !important;
}

.pr2-xs, .p.pr2-xs {
  padding-right: 8px !important;
}

.pb2-xs, .p.pb2-xs {
  padding-bottom: 8px !important;
}

.pl2-xs, .p.pl2-xs {
  padding-left: 8px !important;
}

.px2-xs, .p.px2-xs {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.py2-xs, .p.py2-xs {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.m3-xs, .m.m3-xs {
  margin: 16px !important;
}

.mt3-xs, .m.mt3-xs {
  margin-top: 16px !important;
}

.mr3-xs, .m.mr3-xs {
  margin-right: 16px !important;
}

.mb3-xs, .m.mb3-xs {
  margin-bottom: 16px !important;
}

.ml3-xs, .m.ml3-xs {
  margin-left: 16px !important;
}

.mx3-xs, .m.mx3-xs {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.my3-xs, .m.my3-xs {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.mtn3-xs, .m.mtn3-xs {
  margin-top: -16px !important;
}

.mrn3-xs, .m.mrn3-xs {
  margin-right: -16px !important;
}

.mbn3-xs, .m.mbn3-xs {
  margin-bottom: -16px !important;
}

.mln3-xs, .m.mln3-xs {
  margin-left: -16px !important;
}

.mxn3-xs, .m.mxn3-xs {
  margin-right: -16px !important;
  margin-left: -16px !important;
}

.myn3-xs, .m.myn3-xs {
  margin-top: -16px !important;
  margin-bottom: -16px !important;
}

.p3-xs, .p.p3-xs {
  padding: 16px !important;
}

.pt3-xs, .p.pt3-xs {
  padding-top: 16px !important;
}

.pr3-xs, .p.pr3-xs {
  padding-right: 16px !important;
}

.pb3-xs, .p.pb3-xs {
  padding-bottom: 16px !important;
}

.pl3-xs, .p.pl3-xs {
  padding-left: 16px !important;
}

.px3-xs, .p.px3-xs {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.py3-xs, .p.py3-xs {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.m4-xs, .m.m4-xs {
  margin: 24px !important;
}

.mt4-xs, .m.mt4-xs {
  margin-top: 24px !important;
}

.mr4-xs, .m.mr4-xs {
  margin-right: 24px !important;
}

.mb4-xs, .m.mb4-xs {
  margin-bottom: 24px !important;
}

.ml4-xs, .m.ml4-xs {
  margin-left: 24px !important;
}

.mx4-xs, .m.mx4-xs {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.my4-xs, .m.my4-xs {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.mtn4-xs, .m.mtn4-xs {
  margin-top: -24px !important;
}

.mrn4-xs, .m.mrn4-xs {
  margin-right: -24px !important;
}

.mbn4-xs, .m.mbn4-xs {
  margin-bottom: -24px !important;
}

.mln4-xs, .m.mln4-xs {
  margin-left: -24px !important;
}

.mxn4-xs, .m.mxn4-xs {
  margin-right: -24px !important;
  margin-left: -24px !important;
}

.myn4-xs, .m.myn4-xs {
  margin-top: -24px !important;
  margin-bottom: -24px !important;
}

.p4-xs, .p.p4-xs {
  padding: 24px !important;
}

.pt4-xs, .p.pt4-xs {
  padding-top: 24px !important;
}

.pr4-xs, .p.pr4-xs {
  padding-right: 24px !important;
}

.pb4-xs, .p.pb4-xs {
  padding-bottom: 24px !important;
}

.pl4-xs, .p.pl4-xs {
  padding-left: 24px !important;
}

.px4-xs, .p.px4-xs {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.py4-xs, .p.py4-xs {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.m5-xs, .m.m5-xs {
  margin: 32px !important;
}

.mt5-xs, .m.mt5-xs {
  margin-top: 32px !important;
}

.mr5-xs, .m.mr5-xs {
  margin-right: 32px !important;
}

.mb5-xs, .m.mb5-xs {
  margin-bottom: 32px !important;
}

.ml5-xs, .m.ml5-xs {
  margin-left: 32px !important;
}

.mx5-xs, .m.mx5-xs {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

.my5-xs, .m.my5-xs {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.mtn5-xs, .m.mtn5-xs {
  margin-top: -32px !important;
}

.mrn5-xs, .m.mrn5-xs {
  margin-right: -32px !important;
}

.mbn5-xs, .m.mbn5-xs {
  margin-bottom: -32px !important;
}

.mln5-xs, .m.mln5-xs {
  margin-left: -32px !important;
}

.mxn5-xs, .m.mxn5-xs {
  margin-right: -32px !important;
  margin-left: -32px !important;
}

.myn5-xs, .m.myn5-xs {
  margin-top: -32px !important;
  margin-bottom: -32px !important;
}

.p5-xs, .p.p5-xs {
  padding: 32px !important;
}

.pt5-xs, .p.pt5-xs {
  padding-top: 32px !important;
}

.pr5-xs, .p.pr5-xs {
  padding-right: 32px !important;
}

.pb5-xs, .p.pb5-xs {
  padding-bottom: 32px !important;
}

.pl5-xs, .p.pl5-xs {
  padding-left: 32px !important;
}

.px5-xs, .p.px5-xs {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

.py5-xs, .p.py5-xs {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.m6-xs, .m.m6-xs {
  margin: 48px !important;
}

.mt6-xs, .m.mt6-xs {
  margin-top: 48px !important;
}

.mr6-xs, .m.mr6-xs {
  margin-right: 48px !important;
}

.mb6-xs, .m.mb6-xs {
  margin-bottom: 48px !important;
}

.ml6-xs, .m.ml6-xs {
  margin-left: 48px !important;
}

.mx6-xs, .m.mx6-xs {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.my6-xs, .m.my6-xs {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.mtn6-xs, .m.mtn6-xs {
  margin-top: -48px !important;
}

.mrn6-xs, .m.mrn6-xs {
  margin-right: -48px !important;
}

.mbn6-xs, .m.mbn6-xs {
  margin-bottom: -48px !important;
}

.mln6-xs, .m.mln6-xs {
  margin-left: -48px !important;
}

.mxn6-xs, .m.mxn6-xs {
  margin-right: -48px !important;
  margin-left: -48px !important;
}

.myn6-xs, .m.myn6-xs {
  margin-top: -48px !important;
  margin-bottom: -48px !important;
}

.p6-xs, .p.p6-xs {
  padding: 48px !important;
}

.pt6-xs, .p.pt6-xs {
  padding-top: 48px !important;
}

.pr6-xs, .p.pr6-xs {
  padding-right: 48px !important;
}

.pb6-xs, .p.pb6-xs {
  padding-bottom: 48px !important;
}

.pl6-xs, .p.pl6-xs {
  padding-left: 48px !important;
}

.px6-xs, .p.px6-xs {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.py6-xs, .p.py6-xs {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.m7-xs, .m.m7-xs {
  margin: 64px !important;
}

.mt7-xs, .m.mt7-xs {
  margin-top: 64px !important;
}

.mr7-xs, .m.mr7-xs {
  margin-right: 64px !important;
}

.mb7-xs, .m.mb7-xs {
  margin-bottom: 64px !important;
}

.ml7-xs, .m.ml7-xs {
  margin-left: 64px !important;
}

.mx7-xs, .m.mx7-xs {
  margin-right: 64px !important;
  margin-left: 64px !important;
}

.my7-xs, .m.my7-xs {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.mtn7-xs, .m.mtn7-xs {
  margin-top: -64px !important;
}

.mrn7-xs, .m.mrn7-xs {
  margin-right: -64px !important;
}

.mbn7-xs, .m.mbn7-xs {
  margin-bottom: -64px !important;
}

.mln7-xs, .m.mln7-xs {
  margin-left: -64px !important;
}

.mxn7-xs, .m.mxn7-xs {
  margin-right: -64px !important;
  margin-left: -64px !important;
}

.myn7-xs, .m.myn7-xs {
  margin-top: -64px !important;
  margin-bottom: -64px !important;
}

.p7-xs, .p.p7-xs {
  padding: 64px !important;
}

.pt7-xs, .p.pt7-xs {
  padding-top: 64px !important;
}

.pr7-xs, .p.pr7-xs {
  padding-right: 64px !important;
}

.pb7-xs, .p.pb7-xs {
  padding-bottom: 64px !important;
}

.pl7-xs, .p.pl7-xs {
  padding-left: 64px !important;
}

.px7-xs, .p.px7-xs {
  padding-right: 64px !important;
  padding-left: 64px !important;
}

.py7-xs, .p.py7-xs {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

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

.mt8-xs, .m.mt8-xs {
  margin-top: 72px !important;
}

.mr8-xs, .m.mr8-xs {
  margin-right: 72px !important;
}

.mb8-xs, .m.mb8-xs {
  margin-bottom: 72px !important;
}

.ml8-xs, .m.ml8-xs {
  margin-left: 72px !important;
}

.mx8-xs, .m.mx8-xs {
  margin-right: 72px !important;
  margin-left: 72px !important;
}

.my8-xs, .m.my8-xs {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.mtn8-xs, .m.mtn8-xs {
  margin-top: -72px !important;
}

.mrn8-xs, .m.mrn8-xs {
  margin-right: -72px !important;
}

.mbn8-xs, .m.mbn8-xs {
  margin-bottom: -72px !important;
}

.mln8-xs, .m.mln8-xs {
  margin-left: -72px !important;
}

.mxn8-xs, .m.mxn8-xs {
  margin-right: -72px !important;
  margin-left: -72px !important;
}

.myn8-xs, .m.myn8-xs {
  margin-top: -72px !important;
  margin-bottom: -72px !important;
}

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

.pt8-xs, .p.pt8-xs {
  padding-top: 72px !important;
}

.pr8-xs, .p.pr8-xs {
  padding-right: 72px !important;
}

.pb8-xs, .p.pb8-xs {
  padding-bottom: 72px !important;
}

.pl8-xs, .p.pl8-xs {
  padding-left: 72px !important;
}

.px8-xs, .p.px8-xs {
  padding-right: 72px !important;
  padding-left: 72px !important;
}

.py8-xs, .p.py8-xs {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.m9-xs, .m.m9-xs {
  margin: 80px !important;
}

.mt9-xs, .m.mt9-xs {
  margin-top: 80px !important;
}

.mr9-xs, .m.mr9-xs {
  margin-right: 80px !important;
}

.mb9-xs, .m.mb9-xs {
  margin-bottom: 80px !important;
}

.ml9-xs, .m.ml9-xs {
  margin-left: 80px !important;
}

.mx9-xs, .m.mx9-xs {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.my9-xs, .m.my9-xs {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mtn9-xs, .m.mtn9-xs {
  margin-top: -80px !important;
}

.mrn9-xs, .m.mrn9-xs {
  margin-right: -80px !important;
}

.mbn9-xs, .m.mbn9-xs {
  margin-bottom: -80px !important;
}

.mln9-xs, .m.mln9-xs {
  margin-left: -80px !important;
}

.mxn9-xs, .m.mxn9-xs {
  margin-right: -80px !important;
  margin-left: -80px !important;
}

.myn9-xs, .m.myn9-xs {
  margin-top: -80px !important;
  margin-bottom: -80px !important;
}

.p9-xs, .p.p9-xs {
  padding: 80px !important;
}

.pt9-xs, .p.pt9-xs {
  padding-top: 80px !important;
}

.pr9-xs, .p.pr9-xs {
  padding-right: 80px !important;
}

.pb9-xs, .p.pb9-xs {
  padding-bottom: 80px !important;
}

.pl9-xs, .p.pl9-xs {
  padding-left: 80px !important;
}

.px9-xs, .p.px9-xs {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.py9-xs, .p.py9-xs {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.m10-xs, .m.m10-xs {
  margin: 96px !important;
}

.mt10-xs, .m.mt10-xs {
  margin-top: 96px !important;
}

.mr10-xs, .m.mr10-xs {
  margin-right: 96px !important;
}

.mb10-xs, .m.mb10-xs {
  margin-bottom: 96px !important;
}

.ml10-xs, .m.ml10-xs {
  margin-left: 96px !important;
}

.mx10-xs, .m.mx10-xs {
  margin-right: 96px !important;
  margin-left: 96px !important;
}

.my10-xs, .m.my10-xs {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.mtn10-xs, .m.mtn10-xs {
  margin-top: -96px !important;
}

.mrn10-xs, .m.mrn10-xs {
  margin-right: -96px !important;
}

.mbn10-xs, .m.mbn10-xs {
  margin-bottom: -96px !important;
}

.mln10-xs, .m.mln10-xs {
  margin-left: -96px !important;
}

.mxn10-xs, .m.mxn10-xs {
  margin-right: -96px !important;
  margin-left: -96px !important;
}

.myn10-xs, .m.myn10-xs {
  margin-top: -96px !important;
  margin-bottom: -96px !important;
}

.p10-xs, .p.p10-xs {
  padding: 96px !important;
}

.pt10-xs, .p.pt10-xs {
  padding-top: 96px !important;
}

.pr10-xs, .p.pr10-xs {
  padding-right: 96px !important;
}

.pb10-xs, .p.pb10-xs {
  padding-bottom: 96px !important;
}

.pl10-xs, .p.pl10-xs {
  padding-left: 96px !important;
}

.px10-xs, .p.px10-xs {
  padding-right: 96px !important;
  padding-left: 96px !important;
}

.py10-xs, .p.py10-xs {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

@media (min-width: 576px) {
  .m0-sm, .m.m0-sm {
    margin: 0px !important;
  }
  .mt0-sm, .m.mt0-sm {
    margin-top: 0px !important;
  }
  .mr0-sm, .m.mr0-sm {
    margin-right: 0px !important;
  }
  .mb0-sm, .m.mb0-sm {
    margin-bottom: 0px !important;
  }
  .ml0-sm, .m.ml0-sm {
    margin-left: 0px !important;
  }
  .mx0-sm, .m.mx0-sm {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .my0-sm, .m.my0-sm {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mtn0-sm, .m.mtn0-sm {
    margin-top: 0px !important;
  }
  .mrn0-sm, .m.mrn0-sm {
    margin-right: 0px !important;
  }
  .mbn0-sm, .m.mbn0-sm {
    margin-bottom: 0px !important;
  }
  .mln0-sm, .m.mln0-sm {
    margin-left: 0px !important;
  }
  .mxn0-sm, .m.mxn0-sm {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .myn0-sm, .m.myn0-sm {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .p0-sm, .p.p0-sm {
    padding: 0px !important;
  }
  .pt0-sm, .p.pt0-sm {
    padding-top: 0px !important;
  }
  .pr0-sm, .p.pr0-sm {
    padding-right: 0px !important;
  }
  .pb0-sm, .p.pb0-sm {
    padding-bottom: 0px !important;
  }
  .pl0-sm, .p.pl0-sm {
    padding-left: 0px !important;
  }
  .px0-sm, .p.px0-sm {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .py0-sm, .p.py0-sm {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .m1-sm, .m.m1-sm {
    margin: 4px !important;
  }
  .mt1-sm, .m.mt1-sm {
    margin-top: 4px !important;
  }
  .mr1-sm, .m.mr1-sm {
    margin-right: 4px !important;
  }
  .mb1-sm, .m.mb1-sm {
    margin-bottom: 4px !important;
  }
  .ml1-sm, .m.ml1-sm {
    margin-left: 4px !important;
  }
  .mx1-sm, .m.mx1-sm {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my1-sm, .m.my1-sm {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mtn1-sm, .m.mtn1-sm {
    margin-top: -4px !important;
  }
  .mrn1-sm, .m.mrn1-sm {
    margin-right: -4px !important;
  }
  .mbn1-sm, .m.mbn1-sm {
    margin-bottom: -4px !important;
  }
  .mln1-sm, .m.mln1-sm {
    margin-left: -4px !important;
  }
  .mxn1-sm, .m.mxn1-sm {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
  .myn1-sm, .m.myn1-sm {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .p1-sm, .p.p1-sm {
    padding: 4px !important;
  }
  .pt1-sm, .p.pt1-sm {
    padding-top: 4px !important;
  }
  .pr1-sm, .p.pr1-sm {
    padding-right: 4px !important;
  }
  .pb1-sm, .p.pb1-sm {
    padding-bottom: 4px !important;
  }
  .pl1-sm, .p.pl1-sm {
    padding-left: 4px !important;
  }
  .px1-sm, .p.px1-sm {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py1-sm, .p.py1-sm {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .m2-sm, .m.m2-sm {
    margin: 8px !important;
  }
  .mt2-sm, .m.mt2-sm {
    margin-top: 8px !important;
  }
  .mr2-sm, .m.mr2-sm {
    margin-right: 8px !important;
  }
  .mb2-sm, .m.mb2-sm {
    margin-bottom: 8px !important;
  }
  .ml2-sm, .m.ml2-sm {
    margin-left: 8px !important;
  }
  .mx2-sm, .m.mx2-sm {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my2-sm, .m.my2-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mtn2-sm, .m.mtn2-sm {
    margin-top: -8px !important;
  }
  .mrn2-sm, .m.mrn2-sm {
    margin-right: -8px !important;
  }
  .mbn2-sm, .m.mbn2-sm {
    margin-bottom: -8px !important;
  }
  .mln2-sm, .m.mln2-sm {
    margin-left: -8px !important;
  }
  .mxn2-sm, .m.mxn2-sm {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .myn2-sm, .m.myn2-sm {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .p2-sm, .p.p2-sm {
    padding: 8px !important;
  }
  .pt2-sm, .p.pt2-sm {
    padding-top: 8px !important;
  }
  .pr2-sm, .p.pr2-sm {
    padding-right: 8px !important;
  }
  .pb2-sm, .p.pb2-sm {
    padding-bottom: 8px !important;
  }
  .pl2-sm, .p.pl2-sm {
    padding-left: 8px !important;
  }
  .px2-sm, .p.px2-sm {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py2-sm, .p.py2-sm {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .m3-sm, .m.m3-sm {
    margin: 16px !important;
  }
  .mt3-sm, .m.mt3-sm {
    margin-top: 16px !important;
  }
  .mr3-sm, .m.mr3-sm {
    margin-right: 16px !important;
  }
  .mb3-sm, .m.mb3-sm {
    margin-bottom: 16px !important;
  }
  .ml3-sm, .m.ml3-sm {
    margin-left: 16px !important;
  }
  .mx3-sm, .m.mx3-sm {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my3-sm, .m.my3-sm {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mtn3-sm, .m.mtn3-sm {
    margin-top: -16px !important;
  }
  .mrn3-sm, .m.mrn3-sm {
    margin-right: -16px !important;
  }
  .mbn3-sm, .m.mbn3-sm {
    margin-bottom: -16px !important;
  }
  .mln3-sm, .m.mln3-sm {
    margin-left: -16px !important;
  }
  .mxn3-sm, .m.mxn3-sm {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .myn3-sm, .m.myn3-sm {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .p3-sm, .p.p3-sm {
    padding: 16px !important;
  }
  .pt3-sm, .p.pt3-sm {
    padding-top: 16px !important;
  }
  .pr3-sm, .p.pr3-sm {
    padding-right: 16px !important;
  }
  .pb3-sm, .p.pb3-sm {
    padding-bottom: 16px !important;
  }
  .pl3-sm, .p.pl3-sm {
    padding-left: 16px !important;
  }
  .px3-sm, .p.px3-sm {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py3-sm, .p.py3-sm {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .m4-sm, .m.m4-sm {
    margin: 24px !important;
  }
  .mt4-sm, .m.mt4-sm {
    margin-top: 24px !important;
  }
  .mr4-sm, .m.mr4-sm {
    margin-right: 24px !important;
  }
  .mb4-sm, .m.mb4-sm {
    margin-bottom: 24px !important;
  }
  .ml4-sm, .m.ml4-sm {
    margin-left: 24px !important;
  }
  .mx4-sm, .m.mx4-sm {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my4-sm, .m.my4-sm {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mtn4-sm, .m.mtn4-sm {
    margin-top: -24px !important;
  }
  .mrn4-sm, .m.mrn4-sm {
    margin-right: -24px !important;
  }
  .mbn4-sm, .m.mbn4-sm {
    margin-bottom: -24px !important;
  }
  .mln4-sm, .m.mln4-sm {
    margin-left: -24px !important;
  }
  .mxn4-sm, .m.mxn4-sm {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .myn4-sm, .m.myn4-sm {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .p4-sm, .p.p4-sm {
    padding: 24px !important;
  }
  .pt4-sm, .p.pt4-sm {
    padding-top: 24px !important;
  }
  .pr4-sm, .p.pr4-sm {
    padding-right: 24px !important;
  }
  .pb4-sm, .p.pb4-sm {
    padding-bottom: 24px !important;
  }
  .pl4-sm, .p.pl4-sm {
    padding-left: 24px !important;
  }
  .px4-sm, .p.px4-sm {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py4-sm, .p.py4-sm {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .m5-sm, .m.m5-sm {
    margin: 32px !important;
  }
  .mt5-sm, .m.mt5-sm {
    margin-top: 32px !important;
  }
  .mr5-sm, .m.mr5-sm {
    margin-right: 32px !important;
  }
  .mb5-sm, .m.mb5-sm {
    margin-bottom: 32px !important;
  }
  .ml5-sm, .m.ml5-sm {
    margin-left: 32px !important;
  }
  .mx5-sm, .m.mx5-sm {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my5-sm, .m.my5-sm {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mtn5-sm, .m.mtn5-sm {
    margin-top: -32px !important;
  }
  .mrn5-sm, .m.mrn5-sm {
    margin-right: -32px !important;
  }
  .mbn5-sm, .m.mbn5-sm {
    margin-bottom: -32px !important;
  }
  .mln5-sm, .m.mln5-sm {
    margin-left: -32px !important;
  }
  .mxn5-sm, .m.mxn5-sm {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
  .myn5-sm, .m.myn5-sm {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .p5-sm, .p.p5-sm {
    padding: 32px !important;
  }
  .pt5-sm, .p.pt5-sm {
    padding-top: 32px !important;
  }
  .pr5-sm, .p.pr5-sm {
    padding-right: 32px !important;
  }
  .pb5-sm, .p.pb5-sm {
    padding-bottom: 32px !important;
  }
  .pl5-sm, .p.pl5-sm {
    padding-left: 32px !important;
  }
  .px5-sm, .p.px5-sm {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py5-sm, .p.py5-sm {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .m6-sm, .m.m6-sm {
    margin: 48px !important;
  }
  .mt6-sm, .m.mt6-sm {
    margin-top: 48px !important;
  }
  .mr6-sm, .m.mr6-sm {
    margin-right: 48px !important;
  }
  .mb6-sm, .m.mb6-sm {
    margin-bottom: 48px !important;
  }
  .ml6-sm, .m.ml6-sm {
    margin-left: 48px !important;
  }
  .mx6-sm, .m.mx6-sm {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .my6-sm, .m.my6-sm {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mtn6-sm, .m.mtn6-sm {
    margin-top: -48px !important;
  }
  .mrn6-sm, .m.mrn6-sm {
    margin-right: -48px !important;
  }
  .mbn6-sm, .m.mbn6-sm {
    margin-bottom: -48px !important;
  }
  .mln6-sm, .m.mln6-sm {
    margin-left: -48px !important;
  }
  .mxn6-sm, .m.mxn6-sm {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
  .myn6-sm, .m.myn6-sm {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .p6-sm, .p.p6-sm {
    padding: 48px !important;
  }
  .pt6-sm, .p.pt6-sm {
    padding-top: 48px !important;
  }
  .pr6-sm, .p.pr6-sm {
    padding-right: 48px !important;
  }
  .pb6-sm, .p.pb6-sm {
    padding-bottom: 48px !important;
  }
  .pl6-sm, .p.pl6-sm {
    padding-left: 48px !important;
  }
  .px6-sm, .p.px6-sm {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .py6-sm, .p.py6-sm {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .m7-sm, .m.m7-sm {
    margin: 64px !important;
  }
  .mt7-sm, .m.mt7-sm {
    margin-top: 64px !important;
  }
  .mr7-sm, .m.mr7-sm {
    margin-right: 64px !important;
  }
  .mb7-sm, .m.mb7-sm {
    margin-bottom: 64px !important;
  }
  .ml7-sm, .m.ml7-sm {
    margin-left: 64px !important;
  }
  .mx7-sm, .m.mx7-sm {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .my7-sm, .m.my7-sm {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mtn7-sm, .m.mtn7-sm {
    margin-top: -64px !important;
  }
  .mrn7-sm, .m.mrn7-sm {
    margin-right: -64px !important;
  }
  .mbn7-sm, .m.mbn7-sm {
    margin-bottom: -64px !important;
  }
  .mln7-sm, .m.mln7-sm {
    margin-left: -64px !important;
  }
  .mxn7-sm, .m.mxn7-sm {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
  .myn7-sm, .m.myn7-sm {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .p7-sm, .p.p7-sm {
    padding: 64px !important;
  }
  .pt7-sm, .p.pt7-sm {
    padding-top: 64px !important;
  }
  .pr7-sm, .p.pr7-sm {
    padding-right: 64px !important;
  }
  .pb7-sm, .p.pb7-sm {
    padding-bottom: 64px !important;
  }
  .pl7-sm, .p.pl7-sm {
    padding-left: 64px !important;
  }
  .px7-sm, .p.px7-sm {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .py7-sm, .p.py7-sm {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .m8-sm, .m.m8-sm {
    margin: 72px !important;
  }
  .mt8-sm, .m.mt8-sm {
    margin-top: 72px !important;
  }
  .mr8-sm, .m.mr8-sm {
    margin-right: 72px !important;
  }
  .mb8-sm, .m.mb8-sm {
    margin-bottom: 72px !important;
  }
  .ml8-sm, .m.ml8-sm {
    margin-left: 72px !important;
  }
  .mx8-sm, .m.mx8-sm {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .my8-sm, .m.my8-sm {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .mtn8-sm, .m.mtn8-sm {
    margin-top: -72px !important;
  }
  .mrn8-sm, .m.mrn8-sm {
    margin-right: -72px !important;
  }
  .mbn8-sm, .m.mbn8-sm {
    margin-bottom: -72px !important;
  }
  .mln8-sm, .m.mln8-sm {
    margin-left: -72px !important;
  }
  .mxn8-sm, .m.mxn8-sm {
    margin-right: -72px !important;
    margin-left: -72px !important;
  }
  .myn8-sm, .m.myn8-sm {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .p8-sm, .p.p8-sm {
    padding: 72px !important;
  }
  .pt8-sm, .p.pt8-sm {
    padding-top: 72px !important;
  }
  .pr8-sm, .p.pr8-sm {
    padding-right: 72px !important;
  }
  .pb8-sm, .p.pb8-sm {
    padding-bottom: 72px !important;
  }
  .pl8-sm, .p.pl8-sm {
    padding-left: 72px !important;
  }
  .px8-sm, .p.px8-sm {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .py8-sm, .p.py8-sm {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .m9-sm, .m.m9-sm {
    margin: 80px !important;
  }
  .mt9-sm, .m.mt9-sm {
    margin-top: 80px !important;
  }
  .mr9-sm, .m.mr9-sm {
    margin-right: 80px !important;
  }
  .mb9-sm, .m.mb9-sm {
    margin-bottom: 80px !important;
  }
  .ml9-sm, .m.ml9-sm {
    margin-left: 80px !important;
  }
  .mx9-sm, .m.mx9-sm {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .my9-sm, .m.my9-sm {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mtn9-sm, .m.mtn9-sm {
    margin-top: -80px !important;
  }
  .mrn9-sm, .m.mrn9-sm {
    margin-right: -80px !important;
  }
  .mbn9-sm, .m.mbn9-sm {
    margin-bottom: -80px !important;
  }
  .mln9-sm, .m.mln9-sm {
    margin-left: -80px !important;
  }
  .mxn9-sm, .m.mxn9-sm {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .myn9-sm, .m.myn9-sm {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .p9-sm, .p.p9-sm {
    padding: 80px !important;
  }
  .pt9-sm, .p.pt9-sm {
    padding-top: 80px !important;
  }
  .pr9-sm, .p.pr9-sm {
    padding-right: 80px !important;
  }
  .pb9-sm, .p.pb9-sm {
    padding-bottom: 80px !important;
  }
  .pl9-sm, .p.pl9-sm {
    padding-left: 80px !important;
  }
  .px9-sm, .p.px9-sm {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py9-sm, .p.py9-sm {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .m10-sm, .m.m10-sm {
    margin: 96px !important;
  }
  .mt10-sm, .m.mt10-sm {
    margin-top: 96px !important;
  }
  .mr10-sm, .m.mr10-sm {
    margin-right: 96px !important;
  }
  .mb10-sm, .m.mb10-sm {
    margin-bottom: 96px !important;
  }
  .ml10-sm, .m.ml10-sm {
    margin-left: 96px !important;
  }
  .mx10-sm, .m.mx10-sm {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .my10-sm, .m.my10-sm {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mtn10-sm, .m.mtn10-sm {
    margin-top: -96px !important;
  }
  .mrn10-sm, .m.mrn10-sm {
    margin-right: -96px !important;
  }
  .mbn10-sm, .m.mbn10-sm {
    margin-bottom: -96px !important;
  }
  .mln10-sm, .m.mln10-sm {
    margin-left: -96px !important;
  }
  .mxn10-sm, .m.mxn10-sm {
    margin-right: -96px !important;
    margin-left: -96px !important;
  }
  .myn10-sm, .m.myn10-sm {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
  .p10-sm, .p.p10-sm {
    padding: 96px !important;
  }
  .pt10-sm, .p.pt10-sm {
    padding-top: 96px !important;
  }
  .pr10-sm, .p.pr10-sm {
    padding-right: 96px !important;
  }
  .pb10-sm, .p.pb10-sm {
    padding-bottom: 96px !important;
  }
  .pl10-sm, .p.pl10-sm {
    padding-left: 96px !important;
  }
  .px10-sm, .p.px10-sm {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .py10-sm, .p.py10-sm {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}
@media (min-width: 768px) {
  .m0-md, .m.m0-md {
    margin: 0px !important;
  }
  .mt0-md, .m.mt0-md {
    margin-top: 0px !important;
  }
  .mr0-md, .m.mr0-md {
    margin-right: 0px !important;
  }
  .mb0-md, .m.mb0-md {
    margin-bottom: 0px !important;
  }
  .ml0-md, .m.ml0-md {
    margin-left: 0px !important;
  }
  .mx0-md, .m.mx0-md {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .my0-md, .m.my0-md {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mtn0-md, .m.mtn0-md {
    margin-top: 0px !important;
  }
  .mrn0-md, .m.mrn0-md {
    margin-right: 0px !important;
  }
  .mbn0-md, .m.mbn0-md {
    margin-bottom: 0px !important;
  }
  .mln0-md, .m.mln0-md {
    margin-left: 0px !important;
  }
  .mxn0-md, .m.mxn0-md {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .myn0-md, .m.myn0-md {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .p0-md, .p.p0-md {
    padding: 0px !important;
  }
  .pt0-md, .p.pt0-md {
    padding-top: 0px !important;
  }
  .pr0-md, .p.pr0-md {
    padding-right: 0px !important;
  }
  .pb0-md, .p.pb0-md {
    padding-bottom: 0px !important;
  }
  .pl0-md, .p.pl0-md {
    padding-left: 0px !important;
  }
  .px0-md, .p.px0-md {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .py0-md, .p.py0-md {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .m1-md, .m.m1-md {
    margin: 4px !important;
  }
  .mt1-md, .m.mt1-md {
    margin-top: 4px !important;
  }
  .mr1-md, .m.mr1-md {
    margin-right: 4px !important;
  }
  .mb1-md, .m.mb1-md {
    margin-bottom: 4px !important;
  }
  .ml1-md, .m.ml1-md {
    margin-left: 4px !important;
  }
  .mx1-md, .m.mx1-md {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my1-md, .m.my1-md {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mtn1-md, .m.mtn1-md {
    margin-top: -4px !important;
  }
  .mrn1-md, .m.mrn1-md {
    margin-right: -4px !important;
  }
  .mbn1-md, .m.mbn1-md {
    margin-bottom: -4px !important;
  }
  .mln1-md, .m.mln1-md {
    margin-left: -4px !important;
  }
  .mxn1-md, .m.mxn1-md {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
  .myn1-md, .m.myn1-md {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .p1-md, .p.p1-md {
    padding: 4px !important;
  }
  .pt1-md, .p.pt1-md {
    padding-top: 4px !important;
  }
  .pr1-md, .p.pr1-md {
    padding-right: 4px !important;
  }
  .pb1-md, .p.pb1-md {
    padding-bottom: 4px !important;
  }
  .pl1-md, .p.pl1-md {
    padding-left: 4px !important;
  }
  .px1-md, .p.px1-md {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py1-md, .p.py1-md {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .m2-md, .m.m2-md {
    margin: 8px !important;
  }
  .mt2-md, .m.mt2-md {
    margin-top: 8px !important;
  }
  .mr2-md, .m.mr2-md {
    margin-right: 8px !important;
  }
  .mb2-md, .m.mb2-md {
    margin-bottom: 8px !important;
  }
  .ml2-md, .m.ml2-md {
    margin-left: 8px !important;
  }
  .mx2-md, .m.mx2-md {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my2-md, .m.my2-md {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mtn2-md, .m.mtn2-md {
    margin-top: -8px !important;
  }
  .mrn2-md, .m.mrn2-md {
    margin-right: -8px !important;
  }
  .mbn2-md, .m.mbn2-md {
    margin-bottom: -8px !important;
  }
  .mln2-md, .m.mln2-md {
    margin-left: -8px !important;
  }
  .mxn2-md, .m.mxn2-md {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .myn2-md, .m.myn2-md {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .p2-md, .p.p2-md {
    padding: 8px !important;
  }
  .pt2-md, .p.pt2-md {
    padding-top: 8px !important;
  }
  .pr2-md, .p.pr2-md {
    padding-right: 8px !important;
  }
  .pb2-md, .p.pb2-md {
    padding-bottom: 8px !important;
  }
  .pl2-md, .p.pl2-md {
    padding-left: 8px !important;
  }
  .px2-md, .p.px2-md {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py2-md, .p.py2-md {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .m3-md, .m.m3-md {
    margin: 16px !important;
  }
  .mt3-md, .m.mt3-md {
    margin-top: 16px !important;
  }
  .mr3-md, .m.mr3-md {
    margin-right: 16px !important;
  }
  .mb3-md, .m.mb3-md {
    margin-bottom: 16px !important;
  }
  .ml3-md, .m.ml3-md {
    margin-left: 16px !important;
  }
  .mx3-md, .m.mx3-md {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my3-md, .m.my3-md {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mtn3-md, .m.mtn3-md {
    margin-top: -16px !important;
  }
  .mrn3-md, .m.mrn3-md {
    margin-right: -16px !important;
  }
  .mbn3-md, .m.mbn3-md {
    margin-bottom: -16px !important;
  }
  .mln3-md, .m.mln3-md {
    margin-left: -16px !important;
  }
  .mxn3-md, .m.mxn3-md {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .myn3-md, .m.myn3-md {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .p3-md, .p.p3-md {
    padding: 16px !important;
  }
  .pt3-md, .p.pt3-md {
    padding-top: 16px !important;
  }
  .pr3-md, .p.pr3-md {
    padding-right: 16px !important;
  }
  .pb3-md, .p.pb3-md {
    padding-bottom: 16px !important;
  }
  .pl3-md, .p.pl3-md {
    padding-left: 16px !important;
  }
  .px3-md, .p.px3-md {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py3-md, .p.py3-md {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .m4-md, .m.m4-md {
    margin: 24px !important;
  }
  .mt4-md, .m.mt4-md {
    margin-top: 24px !important;
  }
  .mr4-md, .m.mr4-md {
    margin-right: 24px !important;
  }
  .mb4-md, .m.mb4-md {
    margin-bottom: 24px !important;
  }
  .ml4-md, .m.ml4-md {
    margin-left: 24px !important;
  }
  .mx4-md, .m.mx4-md {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my4-md, .m.my4-md {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mtn4-md, .m.mtn4-md {
    margin-top: -24px !important;
  }
  .mrn4-md, .m.mrn4-md {
    margin-right: -24px !important;
  }
  .mbn4-md, .m.mbn4-md {
    margin-bottom: -24px !important;
  }
  .mln4-md, .m.mln4-md {
    margin-left: -24px !important;
  }
  .mxn4-md, .m.mxn4-md {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .myn4-md, .m.myn4-md {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .p4-md, .p.p4-md {
    padding: 24px !important;
  }
  .pt4-md, .p.pt4-md {
    padding-top: 24px !important;
  }
  .pr4-md, .p.pr4-md {
    padding-right: 24px !important;
  }
  .pb4-md, .p.pb4-md {
    padding-bottom: 24px !important;
  }
  .pl4-md, .p.pl4-md {
    padding-left: 24px !important;
  }
  .px4-md, .p.px4-md {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py4-md, .p.py4-md {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .m5-md, .m.m5-md {
    margin: 32px !important;
  }
  .mt5-md, .m.mt5-md {
    margin-top: 32px !important;
  }
  .mr5-md, .m.mr5-md {
    margin-right: 32px !important;
  }
  .mb5-md, .m.mb5-md {
    margin-bottom: 32px !important;
  }
  .ml5-md, .m.ml5-md {
    margin-left: 32px !important;
  }
  .mx5-md, .m.mx5-md {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my5-md, .m.my5-md {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mtn5-md, .m.mtn5-md {
    margin-top: -32px !important;
  }
  .mrn5-md, .m.mrn5-md {
    margin-right: -32px !important;
  }
  .mbn5-md, .m.mbn5-md {
    margin-bottom: -32px !important;
  }
  .mln5-md, .m.mln5-md {
    margin-left: -32px !important;
  }
  .mxn5-md, .m.mxn5-md {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
  .myn5-md, .m.myn5-md {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .p5-md, .p.p5-md {
    padding: 32px !important;
  }
  .pt5-md, .p.pt5-md {
    padding-top: 32px !important;
  }
  .pr5-md, .p.pr5-md {
    padding-right: 32px !important;
  }
  .pb5-md, .p.pb5-md {
    padding-bottom: 32px !important;
  }
  .pl5-md, .p.pl5-md {
    padding-left: 32px !important;
  }
  .px5-md, .p.px5-md {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py5-md, .p.py5-md {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .m6-md, .m.m6-md {
    margin: 48px !important;
  }
  .mt6-md, .m.mt6-md {
    margin-top: 48px !important;
  }
  .mr6-md, .m.mr6-md {
    margin-right: 48px !important;
  }
  .mb6-md, .m.mb6-md {
    margin-bottom: 48px !important;
  }
  .ml6-md, .m.ml6-md {
    margin-left: 48px !important;
  }
  .mx6-md, .m.mx6-md {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .my6-md, .m.my6-md {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mtn6-md, .m.mtn6-md {
    margin-top: -48px !important;
  }
  .mrn6-md, .m.mrn6-md {
    margin-right: -48px !important;
  }
  .mbn6-md, .m.mbn6-md {
    margin-bottom: -48px !important;
  }
  .mln6-md, .m.mln6-md {
    margin-left: -48px !important;
  }
  .mxn6-md, .m.mxn6-md {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
  .myn6-md, .m.myn6-md {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .p6-md, .p.p6-md {
    padding: 48px !important;
  }
  .pt6-md, .p.pt6-md {
    padding-top: 48px !important;
  }
  .pr6-md, .p.pr6-md {
    padding-right: 48px !important;
  }
  .pb6-md, .p.pb6-md {
    padding-bottom: 48px !important;
  }
  .pl6-md, .p.pl6-md {
    padding-left: 48px !important;
  }
  .px6-md, .p.px6-md {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .py6-md, .p.py6-md {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .m7-md, .m.m7-md {
    margin: 64px !important;
  }
  .mt7-md, .m.mt7-md {
    margin-top: 64px !important;
  }
  .mr7-md, .m.mr7-md {
    margin-right: 64px !important;
  }
  .mb7-md, .m.mb7-md {
    margin-bottom: 64px !important;
  }
  .ml7-md, .m.ml7-md {
    margin-left: 64px !important;
  }
  .mx7-md, .m.mx7-md {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .my7-md, .m.my7-md {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mtn7-md, .m.mtn7-md {
    margin-top: -64px !important;
  }
  .mrn7-md, .m.mrn7-md {
    margin-right: -64px !important;
  }
  .mbn7-md, .m.mbn7-md {
    margin-bottom: -64px !important;
  }
  .mln7-md, .m.mln7-md {
    margin-left: -64px !important;
  }
  .mxn7-md, .m.mxn7-md {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
  .myn7-md, .m.myn7-md {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .p7-md, .p.p7-md {
    padding: 64px !important;
  }
  .pt7-md, .p.pt7-md {
    padding-top: 64px !important;
  }
  .pr7-md, .p.pr7-md {
    padding-right: 64px !important;
  }
  .pb7-md, .p.pb7-md {
    padding-bottom: 64px !important;
  }
  .pl7-md, .p.pl7-md {
    padding-left: 64px !important;
  }
  .px7-md, .p.px7-md {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .py7-md, .p.py7-md {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .m8-md, .m.m8-md {
    margin: 72px !important;
  }
  .mt8-md, .m.mt8-md {
    margin-top: 72px !important;
  }
  .mr8-md, .m.mr8-md {
    margin-right: 72px !important;
  }
  .mb8-md, .m.mb8-md {
    margin-bottom: 72px !important;
  }
  .ml8-md, .m.ml8-md {
    margin-left: 72px !important;
  }
  .mx8-md, .m.mx8-md {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .my8-md, .m.my8-md {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .mtn8-md, .m.mtn8-md {
    margin-top: -72px !important;
  }
  .mrn8-md, .m.mrn8-md {
    margin-right: -72px !important;
  }
  .mbn8-md, .m.mbn8-md {
    margin-bottom: -72px !important;
  }
  .mln8-md, .m.mln8-md {
    margin-left: -72px !important;
  }
  .mxn8-md, .m.mxn8-md {
    margin-right: -72px !important;
    margin-left: -72px !important;
  }
  .myn8-md, .m.myn8-md {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .p8-md, .p.p8-md {
    padding: 72px !important;
  }
  .pt8-md, .p.pt8-md {
    padding-top: 72px !important;
  }
  .pr8-md, .p.pr8-md {
    padding-right: 72px !important;
  }
  .pb8-md, .p.pb8-md {
    padding-bottom: 72px !important;
  }
  .pl8-md, .p.pl8-md {
    padding-left: 72px !important;
  }
  .px8-md, .p.px8-md {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .py8-md, .p.py8-md {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .m9-md, .m.m9-md {
    margin: 80px !important;
  }
  .mt9-md, .m.mt9-md {
    margin-top: 80px !important;
  }
  .mr9-md, .m.mr9-md {
    margin-right: 80px !important;
  }
  .mb9-md, .m.mb9-md {
    margin-bottom: 80px !important;
  }
  .ml9-md, .m.ml9-md {
    margin-left: 80px !important;
  }
  .mx9-md, .m.mx9-md {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .my9-md, .m.my9-md {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mtn9-md, .m.mtn9-md {
    margin-top: -80px !important;
  }
  .mrn9-md, .m.mrn9-md {
    margin-right: -80px !important;
  }
  .mbn9-md, .m.mbn9-md {
    margin-bottom: -80px !important;
  }
  .mln9-md, .m.mln9-md {
    margin-left: -80px !important;
  }
  .mxn9-md, .m.mxn9-md {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .myn9-md, .m.myn9-md {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .p9-md, .p.p9-md {
    padding: 80px !important;
  }
  .pt9-md, .p.pt9-md {
    padding-top: 80px !important;
  }
  .pr9-md, .p.pr9-md {
    padding-right: 80px !important;
  }
  .pb9-md, .p.pb9-md {
    padding-bottom: 80px !important;
  }
  .pl9-md, .p.pl9-md {
    padding-left: 80px !important;
  }
  .px9-md, .p.px9-md {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py9-md, .p.py9-md {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .m10-md, .m.m10-md {
    margin: 96px !important;
  }
  .mt10-md, .m.mt10-md {
    margin-top: 96px !important;
  }
  .mr10-md, .m.mr10-md {
    margin-right: 96px !important;
  }
  .mb10-md, .m.mb10-md {
    margin-bottom: 96px !important;
  }
  .ml10-md, .m.ml10-md {
    margin-left: 96px !important;
  }
  .mx10-md, .m.mx10-md {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .my10-md, .m.my10-md {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mtn10-md, .m.mtn10-md {
    margin-top: -96px !important;
  }
  .mrn10-md, .m.mrn10-md {
    margin-right: -96px !important;
  }
  .mbn10-md, .m.mbn10-md {
    margin-bottom: -96px !important;
  }
  .mln10-md, .m.mln10-md {
    margin-left: -96px !important;
  }
  .mxn10-md, .m.mxn10-md {
    margin-right: -96px !important;
    margin-left: -96px !important;
  }
  .myn10-md, .m.myn10-md {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
  .p10-md, .p.p10-md {
    padding: 96px !important;
  }
  .pt10-md, .p.pt10-md {
    padding-top: 96px !important;
  }
  .pr10-md, .p.pr10-md {
    padding-right: 96px !important;
  }
  .pb10-md, .p.pb10-md {
    padding-bottom: 96px !important;
  }
  .pl10-md, .p.pl10-md {
    padding-left: 96px !important;
  }
  .px10-md, .p.px10-md {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .py10-md, .p.py10-md {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}
@media (min-width: 992px) {
  .m0-lg, .m.m0-lg {
    margin: 0px !important;
  }
  .mt0-lg, .m.mt0-lg {
    margin-top: 0px !important;
  }
  .mr0-lg, .m.mr0-lg {
    margin-right: 0px !important;
  }
  .mb0-lg, .m.mb0-lg {
    margin-bottom: 0px !important;
  }
  .ml0-lg, .m.ml0-lg {
    margin-left: 0px !important;
  }
  .mx0-lg, .m.mx0-lg {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .my0-lg, .m.my0-lg {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mtn0-lg, .m.mtn0-lg {
    margin-top: 0px !important;
  }
  .mrn0-lg, .m.mrn0-lg {
    margin-right: 0px !important;
  }
  .mbn0-lg, .m.mbn0-lg {
    margin-bottom: 0px !important;
  }
  .mln0-lg, .m.mln0-lg {
    margin-left: 0px !important;
  }
  .mxn0-lg, .m.mxn0-lg {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .myn0-lg, .m.myn0-lg {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .p0-lg, .p.p0-lg {
    padding: 0px !important;
  }
  .pt0-lg, .p.pt0-lg {
    padding-top: 0px !important;
  }
  .pr0-lg, .p.pr0-lg {
    padding-right: 0px !important;
  }
  .pb0-lg, .p.pb0-lg {
    padding-bottom: 0px !important;
  }
  .pl0-lg, .p.pl0-lg {
    padding-left: 0px !important;
  }
  .px0-lg, .p.px0-lg {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .py0-lg, .p.py0-lg {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .m1-lg, .m.m1-lg {
    margin: 4px !important;
  }
  .mt1-lg, .m.mt1-lg {
    margin-top: 4px !important;
  }
  .mr1-lg, .m.mr1-lg {
    margin-right: 4px !important;
  }
  .mb1-lg, .m.mb1-lg {
    margin-bottom: 4px !important;
  }
  .ml1-lg, .m.ml1-lg {
    margin-left: 4px !important;
  }
  .mx1-lg, .m.mx1-lg {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my1-lg, .m.my1-lg {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mtn1-lg, .m.mtn1-lg {
    margin-top: -4px !important;
  }
  .mrn1-lg, .m.mrn1-lg {
    margin-right: -4px !important;
  }
  .mbn1-lg, .m.mbn1-lg {
    margin-bottom: -4px !important;
  }
  .mln1-lg, .m.mln1-lg {
    margin-left: -4px !important;
  }
  .mxn1-lg, .m.mxn1-lg {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
  .myn1-lg, .m.myn1-lg {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .p1-lg, .p.p1-lg {
    padding: 4px !important;
  }
  .pt1-lg, .p.pt1-lg {
    padding-top: 4px !important;
  }
  .pr1-lg, .p.pr1-lg {
    padding-right: 4px !important;
  }
  .pb1-lg, .p.pb1-lg {
    padding-bottom: 4px !important;
  }
  .pl1-lg, .p.pl1-lg {
    padding-left: 4px !important;
  }
  .px1-lg, .p.px1-lg {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py1-lg, .p.py1-lg {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .m2-lg, .m.m2-lg {
    margin: 8px !important;
  }
  .mt2-lg, .m.mt2-lg {
    margin-top: 8px !important;
  }
  .mr2-lg, .m.mr2-lg {
    margin-right: 8px !important;
  }
  .mb2-lg, .m.mb2-lg {
    margin-bottom: 8px !important;
  }
  .ml2-lg, .m.ml2-lg {
    margin-left: 8px !important;
  }
  .mx2-lg, .m.mx2-lg {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my2-lg, .m.my2-lg {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mtn2-lg, .m.mtn2-lg {
    margin-top: -8px !important;
  }
  .mrn2-lg, .m.mrn2-lg {
    margin-right: -8px !important;
  }
  .mbn2-lg, .m.mbn2-lg {
    margin-bottom: -8px !important;
  }
  .mln2-lg, .m.mln2-lg {
    margin-left: -8px !important;
  }
  .mxn2-lg, .m.mxn2-lg {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .myn2-lg, .m.myn2-lg {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .p2-lg, .p.p2-lg {
    padding: 8px !important;
  }
  .pt2-lg, .p.pt2-lg {
    padding-top: 8px !important;
  }
  .pr2-lg, .p.pr2-lg {
    padding-right: 8px !important;
  }
  .pb2-lg, .p.pb2-lg {
    padding-bottom: 8px !important;
  }
  .pl2-lg, .p.pl2-lg {
    padding-left: 8px !important;
  }
  .px2-lg, .p.px2-lg {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py2-lg, .p.py2-lg {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .m3-lg, .m.m3-lg {
    margin: 16px !important;
  }
  .mt3-lg, .m.mt3-lg {
    margin-top: 16px !important;
  }
  .mr3-lg, .m.mr3-lg {
    margin-right: 16px !important;
  }
  .mb3-lg, .m.mb3-lg {
    margin-bottom: 16px !important;
  }
  .ml3-lg, .m.ml3-lg {
    margin-left: 16px !important;
  }
  .mx3-lg, .m.mx3-lg {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my3-lg, .m.my3-lg {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mtn3-lg, .m.mtn3-lg {
    margin-top: -16px !important;
  }
  .mrn3-lg, .m.mrn3-lg {
    margin-right: -16px !important;
  }
  .mbn3-lg, .m.mbn3-lg {
    margin-bottom: -16px !important;
  }
  .mln3-lg, .m.mln3-lg {
    margin-left: -16px !important;
  }
  .mxn3-lg, .m.mxn3-lg {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .myn3-lg, .m.myn3-lg {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .p3-lg, .p.p3-lg {
    padding: 16px !important;
  }
  .pt3-lg, .p.pt3-lg {
    padding-top: 16px !important;
  }
  .pr3-lg, .p.pr3-lg {
    padding-right: 16px !important;
  }
  .pb3-lg, .p.pb3-lg {
    padding-bottom: 16px !important;
  }
  .pl3-lg, .p.pl3-lg {
    padding-left: 16px !important;
  }
  .px3-lg, .p.px3-lg {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py3-lg, .p.py3-lg {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .m4-lg, .m.m4-lg {
    margin: 24px !important;
  }
  .mt4-lg, .m.mt4-lg {
    margin-top: 24px !important;
  }
  .mr4-lg, .m.mr4-lg {
    margin-right: 24px !important;
  }
  .mb4-lg, .m.mb4-lg {
    margin-bottom: 24px !important;
  }
  .ml4-lg, .m.ml4-lg {
    margin-left: 24px !important;
  }
  .mx4-lg, .m.mx4-lg {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my4-lg, .m.my4-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mtn4-lg, .m.mtn4-lg {
    margin-top: -24px !important;
  }
  .mrn4-lg, .m.mrn4-lg {
    margin-right: -24px !important;
  }
  .mbn4-lg, .m.mbn4-lg {
    margin-bottom: -24px !important;
  }
  .mln4-lg, .m.mln4-lg {
    margin-left: -24px !important;
  }
  .mxn4-lg, .m.mxn4-lg {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .myn4-lg, .m.myn4-lg {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .p4-lg, .p.p4-lg {
    padding: 24px !important;
  }
  .pt4-lg, .p.pt4-lg {
    padding-top: 24px !important;
  }
  .pr4-lg, .p.pr4-lg {
    padding-right: 24px !important;
  }
  .pb4-lg, .p.pb4-lg {
    padding-bottom: 24px !important;
  }
  .pl4-lg, .p.pl4-lg {
    padding-left: 24px !important;
  }
  .px4-lg, .p.px4-lg {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py4-lg, .p.py4-lg {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .m5-lg, .m.m5-lg {
    margin: 32px !important;
  }
  .mt5-lg, .m.mt5-lg {
    margin-top: 32px !important;
  }
  .mr5-lg, .m.mr5-lg {
    margin-right: 32px !important;
  }
  .mb5-lg, .m.mb5-lg {
    margin-bottom: 32px !important;
  }
  .ml5-lg, .m.ml5-lg {
    margin-left: 32px !important;
  }
  .mx5-lg, .m.mx5-lg {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my5-lg, .m.my5-lg {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mtn5-lg, .m.mtn5-lg {
    margin-top: -32px !important;
  }
  .mrn5-lg, .m.mrn5-lg {
    margin-right: -32px !important;
  }
  .mbn5-lg, .m.mbn5-lg {
    margin-bottom: -32px !important;
  }
  .mln5-lg, .m.mln5-lg {
    margin-left: -32px !important;
  }
  .mxn5-lg, .m.mxn5-lg {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
  .myn5-lg, .m.myn5-lg {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .p5-lg, .p.p5-lg {
    padding: 32px !important;
  }
  .pt5-lg, .p.pt5-lg {
    padding-top: 32px !important;
  }
  .pr5-lg, .p.pr5-lg {
    padding-right: 32px !important;
  }
  .pb5-lg, .p.pb5-lg {
    padding-bottom: 32px !important;
  }
  .pl5-lg, .p.pl5-lg {
    padding-left: 32px !important;
  }
  .px5-lg, .p.px5-lg {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py5-lg, .p.py5-lg {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .m6-lg, .m.m6-lg {
    margin: 48px !important;
  }
  .mt6-lg, .m.mt6-lg {
    margin-top: 48px !important;
  }
  .mr6-lg, .m.mr6-lg {
    margin-right: 48px !important;
  }
  .mb6-lg, .m.mb6-lg {
    margin-bottom: 48px !important;
  }
  .ml6-lg, .m.ml6-lg {
    margin-left: 48px !important;
  }
  .mx6-lg, .m.mx6-lg {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .my6-lg, .m.my6-lg {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mtn6-lg, .m.mtn6-lg {
    margin-top: -48px !important;
  }
  .mrn6-lg, .m.mrn6-lg {
    margin-right: -48px !important;
  }
  .mbn6-lg, .m.mbn6-lg {
    margin-bottom: -48px !important;
  }
  .mln6-lg, .m.mln6-lg {
    margin-left: -48px !important;
  }
  .mxn6-lg, .m.mxn6-lg {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
  .myn6-lg, .m.myn6-lg {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .p6-lg, .p.p6-lg {
    padding: 48px !important;
  }
  .pt6-lg, .p.pt6-lg {
    padding-top: 48px !important;
  }
  .pr6-lg, .p.pr6-lg {
    padding-right: 48px !important;
  }
  .pb6-lg, .p.pb6-lg {
    padding-bottom: 48px !important;
  }
  .pl6-lg, .p.pl6-lg {
    padding-left: 48px !important;
  }
  .px6-lg, .p.px6-lg {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .py6-lg, .p.py6-lg {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .m7-lg, .m.m7-lg {
    margin: 64px !important;
  }
  .mt7-lg, .m.mt7-lg {
    margin-top: 64px !important;
  }
  .mr7-lg, .m.mr7-lg {
    margin-right: 64px !important;
  }
  .mb7-lg, .m.mb7-lg {
    margin-bottom: 64px !important;
  }
  .ml7-lg, .m.ml7-lg {
    margin-left: 64px !important;
  }
  .mx7-lg, .m.mx7-lg {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .my7-lg, .m.my7-lg {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mtn7-lg, .m.mtn7-lg {
    margin-top: -64px !important;
  }
  .mrn7-lg, .m.mrn7-lg {
    margin-right: -64px !important;
  }
  .mbn7-lg, .m.mbn7-lg {
    margin-bottom: -64px !important;
  }
  .mln7-lg, .m.mln7-lg {
    margin-left: -64px !important;
  }
  .mxn7-lg, .m.mxn7-lg {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
  .myn7-lg, .m.myn7-lg {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .p7-lg, .p.p7-lg {
    padding: 64px !important;
  }
  .pt7-lg, .p.pt7-lg {
    padding-top: 64px !important;
  }
  .pr7-lg, .p.pr7-lg {
    padding-right: 64px !important;
  }
  .pb7-lg, .p.pb7-lg {
    padding-bottom: 64px !important;
  }
  .pl7-lg, .p.pl7-lg {
    padding-left: 64px !important;
  }
  .px7-lg, .p.px7-lg {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .py7-lg, .p.py7-lg {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .m8-lg, .m.m8-lg {
    margin: 72px !important;
  }
  .mt8-lg, .m.mt8-lg {
    margin-top: 72px !important;
  }
  .mr8-lg, .m.mr8-lg {
    margin-right: 72px !important;
  }
  .mb8-lg, .m.mb8-lg {
    margin-bottom: 72px !important;
  }
  .ml8-lg, .m.ml8-lg {
    margin-left: 72px !important;
  }
  .mx8-lg, .m.mx8-lg {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .my8-lg, .m.my8-lg {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .mtn8-lg, .m.mtn8-lg {
    margin-top: -72px !important;
  }
  .mrn8-lg, .m.mrn8-lg {
    margin-right: -72px !important;
  }
  .mbn8-lg, .m.mbn8-lg {
    margin-bottom: -72px !important;
  }
  .mln8-lg, .m.mln8-lg {
    margin-left: -72px !important;
  }
  .mxn8-lg, .m.mxn8-lg {
    margin-right: -72px !important;
    margin-left: -72px !important;
  }
  .myn8-lg, .m.myn8-lg {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .p8-lg, .p.p8-lg {
    padding: 72px !important;
  }
  .pt8-lg, .p.pt8-lg {
    padding-top: 72px !important;
  }
  .pr8-lg, .p.pr8-lg {
    padding-right: 72px !important;
  }
  .pb8-lg, .p.pb8-lg {
    padding-bottom: 72px !important;
  }
  .pl8-lg, .p.pl8-lg {
    padding-left: 72px !important;
  }
  .px8-lg, .p.px8-lg {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .py8-lg, .p.py8-lg {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .m9-lg, .m.m9-lg {
    margin: 80px !important;
  }
  .mt9-lg, .m.mt9-lg {
    margin-top: 80px !important;
  }
  .mr9-lg, .m.mr9-lg {
    margin-right: 80px !important;
  }
  .mb9-lg, .m.mb9-lg {
    margin-bottom: 80px !important;
  }
  .ml9-lg, .m.ml9-lg {
    margin-left: 80px !important;
  }
  .mx9-lg, .m.mx9-lg {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .my9-lg, .m.my9-lg {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mtn9-lg, .m.mtn9-lg {
    margin-top: -80px !important;
  }
  .mrn9-lg, .m.mrn9-lg {
    margin-right: -80px !important;
  }
  .mbn9-lg, .m.mbn9-lg {
    margin-bottom: -80px !important;
  }
  .mln9-lg, .m.mln9-lg {
    margin-left: -80px !important;
  }
  .mxn9-lg, .m.mxn9-lg {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .myn9-lg, .m.myn9-lg {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .p9-lg, .p.p9-lg {
    padding: 80px !important;
  }
  .pt9-lg, .p.pt9-lg {
    padding-top: 80px !important;
  }
  .pr9-lg, .p.pr9-lg {
    padding-right: 80px !important;
  }
  .pb9-lg, .p.pb9-lg {
    padding-bottom: 80px !important;
  }
  .pl9-lg, .p.pl9-lg {
    padding-left: 80px !important;
  }
  .px9-lg, .p.px9-lg {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py9-lg, .p.py9-lg {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .m10-lg, .m.m10-lg {
    margin: 96px !important;
  }
  .mt10-lg, .m.mt10-lg {
    margin-top: 96px !important;
  }
  .mr10-lg, .m.mr10-lg {
    margin-right: 96px !important;
  }
  .mb10-lg, .m.mb10-lg {
    margin-bottom: 96px !important;
  }
  .ml10-lg, .m.ml10-lg {
    margin-left: 96px !important;
  }
  .mx10-lg, .m.mx10-lg {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .my10-lg, .m.my10-lg {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mtn10-lg, .m.mtn10-lg {
    margin-top: -96px !important;
  }
  .mrn10-lg, .m.mrn10-lg {
    margin-right: -96px !important;
  }
  .mbn10-lg, .m.mbn10-lg {
    margin-bottom: -96px !important;
  }
  .mln10-lg, .m.mln10-lg {
    margin-left: -96px !important;
  }
  .mxn10-lg, .m.mxn10-lg {
    margin-right: -96px !important;
    margin-left: -96px !important;
  }
  .myn10-lg, .m.myn10-lg {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
  .p10-lg, .p.p10-lg {
    padding: 96px !important;
  }
  .pt10-lg, .p.pt10-lg {
    padding-top: 96px !important;
  }
  .pr10-lg, .p.pr10-lg {
    padding-right: 96px !important;
  }
  .pb10-lg, .p.pb10-lg {
    padding-bottom: 96px !important;
  }
  .pl10-lg, .p.pl10-lg {
    padding-left: 96px !important;
  }
  .px10-lg, .p.px10-lg {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .py10-lg, .p.py10-lg {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}
@media (min-width: 1200px) {
  .m0-xl, .m.m0-xl {
    margin: 0px !important;
  }
  .mt0-xl, .m.mt0-xl {
    margin-top: 0px !important;
  }
  .mr0-xl, .m.mr0-xl {
    margin-right: 0px !important;
  }
  .mb0-xl, .m.mb0-xl {
    margin-bottom: 0px !important;
  }
  .ml0-xl, .m.ml0-xl {
    margin-left: 0px !important;
  }
  .mx0-xl, .m.mx0-xl {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .my0-xl, .m.my0-xl {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mtn0-xl, .m.mtn0-xl {
    margin-top: 0px !important;
  }
  .mrn0-xl, .m.mrn0-xl {
    margin-right: 0px !important;
  }
  .mbn0-xl, .m.mbn0-xl {
    margin-bottom: 0px !important;
  }
  .mln0-xl, .m.mln0-xl {
    margin-left: 0px !important;
  }
  .mxn0-xl, .m.mxn0-xl {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .myn0-xl, .m.myn0-xl {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .p0-xl, .p.p0-xl {
    padding: 0px !important;
  }
  .pt0-xl, .p.pt0-xl {
    padding-top: 0px !important;
  }
  .pr0-xl, .p.pr0-xl {
    padding-right: 0px !important;
  }
  .pb0-xl, .p.pb0-xl {
    padding-bottom: 0px !important;
  }
  .pl0-xl, .p.pl0-xl {
    padding-left: 0px !important;
  }
  .px0-xl, .p.px0-xl {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .py0-xl, .p.py0-xl {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .m1-xl, .m.m1-xl {
    margin: 4px !important;
  }
  .mt1-xl, .m.mt1-xl {
    margin-top: 4px !important;
  }
  .mr1-xl, .m.mr1-xl {
    margin-right: 4px !important;
  }
  .mb1-xl, .m.mb1-xl {
    margin-bottom: 4px !important;
  }
  .ml1-xl, .m.ml1-xl {
    margin-left: 4px !important;
  }
  .mx1-xl, .m.mx1-xl {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my1-xl, .m.my1-xl {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mtn1-xl, .m.mtn1-xl {
    margin-top: -4px !important;
  }
  .mrn1-xl, .m.mrn1-xl {
    margin-right: -4px !important;
  }
  .mbn1-xl, .m.mbn1-xl {
    margin-bottom: -4px !important;
  }
  .mln1-xl, .m.mln1-xl {
    margin-left: -4px !important;
  }
  .mxn1-xl, .m.mxn1-xl {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
  .myn1-xl, .m.myn1-xl {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .p1-xl, .p.p1-xl {
    padding: 4px !important;
  }
  .pt1-xl, .p.pt1-xl {
    padding-top: 4px !important;
  }
  .pr1-xl, .p.pr1-xl {
    padding-right: 4px !important;
  }
  .pb1-xl, .p.pb1-xl {
    padding-bottom: 4px !important;
  }
  .pl1-xl, .p.pl1-xl {
    padding-left: 4px !important;
  }
  .px1-xl, .p.px1-xl {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py1-xl, .p.py1-xl {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .m2-xl, .m.m2-xl {
    margin: 8px !important;
  }
  .mt2-xl, .m.mt2-xl {
    margin-top: 8px !important;
  }
  .mr2-xl, .m.mr2-xl {
    margin-right: 8px !important;
  }
  .mb2-xl, .m.mb2-xl {
    margin-bottom: 8px !important;
  }
  .ml2-xl, .m.ml2-xl {
    margin-left: 8px !important;
  }
  .mx2-xl, .m.mx2-xl {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my2-xl, .m.my2-xl {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mtn2-xl, .m.mtn2-xl {
    margin-top: -8px !important;
  }
  .mrn2-xl, .m.mrn2-xl {
    margin-right: -8px !important;
  }
  .mbn2-xl, .m.mbn2-xl {
    margin-bottom: -8px !important;
  }
  .mln2-xl, .m.mln2-xl {
    margin-left: -8px !important;
  }
  .mxn2-xl, .m.mxn2-xl {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .myn2-xl, .m.myn2-xl {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .p2-xl, .p.p2-xl {
    padding: 8px !important;
  }
  .pt2-xl, .p.pt2-xl {
    padding-top: 8px !important;
  }
  .pr2-xl, .p.pr2-xl {
    padding-right: 8px !important;
  }
  .pb2-xl, .p.pb2-xl {
    padding-bottom: 8px !important;
  }
  .pl2-xl, .p.pl2-xl {
    padding-left: 8px !important;
  }
  .px2-xl, .p.px2-xl {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py2-xl, .p.py2-xl {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .m3-xl, .m.m3-xl {
    margin: 16px !important;
  }
  .mt3-xl, .m.mt3-xl {
    margin-top: 16px !important;
  }
  .mr3-xl, .m.mr3-xl {
    margin-right: 16px !important;
  }
  .mb3-xl, .m.mb3-xl {
    margin-bottom: 16px !important;
  }
  .ml3-xl, .m.ml3-xl {
    margin-left: 16px !important;
  }
  .mx3-xl, .m.mx3-xl {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my3-xl, .m.my3-xl {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mtn3-xl, .m.mtn3-xl {
    margin-top: -16px !important;
  }
  .mrn3-xl, .m.mrn3-xl {
    margin-right: -16px !important;
  }
  .mbn3-xl, .m.mbn3-xl {
    margin-bottom: -16px !important;
  }
  .mln3-xl, .m.mln3-xl {
    margin-left: -16px !important;
  }
  .mxn3-xl, .m.mxn3-xl {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .myn3-xl, .m.myn3-xl {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .p3-xl, .p.p3-xl {
    padding: 16px !important;
  }
  .pt3-xl, .p.pt3-xl {
    padding-top: 16px !important;
  }
  .pr3-xl, .p.pr3-xl {
    padding-right: 16px !important;
  }
  .pb3-xl, .p.pb3-xl {
    padding-bottom: 16px !important;
  }
  .pl3-xl, .p.pl3-xl {
    padding-left: 16px !important;
  }
  .px3-xl, .p.px3-xl {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py3-xl, .p.py3-xl {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .m4-xl, .m.m4-xl {
    margin: 24px !important;
  }
  .mt4-xl, .m.mt4-xl {
    margin-top: 24px !important;
  }
  .mr4-xl, .m.mr4-xl {
    margin-right: 24px !important;
  }
  .mb4-xl, .m.mb4-xl {
    margin-bottom: 24px !important;
  }
  .ml4-xl, .m.ml4-xl {
    margin-left: 24px !important;
  }
  .mx4-xl, .m.mx4-xl {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my4-xl, .m.my4-xl {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mtn4-xl, .m.mtn4-xl {
    margin-top: -24px !important;
  }
  .mrn4-xl, .m.mrn4-xl {
    margin-right: -24px !important;
  }
  .mbn4-xl, .m.mbn4-xl {
    margin-bottom: -24px !important;
  }
  .mln4-xl, .m.mln4-xl {
    margin-left: -24px !important;
  }
  .mxn4-xl, .m.mxn4-xl {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .myn4-xl, .m.myn4-xl {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .p4-xl, .p.p4-xl {
    padding: 24px !important;
  }
  .pt4-xl, .p.pt4-xl {
    padding-top: 24px !important;
  }
  .pr4-xl, .p.pr4-xl {
    padding-right: 24px !important;
  }
  .pb4-xl, .p.pb4-xl {
    padding-bottom: 24px !important;
  }
  .pl4-xl, .p.pl4-xl {
    padding-left: 24px !important;
  }
  .px4-xl, .p.px4-xl {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py4-xl, .p.py4-xl {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .m5-xl, .m.m5-xl {
    margin: 32px !important;
  }
  .mt5-xl, .m.mt5-xl {
    margin-top: 32px !important;
  }
  .mr5-xl, .m.mr5-xl {
    margin-right: 32px !important;
  }
  .mb5-xl, .m.mb5-xl {
    margin-bottom: 32px !important;
  }
  .ml5-xl, .m.ml5-xl {
    margin-left: 32px !important;
  }
  .mx5-xl, .m.mx5-xl {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my5-xl, .m.my5-xl {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mtn5-xl, .m.mtn5-xl {
    margin-top: -32px !important;
  }
  .mrn5-xl, .m.mrn5-xl {
    margin-right: -32px !important;
  }
  .mbn5-xl, .m.mbn5-xl {
    margin-bottom: -32px !important;
  }
  .mln5-xl, .m.mln5-xl {
    margin-left: -32px !important;
  }
  .mxn5-xl, .m.mxn5-xl {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
  .myn5-xl, .m.myn5-xl {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .p5-xl, .p.p5-xl {
    padding: 32px !important;
  }
  .pt5-xl, .p.pt5-xl {
    padding-top: 32px !important;
  }
  .pr5-xl, .p.pr5-xl {
    padding-right: 32px !important;
  }
  .pb5-xl, .p.pb5-xl {
    padding-bottom: 32px !important;
  }
  .pl5-xl, .p.pl5-xl {
    padding-left: 32px !important;
  }
  .px5-xl, .p.px5-xl {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py5-xl, .p.py5-xl {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .m6-xl, .m.m6-xl {
    margin: 48px !important;
  }
  .mt6-xl, .m.mt6-xl {
    margin-top: 48px !important;
  }
  .mr6-xl, .m.mr6-xl {
    margin-right: 48px !important;
  }
  .mb6-xl, .m.mb6-xl {
    margin-bottom: 48px !important;
  }
  .ml6-xl, .m.ml6-xl {
    margin-left: 48px !important;
  }
  .mx6-xl, .m.mx6-xl {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .my6-xl, .m.my6-xl {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mtn6-xl, .m.mtn6-xl {
    margin-top: -48px !important;
  }
  .mrn6-xl, .m.mrn6-xl {
    margin-right: -48px !important;
  }
  .mbn6-xl, .m.mbn6-xl {
    margin-bottom: -48px !important;
  }
  .mln6-xl, .m.mln6-xl {
    margin-left: -48px !important;
  }
  .mxn6-xl, .m.mxn6-xl {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
  .myn6-xl, .m.myn6-xl {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .p6-xl, .p.p6-xl {
    padding: 48px !important;
  }
  .pt6-xl, .p.pt6-xl {
    padding-top: 48px !important;
  }
  .pr6-xl, .p.pr6-xl {
    padding-right: 48px !important;
  }
  .pb6-xl, .p.pb6-xl {
    padding-bottom: 48px !important;
  }
  .pl6-xl, .p.pl6-xl {
    padding-left: 48px !important;
  }
  .px6-xl, .p.px6-xl {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .py6-xl, .p.py6-xl {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .m7-xl, .m.m7-xl {
    margin: 64px !important;
  }
  .mt7-xl, .m.mt7-xl {
    margin-top: 64px !important;
  }
  .mr7-xl, .m.mr7-xl {
    margin-right: 64px !important;
  }
  .mb7-xl, .m.mb7-xl {
    margin-bottom: 64px !important;
  }
  .ml7-xl, .m.ml7-xl {
    margin-left: 64px !important;
  }
  .mx7-xl, .m.mx7-xl {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .my7-xl, .m.my7-xl {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mtn7-xl, .m.mtn7-xl {
    margin-top: -64px !important;
  }
  .mrn7-xl, .m.mrn7-xl {
    margin-right: -64px !important;
  }
  .mbn7-xl, .m.mbn7-xl {
    margin-bottom: -64px !important;
  }
  .mln7-xl, .m.mln7-xl {
    margin-left: -64px !important;
  }
  .mxn7-xl, .m.mxn7-xl {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
  .myn7-xl, .m.myn7-xl {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .p7-xl, .p.p7-xl {
    padding: 64px !important;
  }
  .pt7-xl, .p.pt7-xl {
    padding-top: 64px !important;
  }
  .pr7-xl, .p.pr7-xl {
    padding-right: 64px !important;
  }
  .pb7-xl, .p.pb7-xl {
    padding-bottom: 64px !important;
  }
  .pl7-xl, .p.pl7-xl {
    padding-left: 64px !important;
  }
  .px7-xl, .p.px7-xl {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .py7-xl, .p.py7-xl {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .m8-xl, .m.m8-xl {
    margin: 72px !important;
  }
  .mt8-xl, .m.mt8-xl {
    margin-top: 72px !important;
  }
  .mr8-xl, .m.mr8-xl {
    margin-right: 72px !important;
  }
  .mb8-xl, .m.mb8-xl {
    margin-bottom: 72px !important;
  }
  .ml8-xl, .m.ml8-xl {
    margin-left: 72px !important;
  }
  .mx8-xl, .m.mx8-xl {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .my8-xl, .m.my8-xl {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .mtn8-xl, .m.mtn8-xl {
    margin-top: -72px !important;
  }
  .mrn8-xl, .m.mrn8-xl {
    margin-right: -72px !important;
  }
  .mbn8-xl, .m.mbn8-xl {
    margin-bottom: -72px !important;
  }
  .mln8-xl, .m.mln8-xl {
    margin-left: -72px !important;
  }
  .mxn8-xl, .m.mxn8-xl {
    margin-right: -72px !important;
    margin-left: -72px !important;
  }
  .myn8-xl, .m.myn8-xl {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .p8-xl, .p.p8-xl {
    padding: 72px !important;
  }
  .pt8-xl, .p.pt8-xl {
    padding-top: 72px !important;
  }
  .pr8-xl, .p.pr8-xl {
    padding-right: 72px !important;
  }
  .pb8-xl, .p.pb8-xl {
    padding-bottom: 72px !important;
  }
  .pl8-xl, .p.pl8-xl {
    padding-left: 72px !important;
  }
  .px8-xl, .p.px8-xl {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .py8-xl, .p.py8-xl {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .m9-xl, .m.m9-xl {
    margin: 80px !important;
  }
  .mt9-xl, .m.mt9-xl {
    margin-top: 80px !important;
  }
  .mr9-xl, .m.mr9-xl {
    margin-right: 80px !important;
  }
  .mb9-xl, .m.mb9-xl {
    margin-bottom: 80px !important;
  }
  .ml9-xl, .m.ml9-xl {
    margin-left: 80px !important;
  }
  .mx9-xl, .m.mx9-xl {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .my9-xl, .m.my9-xl {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mtn9-xl, .m.mtn9-xl {
    margin-top: -80px !important;
  }
  .mrn9-xl, .m.mrn9-xl {
    margin-right: -80px !important;
  }
  .mbn9-xl, .m.mbn9-xl {
    margin-bottom: -80px !important;
  }
  .mln9-xl, .m.mln9-xl {
    margin-left: -80px !important;
  }
  .mxn9-xl, .m.mxn9-xl {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .myn9-xl, .m.myn9-xl {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .p9-xl, .p.p9-xl {
    padding: 80px !important;
  }
  .pt9-xl, .p.pt9-xl {
    padding-top: 80px !important;
  }
  .pr9-xl, .p.pr9-xl {
    padding-right: 80px !important;
  }
  .pb9-xl, .p.pb9-xl {
    padding-bottom: 80px !important;
  }
  .pl9-xl, .p.pl9-xl {
    padding-left: 80px !important;
  }
  .px9-xl, .p.px9-xl {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py9-xl, .p.py9-xl {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .m10-xl, .m.m10-xl {
    margin: 96px !important;
  }
  .mt10-xl, .m.mt10-xl {
    margin-top: 96px !important;
  }
  .mr10-xl, .m.mr10-xl {
    margin-right: 96px !important;
  }
  .mb10-xl, .m.mb10-xl {
    margin-bottom: 96px !important;
  }
  .ml10-xl, .m.ml10-xl {
    margin-left: 96px !important;
  }
  .mx10-xl, .m.mx10-xl {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .my10-xl, .m.my10-xl {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mtn10-xl, .m.mtn10-xl {
    margin-top: -96px !important;
  }
  .mrn10-xl, .m.mrn10-xl {
    margin-right: -96px !important;
  }
  .mbn10-xl, .m.mbn10-xl {
    margin-bottom: -96px !important;
  }
  .mln10-xl, .m.mln10-xl {
    margin-left: -96px !important;
  }
  .mxn10-xl, .m.mxn10-xl {
    margin-right: -96px !important;
    margin-left: -96px !important;
  }
  .myn10-xl, .m.myn10-xl {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
  .p10-xl, .p.p10-xl {
    padding: 96px !important;
  }
  .pt10-xl, .p.pt10-xl {
    padding-top: 96px !important;
  }
  .pr10-xl, .p.pr10-xl {
    padding-right: 96px !important;
  }
  .pb10-xl, .p.pb10-xl {
    padding-bottom: 96px !important;
  }
  .pl10-xl, .p.pl10-xl {
    padding-left: 96px !important;
  }
  .px10-xl, .p.px10-xl {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .py10-xl, .p.py10-xl {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}
/* space_controll end */
/* size_controll start */
.wd10-xs {
  width: 10% !important;
  -ms-flex: 0 0 10% !important;
  flex: 0 0 10% !important;
  max-width: 10% !important;
}

.wd20-xs {
  width: 20% !important;
  -ms-flex: 0 0 20% !important;
  flex: 0 0 20% !important;
  max-width: 20% !important;
}

.wd25-xs {
  width: 25% !important;
  -ms-flex: 0 0 25% !important;
  flex: 0 0 25% !important;
  max-width: 25% !important;
}

.wd30-xs {
  width: 30% !important;
  -ms-flex: 0 0 30% !important;
  flex: 0 0 30% !important;
  max-width: 30% !important;
}

.wd33-xs {
  width: 33.3333333333% !important;
  -ms-flex: 0 0 33.3333333333% !important;
  flex: 0 0 33.3333333333% !important;
  max-width: 33.3333333333% !important;
}

.wd40-xs {
  width: 40% !important;
  -ms-flex: 0 0 40% !important;
  flex: 0 0 40% !important;
  max-width: 40% !important;
}

.wd50-xs {
  width: 50% !important;
  -ms-flex: 0 0 50% !important;
  flex: 0 0 50% !important;
  max-width: 50% !important;
}

.wd60-xs {
  width: 60% !important;
  -ms-flex: 0 0 60% !important;
  flex: 0 0 60% !important;
  max-width: 60% !important;
}

.wd66-xs {
  width: 66.6666666667% !important;
  -ms-flex: 0 0 66.6666666667% !important;
  flex: 0 0 66.6666666667% !important;
  max-width: 66.6666666667% !important;
}

.wd70-xs {
  width: 70% !important;
  -ms-flex: 0 0 70% !important;
  flex: 0 0 70% !important;
  max-width: 70% !important;
}

.wd75-xs {
  width: 75% !important;
  -ms-flex: 0 0 75% !important;
  flex: 0 0 75% !important;
  max-width: 75% !important;
}

.wd90-xs {
  width: 90% !important;
  -ms-flex: 0 0 90% !important;
  flex: 0 0 90% !important;
  max-width: 90% !important;
}

.wd100-xs {
  width: 100% !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

@media (min-width: 576px) {
  .wd10-sm {
    width: 10% !important;
    -ms-flex: 0 0 10% !important;
    flex: 0 0 10% !important;
    max-width: 10% !important;
  }
  .wd20-sm {
    width: 20% !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .wd25-sm {
    width: 25% !important;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .wd30-sm {
    width: 30% !important;
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    max-width: 30% !important;
  }
  .wd33-sm {
    width: 33.3333333333% !important;
    -ms-flex: 0 0 33.3333333333% !important;
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .wd40-sm {
    width: 40% !important;
    -ms-flex: 0 0 40% !important;
    flex: 0 0 40% !important;
    max-width: 40% !important;
  }
  .wd50-sm {
    width: 50% !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .wd60-sm {
    width: 60% !important;
    -ms-flex: 0 0 60% !important;
    flex: 0 0 60% !important;
    max-width: 60% !important;
  }
  .wd66-sm {
    width: 66.6666666667% !important;
    -ms-flex: 0 0 66.6666666667% !important;
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
  .wd70-sm {
    width: 70% !important;
    -ms-flex: 0 0 70% !important;
    flex: 0 0 70% !important;
    max-width: 70% !important;
  }
  .wd75-sm {
    width: 75% !important;
    -ms-flex: 0 0 75% !important;
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .wd90-sm {
    width: 90% !important;
    -ms-flex: 0 0 90% !important;
    flex: 0 0 90% !important;
    max-width: 90% !important;
  }
  .wd100-sm {
    width: 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .wd10-md {
    width: 10% !important;
    -ms-flex: 0 0 10% !important;
    flex: 0 0 10% !important;
    max-width: 10% !important;
  }
  .wd20-md {
    width: 20% !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .wd25-md {
    width: 25% !important;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .wd30-md {
    width: 30% !important;
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    max-width: 30% !important;
  }
  .wd33-md {
    width: 33.3333333333% !important;
    -ms-flex: 0 0 33.3333333333% !important;
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .wd40-md {
    width: 40% !important;
    -ms-flex: 0 0 40% !important;
    flex: 0 0 40% !important;
    max-width: 40% !important;
  }
  .wd50-md {
    width: 50% !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .wd60-md {
    width: 60% !important;
    -ms-flex: 0 0 60% !important;
    flex: 0 0 60% !important;
    max-width: 60% !important;
  }
  .wd66-md {
    width: 66.6666666667% !important;
    -ms-flex: 0 0 66.6666666667% !important;
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
  .wd70-md {
    width: 70% !important;
    -ms-flex: 0 0 70% !important;
    flex: 0 0 70% !important;
    max-width: 70% !important;
  }
  .wd75-md {
    width: 75% !important;
    -ms-flex: 0 0 75% !important;
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .wd90-md {
    width: 90% !important;
    -ms-flex: 0 0 90% !important;
    flex: 0 0 90% !important;
    max-width: 90% !important;
  }
  .wd100-md {
    width: 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  .wd10-lg {
    width: 10% !important;
    -ms-flex: 0 0 10% !important;
    flex: 0 0 10% !important;
    max-width: 10% !important;
  }
  .wd20-lg {
    width: 20% !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .wd25-lg {
    width: 25% !important;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .wd30-lg {
    width: 30% !important;
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    max-width: 30% !important;
  }
  .wd33-lg {
    width: 33.3333333333% !important;
    -ms-flex: 0 0 33.3333333333% !important;
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .wd40-lg {
    width: 40% !important;
    -ms-flex: 0 0 40% !important;
    flex: 0 0 40% !important;
    max-width: 40% !important;
  }
  .wd50-lg {
    width: 50% !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .wd60-lg {
    width: 60% !important;
    -ms-flex: 0 0 60% !important;
    flex: 0 0 60% !important;
    max-width: 60% !important;
  }
  .wd66-lg {
    width: 66.6666666667% !important;
    -ms-flex: 0 0 66.6666666667% !important;
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
  .wd70-lg {
    width: 70% !important;
    -ms-flex: 0 0 70% !important;
    flex: 0 0 70% !important;
    max-width: 70% !important;
  }
  .wd75-lg {
    width: 75% !important;
    -ms-flex: 0 0 75% !important;
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .wd90-lg {
    width: 90% !important;
    -ms-flex: 0 0 90% !important;
    flex: 0 0 90% !important;
    max-width: 90% !important;
  }
  .wd100-lg {
    width: 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .wd10-xl {
    width: 10% !important;
    -ms-flex: 0 0 10% !important;
    flex: 0 0 10% !important;
    max-width: 10% !important;
  }
  .wd20-xl {
    width: 20% !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .wd25-xl {
    width: 25% !important;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .wd30-xl {
    width: 30% !important;
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    max-width: 30% !important;
  }
  .wd33-xl {
    width: 33.3333333333% !important;
    -ms-flex: 0 0 33.3333333333% !important;
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .wd40-xl {
    width: 40% !important;
    -ms-flex: 0 0 40% !important;
    flex: 0 0 40% !important;
    max-width: 40% !important;
  }
  .wd50-xl {
    width: 50% !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .wd60-xl {
    width: 60% !important;
    -ms-flex: 0 0 60% !important;
    flex: 0 0 60% !important;
    max-width: 60% !important;
  }
  .wd66-xl {
    width: 66.6666666667% !important;
    -ms-flex: 0 0 66.6666666667% !important;
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
  .wd70-xl {
    width: 70% !important;
    -ms-flex: 0 0 70% !important;
    flex: 0 0 70% !important;
    max-width: 70% !important;
  }
  .wd75-xl {
    width: 75% !important;
    -ms-flex: 0 0 75% !important;
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .wd90-xl {
    width: 90% !important;
    -ms-flex: 0 0 90% !important;
    flex: 0 0 90% !important;
    max-width: 90% !important;
  }
  .wd100-xl {
    width: 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
/* size_controll end */
.lazyload {
  width: 100%;
}

.wpcf7-form div {
  margin-top: 0;
}/*# sourceMappingURL=style-user.css.map */