@charset "UTF-8";
/* 変数と関数
========================================== */
@font-face {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 100;
  src: url("../../fonts/avenir.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 800;
  src: url("../../fonts/avenir-black.ttf") format("truetype");
}
/* bootstrap
========================================== */
/*!
 * Bootstrap Grid v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 16px);
  padding-left: var(--bs-gutter-x, 16px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-1,
.gx-1 {
  --bs-gutter-x: 0.8rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.8rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 1.6rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 1.6rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 2.4rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 2.4rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 3.2rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 3.2rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 4rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 4rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 6.4rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 6.4rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 8rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 8rem;
}

.g-15,
.gx-15 {
  --bs-gutter-x: 12rem;
}

.g-15,
.gy-15 {
  --bs-gutter-y: 12rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.8rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.8rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 1.6rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 1.6rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 2.4rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 2.4rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 3.2rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 3.2rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 6.4rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 6.4rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 12rem;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 12rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.8rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.8rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 1.6rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 1.6rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 2.4rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 2.4rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 3.2rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 3.2rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 4rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 4rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 6.4rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 6.4rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 8rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 8rem;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 12rem;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 12rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.8rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.8rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 1.6rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 1.6rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 2.4rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 2.4rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 3.2rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 3.2rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 6.4rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 6.4rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 12rem;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 12rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 3.2rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 3.2rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 6.4rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 6.4rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 12rem;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 12rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-8 {
  margin: 6.4rem !important;
}

.m-10 {
  margin: 8rem !important;
}

.m-15 {
  margin: 12rem !important;
}

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

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

.mx-1 {
  margin-right: 0.8rem !important;
  margin-left: 0.8rem !important;
}

.mx-2 {
  margin-right: 1.6rem !important;
  margin-left: 1.6rem !important;
}

.mx-3 {
  margin-right: 2.4rem !important;
  margin-left: 2.4rem !important;
}

.mx-4 {
  margin-right: 3.2rem !important;
  margin-left: 3.2rem !important;
}

.mx-5 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-8 {
  margin-right: 6.4rem !important;
  margin-left: 6.4rem !important;
}

.mx-10 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.mx-15 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}

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

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

.my-1 {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

.my-2 {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}

.my-3 {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}

.my-4 {
  margin-top: 3.2rem !important;
  margin-bottom: 3.2rem !important;
}

.my-5 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-8 {
  margin-top: 6.4rem !important;
  margin-bottom: 6.4rem !important;
}

.my-10 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-15 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

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

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

.mt-1 {
  margin-top: 0.8rem !important;
}

.mt-2 {
  margin-top: 1.6rem !important;
}

.mt-3 {
  margin-top: 2.4rem !important;
}

.mt-4 {
  margin-top: 3.2rem !important;
}

.mt-5 {
  margin-top: 4rem !important;
}

.mt-8 {
  margin-top: 6.4rem !important;
}

.mt-10 {
  margin-top: 8rem !important;
}

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

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

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

.me-1 {
  margin-right: 0.8rem !important;
}

.me-2 {
  margin-right: 1.6rem !important;
}

.me-3 {
  margin-right: 2.4rem !important;
}

.me-4 {
  margin-right: 3.2rem !important;
}

.me-5 {
  margin-right: 4rem !important;
}

.me-8 {
  margin-right: 6.4rem !important;
}

.me-10 {
  margin-right: 8rem !important;
}

.me-15 {
  margin-right: 12rem !important;
}

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

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

.mb-1 {
  margin-bottom: 0.8rem !important;
}

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

.mb-3 {
  margin-bottom: 2.4rem !important;
}

.mb-4 {
  margin-bottom: 3.2rem !important;
}

.mb-5 {
  margin-bottom: 4rem !important;
}

.mb-8 {
  margin-bottom: 6.4rem !important;
}

.mb-10 {
  margin-bottom: 8rem !important;
}

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

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

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

.ms-1 {
  margin-left: 0.8rem !important;
}

.ms-2 {
  margin-left: 1.6rem !important;
}

.ms-3 {
  margin-left: 2.4rem !important;
}

.ms-4 {
  margin-left: 3.2rem !important;
}

.ms-5 {
  margin-left: 4rem !important;
}

.ms-8 {
  margin-left: 6.4rem !important;
}

.ms-10 {
  margin-left: 8rem !important;
}

.ms-15 {
  margin-left: 12rem !important;
}

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

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

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

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

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

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

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

.p-8 {
  padding: 6.4rem !important;
}

.p-10 {
  padding: 8rem !important;
}

.p-15 {
  padding: 12rem !important;
}

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

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

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

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

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

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

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

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

.px-15 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

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

.py-1 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.py-2 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.py-3 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.py-4 {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}

.py-5 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-8 {
  padding-top: 6.4rem !important;
  padding-bottom: 6.4rem !important;
}

.py-10 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-15 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

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

.pt-1 {
  padding-top: 0.8rem !important;
}

.pt-2 {
  padding-top: 1.6rem !important;
}

.pt-3 {
  padding-top: 2.4rem !important;
}

.pt-4 {
  padding-top: 3.2rem !important;
}

.pt-5 {
  padding-top: 4rem !important;
}

.pt-8 {
  padding-top: 6.4rem !important;
}

.pt-10 {
  padding-top: 8rem !important;
}

.pt-15 {
  padding-top: 12rem !important;
}

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

.pe-1 {
  padding-right: 0.8rem !important;
}

.pe-2 {
  padding-right: 1.6rem !important;
}

.pe-3 {
  padding-right: 2.4rem !important;
}

.pe-4 {
  padding-right: 3.2rem !important;
}

.pe-5 {
  padding-right: 4rem !important;
}

.pe-8 {
  padding-right: 6.4rem !important;
}

.pe-10 {
  padding-right: 8rem !important;
}

.pe-15 {
  padding-right: 12rem !important;
}

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

.pb-1 {
  padding-bottom: 0.8rem !important;
}

.pb-2 {
  padding-bottom: 1.6rem !important;
}

.pb-3 {
  padding-bottom: 2.4rem !important;
}

.pb-4 {
  padding-bottom: 3.2rem !important;
}

.pb-5 {
  padding-bottom: 4rem !important;
}

.pb-8 {
  padding-bottom: 6.4rem !important;
}

.pb-10 {
  padding-bottom: 8rem !important;
}

.pb-15 {
  padding-bottom: 12rem !important;
}

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

.ps-1 {
  padding-left: 0.8rem !important;
}

.ps-2 {
  padding-left: 1.6rem !important;
}

.ps-3 {
  padding-left: 2.4rem !important;
}

.ps-4 {
  padding-left: 3.2rem !important;
}

.ps-5 {
  padding-left: 4rem !important;
}

.ps-8 {
  padding-left: 6.4rem !important;
}

.ps-10 {
  padding-left: 8rem !important;
}

.ps-15 {
  padding-left: 12rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.8rem !important;
  }
  .m-sm-2 {
    margin: 1.6rem !important;
  }
  .m-sm-3 {
    margin: 2.4rem !important;
  }
  .m-sm-4 {
    margin: 3.2rem !important;
  }
  .m-sm-5 {
    margin: 4rem !important;
  }
  .m-sm-8 {
    margin: 6.4rem !important;
  }
  .m-sm-10 {
    margin: 8rem !important;
  }
  .m-sm-15 {
    margin: 12rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-sm-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-sm-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-sm-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-sm-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-8 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-sm-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-15 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-sm-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-sm-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-sm-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-sm-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-sm-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-15 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.8rem !important;
  }
  .mt-sm-2 {
    margin-top: 1.6rem !important;
  }
  .mt-sm-3 {
    margin-top: 2.4rem !important;
  }
  .mt-sm-4 {
    margin-top: 3.2rem !important;
  }
  .mt-sm-5 {
    margin-top: 4rem !important;
  }
  .mt-sm-8 {
    margin-top: 6.4rem !important;
  }
  .mt-sm-10 {
    margin-top: 8rem !important;
  }
  .mt-sm-15 {
    margin-top: 12rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.8rem !important;
  }
  .me-sm-2 {
    margin-right: 1.6rem !important;
  }
  .me-sm-3 {
    margin-right: 2.4rem !important;
  }
  .me-sm-4 {
    margin-right: 3.2rem !important;
  }
  .me-sm-5 {
    margin-right: 4rem !important;
  }
  .me-sm-8 {
    margin-right: 6.4rem !important;
  }
  .me-sm-10 {
    margin-right: 8rem !important;
  }
  .me-sm-15 {
    margin-right: 12rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.8rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 1.6rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 2.4rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 3.2rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 6.4rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 12rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.8rem !important;
  }
  .ms-sm-2 {
    margin-left: 1.6rem !important;
  }
  .ms-sm-3 {
    margin-left: 2.4rem !important;
  }
  .ms-sm-4 {
    margin-left: 3.2rem !important;
  }
  .ms-sm-5 {
    margin-left: 4rem !important;
  }
  .ms-sm-8 {
    margin-left: 6.4rem !important;
  }
  .ms-sm-10 {
    margin-left: 8rem !important;
  }
  .ms-sm-15 {
    margin-left: 12rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.8rem !important;
  }
  .p-sm-2 {
    padding: 1.6rem !important;
  }
  .p-sm-3 {
    padding: 2.4rem !important;
  }
  .p-sm-4 {
    padding: 3.2rem !important;
  }
  .p-sm-5 {
    padding: 4rem !important;
  }
  .p-sm-8 {
    padding: 6.4rem !important;
  }
  .p-sm-10 {
    padding: 8rem !important;
  }
  .p-sm-15 {
    padding: 12rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-sm-2 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-sm-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-sm-4 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-sm-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-8 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .px-sm-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-15 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-sm-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-sm-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-sm-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-sm-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-8 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .py-sm-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-15 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.8rem !important;
  }
  .pt-sm-2 {
    padding-top: 1.6rem !important;
  }
  .pt-sm-3 {
    padding-top: 2.4rem !important;
  }
  .pt-sm-4 {
    padding-top: 3.2rem !important;
  }
  .pt-sm-5 {
    padding-top: 4rem !important;
  }
  .pt-sm-8 {
    padding-top: 6.4rem !important;
  }
  .pt-sm-10 {
    padding-top: 8rem !important;
  }
  .pt-sm-15 {
    padding-top: 12rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.8rem !important;
  }
  .pe-sm-2 {
    padding-right: 1.6rem !important;
  }
  .pe-sm-3 {
    padding-right: 2.4rem !important;
  }
  .pe-sm-4 {
    padding-right: 3.2rem !important;
  }
  .pe-sm-5 {
    padding-right: 4rem !important;
  }
  .pe-sm-8 {
    padding-right: 6.4rem !important;
  }
  .pe-sm-10 {
    padding-right: 8rem !important;
  }
  .pe-sm-15 {
    padding-right: 12rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.8rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 1.6rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 2.4rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 3.2rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 6.4rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 12rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.8rem !important;
  }
  .ps-sm-2 {
    padding-left: 1.6rem !important;
  }
  .ps-sm-3 {
    padding-left: 2.4rem !important;
  }
  .ps-sm-4 {
    padding-left: 3.2rem !important;
  }
  .ps-sm-5 {
    padding-left: 4rem !important;
  }
  .ps-sm-8 {
    padding-left: 6.4rem !important;
  }
  .ps-sm-10 {
    padding-left: 8rem !important;
  }
  .ps-sm-15 {
    padding-left: 12rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.8rem !important;
  }
  .m-md-2 {
    margin: 1.6rem !important;
  }
  .m-md-3 {
    margin: 2.4rem !important;
  }
  .m-md-4 {
    margin: 3.2rem !important;
  }
  .m-md-5 {
    margin: 4rem !important;
  }
  .m-md-8 {
    margin: 6.4rem !important;
  }
  .m-md-10 {
    margin: 8rem !important;
  }
  .m-md-15 {
    margin: 12rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-md-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-md-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-md-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-md-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-8 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-md-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-15 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-md-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-md-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-md-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-md-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-md-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-15 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.8rem !important;
  }
  .mt-md-2 {
    margin-top: 1.6rem !important;
  }
  .mt-md-3 {
    margin-top: 2.4rem !important;
  }
  .mt-md-4 {
    margin-top: 3.2rem !important;
  }
  .mt-md-5 {
    margin-top: 4rem !important;
  }
  .mt-md-8 {
    margin-top: 6.4rem !important;
  }
  .mt-md-10 {
    margin-top: 8rem !important;
  }
  .mt-md-15 {
    margin-top: 12rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.8rem !important;
  }
  .me-md-2 {
    margin-right: 1.6rem !important;
  }
  .me-md-3 {
    margin-right: 2.4rem !important;
  }
  .me-md-4 {
    margin-right: 3.2rem !important;
  }
  .me-md-5 {
    margin-right: 4rem !important;
  }
  .me-md-8 {
    margin-right: 6.4rem !important;
  }
  .me-md-10 {
    margin-right: 8rem !important;
  }
  .me-md-15 {
    margin-right: 12rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.8rem !important;
  }
  .mb-md-2 {
    margin-bottom: 1.6rem !important;
  }
  .mb-md-3 {
    margin-bottom: 2.4rem !important;
  }
  .mb-md-4 {
    margin-bottom: 3.2rem !important;
  }
  .mb-md-5 {
    margin-bottom: 4rem !important;
  }
  .mb-md-8 {
    margin-bottom: 6.4rem !important;
  }
  .mb-md-10 {
    margin-bottom: 8rem !important;
  }
  .mb-md-15 {
    margin-bottom: 12rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.8rem !important;
  }
  .ms-md-2 {
    margin-left: 1.6rem !important;
  }
  .ms-md-3 {
    margin-left: 2.4rem !important;
  }
  .ms-md-4 {
    margin-left: 3.2rem !important;
  }
  .ms-md-5 {
    margin-left: 4rem !important;
  }
  .ms-md-8 {
    margin-left: 6.4rem !important;
  }
  .ms-md-10 {
    margin-left: 8rem !important;
  }
  .ms-md-15 {
    margin-left: 12rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.8rem !important;
  }
  .p-md-2 {
    padding: 1.6rem !important;
  }
  .p-md-3 {
    padding: 2.4rem !important;
  }
  .p-md-4 {
    padding: 3.2rem !important;
  }
  .p-md-5 {
    padding: 4rem !important;
  }
  .p-md-8 {
    padding: 6.4rem !important;
  }
  .p-md-10 {
    padding: 8rem !important;
  }
  .p-md-15 {
    padding: 12rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-md-2 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-md-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-md-4 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-md-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-8 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .px-md-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-15 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-md-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-md-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-md-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-md-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-8 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .py-md-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-15 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.8rem !important;
  }
  .pt-md-2 {
    padding-top: 1.6rem !important;
  }
  .pt-md-3 {
    padding-top: 2.4rem !important;
  }
  .pt-md-4 {
    padding-top: 3.2rem !important;
  }
  .pt-md-5 {
    padding-top: 4rem !important;
  }
  .pt-md-8 {
    padding-top: 6.4rem !important;
  }
  .pt-md-10 {
    padding-top: 8rem !important;
  }
  .pt-md-15 {
    padding-top: 12rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.8rem !important;
  }
  .pe-md-2 {
    padding-right: 1.6rem !important;
  }
  .pe-md-3 {
    padding-right: 2.4rem !important;
  }
  .pe-md-4 {
    padding-right: 3.2rem !important;
  }
  .pe-md-5 {
    padding-right: 4rem !important;
  }
  .pe-md-8 {
    padding-right: 6.4rem !important;
  }
  .pe-md-10 {
    padding-right: 8rem !important;
  }
  .pe-md-15 {
    padding-right: 12rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.8rem !important;
  }
  .pb-md-2 {
    padding-bottom: 1.6rem !important;
  }
  .pb-md-3 {
    padding-bottom: 2.4rem !important;
  }
  .pb-md-4 {
    padding-bottom: 3.2rem !important;
  }
  .pb-md-5 {
    padding-bottom: 4rem !important;
  }
  .pb-md-8 {
    padding-bottom: 6.4rem !important;
  }
  .pb-md-10 {
    padding-bottom: 8rem !important;
  }
  .pb-md-15 {
    padding-bottom: 12rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.8rem !important;
  }
  .ps-md-2 {
    padding-left: 1.6rem !important;
  }
  .ps-md-3 {
    padding-left: 2.4rem !important;
  }
  .ps-md-4 {
    padding-left: 3.2rem !important;
  }
  .ps-md-5 {
    padding-left: 4rem !important;
  }
  .ps-md-8 {
    padding-left: 6.4rem !important;
  }
  .ps-md-10 {
    padding-left: 8rem !important;
  }
  .ps-md-15 {
    padding-left: 12rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.8rem !important;
  }
  .m-lg-2 {
    margin: 1.6rem !important;
  }
  .m-lg-3 {
    margin: 2.4rem !important;
  }
  .m-lg-4 {
    margin: 3.2rem !important;
  }
  .m-lg-5 {
    margin: 4rem !important;
  }
  .m-lg-8 {
    margin: 6.4rem !important;
  }
  .m-lg-10 {
    margin: 8rem !important;
  }
  .m-lg-15 {
    margin: 12rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-lg-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-lg-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-lg-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-lg-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-8 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-lg-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-15 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-lg-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-lg-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-lg-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-lg-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-lg-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-15 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.8rem !important;
  }
  .mt-lg-2 {
    margin-top: 1.6rem !important;
  }
  .mt-lg-3 {
    margin-top: 2.4rem !important;
  }
  .mt-lg-4 {
    margin-top: 3.2rem !important;
  }
  .mt-lg-5 {
    margin-top: 4rem !important;
  }
  .mt-lg-8 {
    margin-top: 6.4rem !important;
  }
  .mt-lg-10 {
    margin-top: 8rem !important;
  }
  .mt-lg-15 {
    margin-top: 12rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.8rem !important;
  }
  .me-lg-2 {
    margin-right: 1.6rem !important;
  }
  .me-lg-3 {
    margin-right: 2.4rem !important;
  }
  .me-lg-4 {
    margin-right: 3.2rem !important;
  }
  .me-lg-5 {
    margin-right: 4rem !important;
  }
  .me-lg-8 {
    margin-right: 6.4rem !important;
  }
  .me-lg-10 {
    margin-right: 8rem !important;
  }
  .me-lg-15 {
    margin-right: 12rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.8rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 1.6rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 2.4rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 3.2rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 6.4rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 12rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.8rem !important;
  }
  .ms-lg-2 {
    margin-left: 1.6rem !important;
  }
  .ms-lg-3 {
    margin-left: 2.4rem !important;
  }
  .ms-lg-4 {
    margin-left: 3.2rem !important;
  }
  .ms-lg-5 {
    margin-left: 4rem !important;
  }
  .ms-lg-8 {
    margin-left: 6.4rem !important;
  }
  .ms-lg-10 {
    margin-left: 8rem !important;
  }
  .ms-lg-15 {
    margin-left: 12rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.8rem !important;
  }
  .p-lg-2 {
    padding: 1.6rem !important;
  }
  .p-lg-3 {
    padding: 2.4rem !important;
  }
  .p-lg-4 {
    padding: 3.2rem !important;
  }
  .p-lg-5 {
    padding: 4rem !important;
  }
  .p-lg-8 {
    padding: 6.4rem !important;
  }
  .p-lg-10 {
    padding: 8rem !important;
  }
  .p-lg-15 {
    padding: 12rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-lg-2 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-lg-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-lg-4 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-lg-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-8 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .px-lg-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-15 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-lg-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-lg-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-lg-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-lg-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-8 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .py-lg-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-15 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.8rem !important;
  }
  .pt-lg-2 {
    padding-top: 1.6rem !important;
  }
  .pt-lg-3 {
    padding-top: 2.4rem !important;
  }
  .pt-lg-4 {
    padding-top: 3.2rem !important;
  }
  .pt-lg-5 {
    padding-top: 4rem !important;
  }
  .pt-lg-8 {
    padding-top: 6.4rem !important;
  }
  .pt-lg-10 {
    padding-top: 8rem !important;
  }
  .pt-lg-15 {
    padding-top: 12rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.8rem !important;
  }
  .pe-lg-2 {
    padding-right: 1.6rem !important;
  }
  .pe-lg-3 {
    padding-right: 2.4rem !important;
  }
  .pe-lg-4 {
    padding-right: 3.2rem !important;
  }
  .pe-lg-5 {
    padding-right: 4rem !important;
  }
  .pe-lg-8 {
    padding-right: 6.4rem !important;
  }
  .pe-lg-10 {
    padding-right: 8rem !important;
  }
  .pe-lg-15 {
    padding-right: 12rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.8rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 1.6rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 2.4rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 3.2rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 6.4rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 12rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.8rem !important;
  }
  .ps-lg-2 {
    padding-left: 1.6rem !important;
  }
  .ps-lg-3 {
    padding-left: 2.4rem !important;
  }
  .ps-lg-4 {
    padding-left: 3.2rem !important;
  }
  .ps-lg-5 {
    padding-left: 4rem !important;
  }
  .ps-lg-8 {
    padding-left: 6.4rem !important;
  }
  .ps-lg-10 {
    padding-left: 8rem !important;
  }
  .ps-lg-15 {
    padding-left: 12rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.8rem !important;
  }
  .m-xl-2 {
    margin: 1.6rem !important;
  }
  .m-xl-3 {
    margin: 2.4rem !important;
  }
  .m-xl-4 {
    margin: 3.2rem !important;
  }
  .m-xl-5 {
    margin: 4rem !important;
  }
  .m-xl-8 {
    margin: 6.4rem !important;
  }
  .m-xl-10 {
    margin: 8rem !important;
  }
  .m-xl-15 {
    margin: 12rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-xl-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-xl-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-xl-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-xl-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-8 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-xl-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-15 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-xl-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-xl-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xl-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-xl-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-xl-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-15 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.8rem !important;
  }
  .mt-xl-2 {
    margin-top: 1.6rem !important;
  }
  .mt-xl-3 {
    margin-top: 2.4rem !important;
  }
  .mt-xl-4 {
    margin-top: 3.2rem !important;
  }
  .mt-xl-5 {
    margin-top: 4rem !important;
  }
  .mt-xl-8 {
    margin-top: 6.4rem !important;
  }
  .mt-xl-10 {
    margin-top: 8rem !important;
  }
  .mt-xl-15 {
    margin-top: 12rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.8rem !important;
  }
  .me-xl-2 {
    margin-right: 1.6rem !important;
  }
  .me-xl-3 {
    margin-right: 2.4rem !important;
  }
  .me-xl-4 {
    margin-right: 3.2rem !important;
  }
  .me-xl-5 {
    margin-right: 4rem !important;
  }
  .me-xl-8 {
    margin-right: 6.4rem !important;
  }
  .me-xl-10 {
    margin-right: 8rem !important;
  }
  .me-xl-15 {
    margin-right: 12rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.8rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 1.6rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 3.2rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 6.4rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 12rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.8rem !important;
  }
  .ms-xl-2 {
    margin-left: 1.6rem !important;
  }
  .ms-xl-3 {
    margin-left: 2.4rem !important;
  }
  .ms-xl-4 {
    margin-left: 3.2rem !important;
  }
  .ms-xl-5 {
    margin-left: 4rem !important;
  }
  .ms-xl-8 {
    margin-left: 6.4rem !important;
  }
  .ms-xl-10 {
    margin-left: 8rem !important;
  }
  .ms-xl-15 {
    margin-left: 12rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.8rem !important;
  }
  .p-xl-2 {
    padding: 1.6rem !important;
  }
  .p-xl-3 {
    padding: 2.4rem !important;
  }
  .p-xl-4 {
    padding: 3.2rem !important;
  }
  .p-xl-5 {
    padding: 4rem !important;
  }
  .p-xl-8 {
    padding: 6.4rem !important;
  }
  .p-xl-10 {
    padding: 8rem !important;
  }
  .p-xl-15 {
    padding: 12rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-xl-2 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-xl-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-xl-4 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-xl-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-8 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .px-xl-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-15 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xl-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-xl-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xl-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-xl-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-8 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .py-xl-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-15 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.8rem !important;
  }
  .pt-xl-2 {
    padding-top: 1.6rem !important;
  }
  .pt-xl-3 {
    padding-top: 2.4rem !important;
  }
  .pt-xl-4 {
    padding-top: 3.2rem !important;
  }
  .pt-xl-5 {
    padding-top: 4rem !important;
  }
  .pt-xl-8 {
    padding-top: 6.4rem !important;
  }
  .pt-xl-10 {
    padding-top: 8rem !important;
  }
  .pt-xl-15 {
    padding-top: 12rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.8rem !important;
  }
  .pe-xl-2 {
    padding-right: 1.6rem !important;
  }
  .pe-xl-3 {
    padding-right: 2.4rem !important;
  }
  .pe-xl-4 {
    padding-right: 3.2rem !important;
  }
  .pe-xl-5 {
    padding-right: 4rem !important;
  }
  .pe-xl-8 {
    padding-right: 6.4rem !important;
  }
  .pe-xl-10 {
    padding-right: 8rem !important;
  }
  .pe-xl-15 {
    padding-right: 12rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 1.6rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 3.2rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 6.4rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 12rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.8rem !important;
  }
  .ps-xl-2 {
    padding-left: 1.6rem !important;
  }
  .ps-xl-3 {
    padding-left: 2.4rem !important;
  }
  .ps-xl-4 {
    padding-left: 3.2rem !important;
  }
  .ps-xl-5 {
    padding-left: 4rem !important;
  }
  .ps-xl-8 {
    padding-left: 6.4rem !important;
  }
  .ps-xl-10 {
    padding-left: 8rem !important;
  }
  .ps-xl-15 {
    padding-left: 12rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*!
 * Bootstrap Reboot v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  font-size: 62.5%;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: calc(1.285rem + 0.42vw);
}
@media (min-width: 1200px) {
  body {
    font-size: 1.6rem;
  }
}
body {
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

hr {
  margin: 0.8rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.4rem;
  font-weight: 500;
  line-height: 1.6;
  color: #222222;
  letter-spacing: 0.05em;
}

h1 {
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: calc(1.445rem + 2.34vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 3.2rem;
  }
}

h3 {
  font-size: calc(1.405rem + 1.86vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2.8rem;
  }
}

h4 {
  font-size: calc(1.365rem + 1.38vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 2.4rem;
  }
}

h5 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h5 {
    font-size: 2rem;
  }
}

h6 {
  font-size: calc(1.285rem + 0.42vw);
}
@media (min-width: 1200px) {
  h6 {
    font-size: 1.6rem;
  }
}

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

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

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgb(0, 4, 3.8490566038);
  text-decoration: underline;
}
a:hover {
  color: black;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend {
  line-height: inherit;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/* 基礎設定
========================================== */
/*
* General Settings
*/
body {
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "Meiryo", sans-serif;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
a img {
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
a img:hover {
  opacity: 0.6;
}

nav ol,
nav ul,
nav li {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin-bottom: 1.3em;
}

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

svg {
  width: 1em;
  height: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
  margin-top: 2em;
  font-weight: 400;
}

.container-xl {
  max-width: 1472px;
}
.container-lg {
  max-width: 1232px;
}
.container-md {
  max-width: 1152px;
}
.container-sm {
  max-width: 1012px;
}
.container-ss {
  max-width: 844px;
}
.container-sss {
  max-width: 760px;
}

.section::-webkit-scrollbar {
  width: 16px;
}

.section::-webkit-scrollbar-track {
  background-color: #20807d;
  border-radius: 100px;
}

.section::-webkit-scrollbar-thumb {
  background-color: #20807d;
  border-radius: 100px;
}

.modaal-video-wrap {
  margin: auto !important;
}

@media (max-width: 992px) {
  .modaal-gallery-control {
    -webkit-transform: scale(0.8) !important;
    transform: scale(0.8) !important;
  }
}

@media (min-width: 992.02px) {
  .modaal-image .modaal-container {
    max-width: 80% !important;
  }
}
.modaal-image .modaal-container {
  margin: auto;
}

@media (max-width: 992px) {
  .modaal-content-container {
    padding: 10px 10px 2px !important;
  }
}

@media (max-width: 992px) {
  .modaal-wrapper * {
    width: 100%;
  }
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #006a66;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #222222;
  display: block;
  font-size: 14rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*
* Animation Settings
*/
.lazyload {
  opacity: 0;
}

.lazy-loaded {
  opacity: 1;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.js-in {
  opacity: 0;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.js-in.is-active {
  opacity: 1 !important;
}
.js-in--up {
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
}
.js-in--up.is-active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.js-in--right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.js-in--right.is-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.js-in--left {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.js-in--left.is-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.a-blinking {
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}

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

@keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* テーマ用SCSS
========================================== */
.u-bg--post-full {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.u-bg--main-color {
  background: #e8f2f2;
}
.u-bg--main-pattern {
  background-repeat: no-repeat;
  background-size: cover;
}
.u-bg--aspect-16-_-9 {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.u-bg--aspect-4-_-3 {
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
}
.u-bg--aspect-50-_-71 {
  aspect-ratio: 50/71;
  width: 100%;
  height: 100%;
}
.u-bg--aspect-cinema {
  aspect-ratio: 2.35/1;
  width: 100%;
  height: 100%;
}

.u-f-color--primary {
  color: #006a66 !important;
}
.u-f-color--yellow {
  color: #006a66 !important;
}
.u-f-color--red {
  color: #006a66 !important;
}
.u-f-color--green {
  color: #006a66 !important;
}
.u-f-size--xs {
  font-size: 1.2rem !important;
}
.u-f-size--sm {
  font-size: 1.4rem !important;
}
.u-f-size--default {
  font-size: 1.6rem !important;
}
.u-f-size--lg {
  font-size: 1.8rem !important;
}
.u-f-size--h1 {
  font-size: 4rem;
}
.u-f-size--h2 {
  font-size: 3.2rem;
}
.u-f-size--h3 {
  font-size: 2.8rem;
}
.u-f-size--h4 {
  font-size: 2.4rem;
}
.u-f-size--h5 {
  font-size: 2rem;
}
.u-f-size--h6 {
  font-size: 1.6rem;
}
.u-f-weight--w7 {
  font-weight: 700;
}
.u-f-weight--w5 {
  font-weight: 500;
}
.u-f-weight--w4 {
  font-weight: 400;
}
.u-f-family--webfont {
  font-family: "Quicksand", sans-serif;
}

.u-m--top--0 {
  margin-top: 0 !important;
}
.u-m--top--1px {
  margin-top: 1px !important;
}
.u-m--top--2px {
  margin-top: 2px !important;
}
.u-m--top--3px {
  margin-top: 3px !important;
}
.u-m--top--4px {
  margin-top: 4px !important;
}
.u-m--top--5px {
  margin-top: 5px !important;
}
.u-m--top--6px {
  margin-top: 6px !important;
}
.u-m--top--7px {
  margin-top: 7px !important;
}
.u-m--top--8px {
  margin-top: 8px !important;
}
.u-m--top--9px {
  margin-top: 9px !important;
}
.u-m--top--10px {
  margin-top: 10px !important;
}
.u-m--top--11px {
  margin-top: 11px !important;
}
.u-m--top--12px {
  margin-top: 12px !important;
}
.u-m--top--13px {
  margin-top: 13px !important;
}
.u-m--top--14px {
  margin-top: 14px !important;
}
.u-m--top--15px {
  margin-top: 15px !important;
}
.u-m--top--16px {
  margin-top: 16px !important;
}
.u-m--top--17px {
  margin-top: 17px !important;
}
.u-m--top--18px {
  margin-top: 18px !important;
}
.u-m--top--19px {
  margin-top: 19px !important;
}
.u-m--top--20px {
  margin-top: 20px !important;
}
.u-m--top--21px {
  margin-top: 21px !important;
}
.u-m--top--22px {
  margin-top: 22px !important;
}
.u-m--top--23px {
  margin-top: 23px !important;
}
.u-m--top--24px {
  margin-top: 24px !important;
}
.u-m--top--25px {
  margin-top: 25px !important;
}
.u-m--top--26px {
  margin-top: 26px !important;
}
.u-m--top--27px {
  margin-top: 27px !important;
}
.u-m--top--28px {
  margin-top: 28px !important;
}
.u-m--top--29px {
  margin-top: 29px !important;
}
.u-m--top--30px {
  margin-top: 30px !important;
}
.u-m--top--31px {
  margin-top: 31px !important;
}
.u-m--top--32px {
  margin-top: 32px !important;
}
.u-m--top--33px {
  margin-top: 33px !important;
}
.u-m--top--34px {
  margin-top: 34px !important;
}
.u-m--top--35px {
  margin-top: 35px !important;
}
.u-m--top--36px {
  margin-top: 36px !important;
}
.u-m--top--37px {
  margin-top: 37px !important;
}
.u-m--top--38px {
  margin-top: 38px !important;
}
.u-m--top--39px {
  margin-top: 39px !important;
}
.u-m--top--40px {
  margin-top: 40px !important;
}
.u-m--top--41px {
  margin-top: 41px !important;
}
.u-m--top--42px {
  margin-top: 42px !important;
}
.u-m--top--43px {
  margin-top: 43px !important;
}
.u-m--top--44px {
  margin-top: 44px !important;
}
.u-m--top--45px {
  margin-top: 45px !important;
}
.u-m--top--46px {
  margin-top: 46px !important;
}
.u-m--top--47px {
  margin-top: 47px !important;
}
.u-m--top--48px {
  margin-top: 48px !important;
}
.u-m--top--49px {
  margin-top: 49px !important;
}
.u-m--top--50px {
  margin-top: 50px !important;
}
.u-m--top--51px {
  margin-top: 51px !important;
}
.u-m--top--52px {
  margin-top: 52px !important;
}
.u-m--top--53px {
  margin-top: 53px !important;
}
.u-m--top--54px {
  margin-top: 54px !important;
}
.u-m--top--55px {
  margin-top: 55px !important;
}
.u-m--top--56px {
  margin-top: 56px !important;
}
.u-m--top--57px {
  margin-top: 57px !important;
}
.u-m--top--58px {
  margin-top: 58px !important;
}
.u-m--top--59px {
  margin-top: 59px !important;
}
.u-m--top--60px {
  margin-top: 60px !important;
}
.u-m--top--61px {
  margin-top: 61px !important;
}
.u-m--top--62px {
  margin-top: 62px !important;
}
.u-m--top--63px {
  margin-top: 63px !important;
}
.u-m--top--64px {
  margin-top: 64px !important;
}
.u-m--top--65px {
  margin-top: 65px !important;
}
.u-m--top--66px {
  margin-top: 66px !important;
}
.u-m--top--67px {
  margin-top: 67px !important;
}
.u-m--top--68px {
  margin-top: 68px !important;
}
.u-m--top--69px {
  margin-top: 69px !important;
}
.u-m--top--70px {
  margin-top: 70px !important;
}
.u-m--top--71px {
  margin-top: 71px !important;
}
.u-m--top--72px {
  margin-top: 72px !important;
}
.u-m--top--73px {
  margin-top: 73px !important;
}
.u-m--top--74px {
  margin-top: 74px !important;
}
.u-m--top--75px {
  margin-top: 75px !important;
}
.u-m--top--76px {
  margin-top: 76px !important;
}
.u-m--top--77px {
  margin-top: 77px !important;
}
.u-m--top--78px {
  margin-top: 78px !important;
}
.u-m--top--79px {
  margin-top: 79px !important;
}
.u-m--top--80px {
  margin-top: 80px !important;
}
.u-m--top--81px {
  margin-top: 81px !important;
}
.u-m--top--82px {
  margin-top: 82px !important;
}
.u-m--top--83px {
  margin-top: 83px !important;
}
.u-m--top--84px {
  margin-top: 84px !important;
}
.u-m--top--85px {
  margin-top: 85px !important;
}
.u-m--top--86px {
  margin-top: 86px !important;
}
.u-m--top--87px {
  margin-top: 87px !important;
}
.u-m--top--88px {
  margin-top: 88px !important;
}
.u-m--top--89px {
  margin-top: 89px !important;
}
.u-m--top--90px {
  margin-top: 90px !important;
}
.u-m--top--91px {
  margin-top: 91px !important;
}
.u-m--top--92px {
  margin-top: 92px !important;
}
.u-m--top--93px {
  margin-top: 93px !important;
}
.u-m--top--94px {
  margin-top: 94px !important;
}
.u-m--top--95px {
  margin-top: 95px !important;
}
.u-m--top--96px {
  margin-top: 96px !important;
}
.u-m--top--97px {
  margin-top: 97px !important;
}
.u-m--top--98px {
  margin-top: 98px !important;
}
.u-m--top--99px {
  margin-top: 99px !important;
}
.u-m--top--100px {
  margin-top: 100px !important;
}
@media (max-width: 768px) {
  .u-m--top--md--0 {
    margin-top: 0 !important;
  }
  .u-m--top--md--1px {
    margin-top: 1px !important;
  }
  .u-m--top--md--2px {
    margin-top: 2px !important;
  }
  .u-m--top--md--3px {
    margin-top: 3px !important;
  }
  .u-m--top--md--4px {
    margin-top: 4px !important;
  }
  .u-m--top--md--5px {
    margin-top: 5px !important;
  }
  .u-m--top--md--6px {
    margin-top: 6px !important;
  }
  .u-m--top--md--7px {
    margin-top: 7px !important;
  }
  .u-m--top--md--8px {
    margin-top: 8px !important;
  }
  .u-m--top--md--9px {
    margin-top: 9px !important;
  }
  .u-m--top--md--10px {
    margin-top: 10px !important;
  }
  .u-m--top--md--11px {
    margin-top: 11px !important;
  }
  .u-m--top--md--12px {
    margin-top: 12px !important;
  }
  .u-m--top--md--13px {
    margin-top: 13px !important;
  }
  .u-m--top--md--14px {
    margin-top: 14px !important;
  }
  .u-m--top--md--15px {
    margin-top: 15px !important;
  }
  .u-m--top--md--16px {
    margin-top: 16px !important;
  }
  .u-m--top--md--17px {
    margin-top: 17px !important;
  }
  .u-m--top--md--18px {
    margin-top: 18px !important;
  }
  .u-m--top--md--19px {
    margin-top: 19px !important;
  }
  .u-m--top--md--20px {
    margin-top: 20px !important;
  }
  .u-m--top--md--21px {
    margin-top: 21px !important;
  }
  .u-m--top--md--22px {
    margin-top: 22px !important;
  }
  .u-m--top--md--23px {
    margin-top: 23px !important;
  }
  .u-m--top--md--24px {
    margin-top: 24px !important;
  }
  .u-m--top--md--25px {
    margin-top: 25px !important;
  }
  .u-m--top--md--26px {
    margin-top: 26px !important;
  }
  .u-m--top--md--27px {
    margin-top: 27px !important;
  }
  .u-m--top--md--28px {
    margin-top: 28px !important;
  }
  .u-m--top--md--29px {
    margin-top: 29px !important;
  }
  .u-m--top--md--30px {
    margin-top: 30px !important;
  }
  .u-m--top--md--31px {
    margin-top: 31px !important;
  }
  .u-m--top--md--32px {
    margin-top: 32px !important;
  }
  .u-m--top--md--33px {
    margin-top: 33px !important;
  }
  .u-m--top--md--34px {
    margin-top: 34px !important;
  }
  .u-m--top--md--35px {
    margin-top: 35px !important;
  }
  .u-m--top--md--36px {
    margin-top: 36px !important;
  }
  .u-m--top--md--37px {
    margin-top: 37px !important;
  }
  .u-m--top--md--38px {
    margin-top: 38px !important;
  }
  .u-m--top--md--39px {
    margin-top: 39px !important;
  }
  .u-m--top--md--40px {
    margin-top: 40px !important;
  }
  .u-m--top--md--41px {
    margin-top: 41px !important;
  }
  .u-m--top--md--42px {
    margin-top: 42px !important;
  }
  .u-m--top--md--43px {
    margin-top: 43px !important;
  }
  .u-m--top--md--44px {
    margin-top: 44px !important;
  }
  .u-m--top--md--45px {
    margin-top: 45px !important;
  }
  .u-m--top--md--46px {
    margin-top: 46px !important;
  }
  .u-m--top--md--47px {
    margin-top: 47px !important;
  }
  .u-m--top--md--48px {
    margin-top: 48px !important;
  }
  .u-m--top--md--49px {
    margin-top: 49px !important;
  }
  .u-m--top--md--50px {
    margin-top: 50px !important;
  }
  .u-m--top--md--51px {
    margin-top: 51px !important;
  }
  .u-m--top--md--52px {
    margin-top: 52px !important;
  }
  .u-m--top--md--53px {
    margin-top: 53px !important;
  }
  .u-m--top--md--54px {
    margin-top: 54px !important;
  }
  .u-m--top--md--55px {
    margin-top: 55px !important;
  }
  .u-m--top--md--56px {
    margin-top: 56px !important;
  }
  .u-m--top--md--57px {
    margin-top: 57px !important;
  }
  .u-m--top--md--58px {
    margin-top: 58px !important;
  }
  .u-m--top--md--59px {
    margin-top: 59px !important;
  }
  .u-m--top--md--60px {
    margin-top: 60px !important;
  }
  .u-m--top--md--61px {
    margin-top: 61px !important;
  }
  .u-m--top--md--62px {
    margin-top: 62px !important;
  }
  .u-m--top--md--63px {
    margin-top: 63px !important;
  }
  .u-m--top--md--64px {
    margin-top: 64px !important;
  }
  .u-m--top--md--65px {
    margin-top: 65px !important;
  }
  .u-m--top--md--66px {
    margin-top: 66px !important;
  }
  .u-m--top--md--67px {
    margin-top: 67px !important;
  }
  .u-m--top--md--68px {
    margin-top: 68px !important;
  }
  .u-m--top--md--69px {
    margin-top: 69px !important;
  }
  .u-m--top--md--70px {
    margin-top: 70px !important;
  }
  .u-m--top--md--71px {
    margin-top: 71px !important;
  }
  .u-m--top--md--72px {
    margin-top: 72px !important;
  }
  .u-m--top--md--73px {
    margin-top: 73px !important;
  }
  .u-m--top--md--74px {
    margin-top: 74px !important;
  }
  .u-m--top--md--75px {
    margin-top: 75px !important;
  }
  .u-m--top--md--76px {
    margin-top: 76px !important;
  }
  .u-m--top--md--77px {
    margin-top: 77px !important;
  }
  .u-m--top--md--78px {
    margin-top: 78px !important;
  }
  .u-m--top--md--79px {
    margin-top: 79px !important;
  }
  .u-m--top--md--80px {
    margin-top: 80px !important;
  }
  .u-m--top--md--81px {
    margin-top: 81px !important;
  }
  .u-m--top--md--82px {
    margin-top: 82px !important;
  }
  .u-m--top--md--83px {
    margin-top: 83px !important;
  }
  .u-m--top--md--84px {
    margin-top: 84px !important;
  }
  .u-m--top--md--85px {
    margin-top: 85px !important;
  }
  .u-m--top--md--86px {
    margin-top: 86px !important;
  }
  .u-m--top--md--87px {
    margin-top: 87px !important;
  }
  .u-m--top--md--88px {
    margin-top: 88px !important;
  }
  .u-m--top--md--89px {
    margin-top: 89px !important;
  }
  .u-m--top--md--90px {
    margin-top: 90px !important;
  }
  .u-m--top--md--91px {
    margin-top: 91px !important;
  }
  .u-m--top--md--92px {
    margin-top: 92px !important;
  }
  .u-m--top--md--93px {
    margin-top: 93px !important;
  }
  .u-m--top--md--94px {
    margin-top: 94px !important;
  }
  .u-m--top--md--95px {
    margin-top: 95px !important;
  }
  .u-m--top--md--96px {
    margin-top: 96px !important;
  }
  .u-m--top--md--97px {
    margin-top: 97px !important;
  }
  .u-m--top--md--98px {
    margin-top: 98px !important;
  }
  .u-m--top--md--99px {
    margin-top: 99px !important;
  }
  .u-m--top--md--100px {
    margin-top: 100px !important;
  }
}
@media (max-width: 576px) {
  .u-m--top--sm--0 {
    margin-top: 0 !important;
  }
  .u-m--top--sm--1px {
    margin-top: 1px !important;
  }
  .u-m--top--sm--2px {
    margin-top: 2px !important;
  }
  .u-m--top--sm--3px {
    margin-top: 3px !important;
  }
  .u-m--top--sm--4px {
    margin-top: 4px !important;
  }
  .u-m--top--sm--5px {
    margin-top: 5px !important;
  }
  .u-m--top--sm--6px {
    margin-top: 6px !important;
  }
  .u-m--top--sm--7px {
    margin-top: 7px !important;
  }
  .u-m--top--sm--8px {
    margin-top: 8px !important;
  }
  .u-m--top--sm--9px {
    margin-top: 9px !important;
  }
  .u-m--top--sm--10px {
    margin-top: 10px !important;
  }
  .u-m--top--sm--11px {
    margin-top: 11px !important;
  }
  .u-m--top--sm--12px {
    margin-top: 12px !important;
  }
  .u-m--top--sm--13px {
    margin-top: 13px !important;
  }
  .u-m--top--sm--14px {
    margin-top: 14px !important;
  }
  .u-m--top--sm--15px {
    margin-top: 15px !important;
  }
  .u-m--top--sm--16px {
    margin-top: 16px !important;
  }
  .u-m--top--sm--17px {
    margin-top: 17px !important;
  }
  .u-m--top--sm--18px {
    margin-top: 18px !important;
  }
  .u-m--top--sm--19px {
    margin-top: 19px !important;
  }
  .u-m--top--sm--20px {
    margin-top: 20px !important;
  }
  .u-m--top--sm--21px {
    margin-top: 21px !important;
  }
  .u-m--top--sm--22px {
    margin-top: 22px !important;
  }
  .u-m--top--sm--23px {
    margin-top: 23px !important;
  }
  .u-m--top--sm--24px {
    margin-top: 24px !important;
  }
  .u-m--top--sm--25px {
    margin-top: 25px !important;
  }
  .u-m--top--sm--26px {
    margin-top: 26px !important;
  }
  .u-m--top--sm--27px {
    margin-top: 27px !important;
  }
  .u-m--top--sm--28px {
    margin-top: 28px !important;
  }
  .u-m--top--sm--29px {
    margin-top: 29px !important;
  }
  .u-m--top--sm--30px {
    margin-top: 30px !important;
  }
  .u-m--top--sm--31px {
    margin-top: 31px !important;
  }
  .u-m--top--sm--32px {
    margin-top: 32px !important;
  }
  .u-m--top--sm--33px {
    margin-top: 33px !important;
  }
  .u-m--top--sm--34px {
    margin-top: 34px !important;
  }
  .u-m--top--sm--35px {
    margin-top: 35px !important;
  }
  .u-m--top--sm--36px {
    margin-top: 36px !important;
  }
  .u-m--top--sm--37px {
    margin-top: 37px !important;
  }
  .u-m--top--sm--38px {
    margin-top: 38px !important;
  }
  .u-m--top--sm--39px {
    margin-top: 39px !important;
  }
  .u-m--top--sm--40px {
    margin-top: 40px !important;
  }
  .u-m--top--sm--41px {
    margin-top: 41px !important;
  }
  .u-m--top--sm--42px {
    margin-top: 42px !important;
  }
  .u-m--top--sm--43px {
    margin-top: 43px !important;
  }
  .u-m--top--sm--44px {
    margin-top: 44px !important;
  }
  .u-m--top--sm--45px {
    margin-top: 45px !important;
  }
  .u-m--top--sm--46px {
    margin-top: 46px !important;
  }
  .u-m--top--sm--47px {
    margin-top: 47px !important;
  }
  .u-m--top--sm--48px {
    margin-top: 48px !important;
  }
  .u-m--top--sm--49px {
    margin-top: 49px !important;
  }
  .u-m--top--sm--50px {
    margin-top: 50px !important;
  }
  .u-m--top--sm--51px {
    margin-top: 51px !important;
  }
  .u-m--top--sm--52px {
    margin-top: 52px !important;
  }
  .u-m--top--sm--53px {
    margin-top: 53px !important;
  }
  .u-m--top--sm--54px {
    margin-top: 54px !important;
  }
  .u-m--top--sm--55px {
    margin-top: 55px !important;
  }
  .u-m--top--sm--56px {
    margin-top: 56px !important;
  }
  .u-m--top--sm--57px {
    margin-top: 57px !important;
  }
  .u-m--top--sm--58px {
    margin-top: 58px !important;
  }
  .u-m--top--sm--59px {
    margin-top: 59px !important;
  }
  .u-m--top--sm--60px {
    margin-top: 60px !important;
  }
  .u-m--top--sm--61px {
    margin-top: 61px !important;
  }
  .u-m--top--sm--62px {
    margin-top: 62px !important;
  }
  .u-m--top--sm--63px {
    margin-top: 63px !important;
  }
  .u-m--top--sm--64px {
    margin-top: 64px !important;
  }
  .u-m--top--sm--65px {
    margin-top: 65px !important;
  }
  .u-m--top--sm--66px {
    margin-top: 66px !important;
  }
  .u-m--top--sm--67px {
    margin-top: 67px !important;
  }
  .u-m--top--sm--68px {
    margin-top: 68px !important;
  }
  .u-m--top--sm--69px {
    margin-top: 69px !important;
  }
  .u-m--top--sm--70px {
    margin-top: 70px !important;
  }
  .u-m--top--sm--71px {
    margin-top: 71px !important;
  }
  .u-m--top--sm--72px {
    margin-top: 72px !important;
  }
  .u-m--top--sm--73px {
    margin-top: 73px !important;
  }
  .u-m--top--sm--74px {
    margin-top: 74px !important;
  }
  .u-m--top--sm--75px {
    margin-top: 75px !important;
  }
  .u-m--top--sm--76px {
    margin-top: 76px !important;
  }
  .u-m--top--sm--77px {
    margin-top: 77px !important;
  }
  .u-m--top--sm--78px {
    margin-top: 78px !important;
  }
  .u-m--top--sm--79px {
    margin-top: 79px !important;
  }
  .u-m--top--sm--80px {
    margin-top: 80px !important;
  }
  .u-m--top--sm--81px {
    margin-top: 81px !important;
  }
  .u-m--top--sm--82px {
    margin-top: 82px !important;
  }
  .u-m--top--sm--83px {
    margin-top: 83px !important;
  }
  .u-m--top--sm--84px {
    margin-top: 84px !important;
  }
  .u-m--top--sm--85px {
    margin-top: 85px !important;
  }
  .u-m--top--sm--86px {
    margin-top: 86px !important;
  }
  .u-m--top--sm--87px {
    margin-top: 87px !important;
  }
  .u-m--top--sm--88px {
    margin-top: 88px !important;
  }
  .u-m--top--sm--89px {
    margin-top: 89px !important;
  }
  .u-m--top--sm--90px {
    margin-top: 90px !important;
  }
  .u-m--top--sm--91px {
    margin-top: 91px !important;
  }
  .u-m--top--sm--92px {
    margin-top: 92px !important;
  }
  .u-m--top--sm--93px {
    margin-top: 93px !important;
  }
  .u-m--top--sm--94px {
    margin-top: 94px !important;
  }
  .u-m--top--sm--95px {
    margin-top: 95px !important;
  }
  .u-m--top--sm--96px {
    margin-top: 96px !important;
  }
  .u-m--top--sm--97px {
    margin-top: 97px !important;
  }
  .u-m--top--sm--98px {
    margin-top: 98px !important;
  }
  .u-m--top--sm--99px {
    margin-top: 99px !important;
  }
  .u-m--top--sm--100px {
    margin-top: 100px !important;
  }
}
.u-m--right--0 {
  margin-right: 0 !important;
}
.u-m--right--1px {
  margin-right: 1px !important;
}
.u-m--right--2px {
  margin-right: 2px !important;
}
.u-m--right--3px {
  margin-right: 3px !important;
}
.u-m--right--4px {
  margin-right: 4px !important;
}
.u-m--right--5px {
  margin-right: 5px !important;
}
.u-m--right--6px {
  margin-right: 6px !important;
}
.u-m--right--7px {
  margin-right: 7px !important;
}
.u-m--right--8px {
  margin-right: 8px !important;
}
.u-m--right--9px {
  margin-right: 9px !important;
}
.u-m--right--10px {
  margin-right: 10px !important;
}
.u-m--right--11px {
  margin-right: 11px !important;
}
.u-m--right--12px {
  margin-right: 12px !important;
}
.u-m--right--13px {
  margin-right: 13px !important;
}
.u-m--right--14px {
  margin-right: 14px !important;
}
.u-m--right--15px {
  margin-right: 15px !important;
}
.u-m--right--16px {
  margin-right: 16px !important;
}
.u-m--right--17px {
  margin-right: 17px !important;
}
.u-m--right--18px {
  margin-right: 18px !important;
}
.u-m--right--19px {
  margin-right: 19px !important;
}
.u-m--right--20px {
  margin-right: 20px !important;
}
.u-m--right--21px {
  margin-right: 21px !important;
}
.u-m--right--22px {
  margin-right: 22px !important;
}
.u-m--right--23px {
  margin-right: 23px !important;
}
.u-m--right--24px {
  margin-right: 24px !important;
}
.u-m--right--25px {
  margin-right: 25px !important;
}
.u-m--right--26px {
  margin-right: 26px !important;
}
.u-m--right--27px {
  margin-right: 27px !important;
}
.u-m--right--28px {
  margin-right: 28px !important;
}
.u-m--right--29px {
  margin-right: 29px !important;
}
.u-m--right--30px {
  margin-right: 30px !important;
}
.u-m--right--31px {
  margin-right: 31px !important;
}
.u-m--right--32px {
  margin-right: 32px !important;
}
.u-m--right--33px {
  margin-right: 33px !important;
}
.u-m--right--34px {
  margin-right: 34px !important;
}
.u-m--right--35px {
  margin-right: 35px !important;
}
.u-m--right--36px {
  margin-right: 36px !important;
}
.u-m--right--37px {
  margin-right: 37px !important;
}
.u-m--right--38px {
  margin-right: 38px !important;
}
.u-m--right--39px {
  margin-right: 39px !important;
}
.u-m--right--40px {
  margin-right: 40px !important;
}
.u-m--right--41px {
  margin-right: 41px !important;
}
.u-m--right--42px {
  margin-right: 42px !important;
}
.u-m--right--43px {
  margin-right: 43px !important;
}
.u-m--right--44px {
  margin-right: 44px !important;
}
.u-m--right--45px {
  margin-right: 45px !important;
}
.u-m--right--46px {
  margin-right: 46px !important;
}
.u-m--right--47px {
  margin-right: 47px !important;
}
.u-m--right--48px {
  margin-right: 48px !important;
}
.u-m--right--49px {
  margin-right: 49px !important;
}
.u-m--right--50px {
  margin-right: 50px !important;
}
.u-m--right--51px {
  margin-right: 51px !important;
}
.u-m--right--52px {
  margin-right: 52px !important;
}
.u-m--right--53px {
  margin-right: 53px !important;
}
.u-m--right--54px {
  margin-right: 54px !important;
}
.u-m--right--55px {
  margin-right: 55px !important;
}
.u-m--right--56px {
  margin-right: 56px !important;
}
.u-m--right--57px {
  margin-right: 57px !important;
}
.u-m--right--58px {
  margin-right: 58px !important;
}
.u-m--right--59px {
  margin-right: 59px !important;
}
.u-m--right--60px {
  margin-right: 60px !important;
}
.u-m--right--61px {
  margin-right: 61px !important;
}
.u-m--right--62px {
  margin-right: 62px !important;
}
.u-m--right--63px {
  margin-right: 63px !important;
}
.u-m--right--64px {
  margin-right: 64px !important;
}
.u-m--right--65px {
  margin-right: 65px !important;
}
.u-m--right--66px {
  margin-right: 66px !important;
}
.u-m--right--67px {
  margin-right: 67px !important;
}
.u-m--right--68px {
  margin-right: 68px !important;
}
.u-m--right--69px {
  margin-right: 69px !important;
}
.u-m--right--70px {
  margin-right: 70px !important;
}
.u-m--right--71px {
  margin-right: 71px !important;
}
.u-m--right--72px {
  margin-right: 72px !important;
}
.u-m--right--73px {
  margin-right: 73px !important;
}
.u-m--right--74px {
  margin-right: 74px !important;
}
.u-m--right--75px {
  margin-right: 75px !important;
}
.u-m--right--76px {
  margin-right: 76px !important;
}
.u-m--right--77px {
  margin-right: 77px !important;
}
.u-m--right--78px {
  margin-right: 78px !important;
}
.u-m--right--79px {
  margin-right: 79px !important;
}
.u-m--right--80px {
  margin-right: 80px !important;
}
.u-m--right--81px {
  margin-right: 81px !important;
}
.u-m--right--82px {
  margin-right: 82px !important;
}
.u-m--right--83px {
  margin-right: 83px !important;
}
.u-m--right--84px {
  margin-right: 84px !important;
}
.u-m--right--85px {
  margin-right: 85px !important;
}
.u-m--right--86px {
  margin-right: 86px !important;
}
.u-m--right--87px {
  margin-right: 87px !important;
}
.u-m--right--88px {
  margin-right: 88px !important;
}
.u-m--right--89px {
  margin-right: 89px !important;
}
.u-m--right--90px {
  margin-right: 90px !important;
}
.u-m--right--91px {
  margin-right: 91px !important;
}
.u-m--right--92px {
  margin-right: 92px !important;
}
.u-m--right--93px {
  margin-right: 93px !important;
}
.u-m--right--94px {
  margin-right: 94px !important;
}
.u-m--right--95px {
  margin-right: 95px !important;
}
.u-m--right--96px {
  margin-right: 96px !important;
}
.u-m--right--97px {
  margin-right: 97px !important;
}
.u-m--right--98px {
  margin-right: 98px !important;
}
.u-m--right--99px {
  margin-right: 99px !important;
}
.u-m--right--100px {
  margin-right: 100px !important;
}
@media (max-width: 768px) {
  .u-m--right--md--0 {
    margin-right: 0 !important;
  }
  .u-m--right--md--1px {
    margin-right: 1px !important;
  }
  .u-m--right--md--2px {
    margin-right: 2px !important;
  }
  .u-m--right--md--3px {
    margin-right: 3px !important;
  }
  .u-m--right--md--4px {
    margin-right: 4px !important;
  }
  .u-m--right--md--5px {
    margin-right: 5px !important;
  }
  .u-m--right--md--6px {
    margin-right: 6px !important;
  }
  .u-m--right--md--7px {
    margin-right: 7px !important;
  }
  .u-m--right--md--8px {
    margin-right: 8px !important;
  }
  .u-m--right--md--9px {
    margin-right: 9px !important;
  }
  .u-m--right--md--10px {
    margin-right: 10px !important;
  }
  .u-m--right--md--11px {
    margin-right: 11px !important;
  }
  .u-m--right--md--12px {
    margin-right: 12px !important;
  }
  .u-m--right--md--13px {
    margin-right: 13px !important;
  }
  .u-m--right--md--14px {
    margin-right: 14px !important;
  }
  .u-m--right--md--15px {
    margin-right: 15px !important;
  }
  .u-m--right--md--16px {
    margin-right: 16px !important;
  }
  .u-m--right--md--17px {
    margin-right: 17px !important;
  }
  .u-m--right--md--18px {
    margin-right: 18px !important;
  }
  .u-m--right--md--19px {
    margin-right: 19px !important;
  }
  .u-m--right--md--20px {
    margin-right: 20px !important;
  }
  .u-m--right--md--21px {
    margin-right: 21px !important;
  }
  .u-m--right--md--22px {
    margin-right: 22px !important;
  }
  .u-m--right--md--23px {
    margin-right: 23px !important;
  }
  .u-m--right--md--24px {
    margin-right: 24px !important;
  }
  .u-m--right--md--25px {
    margin-right: 25px !important;
  }
  .u-m--right--md--26px {
    margin-right: 26px !important;
  }
  .u-m--right--md--27px {
    margin-right: 27px !important;
  }
  .u-m--right--md--28px {
    margin-right: 28px !important;
  }
  .u-m--right--md--29px {
    margin-right: 29px !important;
  }
  .u-m--right--md--30px {
    margin-right: 30px !important;
  }
  .u-m--right--md--31px {
    margin-right: 31px !important;
  }
  .u-m--right--md--32px {
    margin-right: 32px !important;
  }
  .u-m--right--md--33px {
    margin-right: 33px !important;
  }
  .u-m--right--md--34px {
    margin-right: 34px !important;
  }
  .u-m--right--md--35px {
    margin-right: 35px !important;
  }
  .u-m--right--md--36px {
    margin-right: 36px !important;
  }
  .u-m--right--md--37px {
    margin-right: 37px !important;
  }
  .u-m--right--md--38px {
    margin-right: 38px !important;
  }
  .u-m--right--md--39px {
    margin-right: 39px !important;
  }
  .u-m--right--md--40px {
    margin-right: 40px !important;
  }
  .u-m--right--md--41px {
    margin-right: 41px !important;
  }
  .u-m--right--md--42px {
    margin-right: 42px !important;
  }
  .u-m--right--md--43px {
    margin-right: 43px !important;
  }
  .u-m--right--md--44px {
    margin-right: 44px !important;
  }
  .u-m--right--md--45px {
    margin-right: 45px !important;
  }
  .u-m--right--md--46px {
    margin-right: 46px !important;
  }
  .u-m--right--md--47px {
    margin-right: 47px !important;
  }
  .u-m--right--md--48px {
    margin-right: 48px !important;
  }
  .u-m--right--md--49px {
    margin-right: 49px !important;
  }
  .u-m--right--md--50px {
    margin-right: 50px !important;
  }
  .u-m--right--md--51px {
    margin-right: 51px !important;
  }
  .u-m--right--md--52px {
    margin-right: 52px !important;
  }
  .u-m--right--md--53px {
    margin-right: 53px !important;
  }
  .u-m--right--md--54px {
    margin-right: 54px !important;
  }
  .u-m--right--md--55px {
    margin-right: 55px !important;
  }
  .u-m--right--md--56px {
    margin-right: 56px !important;
  }
  .u-m--right--md--57px {
    margin-right: 57px !important;
  }
  .u-m--right--md--58px {
    margin-right: 58px !important;
  }
  .u-m--right--md--59px {
    margin-right: 59px !important;
  }
  .u-m--right--md--60px {
    margin-right: 60px !important;
  }
  .u-m--right--md--61px {
    margin-right: 61px !important;
  }
  .u-m--right--md--62px {
    margin-right: 62px !important;
  }
  .u-m--right--md--63px {
    margin-right: 63px !important;
  }
  .u-m--right--md--64px {
    margin-right: 64px !important;
  }
  .u-m--right--md--65px {
    margin-right: 65px !important;
  }
  .u-m--right--md--66px {
    margin-right: 66px !important;
  }
  .u-m--right--md--67px {
    margin-right: 67px !important;
  }
  .u-m--right--md--68px {
    margin-right: 68px !important;
  }
  .u-m--right--md--69px {
    margin-right: 69px !important;
  }
  .u-m--right--md--70px {
    margin-right: 70px !important;
  }
  .u-m--right--md--71px {
    margin-right: 71px !important;
  }
  .u-m--right--md--72px {
    margin-right: 72px !important;
  }
  .u-m--right--md--73px {
    margin-right: 73px !important;
  }
  .u-m--right--md--74px {
    margin-right: 74px !important;
  }
  .u-m--right--md--75px {
    margin-right: 75px !important;
  }
  .u-m--right--md--76px {
    margin-right: 76px !important;
  }
  .u-m--right--md--77px {
    margin-right: 77px !important;
  }
  .u-m--right--md--78px {
    margin-right: 78px !important;
  }
  .u-m--right--md--79px {
    margin-right: 79px !important;
  }
  .u-m--right--md--80px {
    margin-right: 80px !important;
  }
  .u-m--right--md--81px {
    margin-right: 81px !important;
  }
  .u-m--right--md--82px {
    margin-right: 82px !important;
  }
  .u-m--right--md--83px {
    margin-right: 83px !important;
  }
  .u-m--right--md--84px {
    margin-right: 84px !important;
  }
  .u-m--right--md--85px {
    margin-right: 85px !important;
  }
  .u-m--right--md--86px {
    margin-right: 86px !important;
  }
  .u-m--right--md--87px {
    margin-right: 87px !important;
  }
  .u-m--right--md--88px {
    margin-right: 88px !important;
  }
  .u-m--right--md--89px {
    margin-right: 89px !important;
  }
  .u-m--right--md--90px {
    margin-right: 90px !important;
  }
  .u-m--right--md--91px {
    margin-right: 91px !important;
  }
  .u-m--right--md--92px {
    margin-right: 92px !important;
  }
  .u-m--right--md--93px {
    margin-right: 93px !important;
  }
  .u-m--right--md--94px {
    margin-right: 94px !important;
  }
  .u-m--right--md--95px {
    margin-right: 95px !important;
  }
  .u-m--right--md--96px {
    margin-right: 96px !important;
  }
  .u-m--right--md--97px {
    margin-right: 97px !important;
  }
  .u-m--right--md--98px {
    margin-right: 98px !important;
  }
  .u-m--right--md--99px {
    margin-right: 99px !important;
  }
  .u-m--right--md--100px {
    margin-right: 100px !important;
  }
}
@media (max-width: 576px) {
  .u-m--right--sm--0 {
    margin-right: 0 !important;
  }
  .u-m--right--sm--1px {
    margin-right: 1px !important;
  }
  .u-m--right--sm--2px {
    margin-right: 2px !important;
  }
  .u-m--right--sm--3px {
    margin-right: 3px !important;
  }
  .u-m--right--sm--4px {
    margin-right: 4px !important;
  }
  .u-m--right--sm--5px {
    margin-right: 5px !important;
  }
  .u-m--right--sm--6px {
    margin-right: 6px !important;
  }
  .u-m--right--sm--7px {
    margin-right: 7px !important;
  }
  .u-m--right--sm--8px {
    margin-right: 8px !important;
  }
  .u-m--right--sm--9px {
    margin-right: 9px !important;
  }
  .u-m--right--sm--10px {
    margin-right: 10px !important;
  }
  .u-m--right--sm--11px {
    margin-right: 11px !important;
  }
  .u-m--right--sm--12px {
    margin-right: 12px !important;
  }
  .u-m--right--sm--13px {
    margin-right: 13px !important;
  }
  .u-m--right--sm--14px {
    margin-right: 14px !important;
  }
  .u-m--right--sm--15px {
    margin-right: 15px !important;
  }
  .u-m--right--sm--16px {
    margin-right: 16px !important;
  }
  .u-m--right--sm--17px {
    margin-right: 17px !important;
  }
  .u-m--right--sm--18px {
    margin-right: 18px !important;
  }
  .u-m--right--sm--19px {
    margin-right: 19px !important;
  }
  .u-m--right--sm--20px {
    margin-right: 20px !important;
  }
  .u-m--right--sm--21px {
    margin-right: 21px !important;
  }
  .u-m--right--sm--22px {
    margin-right: 22px !important;
  }
  .u-m--right--sm--23px {
    margin-right: 23px !important;
  }
  .u-m--right--sm--24px {
    margin-right: 24px !important;
  }
  .u-m--right--sm--25px {
    margin-right: 25px !important;
  }
  .u-m--right--sm--26px {
    margin-right: 26px !important;
  }
  .u-m--right--sm--27px {
    margin-right: 27px !important;
  }
  .u-m--right--sm--28px {
    margin-right: 28px !important;
  }
  .u-m--right--sm--29px {
    margin-right: 29px !important;
  }
  .u-m--right--sm--30px {
    margin-right: 30px !important;
  }
  .u-m--right--sm--31px {
    margin-right: 31px !important;
  }
  .u-m--right--sm--32px {
    margin-right: 32px !important;
  }
  .u-m--right--sm--33px {
    margin-right: 33px !important;
  }
  .u-m--right--sm--34px {
    margin-right: 34px !important;
  }
  .u-m--right--sm--35px {
    margin-right: 35px !important;
  }
  .u-m--right--sm--36px {
    margin-right: 36px !important;
  }
  .u-m--right--sm--37px {
    margin-right: 37px !important;
  }
  .u-m--right--sm--38px {
    margin-right: 38px !important;
  }
  .u-m--right--sm--39px {
    margin-right: 39px !important;
  }
  .u-m--right--sm--40px {
    margin-right: 40px !important;
  }
  .u-m--right--sm--41px {
    margin-right: 41px !important;
  }
  .u-m--right--sm--42px {
    margin-right: 42px !important;
  }
  .u-m--right--sm--43px {
    margin-right: 43px !important;
  }
  .u-m--right--sm--44px {
    margin-right: 44px !important;
  }
  .u-m--right--sm--45px {
    margin-right: 45px !important;
  }
  .u-m--right--sm--46px {
    margin-right: 46px !important;
  }
  .u-m--right--sm--47px {
    margin-right: 47px !important;
  }
  .u-m--right--sm--48px {
    margin-right: 48px !important;
  }
  .u-m--right--sm--49px {
    margin-right: 49px !important;
  }
  .u-m--right--sm--50px {
    margin-right: 50px !important;
  }
  .u-m--right--sm--51px {
    margin-right: 51px !important;
  }
  .u-m--right--sm--52px {
    margin-right: 52px !important;
  }
  .u-m--right--sm--53px {
    margin-right: 53px !important;
  }
  .u-m--right--sm--54px {
    margin-right: 54px !important;
  }
  .u-m--right--sm--55px {
    margin-right: 55px !important;
  }
  .u-m--right--sm--56px {
    margin-right: 56px !important;
  }
  .u-m--right--sm--57px {
    margin-right: 57px !important;
  }
  .u-m--right--sm--58px {
    margin-right: 58px !important;
  }
  .u-m--right--sm--59px {
    margin-right: 59px !important;
  }
  .u-m--right--sm--60px {
    margin-right: 60px !important;
  }
  .u-m--right--sm--61px {
    margin-right: 61px !important;
  }
  .u-m--right--sm--62px {
    margin-right: 62px !important;
  }
  .u-m--right--sm--63px {
    margin-right: 63px !important;
  }
  .u-m--right--sm--64px {
    margin-right: 64px !important;
  }
  .u-m--right--sm--65px {
    margin-right: 65px !important;
  }
  .u-m--right--sm--66px {
    margin-right: 66px !important;
  }
  .u-m--right--sm--67px {
    margin-right: 67px !important;
  }
  .u-m--right--sm--68px {
    margin-right: 68px !important;
  }
  .u-m--right--sm--69px {
    margin-right: 69px !important;
  }
  .u-m--right--sm--70px {
    margin-right: 70px !important;
  }
  .u-m--right--sm--71px {
    margin-right: 71px !important;
  }
  .u-m--right--sm--72px {
    margin-right: 72px !important;
  }
  .u-m--right--sm--73px {
    margin-right: 73px !important;
  }
  .u-m--right--sm--74px {
    margin-right: 74px !important;
  }
  .u-m--right--sm--75px {
    margin-right: 75px !important;
  }
  .u-m--right--sm--76px {
    margin-right: 76px !important;
  }
  .u-m--right--sm--77px {
    margin-right: 77px !important;
  }
  .u-m--right--sm--78px {
    margin-right: 78px !important;
  }
  .u-m--right--sm--79px {
    margin-right: 79px !important;
  }
  .u-m--right--sm--80px {
    margin-right: 80px !important;
  }
  .u-m--right--sm--81px {
    margin-right: 81px !important;
  }
  .u-m--right--sm--82px {
    margin-right: 82px !important;
  }
  .u-m--right--sm--83px {
    margin-right: 83px !important;
  }
  .u-m--right--sm--84px {
    margin-right: 84px !important;
  }
  .u-m--right--sm--85px {
    margin-right: 85px !important;
  }
  .u-m--right--sm--86px {
    margin-right: 86px !important;
  }
  .u-m--right--sm--87px {
    margin-right: 87px !important;
  }
  .u-m--right--sm--88px {
    margin-right: 88px !important;
  }
  .u-m--right--sm--89px {
    margin-right: 89px !important;
  }
  .u-m--right--sm--90px {
    margin-right: 90px !important;
  }
  .u-m--right--sm--91px {
    margin-right: 91px !important;
  }
  .u-m--right--sm--92px {
    margin-right: 92px !important;
  }
  .u-m--right--sm--93px {
    margin-right: 93px !important;
  }
  .u-m--right--sm--94px {
    margin-right: 94px !important;
  }
  .u-m--right--sm--95px {
    margin-right: 95px !important;
  }
  .u-m--right--sm--96px {
    margin-right: 96px !important;
  }
  .u-m--right--sm--97px {
    margin-right: 97px !important;
  }
  .u-m--right--sm--98px {
    margin-right: 98px !important;
  }
  .u-m--right--sm--99px {
    margin-right: 99px !important;
  }
  .u-m--right--sm--100px {
    margin-right: 100px !important;
  }
}
.u-m--bottom--0 {
  margin-bottom: 0 !important;
}
.u-m--bottom--1px {
  margin-bottom: 1px !important;
}
.u-m--bottom--2px {
  margin-bottom: 2px !important;
}
.u-m--bottom--3px {
  margin-bottom: 3px !important;
}
.u-m--bottom--4px {
  margin-bottom: 4px !important;
}
.u-m--bottom--5px {
  margin-bottom: 5px !important;
}
.u-m--bottom--6px {
  margin-bottom: 6px !important;
}
.u-m--bottom--7px {
  margin-bottom: 7px !important;
}
.u-m--bottom--8px {
  margin-bottom: 8px !important;
}
.u-m--bottom--9px {
  margin-bottom: 9px !important;
}
.u-m--bottom--10px {
  margin-bottom: 10px !important;
}
.u-m--bottom--11px {
  margin-bottom: 11px !important;
}
.u-m--bottom--12px {
  margin-bottom: 12px !important;
}
.u-m--bottom--13px {
  margin-bottom: 13px !important;
}
.u-m--bottom--14px {
  margin-bottom: 14px !important;
}
.u-m--bottom--15px {
  margin-bottom: 15px !important;
}
.u-m--bottom--16px {
  margin-bottom: 16px !important;
}
.u-m--bottom--17px {
  margin-bottom: 17px !important;
}
.u-m--bottom--18px {
  margin-bottom: 18px !important;
}
.u-m--bottom--19px {
  margin-bottom: 19px !important;
}
.u-m--bottom--20px {
  margin-bottom: 20px !important;
}
.u-m--bottom--21px {
  margin-bottom: 21px !important;
}
.u-m--bottom--22px {
  margin-bottom: 22px !important;
}
.u-m--bottom--23px {
  margin-bottom: 23px !important;
}
.u-m--bottom--24px {
  margin-bottom: 24px !important;
}
.u-m--bottom--25px {
  margin-bottom: 25px !important;
}
.u-m--bottom--26px {
  margin-bottom: 26px !important;
}
.u-m--bottom--27px {
  margin-bottom: 27px !important;
}
.u-m--bottom--28px {
  margin-bottom: 28px !important;
}
.u-m--bottom--29px {
  margin-bottom: 29px !important;
}
.u-m--bottom--30px {
  margin-bottom: 30px !important;
}
.u-m--bottom--31px {
  margin-bottom: 31px !important;
}
.u-m--bottom--32px {
  margin-bottom: 32px !important;
}
.u-m--bottom--33px {
  margin-bottom: 33px !important;
}
.u-m--bottom--34px {
  margin-bottom: 34px !important;
}
.u-m--bottom--35px {
  margin-bottom: 35px !important;
}
.u-m--bottom--36px {
  margin-bottom: 36px !important;
}
.u-m--bottom--37px {
  margin-bottom: 37px !important;
}
.u-m--bottom--38px {
  margin-bottom: 38px !important;
}
.u-m--bottom--39px {
  margin-bottom: 39px !important;
}
.u-m--bottom--40px {
  margin-bottom: 40px !important;
}
.u-m--bottom--41px {
  margin-bottom: 41px !important;
}
.u-m--bottom--42px {
  margin-bottom: 42px !important;
}
.u-m--bottom--43px {
  margin-bottom: 43px !important;
}
.u-m--bottom--44px {
  margin-bottom: 44px !important;
}
.u-m--bottom--45px {
  margin-bottom: 45px !important;
}
.u-m--bottom--46px {
  margin-bottom: 46px !important;
}
.u-m--bottom--47px {
  margin-bottom: 47px !important;
}
.u-m--bottom--48px {
  margin-bottom: 48px !important;
}
.u-m--bottom--49px {
  margin-bottom: 49px !important;
}
.u-m--bottom--50px {
  margin-bottom: 50px !important;
}
.u-m--bottom--51px {
  margin-bottom: 51px !important;
}
.u-m--bottom--52px {
  margin-bottom: 52px !important;
}
.u-m--bottom--53px {
  margin-bottom: 53px !important;
}
.u-m--bottom--54px {
  margin-bottom: 54px !important;
}
.u-m--bottom--55px {
  margin-bottom: 55px !important;
}
.u-m--bottom--56px {
  margin-bottom: 56px !important;
}
.u-m--bottom--57px {
  margin-bottom: 57px !important;
}
.u-m--bottom--58px {
  margin-bottom: 58px !important;
}
.u-m--bottom--59px {
  margin-bottom: 59px !important;
}
.u-m--bottom--60px {
  margin-bottom: 60px !important;
}
.u-m--bottom--61px {
  margin-bottom: 61px !important;
}
.u-m--bottom--62px {
  margin-bottom: 62px !important;
}
.u-m--bottom--63px {
  margin-bottom: 63px !important;
}
.u-m--bottom--64px {
  margin-bottom: 64px !important;
}
.u-m--bottom--65px {
  margin-bottom: 65px !important;
}
.u-m--bottom--66px {
  margin-bottom: 66px !important;
}
.u-m--bottom--67px {
  margin-bottom: 67px !important;
}
.u-m--bottom--68px {
  margin-bottom: 68px !important;
}
.u-m--bottom--69px {
  margin-bottom: 69px !important;
}
.u-m--bottom--70px {
  margin-bottom: 70px !important;
}
.u-m--bottom--71px {
  margin-bottom: 71px !important;
}
.u-m--bottom--72px {
  margin-bottom: 72px !important;
}
.u-m--bottom--73px {
  margin-bottom: 73px !important;
}
.u-m--bottom--74px {
  margin-bottom: 74px !important;
}
.u-m--bottom--75px {
  margin-bottom: 75px !important;
}
.u-m--bottom--76px {
  margin-bottom: 76px !important;
}
.u-m--bottom--77px {
  margin-bottom: 77px !important;
}
.u-m--bottom--78px {
  margin-bottom: 78px !important;
}
.u-m--bottom--79px {
  margin-bottom: 79px !important;
}
.u-m--bottom--80px {
  margin-bottom: 80px !important;
}
.u-m--bottom--81px {
  margin-bottom: 81px !important;
}
.u-m--bottom--82px {
  margin-bottom: 82px !important;
}
.u-m--bottom--83px {
  margin-bottom: 83px !important;
}
.u-m--bottom--84px {
  margin-bottom: 84px !important;
}
.u-m--bottom--85px {
  margin-bottom: 85px !important;
}
.u-m--bottom--86px {
  margin-bottom: 86px !important;
}
.u-m--bottom--87px {
  margin-bottom: 87px !important;
}
.u-m--bottom--88px {
  margin-bottom: 88px !important;
}
.u-m--bottom--89px {
  margin-bottom: 89px !important;
}
.u-m--bottom--90px {
  margin-bottom: 90px !important;
}
.u-m--bottom--91px {
  margin-bottom: 91px !important;
}
.u-m--bottom--92px {
  margin-bottom: 92px !important;
}
.u-m--bottom--93px {
  margin-bottom: 93px !important;
}
.u-m--bottom--94px {
  margin-bottom: 94px !important;
}
.u-m--bottom--95px {
  margin-bottom: 95px !important;
}
.u-m--bottom--96px {
  margin-bottom: 96px !important;
}
.u-m--bottom--97px {
  margin-bottom: 97px !important;
}
.u-m--bottom--98px {
  margin-bottom: 98px !important;
}
.u-m--bottom--99px {
  margin-bottom: 99px !important;
}
.u-m--bottom--100px {
  margin-bottom: 100px !important;
}
@media (max-width: 768px) {
  .u-m--bottom--md--0 {
    margin-bottom: 0 !important;
  }
  .u-m--bottom--md--1px {
    margin-bottom: 1px !important;
  }
  .u-m--bottom--md--2px {
    margin-bottom: 2px !important;
  }
  .u-m--bottom--md--3px {
    margin-bottom: 3px !important;
  }
  .u-m--bottom--md--4px {
    margin-bottom: 4px !important;
  }
  .u-m--bottom--md--5px {
    margin-bottom: 5px !important;
  }
  .u-m--bottom--md--6px {
    margin-bottom: 6px !important;
  }
  .u-m--bottom--md--7px {
    margin-bottom: 7px !important;
  }
  .u-m--bottom--md--8px {
    margin-bottom: 8px !important;
  }
  .u-m--bottom--md--9px {
    margin-bottom: 9px !important;
  }
  .u-m--bottom--md--10px {
    margin-bottom: 10px !important;
  }
  .u-m--bottom--md--11px {
    margin-bottom: 11px !important;
  }
  .u-m--bottom--md--12px {
    margin-bottom: 12px !important;
  }
  .u-m--bottom--md--13px {
    margin-bottom: 13px !important;
  }
  .u-m--bottom--md--14px {
    margin-bottom: 14px !important;
  }
  .u-m--bottom--md--15px {
    margin-bottom: 15px !important;
  }
  .u-m--bottom--md--16px {
    margin-bottom: 16px !important;
  }
  .u-m--bottom--md--17px {
    margin-bottom: 17px !important;
  }
  .u-m--bottom--md--18px {
    margin-bottom: 18px !important;
  }
  .u-m--bottom--md--19px {
    margin-bottom: 19px !important;
  }
  .u-m--bottom--md--20px {
    margin-bottom: 20px !important;
  }
  .u-m--bottom--md--21px {
    margin-bottom: 21px !important;
  }
  .u-m--bottom--md--22px {
    margin-bottom: 22px !important;
  }
  .u-m--bottom--md--23px {
    margin-bottom: 23px !important;
  }
  .u-m--bottom--md--24px {
    margin-bottom: 24px !important;
  }
  .u-m--bottom--md--25px {
    margin-bottom: 25px !important;
  }
  .u-m--bottom--md--26px {
    margin-bottom: 26px !important;
  }
  .u-m--bottom--md--27px {
    margin-bottom: 27px !important;
  }
  .u-m--bottom--md--28px {
    margin-bottom: 28px !important;
  }
  .u-m--bottom--md--29px {
    margin-bottom: 29px !important;
  }
  .u-m--bottom--md--30px {
    margin-bottom: 30px !important;
  }
  .u-m--bottom--md--31px {
    margin-bottom: 31px !important;
  }
  .u-m--bottom--md--32px {
    margin-bottom: 32px !important;
  }
  .u-m--bottom--md--33px {
    margin-bottom: 33px !important;
  }
  .u-m--bottom--md--34px {
    margin-bottom: 34px !important;
  }
  .u-m--bottom--md--35px {
    margin-bottom: 35px !important;
  }
  .u-m--bottom--md--36px {
    margin-bottom: 36px !important;
  }
  .u-m--bottom--md--37px {
    margin-bottom: 37px !important;
  }
  .u-m--bottom--md--38px {
    margin-bottom: 38px !important;
  }
  .u-m--bottom--md--39px {
    margin-bottom: 39px !important;
  }
  .u-m--bottom--md--40px {
    margin-bottom: 40px !important;
  }
  .u-m--bottom--md--41px {
    margin-bottom: 41px !important;
  }
  .u-m--bottom--md--42px {
    margin-bottom: 42px !important;
  }
  .u-m--bottom--md--43px {
    margin-bottom: 43px !important;
  }
  .u-m--bottom--md--44px {
    margin-bottom: 44px !important;
  }
  .u-m--bottom--md--45px {
    margin-bottom: 45px !important;
  }
  .u-m--bottom--md--46px {
    margin-bottom: 46px !important;
  }
  .u-m--bottom--md--47px {
    margin-bottom: 47px !important;
  }
  .u-m--bottom--md--48px {
    margin-bottom: 48px !important;
  }
  .u-m--bottom--md--49px {
    margin-bottom: 49px !important;
  }
  .u-m--bottom--md--50px {
    margin-bottom: 50px !important;
  }
  .u-m--bottom--md--51px {
    margin-bottom: 51px !important;
  }
  .u-m--bottom--md--52px {
    margin-bottom: 52px !important;
  }
  .u-m--bottom--md--53px {
    margin-bottom: 53px !important;
  }
  .u-m--bottom--md--54px {
    margin-bottom: 54px !important;
  }
  .u-m--bottom--md--55px {
    margin-bottom: 55px !important;
  }
  .u-m--bottom--md--56px {
    margin-bottom: 56px !important;
  }
  .u-m--bottom--md--57px {
    margin-bottom: 57px !important;
  }
  .u-m--bottom--md--58px {
    margin-bottom: 58px !important;
  }
  .u-m--bottom--md--59px {
    margin-bottom: 59px !important;
  }
  .u-m--bottom--md--60px {
    margin-bottom: 60px !important;
  }
  .u-m--bottom--md--61px {
    margin-bottom: 61px !important;
  }
  .u-m--bottom--md--62px {
    margin-bottom: 62px !important;
  }
  .u-m--bottom--md--63px {
    margin-bottom: 63px !important;
  }
  .u-m--bottom--md--64px {
    margin-bottom: 64px !important;
  }
  .u-m--bottom--md--65px {
    margin-bottom: 65px !important;
  }
  .u-m--bottom--md--66px {
    margin-bottom: 66px !important;
  }
  .u-m--bottom--md--67px {
    margin-bottom: 67px !important;
  }
  .u-m--bottom--md--68px {
    margin-bottom: 68px !important;
  }
  .u-m--bottom--md--69px {
    margin-bottom: 69px !important;
  }
  .u-m--bottom--md--70px {
    margin-bottom: 70px !important;
  }
  .u-m--bottom--md--71px {
    margin-bottom: 71px !important;
  }
  .u-m--bottom--md--72px {
    margin-bottom: 72px !important;
  }
  .u-m--bottom--md--73px {
    margin-bottom: 73px !important;
  }
  .u-m--bottom--md--74px {
    margin-bottom: 74px !important;
  }
  .u-m--bottom--md--75px {
    margin-bottom: 75px !important;
  }
  .u-m--bottom--md--76px {
    margin-bottom: 76px !important;
  }
  .u-m--bottom--md--77px {
    margin-bottom: 77px !important;
  }
  .u-m--bottom--md--78px {
    margin-bottom: 78px !important;
  }
  .u-m--bottom--md--79px {
    margin-bottom: 79px !important;
  }
  .u-m--bottom--md--80px {
    margin-bottom: 80px !important;
  }
  .u-m--bottom--md--81px {
    margin-bottom: 81px !important;
  }
  .u-m--bottom--md--82px {
    margin-bottom: 82px !important;
  }
  .u-m--bottom--md--83px {
    margin-bottom: 83px !important;
  }
  .u-m--bottom--md--84px {
    margin-bottom: 84px !important;
  }
  .u-m--bottom--md--85px {
    margin-bottom: 85px !important;
  }
  .u-m--bottom--md--86px {
    margin-bottom: 86px !important;
  }
  .u-m--bottom--md--87px {
    margin-bottom: 87px !important;
  }
  .u-m--bottom--md--88px {
    margin-bottom: 88px !important;
  }
  .u-m--bottom--md--89px {
    margin-bottom: 89px !important;
  }
  .u-m--bottom--md--90px {
    margin-bottom: 90px !important;
  }
  .u-m--bottom--md--91px {
    margin-bottom: 91px !important;
  }
  .u-m--bottom--md--92px {
    margin-bottom: 92px !important;
  }
  .u-m--bottom--md--93px {
    margin-bottom: 93px !important;
  }
  .u-m--bottom--md--94px {
    margin-bottom: 94px !important;
  }
  .u-m--bottom--md--95px {
    margin-bottom: 95px !important;
  }
  .u-m--bottom--md--96px {
    margin-bottom: 96px !important;
  }
  .u-m--bottom--md--97px {
    margin-bottom: 97px !important;
  }
  .u-m--bottom--md--98px {
    margin-bottom: 98px !important;
  }
  .u-m--bottom--md--99px {
    margin-bottom: 99px !important;
  }
  .u-m--bottom--md--100px {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 576px) {
  .u-m--bottom--sm--0 {
    margin-bottom: 0 !important;
  }
  .u-m--bottom--sm--1px {
    margin-bottom: 1px !important;
  }
  .u-m--bottom--sm--2px {
    margin-bottom: 2px !important;
  }
  .u-m--bottom--sm--3px {
    margin-bottom: 3px !important;
  }
  .u-m--bottom--sm--4px {
    margin-bottom: 4px !important;
  }
  .u-m--bottom--sm--5px {
    margin-bottom: 5px !important;
  }
  .u-m--bottom--sm--6px {
    margin-bottom: 6px !important;
  }
  .u-m--bottom--sm--7px {
    margin-bottom: 7px !important;
  }
  .u-m--bottom--sm--8px {
    margin-bottom: 8px !important;
  }
  .u-m--bottom--sm--9px {
    margin-bottom: 9px !important;
  }
  .u-m--bottom--sm--10px {
    margin-bottom: 10px !important;
  }
  .u-m--bottom--sm--11px {
    margin-bottom: 11px !important;
  }
  .u-m--bottom--sm--12px {
    margin-bottom: 12px !important;
  }
  .u-m--bottom--sm--13px {
    margin-bottom: 13px !important;
  }
  .u-m--bottom--sm--14px {
    margin-bottom: 14px !important;
  }
  .u-m--bottom--sm--15px {
    margin-bottom: 15px !important;
  }
  .u-m--bottom--sm--16px {
    margin-bottom: 16px !important;
  }
  .u-m--bottom--sm--17px {
    margin-bottom: 17px !important;
  }
  .u-m--bottom--sm--18px {
    margin-bottom: 18px !important;
  }
  .u-m--bottom--sm--19px {
    margin-bottom: 19px !important;
  }
  .u-m--bottom--sm--20px {
    margin-bottom: 20px !important;
  }
  .u-m--bottom--sm--21px {
    margin-bottom: 21px !important;
  }
  .u-m--bottom--sm--22px {
    margin-bottom: 22px !important;
  }
  .u-m--bottom--sm--23px {
    margin-bottom: 23px !important;
  }
  .u-m--bottom--sm--24px {
    margin-bottom: 24px !important;
  }
  .u-m--bottom--sm--25px {
    margin-bottom: 25px !important;
  }
  .u-m--bottom--sm--26px {
    margin-bottom: 26px !important;
  }
  .u-m--bottom--sm--27px {
    margin-bottom: 27px !important;
  }
  .u-m--bottom--sm--28px {
    margin-bottom: 28px !important;
  }
  .u-m--bottom--sm--29px {
    margin-bottom: 29px !important;
  }
  .u-m--bottom--sm--30px {
    margin-bottom: 30px !important;
  }
  .u-m--bottom--sm--31px {
    margin-bottom: 31px !important;
  }
  .u-m--bottom--sm--32px {
    margin-bottom: 32px !important;
  }
  .u-m--bottom--sm--33px {
    margin-bottom: 33px !important;
  }
  .u-m--bottom--sm--34px {
    margin-bottom: 34px !important;
  }
  .u-m--bottom--sm--35px {
    margin-bottom: 35px !important;
  }
  .u-m--bottom--sm--36px {
    margin-bottom: 36px !important;
  }
  .u-m--bottom--sm--37px {
    margin-bottom: 37px !important;
  }
  .u-m--bottom--sm--38px {
    margin-bottom: 38px !important;
  }
  .u-m--bottom--sm--39px {
    margin-bottom: 39px !important;
  }
  .u-m--bottom--sm--40px {
    margin-bottom: 40px !important;
  }
  .u-m--bottom--sm--41px {
    margin-bottom: 41px !important;
  }
  .u-m--bottom--sm--42px {
    margin-bottom: 42px !important;
  }
  .u-m--bottom--sm--43px {
    margin-bottom: 43px !important;
  }
  .u-m--bottom--sm--44px {
    margin-bottom: 44px !important;
  }
  .u-m--bottom--sm--45px {
    margin-bottom: 45px !important;
  }
  .u-m--bottom--sm--46px {
    margin-bottom: 46px !important;
  }
  .u-m--bottom--sm--47px {
    margin-bottom: 47px !important;
  }
  .u-m--bottom--sm--48px {
    margin-bottom: 48px !important;
  }
  .u-m--bottom--sm--49px {
    margin-bottom: 49px !important;
  }
  .u-m--bottom--sm--50px {
    margin-bottom: 50px !important;
  }
  .u-m--bottom--sm--51px {
    margin-bottom: 51px !important;
  }
  .u-m--bottom--sm--52px {
    margin-bottom: 52px !important;
  }
  .u-m--bottom--sm--53px {
    margin-bottom: 53px !important;
  }
  .u-m--bottom--sm--54px {
    margin-bottom: 54px !important;
  }
  .u-m--bottom--sm--55px {
    margin-bottom: 55px !important;
  }
  .u-m--bottom--sm--56px {
    margin-bottom: 56px !important;
  }
  .u-m--bottom--sm--57px {
    margin-bottom: 57px !important;
  }
  .u-m--bottom--sm--58px {
    margin-bottom: 58px !important;
  }
  .u-m--bottom--sm--59px {
    margin-bottom: 59px !important;
  }
  .u-m--bottom--sm--60px {
    margin-bottom: 60px !important;
  }
  .u-m--bottom--sm--61px {
    margin-bottom: 61px !important;
  }
  .u-m--bottom--sm--62px {
    margin-bottom: 62px !important;
  }
  .u-m--bottom--sm--63px {
    margin-bottom: 63px !important;
  }
  .u-m--bottom--sm--64px {
    margin-bottom: 64px !important;
  }
  .u-m--bottom--sm--65px {
    margin-bottom: 65px !important;
  }
  .u-m--bottom--sm--66px {
    margin-bottom: 66px !important;
  }
  .u-m--bottom--sm--67px {
    margin-bottom: 67px !important;
  }
  .u-m--bottom--sm--68px {
    margin-bottom: 68px !important;
  }
  .u-m--bottom--sm--69px {
    margin-bottom: 69px !important;
  }
  .u-m--bottom--sm--70px {
    margin-bottom: 70px !important;
  }
  .u-m--bottom--sm--71px {
    margin-bottom: 71px !important;
  }
  .u-m--bottom--sm--72px {
    margin-bottom: 72px !important;
  }
  .u-m--bottom--sm--73px {
    margin-bottom: 73px !important;
  }
  .u-m--bottom--sm--74px {
    margin-bottom: 74px !important;
  }
  .u-m--bottom--sm--75px {
    margin-bottom: 75px !important;
  }
  .u-m--bottom--sm--76px {
    margin-bottom: 76px !important;
  }
  .u-m--bottom--sm--77px {
    margin-bottom: 77px !important;
  }
  .u-m--bottom--sm--78px {
    margin-bottom: 78px !important;
  }
  .u-m--bottom--sm--79px {
    margin-bottom: 79px !important;
  }
  .u-m--bottom--sm--80px {
    margin-bottom: 80px !important;
  }
  .u-m--bottom--sm--81px {
    margin-bottom: 81px !important;
  }
  .u-m--bottom--sm--82px {
    margin-bottom: 82px !important;
  }
  .u-m--bottom--sm--83px {
    margin-bottom: 83px !important;
  }
  .u-m--bottom--sm--84px {
    margin-bottom: 84px !important;
  }
  .u-m--bottom--sm--85px {
    margin-bottom: 85px !important;
  }
  .u-m--bottom--sm--86px {
    margin-bottom: 86px !important;
  }
  .u-m--bottom--sm--87px {
    margin-bottom: 87px !important;
  }
  .u-m--bottom--sm--88px {
    margin-bottom: 88px !important;
  }
  .u-m--bottom--sm--89px {
    margin-bottom: 89px !important;
  }
  .u-m--bottom--sm--90px {
    margin-bottom: 90px !important;
  }
  .u-m--bottom--sm--91px {
    margin-bottom: 91px !important;
  }
  .u-m--bottom--sm--92px {
    margin-bottom: 92px !important;
  }
  .u-m--bottom--sm--93px {
    margin-bottom: 93px !important;
  }
  .u-m--bottom--sm--94px {
    margin-bottom: 94px !important;
  }
  .u-m--bottom--sm--95px {
    margin-bottom: 95px !important;
  }
  .u-m--bottom--sm--96px {
    margin-bottom: 96px !important;
  }
  .u-m--bottom--sm--97px {
    margin-bottom: 97px !important;
  }
  .u-m--bottom--sm--98px {
    margin-bottom: 98px !important;
  }
  .u-m--bottom--sm--99px {
    margin-bottom: 99px !important;
  }
  .u-m--bottom--sm--100px {
    margin-bottom: 100px !important;
  }
}
.u-m--left--0 {
  margin-left: 0 !important;
}
.u-m--left--1px {
  margin-left: 1px !important;
}
.u-m--left--2px {
  margin-left: 2px !important;
}
.u-m--left--3px {
  margin-left: 3px !important;
}
.u-m--left--4px {
  margin-left: 4px !important;
}
.u-m--left--5px {
  margin-left: 5px !important;
}
.u-m--left--6px {
  margin-left: 6px !important;
}
.u-m--left--7px {
  margin-left: 7px !important;
}
.u-m--left--8px {
  margin-left: 8px !important;
}
.u-m--left--9px {
  margin-left: 9px !important;
}
.u-m--left--10px {
  margin-left: 10px !important;
}
.u-m--left--11px {
  margin-left: 11px !important;
}
.u-m--left--12px {
  margin-left: 12px !important;
}
.u-m--left--13px {
  margin-left: 13px !important;
}
.u-m--left--14px {
  margin-left: 14px !important;
}
.u-m--left--15px {
  margin-left: 15px !important;
}
.u-m--left--16px {
  margin-left: 16px !important;
}
.u-m--left--17px {
  margin-left: 17px !important;
}
.u-m--left--18px {
  margin-left: 18px !important;
}
.u-m--left--19px {
  margin-left: 19px !important;
}
.u-m--left--20px {
  margin-left: 20px !important;
}
.u-m--left--21px {
  margin-left: 21px !important;
}
.u-m--left--22px {
  margin-left: 22px !important;
}
.u-m--left--23px {
  margin-left: 23px !important;
}
.u-m--left--24px {
  margin-left: 24px !important;
}
.u-m--left--25px {
  margin-left: 25px !important;
}
.u-m--left--26px {
  margin-left: 26px !important;
}
.u-m--left--27px {
  margin-left: 27px !important;
}
.u-m--left--28px {
  margin-left: 28px !important;
}
.u-m--left--29px {
  margin-left: 29px !important;
}
.u-m--left--30px {
  margin-left: 30px !important;
}
.u-m--left--31px {
  margin-left: 31px !important;
}
.u-m--left--32px {
  margin-left: 32px !important;
}
.u-m--left--33px {
  margin-left: 33px !important;
}
.u-m--left--34px {
  margin-left: 34px !important;
}
.u-m--left--35px {
  margin-left: 35px !important;
}
.u-m--left--36px {
  margin-left: 36px !important;
}
.u-m--left--37px {
  margin-left: 37px !important;
}
.u-m--left--38px {
  margin-left: 38px !important;
}
.u-m--left--39px {
  margin-left: 39px !important;
}
.u-m--left--40px {
  margin-left: 40px !important;
}
.u-m--left--41px {
  margin-left: 41px !important;
}
.u-m--left--42px {
  margin-left: 42px !important;
}
.u-m--left--43px {
  margin-left: 43px !important;
}
.u-m--left--44px {
  margin-left: 44px !important;
}
.u-m--left--45px {
  margin-left: 45px !important;
}
.u-m--left--46px {
  margin-left: 46px !important;
}
.u-m--left--47px {
  margin-left: 47px !important;
}
.u-m--left--48px {
  margin-left: 48px !important;
}
.u-m--left--49px {
  margin-left: 49px !important;
}
.u-m--left--50px {
  margin-left: 50px !important;
}
.u-m--left--51px {
  margin-left: 51px !important;
}
.u-m--left--52px {
  margin-left: 52px !important;
}
.u-m--left--53px {
  margin-left: 53px !important;
}
.u-m--left--54px {
  margin-left: 54px !important;
}
.u-m--left--55px {
  margin-left: 55px !important;
}
.u-m--left--56px {
  margin-left: 56px !important;
}
.u-m--left--57px {
  margin-left: 57px !important;
}
.u-m--left--58px {
  margin-left: 58px !important;
}
.u-m--left--59px {
  margin-left: 59px !important;
}
.u-m--left--60px {
  margin-left: 60px !important;
}
.u-m--left--61px {
  margin-left: 61px !important;
}
.u-m--left--62px {
  margin-left: 62px !important;
}
.u-m--left--63px {
  margin-left: 63px !important;
}
.u-m--left--64px {
  margin-left: 64px !important;
}
.u-m--left--65px {
  margin-left: 65px !important;
}
.u-m--left--66px {
  margin-left: 66px !important;
}
.u-m--left--67px {
  margin-left: 67px !important;
}
.u-m--left--68px {
  margin-left: 68px !important;
}
.u-m--left--69px {
  margin-left: 69px !important;
}
.u-m--left--70px {
  margin-left: 70px !important;
}
.u-m--left--71px {
  margin-left: 71px !important;
}
.u-m--left--72px {
  margin-left: 72px !important;
}
.u-m--left--73px {
  margin-left: 73px !important;
}
.u-m--left--74px {
  margin-left: 74px !important;
}
.u-m--left--75px {
  margin-left: 75px !important;
}
.u-m--left--76px {
  margin-left: 76px !important;
}
.u-m--left--77px {
  margin-left: 77px !important;
}
.u-m--left--78px {
  margin-left: 78px !important;
}
.u-m--left--79px {
  margin-left: 79px !important;
}
.u-m--left--80px {
  margin-left: 80px !important;
}
.u-m--left--81px {
  margin-left: 81px !important;
}
.u-m--left--82px {
  margin-left: 82px !important;
}
.u-m--left--83px {
  margin-left: 83px !important;
}
.u-m--left--84px {
  margin-left: 84px !important;
}
.u-m--left--85px {
  margin-left: 85px !important;
}
.u-m--left--86px {
  margin-left: 86px !important;
}
.u-m--left--87px {
  margin-left: 87px !important;
}
.u-m--left--88px {
  margin-left: 88px !important;
}
.u-m--left--89px {
  margin-left: 89px !important;
}
.u-m--left--90px {
  margin-left: 90px !important;
}
.u-m--left--91px {
  margin-left: 91px !important;
}
.u-m--left--92px {
  margin-left: 92px !important;
}
.u-m--left--93px {
  margin-left: 93px !important;
}
.u-m--left--94px {
  margin-left: 94px !important;
}
.u-m--left--95px {
  margin-left: 95px !important;
}
.u-m--left--96px {
  margin-left: 96px !important;
}
.u-m--left--97px {
  margin-left: 97px !important;
}
.u-m--left--98px {
  margin-left: 98px !important;
}
.u-m--left--99px {
  margin-left: 99px !important;
}
.u-m--left--100px {
  margin-left: 100px !important;
}
@media (max-width: 768px) {
  .u-m--left--md--0 {
    margin-left: 0 !important;
  }
  .u-m--left--md--1px {
    margin-left: 1px !important;
  }
  .u-m--left--md--2px {
    margin-left: 2px !important;
  }
  .u-m--left--md--3px {
    margin-left: 3px !important;
  }
  .u-m--left--md--4px {
    margin-left: 4px !important;
  }
  .u-m--left--md--5px {
    margin-left: 5px !important;
  }
  .u-m--left--md--6px {
    margin-left: 6px !important;
  }
  .u-m--left--md--7px {
    margin-left: 7px !important;
  }
  .u-m--left--md--8px {
    margin-left: 8px !important;
  }
  .u-m--left--md--9px {
    margin-left: 9px !important;
  }
  .u-m--left--md--10px {
    margin-left: 10px !important;
  }
  .u-m--left--md--11px {
    margin-left: 11px !important;
  }
  .u-m--left--md--12px {
    margin-left: 12px !important;
  }
  .u-m--left--md--13px {
    margin-left: 13px !important;
  }
  .u-m--left--md--14px {
    margin-left: 14px !important;
  }
  .u-m--left--md--15px {
    margin-left: 15px !important;
  }
  .u-m--left--md--16px {
    margin-left: 16px !important;
  }
  .u-m--left--md--17px {
    margin-left: 17px !important;
  }
  .u-m--left--md--18px {
    margin-left: 18px !important;
  }
  .u-m--left--md--19px {
    margin-left: 19px !important;
  }
  .u-m--left--md--20px {
    margin-left: 20px !important;
  }
  .u-m--left--md--21px {
    margin-left: 21px !important;
  }
  .u-m--left--md--22px {
    margin-left: 22px !important;
  }
  .u-m--left--md--23px {
    margin-left: 23px !important;
  }
  .u-m--left--md--24px {
    margin-left: 24px !important;
  }
  .u-m--left--md--25px {
    margin-left: 25px !important;
  }
  .u-m--left--md--26px {
    margin-left: 26px !important;
  }
  .u-m--left--md--27px {
    margin-left: 27px !important;
  }
  .u-m--left--md--28px {
    margin-left: 28px !important;
  }
  .u-m--left--md--29px {
    margin-left: 29px !important;
  }
  .u-m--left--md--30px {
    margin-left: 30px !important;
  }
  .u-m--left--md--31px {
    margin-left: 31px !important;
  }
  .u-m--left--md--32px {
    margin-left: 32px !important;
  }
  .u-m--left--md--33px {
    margin-left: 33px !important;
  }
  .u-m--left--md--34px {
    margin-left: 34px !important;
  }
  .u-m--left--md--35px {
    margin-left: 35px !important;
  }
  .u-m--left--md--36px {
    margin-left: 36px !important;
  }
  .u-m--left--md--37px {
    margin-left: 37px !important;
  }
  .u-m--left--md--38px {
    margin-left: 38px !important;
  }
  .u-m--left--md--39px {
    margin-left: 39px !important;
  }
  .u-m--left--md--40px {
    margin-left: 40px !important;
  }
  .u-m--left--md--41px {
    margin-left: 41px !important;
  }
  .u-m--left--md--42px {
    margin-left: 42px !important;
  }
  .u-m--left--md--43px {
    margin-left: 43px !important;
  }
  .u-m--left--md--44px {
    margin-left: 44px !important;
  }
  .u-m--left--md--45px {
    margin-left: 45px !important;
  }
  .u-m--left--md--46px {
    margin-left: 46px !important;
  }
  .u-m--left--md--47px {
    margin-left: 47px !important;
  }
  .u-m--left--md--48px {
    margin-left: 48px !important;
  }
  .u-m--left--md--49px {
    margin-left: 49px !important;
  }
  .u-m--left--md--50px {
    margin-left: 50px !important;
  }
  .u-m--left--md--51px {
    margin-left: 51px !important;
  }
  .u-m--left--md--52px {
    margin-left: 52px !important;
  }
  .u-m--left--md--53px {
    margin-left: 53px !important;
  }
  .u-m--left--md--54px {
    margin-left: 54px !important;
  }
  .u-m--left--md--55px {
    margin-left: 55px !important;
  }
  .u-m--left--md--56px {
    margin-left: 56px !important;
  }
  .u-m--left--md--57px {
    margin-left: 57px !important;
  }
  .u-m--left--md--58px {
    margin-left: 58px !important;
  }
  .u-m--left--md--59px {
    margin-left: 59px !important;
  }
  .u-m--left--md--60px {
    margin-left: 60px !important;
  }
  .u-m--left--md--61px {
    margin-left: 61px !important;
  }
  .u-m--left--md--62px {
    margin-left: 62px !important;
  }
  .u-m--left--md--63px {
    margin-left: 63px !important;
  }
  .u-m--left--md--64px {
    margin-left: 64px !important;
  }
  .u-m--left--md--65px {
    margin-left: 65px !important;
  }
  .u-m--left--md--66px {
    margin-left: 66px !important;
  }
  .u-m--left--md--67px {
    margin-left: 67px !important;
  }
  .u-m--left--md--68px {
    margin-left: 68px !important;
  }
  .u-m--left--md--69px {
    margin-left: 69px !important;
  }
  .u-m--left--md--70px {
    margin-left: 70px !important;
  }
  .u-m--left--md--71px {
    margin-left: 71px !important;
  }
  .u-m--left--md--72px {
    margin-left: 72px !important;
  }
  .u-m--left--md--73px {
    margin-left: 73px !important;
  }
  .u-m--left--md--74px {
    margin-left: 74px !important;
  }
  .u-m--left--md--75px {
    margin-left: 75px !important;
  }
  .u-m--left--md--76px {
    margin-left: 76px !important;
  }
  .u-m--left--md--77px {
    margin-left: 77px !important;
  }
  .u-m--left--md--78px {
    margin-left: 78px !important;
  }
  .u-m--left--md--79px {
    margin-left: 79px !important;
  }
  .u-m--left--md--80px {
    margin-left: 80px !important;
  }
  .u-m--left--md--81px {
    margin-left: 81px !important;
  }
  .u-m--left--md--82px {
    margin-left: 82px !important;
  }
  .u-m--left--md--83px {
    margin-left: 83px !important;
  }
  .u-m--left--md--84px {
    margin-left: 84px !important;
  }
  .u-m--left--md--85px {
    margin-left: 85px !important;
  }
  .u-m--left--md--86px {
    margin-left: 86px !important;
  }
  .u-m--left--md--87px {
    margin-left: 87px !important;
  }
  .u-m--left--md--88px {
    margin-left: 88px !important;
  }
  .u-m--left--md--89px {
    margin-left: 89px !important;
  }
  .u-m--left--md--90px {
    margin-left: 90px !important;
  }
  .u-m--left--md--91px {
    margin-left: 91px !important;
  }
  .u-m--left--md--92px {
    margin-left: 92px !important;
  }
  .u-m--left--md--93px {
    margin-left: 93px !important;
  }
  .u-m--left--md--94px {
    margin-left: 94px !important;
  }
  .u-m--left--md--95px {
    margin-left: 95px !important;
  }
  .u-m--left--md--96px {
    margin-left: 96px !important;
  }
  .u-m--left--md--97px {
    margin-left: 97px !important;
  }
  .u-m--left--md--98px {
    margin-left: 98px !important;
  }
  .u-m--left--md--99px {
    margin-left: 99px !important;
  }
  .u-m--left--md--100px {
    margin-left: 100px !important;
  }
}
@media (max-width: 576px) {
  .u-m--left--sm--0 {
    margin-left: 0 !important;
  }
  .u-m--left--sm--1px {
    margin-left: 1px !important;
  }
  .u-m--left--sm--2px {
    margin-left: 2px !important;
  }
  .u-m--left--sm--3px {
    margin-left: 3px !important;
  }
  .u-m--left--sm--4px {
    margin-left: 4px !important;
  }
  .u-m--left--sm--5px {
    margin-left: 5px !important;
  }
  .u-m--left--sm--6px {
    margin-left: 6px !important;
  }
  .u-m--left--sm--7px {
    margin-left: 7px !important;
  }
  .u-m--left--sm--8px {
    margin-left: 8px !important;
  }
  .u-m--left--sm--9px {
    margin-left: 9px !important;
  }
  .u-m--left--sm--10px {
    margin-left: 10px !important;
  }
  .u-m--left--sm--11px {
    margin-left: 11px !important;
  }
  .u-m--left--sm--12px {
    margin-left: 12px !important;
  }
  .u-m--left--sm--13px {
    margin-left: 13px !important;
  }
  .u-m--left--sm--14px {
    margin-left: 14px !important;
  }
  .u-m--left--sm--15px {
    margin-left: 15px !important;
  }
  .u-m--left--sm--16px {
    margin-left: 16px !important;
  }
  .u-m--left--sm--17px {
    margin-left: 17px !important;
  }
  .u-m--left--sm--18px {
    margin-left: 18px !important;
  }
  .u-m--left--sm--19px {
    margin-left: 19px !important;
  }
  .u-m--left--sm--20px {
    margin-left: 20px !important;
  }
  .u-m--left--sm--21px {
    margin-left: 21px !important;
  }
  .u-m--left--sm--22px {
    margin-left: 22px !important;
  }
  .u-m--left--sm--23px {
    margin-left: 23px !important;
  }
  .u-m--left--sm--24px {
    margin-left: 24px !important;
  }
  .u-m--left--sm--25px {
    margin-left: 25px !important;
  }
  .u-m--left--sm--26px {
    margin-left: 26px !important;
  }
  .u-m--left--sm--27px {
    margin-left: 27px !important;
  }
  .u-m--left--sm--28px {
    margin-left: 28px !important;
  }
  .u-m--left--sm--29px {
    margin-left: 29px !important;
  }
  .u-m--left--sm--30px {
    margin-left: 30px !important;
  }
  .u-m--left--sm--31px {
    margin-left: 31px !important;
  }
  .u-m--left--sm--32px {
    margin-left: 32px !important;
  }
  .u-m--left--sm--33px {
    margin-left: 33px !important;
  }
  .u-m--left--sm--34px {
    margin-left: 34px !important;
  }
  .u-m--left--sm--35px {
    margin-left: 35px !important;
  }
  .u-m--left--sm--36px {
    margin-left: 36px !important;
  }
  .u-m--left--sm--37px {
    margin-left: 37px !important;
  }
  .u-m--left--sm--38px {
    margin-left: 38px !important;
  }
  .u-m--left--sm--39px {
    margin-left: 39px !important;
  }
  .u-m--left--sm--40px {
    margin-left: 40px !important;
  }
  .u-m--left--sm--41px {
    margin-left: 41px !important;
  }
  .u-m--left--sm--42px {
    margin-left: 42px !important;
  }
  .u-m--left--sm--43px {
    margin-left: 43px !important;
  }
  .u-m--left--sm--44px {
    margin-left: 44px !important;
  }
  .u-m--left--sm--45px {
    margin-left: 45px !important;
  }
  .u-m--left--sm--46px {
    margin-left: 46px !important;
  }
  .u-m--left--sm--47px {
    margin-left: 47px !important;
  }
  .u-m--left--sm--48px {
    margin-left: 48px !important;
  }
  .u-m--left--sm--49px {
    margin-left: 49px !important;
  }
  .u-m--left--sm--50px {
    margin-left: 50px !important;
  }
  .u-m--left--sm--51px {
    margin-left: 51px !important;
  }
  .u-m--left--sm--52px {
    margin-left: 52px !important;
  }
  .u-m--left--sm--53px {
    margin-left: 53px !important;
  }
  .u-m--left--sm--54px {
    margin-left: 54px !important;
  }
  .u-m--left--sm--55px {
    margin-left: 55px !important;
  }
  .u-m--left--sm--56px {
    margin-left: 56px !important;
  }
  .u-m--left--sm--57px {
    margin-left: 57px !important;
  }
  .u-m--left--sm--58px {
    margin-left: 58px !important;
  }
  .u-m--left--sm--59px {
    margin-left: 59px !important;
  }
  .u-m--left--sm--60px {
    margin-left: 60px !important;
  }
  .u-m--left--sm--61px {
    margin-left: 61px !important;
  }
  .u-m--left--sm--62px {
    margin-left: 62px !important;
  }
  .u-m--left--sm--63px {
    margin-left: 63px !important;
  }
  .u-m--left--sm--64px {
    margin-left: 64px !important;
  }
  .u-m--left--sm--65px {
    margin-left: 65px !important;
  }
  .u-m--left--sm--66px {
    margin-left: 66px !important;
  }
  .u-m--left--sm--67px {
    margin-left: 67px !important;
  }
  .u-m--left--sm--68px {
    margin-left: 68px !important;
  }
  .u-m--left--sm--69px {
    margin-left: 69px !important;
  }
  .u-m--left--sm--70px {
    margin-left: 70px !important;
  }
  .u-m--left--sm--71px {
    margin-left: 71px !important;
  }
  .u-m--left--sm--72px {
    margin-left: 72px !important;
  }
  .u-m--left--sm--73px {
    margin-left: 73px !important;
  }
  .u-m--left--sm--74px {
    margin-left: 74px !important;
  }
  .u-m--left--sm--75px {
    margin-left: 75px !important;
  }
  .u-m--left--sm--76px {
    margin-left: 76px !important;
  }
  .u-m--left--sm--77px {
    margin-left: 77px !important;
  }
  .u-m--left--sm--78px {
    margin-left: 78px !important;
  }
  .u-m--left--sm--79px {
    margin-left: 79px !important;
  }
  .u-m--left--sm--80px {
    margin-left: 80px !important;
  }
  .u-m--left--sm--81px {
    margin-left: 81px !important;
  }
  .u-m--left--sm--82px {
    margin-left: 82px !important;
  }
  .u-m--left--sm--83px {
    margin-left: 83px !important;
  }
  .u-m--left--sm--84px {
    margin-left: 84px !important;
  }
  .u-m--left--sm--85px {
    margin-left: 85px !important;
  }
  .u-m--left--sm--86px {
    margin-left: 86px !important;
  }
  .u-m--left--sm--87px {
    margin-left: 87px !important;
  }
  .u-m--left--sm--88px {
    margin-left: 88px !important;
  }
  .u-m--left--sm--89px {
    margin-left: 89px !important;
  }
  .u-m--left--sm--90px {
    margin-left: 90px !important;
  }
  .u-m--left--sm--91px {
    margin-left: 91px !important;
  }
  .u-m--left--sm--92px {
    margin-left: 92px !important;
  }
  .u-m--left--sm--93px {
    margin-left: 93px !important;
  }
  .u-m--left--sm--94px {
    margin-left: 94px !important;
  }
  .u-m--left--sm--95px {
    margin-left: 95px !important;
  }
  .u-m--left--sm--96px {
    margin-left: 96px !important;
  }
  .u-m--left--sm--97px {
    margin-left: 97px !important;
  }
  .u-m--left--sm--98px {
    margin-left: 98px !important;
  }
  .u-m--left--sm--99px {
    margin-left: 99px !important;
  }
  .u-m--left--sm--100px {
    margin-left: 100px !important;
  }
}
.u-m--x--0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.u-m--x--1px {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
.u-m--x--2px {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.u-m--x--3px {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}
.u-m--x--4px {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.u-m--x--5px {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.u-m--x--6px {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}
.u-m--x--7px {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}
.u-m--x--8px {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.u-m--x--9px {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}
.u-m--x--10px {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.u-m--x--11px {
  margin-top: 11px !important;
  margin-bottom: 11px !important;
}
.u-m--x--12px {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.u-m--x--13px {
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}
.u-m--x--14px {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}
.u-m--x--15px {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.u-m--x--16px {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.u-m--x--17px {
  margin-top: 17px !important;
  margin-bottom: 17px !important;
}
.u-m--x--18px {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}
.u-m--x--19px {
  margin-top: 19px !important;
  margin-bottom: 19px !important;
}
.u-m--x--20px {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.u-m--x--21px {
  margin-top: 21px !important;
  margin-bottom: 21px !important;
}
.u-m--x--22px {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}
.u-m--x--23px {
  margin-top: 23px !important;
  margin-bottom: 23px !important;
}
.u-m--x--24px {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.u-m--x--25px {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.u-m--x--26px {
  margin-top: 26px !important;
  margin-bottom: 26px !important;
}
.u-m--x--27px {
  margin-top: 27px !important;
  margin-bottom: 27px !important;
}
.u-m--x--28px {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}
.u-m--x--29px {
  margin-top: 29px !important;
  margin-bottom: 29px !important;
}
.u-m--x--30px {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.u-m--x--31px {
  margin-top: 31px !important;
  margin-bottom: 31px !important;
}
.u-m--x--32px {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.u-m--x--33px {
  margin-top: 33px !important;
  margin-bottom: 33px !important;
}
.u-m--x--34px {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}
.u-m--x--35px {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.u-m--x--36px {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}
.u-m--x--37px {
  margin-top: 37px !important;
  margin-bottom: 37px !important;
}
.u-m--x--38px {
  margin-top: 38px !important;
  margin-bottom: 38px !important;
}
.u-m--x--39px {
  margin-top: 39px !important;
  margin-bottom: 39px !important;
}
.u-m--x--40px {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.u-m--x--41px {
  margin-top: 41px !important;
  margin-bottom: 41px !important;
}
.u-m--x--42px {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}
.u-m--x--43px {
  margin-top: 43px !important;
  margin-bottom: 43px !important;
}
.u-m--x--44px {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}
.u-m--x--45px {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.u-m--x--46px {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}
.u-m--x--47px {
  margin-top: 47px !important;
  margin-bottom: 47px !important;
}
.u-m--x--48px {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.u-m--x--49px {
  margin-top: 49px !important;
  margin-bottom: 49px !important;
}
.u-m--x--50px {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.u-m--x--51px {
  margin-top: 51px !important;
  margin-bottom: 51px !important;
}
.u-m--x--52px {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}
.u-m--x--53px {
  margin-top: 53px !important;
  margin-bottom: 53px !important;
}
.u-m--x--54px {
  margin-top: 54px !important;
  margin-bottom: 54px !important;
}
.u-m--x--55px {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}
.u-m--x--56px {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}
.u-m--x--57px {
  margin-top: 57px !important;
  margin-bottom: 57px !important;
}
.u-m--x--58px {
  margin-top: 58px !important;
  margin-bottom: 58px !important;
}
.u-m--x--59px {
  margin-top: 59px !important;
  margin-bottom: 59px !important;
}
.u-m--x--60px {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.u-m--x--61px {
  margin-top: 61px !important;
  margin-bottom: 61px !important;
}
.u-m--x--62px {
  margin-top: 62px !important;
  margin-bottom: 62px !important;
}
.u-m--x--63px {
  margin-top: 63px !important;
  margin-bottom: 63px !important;
}
.u-m--x--64px {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.u-m--x--65px {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}
.u-m--x--66px {
  margin-top: 66px !important;
  margin-bottom: 66px !important;
}
.u-m--x--67px {
  margin-top: 67px !important;
  margin-bottom: 67px !important;
}
.u-m--x--68px {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}
.u-m--x--69px {
  margin-top: 69px !important;
  margin-bottom: 69px !important;
}
.u-m--x--70px {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.u-m--x--71px {
  margin-top: 71px !important;
  margin-bottom: 71px !important;
}
.u-m--x--72px {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}
.u-m--x--73px {
  margin-top: 73px !important;
  margin-bottom: 73px !important;
}
.u-m--x--74px {
  margin-top: 74px !important;
  margin-bottom: 74px !important;
}
.u-m--x--75px {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}
.u-m--x--76px {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}
.u-m--x--77px {
  margin-top: 77px !important;
  margin-bottom: 77px !important;
}
.u-m--x--78px {
  margin-top: 78px !important;
  margin-bottom: 78px !important;
}
.u-m--x--79px {
  margin-top: 79px !important;
  margin-bottom: 79px !important;
}
.u-m--x--80px {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.u-m--x--81px {
  margin-top: 81px !important;
  margin-bottom: 81px !important;
}
.u-m--x--82px {
  margin-top: 82px !important;
  margin-bottom: 82px !important;
}
.u-m--x--83px {
  margin-top: 83px !important;
  margin-bottom: 83px !important;
}
.u-m--x--84px {
  margin-top: 84px !important;
  margin-bottom: 84px !important;
}
.u-m--x--85px {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}
.u-m--x--86px {
  margin-top: 86px !important;
  margin-bottom: 86px !important;
}
.u-m--x--87px {
  margin-top: 87px !important;
  margin-bottom: 87px !important;
}
.u-m--x--88px {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}
.u-m--x--89px {
  margin-top: 89px !important;
  margin-bottom: 89px !important;
}
.u-m--x--90px {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
.u-m--x--91px {
  margin-top: 91px !important;
  margin-bottom: 91px !important;
}
.u-m--x--92px {
  margin-top: 92px !important;
  margin-bottom: 92px !important;
}
.u-m--x--93px {
  margin-top: 93px !important;
  margin-bottom: 93px !important;
}
.u-m--x--94px {
  margin-top: 94px !important;
  margin-bottom: 94px !important;
}
.u-m--x--95px {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}
.u-m--x--96px {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}
.u-m--x--97px {
  margin-top: 97px !important;
  margin-bottom: 97px !important;
}
.u-m--x--98px {
  margin-top: 98px !important;
  margin-bottom: 98px !important;
}
.u-m--x--99px {
  margin-top: 99px !important;
  margin-bottom: 99px !important;
}
.u-m--x--100px {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.u-m--y--0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.u-m--y--1px {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
.u-m--y--2px {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.u-m--y--3px {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}
.u-m--y--4px {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.u-m--y--5px {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.u-m--y--6px {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}
.u-m--y--7px {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}
.u-m--y--8px {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.u-m--y--9px {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}
.u-m--y--10px {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.u-m--y--11px {
  margin-top: 11px !important;
  margin-bottom: 11px !important;
}
.u-m--y--12px {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.u-m--y--13px {
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}
.u-m--y--14px {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}
.u-m--y--15px {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.u-m--y--16px {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.u-m--y--17px {
  margin-top: 17px !important;
  margin-bottom: 17px !important;
}
.u-m--y--18px {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}
.u-m--y--19px {
  margin-top: 19px !important;
  margin-bottom: 19px !important;
}
.u-m--y--20px {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.u-m--y--21px {
  margin-top: 21px !important;
  margin-bottom: 21px !important;
}
.u-m--y--22px {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}
.u-m--y--23px {
  margin-top: 23px !important;
  margin-bottom: 23px !important;
}
.u-m--y--24px {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.u-m--y--25px {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.u-m--y--26px {
  margin-top: 26px !important;
  margin-bottom: 26px !important;
}
.u-m--y--27px {
  margin-top: 27px !important;
  margin-bottom: 27px !important;
}
.u-m--y--28px {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}
.u-m--y--29px {
  margin-top: 29px !important;
  margin-bottom: 29px !important;
}
.u-m--y--30px {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.u-m--y--31px {
  margin-top: 31px !important;
  margin-bottom: 31px !important;
}
.u-m--y--32px {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.u-m--y--33px {
  margin-top: 33px !important;
  margin-bottom: 33px !important;
}
.u-m--y--34px {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}
.u-m--y--35px {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.u-m--y--36px {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}
.u-m--y--37px {
  margin-top: 37px !important;
  margin-bottom: 37px !important;
}
.u-m--y--38px {
  margin-top: 38px !important;
  margin-bottom: 38px !important;
}
.u-m--y--39px {
  margin-top: 39px !important;
  margin-bottom: 39px !important;
}
.u-m--y--40px {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.u-m--y--41px {
  margin-top: 41px !important;
  margin-bottom: 41px !important;
}
.u-m--y--42px {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}
.u-m--y--43px {
  margin-top: 43px !important;
  margin-bottom: 43px !important;
}
.u-m--y--44px {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}
.u-m--y--45px {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.u-m--y--46px {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}
.u-m--y--47px {
  margin-top: 47px !important;
  margin-bottom: 47px !important;
}
.u-m--y--48px {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.u-m--y--49px {
  margin-top: 49px !important;
  margin-bottom: 49px !important;
}
.u-m--y--50px {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.u-m--y--51px {
  margin-top: 51px !important;
  margin-bottom: 51px !important;
}
.u-m--y--52px {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}
.u-m--y--53px {
  margin-top: 53px !important;
  margin-bottom: 53px !important;
}
.u-m--y--54px {
  margin-top: 54px !important;
  margin-bottom: 54px !important;
}
.u-m--y--55px {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}
.u-m--y--56px {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}
.u-m--y--57px {
  margin-top: 57px !important;
  margin-bottom: 57px !important;
}
.u-m--y--58px {
  margin-top: 58px !important;
  margin-bottom: 58px !important;
}
.u-m--y--59px {
  margin-top: 59px !important;
  margin-bottom: 59px !important;
}
.u-m--y--60px {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.u-m--y--61px {
  margin-top: 61px !important;
  margin-bottom: 61px !important;
}
.u-m--y--62px {
  margin-top: 62px !important;
  margin-bottom: 62px !important;
}
.u-m--y--63px {
  margin-top: 63px !important;
  margin-bottom: 63px !important;
}
.u-m--y--64px {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.u-m--y--65px {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}
.u-m--y--66px {
  margin-top: 66px !important;
  margin-bottom: 66px !important;
}
.u-m--y--67px {
  margin-top: 67px !important;
  margin-bottom: 67px !important;
}
.u-m--y--68px {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}
.u-m--y--69px {
  margin-top: 69px !important;
  margin-bottom: 69px !important;
}
.u-m--y--70px {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.u-m--y--71px {
  margin-top: 71px !important;
  margin-bottom: 71px !important;
}
.u-m--y--72px {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}
.u-m--y--73px {
  margin-top: 73px !important;
  margin-bottom: 73px !important;
}
.u-m--y--74px {
  margin-top: 74px !important;
  margin-bottom: 74px !important;
}
.u-m--y--75px {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}
.u-m--y--76px {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}
.u-m--y--77px {
  margin-top: 77px !important;
  margin-bottom: 77px !important;
}
.u-m--y--78px {
  margin-top: 78px !important;
  margin-bottom: 78px !important;
}
.u-m--y--79px {
  margin-top: 79px !important;
  margin-bottom: 79px !important;
}
.u-m--y--80px {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.u-m--y--81px {
  margin-top: 81px !important;
  margin-bottom: 81px !important;
}
.u-m--y--82px {
  margin-top: 82px !important;
  margin-bottom: 82px !important;
}
.u-m--y--83px {
  margin-top: 83px !important;
  margin-bottom: 83px !important;
}
.u-m--y--84px {
  margin-top: 84px !important;
  margin-bottom: 84px !important;
}
.u-m--y--85px {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}
.u-m--y--86px {
  margin-top: 86px !important;
  margin-bottom: 86px !important;
}
.u-m--y--87px {
  margin-top: 87px !important;
  margin-bottom: 87px !important;
}
.u-m--y--88px {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}
.u-m--y--89px {
  margin-top: 89px !important;
  margin-bottom: 89px !important;
}
.u-m--y--90px {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
.u-m--y--91px {
  margin-top: 91px !important;
  margin-bottom: 91px !important;
}
.u-m--y--92px {
  margin-top: 92px !important;
  margin-bottom: 92px !important;
}
.u-m--y--93px {
  margin-top: 93px !important;
  margin-bottom: 93px !important;
}
.u-m--y--94px {
  margin-top: 94px !important;
  margin-bottom: 94px !important;
}
.u-m--y--95px {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}
.u-m--y--96px {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}
.u-m--y--97px {
  margin-top: 97px !important;
  margin-bottom: 97px !important;
}
.u-m--y--98px {
  margin-top: 98px !important;
  margin-bottom: 98px !important;
}
.u-m--y--99px {
  margin-top: 99px !important;
  margin-bottom: 99px !important;
}
.u-m--y--100px {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.u-num--align {
  font-variant-numeric: tabular-nums;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
}

.u-p--top--0 {
  padding-top: 0 !important;
}
.u-p--top--1px {
  padding-top: 1px !important;
}
.u-p--top--2px {
  padding-top: 2px !important;
}
.u-p--top--3px {
  padding-top: 3px !important;
}
.u-p--top--4px {
  padding-top: 4px !important;
}
.u-p--top--5px {
  padding-top: 5px !important;
}
.u-p--top--6px {
  padding-top: 6px !important;
}
.u-p--top--7px {
  padding-top: 7px !important;
}
.u-p--top--8px {
  padding-top: 8px !important;
}
.u-p--top--9px {
  padding-top: 9px !important;
}
.u-p--top--10px {
  padding-top: 10px !important;
}
.u-p--top--11px {
  padding-top: 11px !important;
}
.u-p--top--12px {
  padding-top: 12px !important;
}
.u-p--top--13px {
  padding-top: 13px !important;
}
.u-p--top--14px {
  padding-top: 14px !important;
}
.u-p--top--15px {
  padding-top: 15px !important;
}
.u-p--top--16px {
  padding-top: 16px !important;
}
.u-p--top--17px {
  padding-top: 17px !important;
}
.u-p--top--18px {
  padding-top: 18px !important;
}
.u-p--top--19px {
  padding-top: 19px !important;
}
.u-p--top--20px {
  padding-top: 20px !important;
}
.u-p--top--21px {
  padding-top: 21px !important;
}
.u-p--top--22px {
  padding-top: 22px !important;
}
.u-p--top--23px {
  padding-top: 23px !important;
}
.u-p--top--24px {
  padding-top: 24px !important;
}
.u-p--top--25px {
  padding-top: 25px !important;
}
.u-p--top--26px {
  padding-top: 26px !important;
}
.u-p--top--27px {
  padding-top: 27px !important;
}
.u-p--top--28px {
  padding-top: 28px !important;
}
.u-p--top--29px {
  padding-top: 29px !important;
}
.u-p--top--30px {
  padding-top: 30px !important;
}
.u-p--top--31px {
  padding-top: 31px !important;
}
.u-p--top--32px {
  padding-top: 32px !important;
}
.u-p--top--33px {
  padding-top: 33px !important;
}
.u-p--top--34px {
  padding-top: 34px !important;
}
.u-p--top--35px {
  padding-top: 35px !important;
}
.u-p--top--36px {
  padding-top: 36px !important;
}
.u-p--top--37px {
  padding-top: 37px !important;
}
.u-p--top--38px {
  padding-top: 38px !important;
}
.u-p--top--39px {
  padding-top: 39px !important;
}
.u-p--top--40px {
  padding-top: 40px !important;
}
.u-p--top--41px {
  padding-top: 41px !important;
}
.u-p--top--42px {
  padding-top: 42px !important;
}
.u-p--top--43px {
  padding-top: 43px !important;
}
.u-p--top--44px {
  padding-top: 44px !important;
}
.u-p--top--45px {
  padding-top: 45px !important;
}
.u-p--top--46px {
  padding-top: 46px !important;
}
.u-p--top--47px {
  padding-top: 47px !important;
}
.u-p--top--48px {
  padding-top: 48px !important;
}
.u-p--top--49px {
  padding-top: 49px !important;
}
.u-p--top--50px {
  padding-top: 50px !important;
}
.u-p--top--51px {
  padding-top: 51px !important;
}
.u-p--top--52px {
  padding-top: 52px !important;
}
.u-p--top--53px {
  padding-top: 53px !important;
}
.u-p--top--54px {
  padding-top: 54px !important;
}
.u-p--top--55px {
  padding-top: 55px !important;
}
.u-p--top--56px {
  padding-top: 56px !important;
}
.u-p--top--57px {
  padding-top: 57px !important;
}
.u-p--top--58px {
  padding-top: 58px !important;
}
.u-p--top--59px {
  padding-top: 59px !important;
}
.u-p--top--60px {
  padding-top: 60px !important;
}
.u-p--top--61px {
  padding-top: 61px !important;
}
.u-p--top--62px {
  padding-top: 62px !important;
}
.u-p--top--63px {
  padding-top: 63px !important;
}
.u-p--top--64px {
  padding-top: 64px !important;
}
.u-p--top--65px {
  padding-top: 65px !important;
}
.u-p--top--66px {
  padding-top: 66px !important;
}
.u-p--top--67px {
  padding-top: 67px !important;
}
.u-p--top--68px {
  padding-top: 68px !important;
}
.u-p--top--69px {
  padding-top: 69px !important;
}
.u-p--top--70px {
  padding-top: 70px !important;
}
.u-p--top--71px {
  padding-top: 71px !important;
}
.u-p--top--72px {
  padding-top: 72px !important;
}
.u-p--top--73px {
  padding-top: 73px !important;
}
.u-p--top--74px {
  padding-top: 74px !important;
}
.u-p--top--75px {
  padding-top: 75px !important;
}
.u-p--top--76px {
  padding-top: 76px !important;
}
.u-p--top--77px {
  padding-top: 77px !important;
}
.u-p--top--78px {
  padding-top: 78px !important;
}
.u-p--top--79px {
  padding-top: 79px !important;
}
.u-p--top--80px {
  padding-top: 80px !important;
}
.u-p--top--81px {
  padding-top: 81px !important;
}
.u-p--top--82px {
  padding-top: 82px !important;
}
.u-p--top--83px {
  padding-top: 83px !important;
}
.u-p--top--84px {
  padding-top: 84px !important;
}
.u-p--top--85px {
  padding-top: 85px !important;
}
.u-p--top--86px {
  padding-top: 86px !important;
}
.u-p--top--87px {
  padding-top: 87px !important;
}
.u-p--top--88px {
  padding-top: 88px !important;
}
.u-p--top--89px {
  padding-top: 89px !important;
}
.u-p--top--90px {
  padding-top: 90px !important;
}
.u-p--top--91px {
  padding-top: 91px !important;
}
.u-p--top--92px {
  padding-top: 92px !important;
}
.u-p--top--93px {
  padding-top: 93px !important;
}
.u-p--top--94px {
  padding-top: 94px !important;
}
.u-p--top--95px {
  padding-top: 95px !important;
}
.u-p--top--96px {
  padding-top: 96px !important;
}
.u-p--top--97px {
  padding-top: 97px !important;
}
.u-p--top--98px {
  padding-top: 98px !important;
}
.u-p--top--99px {
  padding-top: 99px !important;
}
.u-p--top--100px {
  padding-top: 100px !important;
}
@media (max-width: 576px) {
  .u-p--top--sm--0 {
    padding-top: 0 !important;
  }
  .u-p--top--sm--1px {
    padding-top: 1px !important;
  }
  .u-p--top--sm--2px {
    padding-top: 2px !important;
  }
  .u-p--top--sm--3px {
    padding-top: 3px !important;
  }
  .u-p--top--sm--4px {
    padding-top: 4px !important;
  }
  .u-p--top--sm--5px {
    padding-top: 5px !important;
  }
  .u-p--top--sm--6px {
    padding-top: 6px !important;
  }
  .u-p--top--sm--7px {
    padding-top: 7px !important;
  }
  .u-p--top--sm--8px {
    padding-top: 8px !important;
  }
  .u-p--top--sm--9px {
    padding-top: 9px !important;
  }
  .u-p--top--sm--10px {
    padding-top: 10px !important;
  }
  .u-p--top--sm--11px {
    padding-top: 11px !important;
  }
  .u-p--top--sm--12px {
    padding-top: 12px !important;
  }
  .u-p--top--sm--13px {
    padding-top: 13px !important;
  }
  .u-p--top--sm--14px {
    padding-top: 14px !important;
  }
  .u-p--top--sm--15px {
    padding-top: 15px !important;
  }
  .u-p--top--sm--16px {
    padding-top: 16px !important;
  }
  .u-p--top--sm--17px {
    padding-top: 17px !important;
  }
  .u-p--top--sm--18px {
    padding-top: 18px !important;
  }
  .u-p--top--sm--19px {
    padding-top: 19px !important;
  }
  .u-p--top--sm--20px {
    padding-top: 20px !important;
  }
  .u-p--top--sm--21px {
    padding-top: 21px !important;
  }
  .u-p--top--sm--22px {
    padding-top: 22px !important;
  }
  .u-p--top--sm--23px {
    padding-top: 23px !important;
  }
  .u-p--top--sm--24px {
    padding-top: 24px !important;
  }
  .u-p--top--sm--25px {
    padding-top: 25px !important;
  }
  .u-p--top--sm--26px {
    padding-top: 26px !important;
  }
  .u-p--top--sm--27px {
    padding-top: 27px !important;
  }
  .u-p--top--sm--28px {
    padding-top: 28px !important;
  }
  .u-p--top--sm--29px {
    padding-top: 29px !important;
  }
  .u-p--top--sm--30px {
    padding-top: 30px !important;
  }
  .u-p--top--sm--31px {
    padding-top: 31px !important;
  }
  .u-p--top--sm--32px {
    padding-top: 32px !important;
  }
  .u-p--top--sm--33px {
    padding-top: 33px !important;
  }
  .u-p--top--sm--34px {
    padding-top: 34px !important;
  }
  .u-p--top--sm--35px {
    padding-top: 35px !important;
  }
  .u-p--top--sm--36px {
    padding-top: 36px !important;
  }
  .u-p--top--sm--37px {
    padding-top: 37px !important;
  }
  .u-p--top--sm--38px {
    padding-top: 38px !important;
  }
  .u-p--top--sm--39px {
    padding-top: 39px !important;
  }
  .u-p--top--sm--40px {
    padding-top: 40px !important;
  }
  .u-p--top--sm--41px {
    padding-top: 41px !important;
  }
  .u-p--top--sm--42px {
    padding-top: 42px !important;
  }
  .u-p--top--sm--43px {
    padding-top: 43px !important;
  }
  .u-p--top--sm--44px {
    padding-top: 44px !important;
  }
  .u-p--top--sm--45px {
    padding-top: 45px !important;
  }
  .u-p--top--sm--46px {
    padding-top: 46px !important;
  }
  .u-p--top--sm--47px {
    padding-top: 47px !important;
  }
  .u-p--top--sm--48px {
    padding-top: 48px !important;
  }
  .u-p--top--sm--49px {
    padding-top: 49px !important;
  }
  .u-p--top--sm--50px {
    padding-top: 50px !important;
  }
  .u-p--top--sm--51px {
    padding-top: 51px !important;
  }
  .u-p--top--sm--52px {
    padding-top: 52px !important;
  }
  .u-p--top--sm--53px {
    padding-top: 53px !important;
  }
  .u-p--top--sm--54px {
    padding-top: 54px !important;
  }
  .u-p--top--sm--55px {
    padding-top: 55px !important;
  }
  .u-p--top--sm--56px {
    padding-top: 56px !important;
  }
  .u-p--top--sm--57px {
    padding-top: 57px !important;
  }
  .u-p--top--sm--58px {
    padding-top: 58px !important;
  }
  .u-p--top--sm--59px {
    padding-top: 59px !important;
  }
  .u-p--top--sm--60px {
    padding-top: 60px !important;
  }
  .u-p--top--sm--61px {
    padding-top: 61px !important;
  }
  .u-p--top--sm--62px {
    padding-top: 62px !important;
  }
  .u-p--top--sm--63px {
    padding-top: 63px !important;
  }
  .u-p--top--sm--64px {
    padding-top: 64px !important;
  }
  .u-p--top--sm--65px {
    padding-top: 65px !important;
  }
  .u-p--top--sm--66px {
    padding-top: 66px !important;
  }
  .u-p--top--sm--67px {
    padding-top: 67px !important;
  }
  .u-p--top--sm--68px {
    padding-top: 68px !important;
  }
  .u-p--top--sm--69px {
    padding-top: 69px !important;
  }
  .u-p--top--sm--70px {
    padding-top: 70px !important;
  }
  .u-p--top--sm--71px {
    padding-top: 71px !important;
  }
  .u-p--top--sm--72px {
    padding-top: 72px !important;
  }
  .u-p--top--sm--73px {
    padding-top: 73px !important;
  }
  .u-p--top--sm--74px {
    padding-top: 74px !important;
  }
  .u-p--top--sm--75px {
    padding-top: 75px !important;
  }
  .u-p--top--sm--76px {
    padding-top: 76px !important;
  }
  .u-p--top--sm--77px {
    padding-top: 77px !important;
  }
  .u-p--top--sm--78px {
    padding-top: 78px !important;
  }
  .u-p--top--sm--79px {
    padding-top: 79px !important;
  }
  .u-p--top--sm--80px {
    padding-top: 80px !important;
  }
  .u-p--top--sm--81px {
    padding-top: 81px !important;
  }
  .u-p--top--sm--82px {
    padding-top: 82px !important;
  }
  .u-p--top--sm--83px {
    padding-top: 83px !important;
  }
  .u-p--top--sm--84px {
    padding-top: 84px !important;
  }
  .u-p--top--sm--85px {
    padding-top: 85px !important;
  }
  .u-p--top--sm--86px {
    padding-top: 86px !important;
  }
  .u-p--top--sm--87px {
    padding-top: 87px !important;
  }
  .u-p--top--sm--88px {
    padding-top: 88px !important;
  }
  .u-p--top--sm--89px {
    padding-top: 89px !important;
  }
  .u-p--top--sm--90px {
    padding-top: 90px !important;
  }
  .u-p--top--sm--91px {
    padding-top: 91px !important;
  }
  .u-p--top--sm--92px {
    padding-top: 92px !important;
  }
  .u-p--top--sm--93px {
    padding-top: 93px !important;
  }
  .u-p--top--sm--94px {
    padding-top: 94px !important;
  }
  .u-p--top--sm--95px {
    padding-top: 95px !important;
  }
  .u-p--top--sm--96px {
    padding-top: 96px !important;
  }
  .u-p--top--sm--97px {
    padding-top: 97px !important;
  }
  .u-p--top--sm--98px {
    padding-top: 98px !important;
  }
  .u-p--top--sm--99px {
    padding-top: 99px !important;
  }
  .u-p--top--sm--100px {
    padding-top: 100px !important;
  }
}
@media (max-width: 768px) {
  .u-p--top--md--0 {
    padding-top: 0 !important;
  }
  .u-p--top--md--1px {
    padding-top: 1px !important;
  }
  .u-p--top--md--2px {
    padding-top: 2px !important;
  }
  .u-p--top--md--3px {
    padding-top: 3px !important;
  }
  .u-p--top--md--4px {
    padding-top: 4px !important;
  }
  .u-p--top--md--5px {
    padding-top: 5px !important;
  }
  .u-p--top--md--6px {
    padding-top: 6px !important;
  }
  .u-p--top--md--7px {
    padding-top: 7px !important;
  }
  .u-p--top--md--8px {
    padding-top: 8px !important;
  }
  .u-p--top--md--9px {
    padding-top: 9px !important;
  }
  .u-p--top--md--10px {
    padding-top: 10px !important;
  }
  .u-p--top--md--11px {
    padding-top: 11px !important;
  }
  .u-p--top--md--12px {
    padding-top: 12px !important;
  }
  .u-p--top--md--13px {
    padding-top: 13px !important;
  }
  .u-p--top--md--14px {
    padding-top: 14px !important;
  }
  .u-p--top--md--15px {
    padding-top: 15px !important;
  }
  .u-p--top--md--16px {
    padding-top: 16px !important;
  }
  .u-p--top--md--17px {
    padding-top: 17px !important;
  }
  .u-p--top--md--18px {
    padding-top: 18px !important;
  }
  .u-p--top--md--19px {
    padding-top: 19px !important;
  }
  .u-p--top--md--20px {
    padding-top: 20px !important;
  }
  .u-p--top--md--21px {
    padding-top: 21px !important;
  }
  .u-p--top--md--22px {
    padding-top: 22px !important;
  }
  .u-p--top--md--23px {
    padding-top: 23px !important;
  }
  .u-p--top--md--24px {
    padding-top: 24px !important;
  }
  .u-p--top--md--25px {
    padding-top: 25px !important;
  }
  .u-p--top--md--26px {
    padding-top: 26px !important;
  }
  .u-p--top--md--27px {
    padding-top: 27px !important;
  }
  .u-p--top--md--28px {
    padding-top: 28px !important;
  }
  .u-p--top--md--29px {
    padding-top: 29px !important;
  }
  .u-p--top--md--30px {
    padding-top: 30px !important;
  }
  .u-p--top--md--31px {
    padding-top: 31px !important;
  }
  .u-p--top--md--32px {
    padding-top: 32px !important;
  }
  .u-p--top--md--33px {
    padding-top: 33px !important;
  }
  .u-p--top--md--34px {
    padding-top: 34px !important;
  }
  .u-p--top--md--35px {
    padding-top: 35px !important;
  }
  .u-p--top--md--36px {
    padding-top: 36px !important;
  }
  .u-p--top--md--37px {
    padding-top: 37px !important;
  }
  .u-p--top--md--38px {
    padding-top: 38px !important;
  }
  .u-p--top--md--39px {
    padding-top: 39px !important;
  }
  .u-p--top--md--40px {
    padding-top: 40px !important;
  }
  .u-p--top--md--41px {
    padding-top: 41px !important;
  }
  .u-p--top--md--42px {
    padding-top: 42px !important;
  }
  .u-p--top--md--43px {
    padding-top: 43px !important;
  }
  .u-p--top--md--44px {
    padding-top: 44px !important;
  }
  .u-p--top--md--45px {
    padding-top: 45px !important;
  }
  .u-p--top--md--46px {
    padding-top: 46px !important;
  }
  .u-p--top--md--47px {
    padding-top: 47px !important;
  }
  .u-p--top--md--48px {
    padding-top: 48px !important;
  }
  .u-p--top--md--49px {
    padding-top: 49px !important;
  }
  .u-p--top--md--50px {
    padding-top: 50px !important;
  }
  .u-p--top--md--51px {
    padding-top: 51px !important;
  }
  .u-p--top--md--52px {
    padding-top: 52px !important;
  }
  .u-p--top--md--53px {
    padding-top: 53px !important;
  }
  .u-p--top--md--54px {
    padding-top: 54px !important;
  }
  .u-p--top--md--55px {
    padding-top: 55px !important;
  }
  .u-p--top--md--56px {
    padding-top: 56px !important;
  }
  .u-p--top--md--57px {
    padding-top: 57px !important;
  }
  .u-p--top--md--58px {
    padding-top: 58px !important;
  }
  .u-p--top--md--59px {
    padding-top: 59px !important;
  }
  .u-p--top--md--60px {
    padding-top: 60px !important;
  }
  .u-p--top--md--61px {
    padding-top: 61px !important;
  }
  .u-p--top--md--62px {
    padding-top: 62px !important;
  }
  .u-p--top--md--63px {
    padding-top: 63px !important;
  }
  .u-p--top--md--64px {
    padding-top: 64px !important;
  }
  .u-p--top--md--65px {
    padding-top: 65px !important;
  }
  .u-p--top--md--66px {
    padding-top: 66px !important;
  }
  .u-p--top--md--67px {
    padding-top: 67px !important;
  }
  .u-p--top--md--68px {
    padding-top: 68px !important;
  }
  .u-p--top--md--69px {
    padding-top: 69px !important;
  }
  .u-p--top--md--70px {
    padding-top: 70px !important;
  }
  .u-p--top--md--71px {
    padding-top: 71px !important;
  }
  .u-p--top--md--72px {
    padding-top: 72px !important;
  }
  .u-p--top--md--73px {
    padding-top: 73px !important;
  }
  .u-p--top--md--74px {
    padding-top: 74px !important;
  }
  .u-p--top--md--75px {
    padding-top: 75px !important;
  }
  .u-p--top--md--76px {
    padding-top: 76px !important;
  }
  .u-p--top--md--77px {
    padding-top: 77px !important;
  }
  .u-p--top--md--78px {
    padding-top: 78px !important;
  }
  .u-p--top--md--79px {
    padding-top: 79px !important;
  }
  .u-p--top--md--80px {
    padding-top: 80px !important;
  }
  .u-p--top--md--81px {
    padding-top: 81px !important;
  }
  .u-p--top--md--82px {
    padding-top: 82px !important;
  }
  .u-p--top--md--83px {
    padding-top: 83px !important;
  }
  .u-p--top--md--84px {
    padding-top: 84px !important;
  }
  .u-p--top--md--85px {
    padding-top: 85px !important;
  }
  .u-p--top--md--86px {
    padding-top: 86px !important;
  }
  .u-p--top--md--87px {
    padding-top: 87px !important;
  }
  .u-p--top--md--88px {
    padding-top: 88px !important;
  }
  .u-p--top--md--89px {
    padding-top: 89px !important;
  }
  .u-p--top--md--90px {
    padding-top: 90px !important;
  }
  .u-p--top--md--91px {
    padding-top: 91px !important;
  }
  .u-p--top--md--92px {
    padding-top: 92px !important;
  }
  .u-p--top--md--93px {
    padding-top: 93px !important;
  }
  .u-p--top--md--94px {
    padding-top: 94px !important;
  }
  .u-p--top--md--95px {
    padding-top: 95px !important;
  }
  .u-p--top--md--96px {
    padding-top: 96px !important;
  }
  .u-p--top--md--97px {
    padding-top: 97px !important;
  }
  .u-p--top--md--98px {
    padding-top: 98px !important;
  }
  .u-p--top--md--99px {
    padding-top: 99px !important;
  }
  .u-p--top--md--100px {
    padding-top: 100px !important;
  }
}
@media (max-width: 992px) {
  .u-p--top--lg--0 {
    padding-top: 0 !important;
  }
  .u-p--top--lg--1px {
    padding-top: 1px !important;
  }
  .u-p--top--lg--2px {
    padding-top: 2px !important;
  }
  .u-p--top--lg--3px {
    padding-top: 3px !important;
  }
  .u-p--top--lg--4px {
    padding-top: 4px !important;
  }
  .u-p--top--lg--5px {
    padding-top: 5px !important;
  }
  .u-p--top--lg--6px {
    padding-top: 6px !important;
  }
  .u-p--top--lg--7px {
    padding-top: 7px !important;
  }
  .u-p--top--lg--8px {
    padding-top: 8px !important;
  }
  .u-p--top--lg--9px {
    padding-top: 9px !important;
  }
  .u-p--top--lg--10px {
    padding-top: 10px !important;
  }
  .u-p--top--lg--11px {
    padding-top: 11px !important;
  }
  .u-p--top--lg--12px {
    padding-top: 12px !important;
  }
  .u-p--top--lg--13px {
    padding-top: 13px !important;
  }
  .u-p--top--lg--14px {
    padding-top: 14px !important;
  }
  .u-p--top--lg--15px {
    padding-top: 15px !important;
  }
  .u-p--top--lg--16px {
    padding-top: 16px !important;
  }
  .u-p--top--lg--17px {
    padding-top: 17px !important;
  }
  .u-p--top--lg--18px {
    padding-top: 18px !important;
  }
  .u-p--top--lg--19px {
    padding-top: 19px !important;
  }
  .u-p--top--lg--20px {
    padding-top: 20px !important;
  }
  .u-p--top--lg--21px {
    padding-top: 21px !important;
  }
  .u-p--top--lg--22px {
    padding-top: 22px !important;
  }
  .u-p--top--lg--23px {
    padding-top: 23px !important;
  }
  .u-p--top--lg--24px {
    padding-top: 24px !important;
  }
  .u-p--top--lg--25px {
    padding-top: 25px !important;
  }
  .u-p--top--lg--26px {
    padding-top: 26px !important;
  }
  .u-p--top--lg--27px {
    padding-top: 27px !important;
  }
  .u-p--top--lg--28px {
    padding-top: 28px !important;
  }
  .u-p--top--lg--29px {
    padding-top: 29px !important;
  }
  .u-p--top--lg--30px {
    padding-top: 30px !important;
  }
  .u-p--top--lg--31px {
    padding-top: 31px !important;
  }
  .u-p--top--lg--32px {
    padding-top: 32px !important;
  }
  .u-p--top--lg--33px {
    padding-top: 33px !important;
  }
  .u-p--top--lg--34px {
    padding-top: 34px !important;
  }
  .u-p--top--lg--35px {
    padding-top: 35px !important;
  }
  .u-p--top--lg--36px {
    padding-top: 36px !important;
  }
  .u-p--top--lg--37px {
    padding-top: 37px !important;
  }
  .u-p--top--lg--38px {
    padding-top: 38px !important;
  }
  .u-p--top--lg--39px {
    padding-top: 39px !important;
  }
  .u-p--top--lg--40px {
    padding-top: 40px !important;
  }
  .u-p--top--lg--41px {
    padding-top: 41px !important;
  }
  .u-p--top--lg--42px {
    padding-top: 42px !important;
  }
  .u-p--top--lg--43px {
    padding-top: 43px !important;
  }
  .u-p--top--lg--44px {
    padding-top: 44px !important;
  }
  .u-p--top--lg--45px {
    padding-top: 45px !important;
  }
  .u-p--top--lg--46px {
    padding-top: 46px !important;
  }
  .u-p--top--lg--47px {
    padding-top: 47px !important;
  }
  .u-p--top--lg--48px {
    padding-top: 48px !important;
  }
  .u-p--top--lg--49px {
    padding-top: 49px !important;
  }
  .u-p--top--lg--50px {
    padding-top: 50px !important;
  }
  .u-p--top--lg--51px {
    padding-top: 51px !important;
  }
  .u-p--top--lg--52px {
    padding-top: 52px !important;
  }
  .u-p--top--lg--53px {
    padding-top: 53px !important;
  }
  .u-p--top--lg--54px {
    padding-top: 54px !important;
  }
  .u-p--top--lg--55px {
    padding-top: 55px !important;
  }
  .u-p--top--lg--56px {
    padding-top: 56px !important;
  }
  .u-p--top--lg--57px {
    padding-top: 57px !important;
  }
  .u-p--top--lg--58px {
    padding-top: 58px !important;
  }
  .u-p--top--lg--59px {
    padding-top: 59px !important;
  }
  .u-p--top--lg--60px {
    padding-top: 60px !important;
  }
  .u-p--top--lg--61px {
    padding-top: 61px !important;
  }
  .u-p--top--lg--62px {
    padding-top: 62px !important;
  }
  .u-p--top--lg--63px {
    padding-top: 63px !important;
  }
  .u-p--top--lg--64px {
    padding-top: 64px !important;
  }
  .u-p--top--lg--65px {
    padding-top: 65px !important;
  }
  .u-p--top--lg--66px {
    padding-top: 66px !important;
  }
  .u-p--top--lg--67px {
    padding-top: 67px !important;
  }
  .u-p--top--lg--68px {
    padding-top: 68px !important;
  }
  .u-p--top--lg--69px {
    padding-top: 69px !important;
  }
  .u-p--top--lg--70px {
    padding-top: 70px !important;
  }
  .u-p--top--lg--71px {
    padding-top: 71px !important;
  }
  .u-p--top--lg--72px {
    padding-top: 72px !important;
  }
  .u-p--top--lg--73px {
    padding-top: 73px !important;
  }
  .u-p--top--lg--74px {
    padding-top: 74px !important;
  }
  .u-p--top--lg--75px {
    padding-top: 75px !important;
  }
  .u-p--top--lg--76px {
    padding-top: 76px !important;
  }
  .u-p--top--lg--77px {
    padding-top: 77px !important;
  }
  .u-p--top--lg--78px {
    padding-top: 78px !important;
  }
  .u-p--top--lg--79px {
    padding-top: 79px !important;
  }
  .u-p--top--lg--80px {
    padding-top: 80px !important;
  }
  .u-p--top--lg--81px {
    padding-top: 81px !important;
  }
  .u-p--top--lg--82px {
    padding-top: 82px !important;
  }
  .u-p--top--lg--83px {
    padding-top: 83px !important;
  }
  .u-p--top--lg--84px {
    padding-top: 84px !important;
  }
  .u-p--top--lg--85px {
    padding-top: 85px !important;
  }
  .u-p--top--lg--86px {
    padding-top: 86px !important;
  }
  .u-p--top--lg--87px {
    padding-top: 87px !important;
  }
  .u-p--top--lg--88px {
    padding-top: 88px !important;
  }
  .u-p--top--lg--89px {
    padding-top: 89px !important;
  }
  .u-p--top--lg--90px {
    padding-top: 90px !important;
  }
  .u-p--top--lg--91px {
    padding-top: 91px !important;
  }
  .u-p--top--lg--92px {
    padding-top: 92px !important;
  }
  .u-p--top--lg--93px {
    padding-top: 93px !important;
  }
  .u-p--top--lg--94px {
    padding-top: 94px !important;
  }
  .u-p--top--lg--95px {
    padding-top: 95px !important;
  }
  .u-p--top--lg--96px {
    padding-top: 96px !important;
  }
  .u-p--top--lg--97px {
    padding-top: 97px !important;
  }
  .u-p--top--lg--98px {
    padding-top: 98px !important;
  }
  .u-p--top--lg--99px {
    padding-top: 99px !important;
  }
  .u-p--top--lg--100px {
    padding-top: 100px !important;
  }
}
.u-p--right--0 {
  padding-right: 0 !important;
}
.u-p--right--1px {
  padding-right: 1px !important;
}
.u-p--right--2px {
  padding-right: 2px !important;
}
.u-p--right--3px {
  padding-right: 3px !important;
}
.u-p--right--4px {
  padding-right: 4px !important;
}
.u-p--right--5px {
  padding-right: 5px !important;
}
.u-p--right--6px {
  padding-right: 6px !important;
}
.u-p--right--7px {
  padding-right: 7px !important;
}
.u-p--right--8px {
  padding-right: 8px !important;
}
.u-p--right--9px {
  padding-right: 9px !important;
}
.u-p--right--10px {
  padding-right: 10px !important;
}
.u-p--right--11px {
  padding-right: 11px !important;
}
.u-p--right--12px {
  padding-right: 12px !important;
}
.u-p--right--13px {
  padding-right: 13px !important;
}
.u-p--right--14px {
  padding-right: 14px !important;
}
.u-p--right--15px {
  padding-right: 15px !important;
}
.u-p--right--16px {
  padding-right: 16px !important;
}
.u-p--right--17px {
  padding-right: 17px !important;
}
.u-p--right--18px {
  padding-right: 18px !important;
}
.u-p--right--19px {
  padding-right: 19px !important;
}
.u-p--right--20px {
  padding-right: 20px !important;
}
.u-p--right--21px {
  padding-right: 21px !important;
}
.u-p--right--22px {
  padding-right: 22px !important;
}
.u-p--right--23px {
  padding-right: 23px !important;
}
.u-p--right--24px {
  padding-right: 24px !important;
}
.u-p--right--25px {
  padding-right: 25px !important;
}
.u-p--right--26px {
  padding-right: 26px !important;
}
.u-p--right--27px {
  padding-right: 27px !important;
}
.u-p--right--28px {
  padding-right: 28px !important;
}
.u-p--right--29px {
  padding-right: 29px !important;
}
.u-p--right--30px {
  padding-right: 30px !important;
}
.u-p--right--31px {
  padding-right: 31px !important;
}
.u-p--right--32px {
  padding-right: 32px !important;
}
.u-p--right--33px {
  padding-right: 33px !important;
}
.u-p--right--34px {
  padding-right: 34px !important;
}
.u-p--right--35px {
  padding-right: 35px !important;
}
.u-p--right--36px {
  padding-right: 36px !important;
}
.u-p--right--37px {
  padding-right: 37px !important;
}
.u-p--right--38px {
  padding-right: 38px !important;
}
.u-p--right--39px {
  padding-right: 39px !important;
}
.u-p--right--40px {
  padding-right: 40px !important;
}
.u-p--right--41px {
  padding-right: 41px !important;
}
.u-p--right--42px {
  padding-right: 42px !important;
}
.u-p--right--43px {
  padding-right: 43px !important;
}
.u-p--right--44px {
  padding-right: 44px !important;
}
.u-p--right--45px {
  padding-right: 45px !important;
}
.u-p--right--46px {
  padding-right: 46px !important;
}
.u-p--right--47px {
  padding-right: 47px !important;
}
.u-p--right--48px {
  padding-right: 48px !important;
}
.u-p--right--49px {
  padding-right: 49px !important;
}
.u-p--right--50px {
  padding-right: 50px !important;
}
.u-p--right--51px {
  padding-right: 51px !important;
}
.u-p--right--52px {
  padding-right: 52px !important;
}
.u-p--right--53px {
  padding-right: 53px !important;
}
.u-p--right--54px {
  padding-right: 54px !important;
}
.u-p--right--55px {
  padding-right: 55px !important;
}
.u-p--right--56px {
  padding-right: 56px !important;
}
.u-p--right--57px {
  padding-right: 57px !important;
}
.u-p--right--58px {
  padding-right: 58px !important;
}
.u-p--right--59px {
  padding-right: 59px !important;
}
.u-p--right--60px {
  padding-right: 60px !important;
}
.u-p--right--61px {
  padding-right: 61px !important;
}
.u-p--right--62px {
  padding-right: 62px !important;
}
.u-p--right--63px {
  padding-right: 63px !important;
}
.u-p--right--64px {
  padding-right: 64px !important;
}
.u-p--right--65px {
  padding-right: 65px !important;
}
.u-p--right--66px {
  padding-right: 66px !important;
}
.u-p--right--67px {
  padding-right: 67px !important;
}
.u-p--right--68px {
  padding-right: 68px !important;
}
.u-p--right--69px {
  padding-right: 69px !important;
}
.u-p--right--70px {
  padding-right: 70px !important;
}
.u-p--right--71px {
  padding-right: 71px !important;
}
.u-p--right--72px {
  padding-right: 72px !important;
}
.u-p--right--73px {
  padding-right: 73px !important;
}
.u-p--right--74px {
  padding-right: 74px !important;
}
.u-p--right--75px {
  padding-right: 75px !important;
}
.u-p--right--76px {
  padding-right: 76px !important;
}
.u-p--right--77px {
  padding-right: 77px !important;
}
.u-p--right--78px {
  padding-right: 78px !important;
}
.u-p--right--79px {
  padding-right: 79px !important;
}
.u-p--right--80px {
  padding-right: 80px !important;
}
.u-p--right--81px {
  padding-right: 81px !important;
}
.u-p--right--82px {
  padding-right: 82px !important;
}
.u-p--right--83px {
  padding-right: 83px !important;
}
.u-p--right--84px {
  padding-right: 84px !important;
}
.u-p--right--85px {
  padding-right: 85px !important;
}
.u-p--right--86px {
  padding-right: 86px !important;
}
.u-p--right--87px {
  padding-right: 87px !important;
}
.u-p--right--88px {
  padding-right: 88px !important;
}
.u-p--right--89px {
  padding-right: 89px !important;
}
.u-p--right--90px {
  padding-right: 90px !important;
}
.u-p--right--91px {
  padding-right: 91px !important;
}
.u-p--right--92px {
  padding-right: 92px !important;
}
.u-p--right--93px {
  padding-right: 93px !important;
}
.u-p--right--94px {
  padding-right: 94px !important;
}
.u-p--right--95px {
  padding-right: 95px !important;
}
.u-p--right--96px {
  padding-right: 96px !important;
}
.u-p--right--97px {
  padding-right: 97px !important;
}
.u-p--right--98px {
  padding-right: 98px !important;
}
.u-p--right--99px {
  padding-right: 99px !important;
}
.u-p--right--100px {
  padding-right: 100px !important;
}
@media (max-width: 576px) {
  .u-p--right--sm--0 {
    padding-right: 0 !important;
  }
  .u-p--right--sm--1px {
    padding-right: 1px !important;
  }
  .u-p--right--sm--2px {
    padding-right: 2px !important;
  }
  .u-p--right--sm--3px {
    padding-right: 3px !important;
  }
  .u-p--right--sm--4px {
    padding-right: 4px !important;
  }
  .u-p--right--sm--5px {
    padding-right: 5px !important;
  }
  .u-p--right--sm--6px {
    padding-right: 6px !important;
  }
  .u-p--right--sm--7px {
    padding-right: 7px !important;
  }
  .u-p--right--sm--8px {
    padding-right: 8px !important;
  }
  .u-p--right--sm--9px {
    padding-right: 9px !important;
  }
  .u-p--right--sm--10px {
    padding-right: 10px !important;
  }
  .u-p--right--sm--11px {
    padding-right: 11px !important;
  }
  .u-p--right--sm--12px {
    padding-right: 12px !important;
  }
  .u-p--right--sm--13px {
    padding-right: 13px !important;
  }
  .u-p--right--sm--14px {
    padding-right: 14px !important;
  }
  .u-p--right--sm--15px {
    padding-right: 15px !important;
  }
  .u-p--right--sm--16px {
    padding-right: 16px !important;
  }
  .u-p--right--sm--17px {
    padding-right: 17px !important;
  }
  .u-p--right--sm--18px {
    padding-right: 18px !important;
  }
  .u-p--right--sm--19px {
    padding-right: 19px !important;
  }
  .u-p--right--sm--20px {
    padding-right: 20px !important;
  }
  .u-p--right--sm--21px {
    padding-right: 21px !important;
  }
  .u-p--right--sm--22px {
    padding-right: 22px !important;
  }
  .u-p--right--sm--23px {
    padding-right: 23px !important;
  }
  .u-p--right--sm--24px {
    padding-right: 24px !important;
  }
  .u-p--right--sm--25px {
    padding-right: 25px !important;
  }
  .u-p--right--sm--26px {
    padding-right: 26px !important;
  }
  .u-p--right--sm--27px {
    padding-right: 27px !important;
  }
  .u-p--right--sm--28px {
    padding-right: 28px !important;
  }
  .u-p--right--sm--29px {
    padding-right: 29px !important;
  }
  .u-p--right--sm--30px {
    padding-right: 30px !important;
  }
  .u-p--right--sm--31px {
    padding-right: 31px !important;
  }
  .u-p--right--sm--32px {
    padding-right: 32px !important;
  }
  .u-p--right--sm--33px {
    padding-right: 33px !important;
  }
  .u-p--right--sm--34px {
    padding-right: 34px !important;
  }
  .u-p--right--sm--35px {
    padding-right: 35px !important;
  }
  .u-p--right--sm--36px {
    padding-right: 36px !important;
  }
  .u-p--right--sm--37px {
    padding-right: 37px !important;
  }
  .u-p--right--sm--38px {
    padding-right: 38px !important;
  }
  .u-p--right--sm--39px {
    padding-right: 39px !important;
  }
  .u-p--right--sm--40px {
    padding-right: 40px !important;
  }
  .u-p--right--sm--41px {
    padding-right: 41px !important;
  }
  .u-p--right--sm--42px {
    padding-right: 42px !important;
  }
  .u-p--right--sm--43px {
    padding-right: 43px !important;
  }
  .u-p--right--sm--44px {
    padding-right: 44px !important;
  }
  .u-p--right--sm--45px {
    padding-right: 45px !important;
  }
  .u-p--right--sm--46px {
    padding-right: 46px !important;
  }
  .u-p--right--sm--47px {
    padding-right: 47px !important;
  }
  .u-p--right--sm--48px {
    padding-right: 48px !important;
  }
  .u-p--right--sm--49px {
    padding-right: 49px !important;
  }
  .u-p--right--sm--50px {
    padding-right: 50px !important;
  }
  .u-p--right--sm--51px {
    padding-right: 51px !important;
  }
  .u-p--right--sm--52px {
    padding-right: 52px !important;
  }
  .u-p--right--sm--53px {
    padding-right: 53px !important;
  }
  .u-p--right--sm--54px {
    padding-right: 54px !important;
  }
  .u-p--right--sm--55px {
    padding-right: 55px !important;
  }
  .u-p--right--sm--56px {
    padding-right: 56px !important;
  }
  .u-p--right--sm--57px {
    padding-right: 57px !important;
  }
  .u-p--right--sm--58px {
    padding-right: 58px !important;
  }
  .u-p--right--sm--59px {
    padding-right: 59px !important;
  }
  .u-p--right--sm--60px {
    padding-right: 60px !important;
  }
  .u-p--right--sm--61px {
    padding-right: 61px !important;
  }
  .u-p--right--sm--62px {
    padding-right: 62px !important;
  }
  .u-p--right--sm--63px {
    padding-right: 63px !important;
  }
  .u-p--right--sm--64px {
    padding-right: 64px !important;
  }
  .u-p--right--sm--65px {
    padding-right: 65px !important;
  }
  .u-p--right--sm--66px {
    padding-right: 66px !important;
  }
  .u-p--right--sm--67px {
    padding-right: 67px !important;
  }
  .u-p--right--sm--68px {
    padding-right: 68px !important;
  }
  .u-p--right--sm--69px {
    padding-right: 69px !important;
  }
  .u-p--right--sm--70px {
    padding-right: 70px !important;
  }
  .u-p--right--sm--71px {
    padding-right: 71px !important;
  }
  .u-p--right--sm--72px {
    padding-right: 72px !important;
  }
  .u-p--right--sm--73px {
    padding-right: 73px !important;
  }
  .u-p--right--sm--74px {
    padding-right: 74px !important;
  }
  .u-p--right--sm--75px {
    padding-right: 75px !important;
  }
  .u-p--right--sm--76px {
    padding-right: 76px !important;
  }
  .u-p--right--sm--77px {
    padding-right: 77px !important;
  }
  .u-p--right--sm--78px {
    padding-right: 78px !important;
  }
  .u-p--right--sm--79px {
    padding-right: 79px !important;
  }
  .u-p--right--sm--80px {
    padding-right: 80px !important;
  }
  .u-p--right--sm--81px {
    padding-right: 81px !important;
  }
  .u-p--right--sm--82px {
    padding-right: 82px !important;
  }
  .u-p--right--sm--83px {
    padding-right: 83px !important;
  }
  .u-p--right--sm--84px {
    padding-right: 84px !important;
  }
  .u-p--right--sm--85px {
    padding-right: 85px !important;
  }
  .u-p--right--sm--86px {
    padding-right: 86px !important;
  }
  .u-p--right--sm--87px {
    padding-right: 87px !important;
  }
  .u-p--right--sm--88px {
    padding-right: 88px !important;
  }
  .u-p--right--sm--89px {
    padding-right: 89px !important;
  }
  .u-p--right--sm--90px {
    padding-right: 90px !important;
  }
  .u-p--right--sm--91px {
    padding-right: 91px !important;
  }
  .u-p--right--sm--92px {
    padding-right: 92px !important;
  }
  .u-p--right--sm--93px {
    padding-right: 93px !important;
  }
  .u-p--right--sm--94px {
    padding-right: 94px !important;
  }
  .u-p--right--sm--95px {
    padding-right: 95px !important;
  }
  .u-p--right--sm--96px {
    padding-right: 96px !important;
  }
  .u-p--right--sm--97px {
    padding-right: 97px !important;
  }
  .u-p--right--sm--98px {
    padding-right: 98px !important;
  }
  .u-p--right--sm--99px {
    padding-right: 99px !important;
  }
  .u-p--right--sm--100px {
    padding-right: 100px !important;
  }
}
@media (max-width: 768px) {
  .u-p--right--md--0 {
    padding-right: 0 !important;
  }
  .u-p--right--md--1px {
    padding-right: 1px !important;
  }
  .u-p--right--md--2px {
    padding-right: 2px !important;
  }
  .u-p--right--md--3px {
    padding-right: 3px !important;
  }
  .u-p--right--md--4px {
    padding-right: 4px !important;
  }
  .u-p--right--md--5px {
    padding-right: 5px !important;
  }
  .u-p--right--md--6px {
    padding-right: 6px !important;
  }
  .u-p--right--md--7px {
    padding-right: 7px !important;
  }
  .u-p--right--md--8px {
    padding-right: 8px !important;
  }
  .u-p--right--md--9px {
    padding-right: 9px !important;
  }
  .u-p--right--md--10px {
    padding-right: 10px !important;
  }
  .u-p--right--md--11px {
    padding-right: 11px !important;
  }
  .u-p--right--md--12px {
    padding-right: 12px !important;
  }
  .u-p--right--md--13px {
    padding-right: 13px !important;
  }
  .u-p--right--md--14px {
    padding-right: 14px !important;
  }
  .u-p--right--md--15px {
    padding-right: 15px !important;
  }
  .u-p--right--md--16px {
    padding-right: 16px !important;
  }
  .u-p--right--md--17px {
    padding-right: 17px !important;
  }
  .u-p--right--md--18px {
    padding-right: 18px !important;
  }
  .u-p--right--md--19px {
    padding-right: 19px !important;
  }
  .u-p--right--md--20px {
    padding-right: 20px !important;
  }
  .u-p--right--md--21px {
    padding-right: 21px !important;
  }
  .u-p--right--md--22px {
    padding-right: 22px !important;
  }
  .u-p--right--md--23px {
    padding-right: 23px !important;
  }
  .u-p--right--md--24px {
    padding-right: 24px !important;
  }
  .u-p--right--md--25px {
    padding-right: 25px !important;
  }
  .u-p--right--md--26px {
    padding-right: 26px !important;
  }
  .u-p--right--md--27px {
    padding-right: 27px !important;
  }
  .u-p--right--md--28px {
    padding-right: 28px !important;
  }
  .u-p--right--md--29px {
    padding-right: 29px !important;
  }
  .u-p--right--md--30px {
    padding-right: 30px !important;
  }
  .u-p--right--md--31px {
    padding-right: 31px !important;
  }
  .u-p--right--md--32px {
    padding-right: 32px !important;
  }
  .u-p--right--md--33px {
    padding-right: 33px !important;
  }
  .u-p--right--md--34px {
    padding-right: 34px !important;
  }
  .u-p--right--md--35px {
    padding-right: 35px !important;
  }
  .u-p--right--md--36px {
    padding-right: 36px !important;
  }
  .u-p--right--md--37px {
    padding-right: 37px !important;
  }
  .u-p--right--md--38px {
    padding-right: 38px !important;
  }
  .u-p--right--md--39px {
    padding-right: 39px !important;
  }
  .u-p--right--md--40px {
    padding-right: 40px !important;
  }
  .u-p--right--md--41px {
    padding-right: 41px !important;
  }
  .u-p--right--md--42px {
    padding-right: 42px !important;
  }
  .u-p--right--md--43px {
    padding-right: 43px !important;
  }
  .u-p--right--md--44px {
    padding-right: 44px !important;
  }
  .u-p--right--md--45px {
    padding-right: 45px !important;
  }
  .u-p--right--md--46px {
    padding-right: 46px !important;
  }
  .u-p--right--md--47px {
    padding-right: 47px !important;
  }
  .u-p--right--md--48px {
    padding-right: 48px !important;
  }
  .u-p--right--md--49px {
    padding-right: 49px !important;
  }
  .u-p--right--md--50px {
    padding-right: 50px !important;
  }
  .u-p--right--md--51px {
    padding-right: 51px !important;
  }
  .u-p--right--md--52px {
    padding-right: 52px !important;
  }
  .u-p--right--md--53px {
    padding-right: 53px !important;
  }
  .u-p--right--md--54px {
    padding-right: 54px !important;
  }
  .u-p--right--md--55px {
    padding-right: 55px !important;
  }
  .u-p--right--md--56px {
    padding-right: 56px !important;
  }
  .u-p--right--md--57px {
    padding-right: 57px !important;
  }
  .u-p--right--md--58px {
    padding-right: 58px !important;
  }
  .u-p--right--md--59px {
    padding-right: 59px !important;
  }
  .u-p--right--md--60px {
    padding-right: 60px !important;
  }
  .u-p--right--md--61px {
    padding-right: 61px !important;
  }
  .u-p--right--md--62px {
    padding-right: 62px !important;
  }
  .u-p--right--md--63px {
    padding-right: 63px !important;
  }
  .u-p--right--md--64px {
    padding-right: 64px !important;
  }
  .u-p--right--md--65px {
    padding-right: 65px !important;
  }
  .u-p--right--md--66px {
    padding-right: 66px !important;
  }
  .u-p--right--md--67px {
    padding-right: 67px !important;
  }
  .u-p--right--md--68px {
    padding-right: 68px !important;
  }
  .u-p--right--md--69px {
    padding-right: 69px !important;
  }
  .u-p--right--md--70px {
    padding-right: 70px !important;
  }
  .u-p--right--md--71px {
    padding-right: 71px !important;
  }
  .u-p--right--md--72px {
    padding-right: 72px !important;
  }
  .u-p--right--md--73px {
    padding-right: 73px !important;
  }
  .u-p--right--md--74px {
    padding-right: 74px !important;
  }
  .u-p--right--md--75px {
    padding-right: 75px !important;
  }
  .u-p--right--md--76px {
    padding-right: 76px !important;
  }
  .u-p--right--md--77px {
    padding-right: 77px !important;
  }
  .u-p--right--md--78px {
    padding-right: 78px !important;
  }
  .u-p--right--md--79px {
    padding-right: 79px !important;
  }
  .u-p--right--md--80px {
    padding-right: 80px !important;
  }
  .u-p--right--md--81px {
    padding-right: 81px !important;
  }
  .u-p--right--md--82px {
    padding-right: 82px !important;
  }
  .u-p--right--md--83px {
    padding-right: 83px !important;
  }
  .u-p--right--md--84px {
    padding-right: 84px !important;
  }
  .u-p--right--md--85px {
    padding-right: 85px !important;
  }
  .u-p--right--md--86px {
    padding-right: 86px !important;
  }
  .u-p--right--md--87px {
    padding-right: 87px !important;
  }
  .u-p--right--md--88px {
    padding-right: 88px !important;
  }
  .u-p--right--md--89px {
    padding-right: 89px !important;
  }
  .u-p--right--md--90px {
    padding-right: 90px !important;
  }
  .u-p--right--md--91px {
    padding-right: 91px !important;
  }
  .u-p--right--md--92px {
    padding-right: 92px !important;
  }
  .u-p--right--md--93px {
    padding-right: 93px !important;
  }
  .u-p--right--md--94px {
    padding-right: 94px !important;
  }
  .u-p--right--md--95px {
    padding-right: 95px !important;
  }
  .u-p--right--md--96px {
    padding-right: 96px !important;
  }
  .u-p--right--md--97px {
    padding-right: 97px !important;
  }
  .u-p--right--md--98px {
    padding-right: 98px !important;
  }
  .u-p--right--md--99px {
    padding-right: 99px !important;
  }
  .u-p--right--md--100px {
    padding-right: 100px !important;
  }
}
@media (max-width: 992px) {
  .u-p--right--lg--0 {
    padding-right: 0 !important;
  }
  .u-p--right--lg--1px {
    padding-right: 1px !important;
  }
  .u-p--right--lg--2px {
    padding-right: 2px !important;
  }
  .u-p--right--lg--3px {
    padding-right: 3px !important;
  }
  .u-p--right--lg--4px {
    padding-right: 4px !important;
  }
  .u-p--right--lg--5px {
    padding-right: 5px !important;
  }
  .u-p--right--lg--6px {
    padding-right: 6px !important;
  }
  .u-p--right--lg--7px {
    padding-right: 7px !important;
  }
  .u-p--right--lg--8px {
    padding-right: 8px !important;
  }
  .u-p--right--lg--9px {
    padding-right: 9px !important;
  }
  .u-p--right--lg--10px {
    padding-right: 10px !important;
  }
  .u-p--right--lg--11px {
    padding-right: 11px !important;
  }
  .u-p--right--lg--12px {
    padding-right: 12px !important;
  }
  .u-p--right--lg--13px {
    padding-right: 13px !important;
  }
  .u-p--right--lg--14px {
    padding-right: 14px !important;
  }
  .u-p--right--lg--15px {
    padding-right: 15px !important;
  }
  .u-p--right--lg--16px {
    padding-right: 16px !important;
  }
  .u-p--right--lg--17px {
    padding-right: 17px !important;
  }
  .u-p--right--lg--18px {
    padding-right: 18px !important;
  }
  .u-p--right--lg--19px {
    padding-right: 19px !important;
  }
  .u-p--right--lg--20px {
    padding-right: 20px !important;
  }
  .u-p--right--lg--21px {
    padding-right: 21px !important;
  }
  .u-p--right--lg--22px {
    padding-right: 22px !important;
  }
  .u-p--right--lg--23px {
    padding-right: 23px !important;
  }
  .u-p--right--lg--24px {
    padding-right: 24px !important;
  }
  .u-p--right--lg--25px {
    padding-right: 25px !important;
  }
  .u-p--right--lg--26px {
    padding-right: 26px !important;
  }
  .u-p--right--lg--27px {
    padding-right: 27px !important;
  }
  .u-p--right--lg--28px {
    padding-right: 28px !important;
  }
  .u-p--right--lg--29px {
    padding-right: 29px !important;
  }
  .u-p--right--lg--30px {
    padding-right: 30px !important;
  }
  .u-p--right--lg--31px {
    padding-right: 31px !important;
  }
  .u-p--right--lg--32px {
    padding-right: 32px !important;
  }
  .u-p--right--lg--33px {
    padding-right: 33px !important;
  }
  .u-p--right--lg--34px {
    padding-right: 34px !important;
  }
  .u-p--right--lg--35px {
    padding-right: 35px !important;
  }
  .u-p--right--lg--36px {
    padding-right: 36px !important;
  }
  .u-p--right--lg--37px {
    padding-right: 37px !important;
  }
  .u-p--right--lg--38px {
    padding-right: 38px !important;
  }
  .u-p--right--lg--39px {
    padding-right: 39px !important;
  }
  .u-p--right--lg--40px {
    padding-right: 40px !important;
  }
  .u-p--right--lg--41px {
    padding-right: 41px !important;
  }
  .u-p--right--lg--42px {
    padding-right: 42px !important;
  }
  .u-p--right--lg--43px {
    padding-right: 43px !important;
  }
  .u-p--right--lg--44px {
    padding-right: 44px !important;
  }
  .u-p--right--lg--45px {
    padding-right: 45px !important;
  }
  .u-p--right--lg--46px {
    padding-right: 46px !important;
  }
  .u-p--right--lg--47px {
    padding-right: 47px !important;
  }
  .u-p--right--lg--48px {
    padding-right: 48px !important;
  }
  .u-p--right--lg--49px {
    padding-right: 49px !important;
  }
  .u-p--right--lg--50px {
    padding-right: 50px !important;
  }
  .u-p--right--lg--51px {
    padding-right: 51px !important;
  }
  .u-p--right--lg--52px {
    padding-right: 52px !important;
  }
  .u-p--right--lg--53px {
    padding-right: 53px !important;
  }
  .u-p--right--lg--54px {
    padding-right: 54px !important;
  }
  .u-p--right--lg--55px {
    padding-right: 55px !important;
  }
  .u-p--right--lg--56px {
    padding-right: 56px !important;
  }
  .u-p--right--lg--57px {
    padding-right: 57px !important;
  }
  .u-p--right--lg--58px {
    padding-right: 58px !important;
  }
  .u-p--right--lg--59px {
    padding-right: 59px !important;
  }
  .u-p--right--lg--60px {
    padding-right: 60px !important;
  }
  .u-p--right--lg--61px {
    padding-right: 61px !important;
  }
  .u-p--right--lg--62px {
    padding-right: 62px !important;
  }
  .u-p--right--lg--63px {
    padding-right: 63px !important;
  }
  .u-p--right--lg--64px {
    padding-right: 64px !important;
  }
  .u-p--right--lg--65px {
    padding-right: 65px !important;
  }
  .u-p--right--lg--66px {
    padding-right: 66px !important;
  }
  .u-p--right--lg--67px {
    padding-right: 67px !important;
  }
  .u-p--right--lg--68px {
    padding-right: 68px !important;
  }
  .u-p--right--lg--69px {
    padding-right: 69px !important;
  }
  .u-p--right--lg--70px {
    padding-right: 70px !important;
  }
  .u-p--right--lg--71px {
    padding-right: 71px !important;
  }
  .u-p--right--lg--72px {
    padding-right: 72px !important;
  }
  .u-p--right--lg--73px {
    padding-right: 73px !important;
  }
  .u-p--right--lg--74px {
    padding-right: 74px !important;
  }
  .u-p--right--lg--75px {
    padding-right: 75px !important;
  }
  .u-p--right--lg--76px {
    padding-right: 76px !important;
  }
  .u-p--right--lg--77px {
    padding-right: 77px !important;
  }
  .u-p--right--lg--78px {
    padding-right: 78px !important;
  }
  .u-p--right--lg--79px {
    padding-right: 79px !important;
  }
  .u-p--right--lg--80px {
    padding-right: 80px !important;
  }
  .u-p--right--lg--81px {
    padding-right: 81px !important;
  }
  .u-p--right--lg--82px {
    padding-right: 82px !important;
  }
  .u-p--right--lg--83px {
    padding-right: 83px !important;
  }
  .u-p--right--lg--84px {
    padding-right: 84px !important;
  }
  .u-p--right--lg--85px {
    padding-right: 85px !important;
  }
  .u-p--right--lg--86px {
    padding-right: 86px !important;
  }
  .u-p--right--lg--87px {
    padding-right: 87px !important;
  }
  .u-p--right--lg--88px {
    padding-right: 88px !important;
  }
  .u-p--right--lg--89px {
    padding-right: 89px !important;
  }
  .u-p--right--lg--90px {
    padding-right: 90px !important;
  }
  .u-p--right--lg--91px {
    padding-right: 91px !important;
  }
  .u-p--right--lg--92px {
    padding-right: 92px !important;
  }
  .u-p--right--lg--93px {
    padding-right: 93px !important;
  }
  .u-p--right--lg--94px {
    padding-right: 94px !important;
  }
  .u-p--right--lg--95px {
    padding-right: 95px !important;
  }
  .u-p--right--lg--96px {
    padding-right: 96px !important;
  }
  .u-p--right--lg--97px {
    padding-right: 97px !important;
  }
  .u-p--right--lg--98px {
    padding-right: 98px !important;
  }
  .u-p--right--lg--99px {
    padding-right: 99px !important;
  }
  .u-p--right--lg--100px {
    padding-right: 100px !important;
  }
}
.u-p--bottom--0 {
  padding-bottom: 0 !important;
}
.u-p--bottom--1px {
  padding-bottom: 1px !important;
}
.u-p--bottom--2px {
  padding-bottom: 2px !important;
}
.u-p--bottom--3px {
  padding-bottom: 3px !important;
}
.u-p--bottom--4px {
  padding-bottom: 4px !important;
}
.u-p--bottom--5px {
  padding-bottom: 5px !important;
}
.u-p--bottom--6px {
  padding-bottom: 6px !important;
}
.u-p--bottom--7px {
  padding-bottom: 7px !important;
}
.u-p--bottom--8px {
  padding-bottom: 8px !important;
}
.u-p--bottom--9px {
  padding-bottom: 9px !important;
}
.u-p--bottom--10px {
  padding-bottom: 10px !important;
}
.u-p--bottom--11px {
  padding-bottom: 11px !important;
}
.u-p--bottom--12px {
  padding-bottom: 12px !important;
}
.u-p--bottom--13px {
  padding-bottom: 13px !important;
}
.u-p--bottom--14px {
  padding-bottom: 14px !important;
}
.u-p--bottom--15px {
  padding-bottom: 15px !important;
}
.u-p--bottom--16px {
  padding-bottom: 16px !important;
}
.u-p--bottom--17px {
  padding-bottom: 17px !important;
}
.u-p--bottom--18px {
  padding-bottom: 18px !important;
}
.u-p--bottom--19px {
  padding-bottom: 19px !important;
}
.u-p--bottom--20px {
  padding-bottom: 20px !important;
}
.u-p--bottom--21px {
  padding-bottom: 21px !important;
}
.u-p--bottom--22px {
  padding-bottom: 22px !important;
}
.u-p--bottom--23px {
  padding-bottom: 23px !important;
}
.u-p--bottom--24px {
  padding-bottom: 24px !important;
}
.u-p--bottom--25px {
  padding-bottom: 25px !important;
}
.u-p--bottom--26px {
  padding-bottom: 26px !important;
}
.u-p--bottom--27px {
  padding-bottom: 27px !important;
}
.u-p--bottom--28px {
  padding-bottom: 28px !important;
}
.u-p--bottom--29px {
  padding-bottom: 29px !important;
}
.u-p--bottom--30px {
  padding-bottom: 30px !important;
}
.u-p--bottom--31px {
  padding-bottom: 31px !important;
}
.u-p--bottom--32px {
  padding-bottom: 32px !important;
}
.u-p--bottom--33px {
  padding-bottom: 33px !important;
}
.u-p--bottom--34px {
  padding-bottom: 34px !important;
}
.u-p--bottom--35px {
  padding-bottom: 35px !important;
}
.u-p--bottom--36px {
  padding-bottom: 36px !important;
}
.u-p--bottom--37px {
  padding-bottom: 37px !important;
}
.u-p--bottom--38px {
  padding-bottom: 38px !important;
}
.u-p--bottom--39px {
  padding-bottom: 39px !important;
}
.u-p--bottom--40px {
  padding-bottom: 40px !important;
}
.u-p--bottom--41px {
  padding-bottom: 41px !important;
}
.u-p--bottom--42px {
  padding-bottom: 42px !important;
}
.u-p--bottom--43px {
  padding-bottom: 43px !important;
}
.u-p--bottom--44px {
  padding-bottom: 44px !important;
}
.u-p--bottom--45px {
  padding-bottom: 45px !important;
}
.u-p--bottom--46px {
  padding-bottom: 46px !important;
}
.u-p--bottom--47px {
  padding-bottom: 47px !important;
}
.u-p--bottom--48px {
  padding-bottom: 48px !important;
}
.u-p--bottom--49px {
  padding-bottom: 49px !important;
}
.u-p--bottom--50px {
  padding-bottom: 50px !important;
}
.u-p--bottom--51px {
  padding-bottom: 51px !important;
}
.u-p--bottom--52px {
  padding-bottom: 52px !important;
}
.u-p--bottom--53px {
  padding-bottom: 53px !important;
}
.u-p--bottom--54px {
  padding-bottom: 54px !important;
}
.u-p--bottom--55px {
  padding-bottom: 55px !important;
}
.u-p--bottom--56px {
  padding-bottom: 56px !important;
}
.u-p--bottom--57px {
  padding-bottom: 57px !important;
}
.u-p--bottom--58px {
  padding-bottom: 58px !important;
}
.u-p--bottom--59px {
  padding-bottom: 59px !important;
}
.u-p--bottom--60px {
  padding-bottom: 60px !important;
}
.u-p--bottom--61px {
  padding-bottom: 61px !important;
}
.u-p--bottom--62px {
  padding-bottom: 62px !important;
}
.u-p--bottom--63px {
  padding-bottom: 63px !important;
}
.u-p--bottom--64px {
  padding-bottom: 64px !important;
}
.u-p--bottom--65px {
  padding-bottom: 65px !important;
}
.u-p--bottom--66px {
  padding-bottom: 66px !important;
}
.u-p--bottom--67px {
  padding-bottom: 67px !important;
}
.u-p--bottom--68px {
  padding-bottom: 68px !important;
}
.u-p--bottom--69px {
  padding-bottom: 69px !important;
}
.u-p--bottom--70px {
  padding-bottom: 70px !important;
}
.u-p--bottom--71px {
  padding-bottom: 71px !important;
}
.u-p--bottom--72px {
  padding-bottom: 72px !important;
}
.u-p--bottom--73px {
  padding-bottom: 73px !important;
}
.u-p--bottom--74px {
  padding-bottom: 74px !important;
}
.u-p--bottom--75px {
  padding-bottom: 75px !important;
}
.u-p--bottom--76px {
  padding-bottom: 76px !important;
}
.u-p--bottom--77px {
  padding-bottom: 77px !important;
}
.u-p--bottom--78px {
  padding-bottom: 78px !important;
}
.u-p--bottom--79px {
  padding-bottom: 79px !important;
}
.u-p--bottom--80px {
  padding-bottom: 80px !important;
}
.u-p--bottom--81px {
  padding-bottom: 81px !important;
}
.u-p--bottom--82px {
  padding-bottom: 82px !important;
}
.u-p--bottom--83px {
  padding-bottom: 83px !important;
}
.u-p--bottom--84px {
  padding-bottom: 84px !important;
}
.u-p--bottom--85px {
  padding-bottom: 85px !important;
}
.u-p--bottom--86px {
  padding-bottom: 86px !important;
}
.u-p--bottom--87px {
  padding-bottom: 87px !important;
}
.u-p--bottom--88px {
  padding-bottom: 88px !important;
}
.u-p--bottom--89px {
  padding-bottom: 89px !important;
}
.u-p--bottom--90px {
  padding-bottom: 90px !important;
}
.u-p--bottom--91px {
  padding-bottom: 91px !important;
}
.u-p--bottom--92px {
  padding-bottom: 92px !important;
}
.u-p--bottom--93px {
  padding-bottom: 93px !important;
}
.u-p--bottom--94px {
  padding-bottom: 94px !important;
}
.u-p--bottom--95px {
  padding-bottom: 95px !important;
}
.u-p--bottom--96px {
  padding-bottom: 96px !important;
}
.u-p--bottom--97px {
  padding-bottom: 97px !important;
}
.u-p--bottom--98px {
  padding-bottom: 98px !important;
}
.u-p--bottom--99px {
  padding-bottom: 99px !important;
}
.u-p--bottom--100px {
  padding-bottom: 100px !important;
}
@media (max-width: 576px) {
  .u-p--bottom--sm--0 {
    padding-bottom: 0 !important;
  }
  .u-p--bottom--sm--1px {
    padding-bottom: 1px !important;
  }
  .u-p--bottom--sm--2px {
    padding-bottom: 2px !important;
  }
  .u-p--bottom--sm--3px {
    padding-bottom: 3px !important;
  }
  .u-p--bottom--sm--4px {
    padding-bottom: 4px !important;
  }
  .u-p--bottom--sm--5px {
    padding-bottom: 5px !important;
  }
  .u-p--bottom--sm--6px {
    padding-bottom: 6px !important;
  }
  .u-p--bottom--sm--7px {
    padding-bottom: 7px !important;
  }
  .u-p--bottom--sm--8px {
    padding-bottom: 8px !important;
  }
  .u-p--bottom--sm--9px {
    padding-bottom: 9px !important;
  }
  .u-p--bottom--sm--10px {
    padding-bottom: 10px !important;
  }
  .u-p--bottom--sm--11px {
    padding-bottom: 11px !important;
  }
  .u-p--bottom--sm--12px {
    padding-bottom: 12px !important;
  }
  .u-p--bottom--sm--13px {
    padding-bottom: 13px !important;
  }
  .u-p--bottom--sm--14px {
    padding-bottom: 14px !important;
  }
  .u-p--bottom--sm--15px {
    padding-bottom: 15px !important;
  }
  .u-p--bottom--sm--16px {
    padding-bottom: 16px !important;
  }
  .u-p--bottom--sm--17px {
    padding-bottom: 17px !important;
  }
  .u-p--bottom--sm--18px {
    padding-bottom: 18px !important;
  }
  .u-p--bottom--sm--19px {
    padding-bottom: 19px !important;
  }
  .u-p--bottom--sm--20px {
    padding-bottom: 20px !important;
  }
  .u-p--bottom--sm--21px {
    padding-bottom: 21px !important;
  }
  .u-p--bottom--sm--22px {
    padding-bottom: 22px !important;
  }
  .u-p--bottom--sm--23px {
    padding-bottom: 23px !important;
  }
  .u-p--bottom--sm--24px {
    padding-bottom: 24px !important;
  }
  .u-p--bottom--sm--25px {
    padding-bottom: 25px !important;
  }
  .u-p--bottom--sm--26px {
    padding-bottom: 26px !important;
  }
  .u-p--bottom--sm--27px {
    padding-bottom: 27px !important;
  }
  .u-p--bottom--sm--28px {
    padding-bottom: 28px !important;
  }
  .u-p--bottom--sm--29px {
    padding-bottom: 29px !important;
  }
  .u-p--bottom--sm--30px {
    padding-bottom: 30px !important;
  }
  .u-p--bottom--sm--31px {
    padding-bottom: 31px !important;
  }
  .u-p--bottom--sm--32px {
    padding-bottom: 32px !important;
  }
  .u-p--bottom--sm--33px {
    padding-bottom: 33px !important;
  }
  .u-p--bottom--sm--34px {
    padding-bottom: 34px !important;
  }
  .u-p--bottom--sm--35px {
    padding-bottom: 35px !important;
  }
  .u-p--bottom--sm--36px {
    padding-bottom: 36px !important;
  }
  .u-p--bottom--sm--37px {
    padding-bottom: 37px !important;
  }
  .u-p--bottom--sm--38px {
    padding-bottom: 38px !important;
  }
  .u-p--bottom--sm--39px {
    padding-bottom: 39px !important;
  }
  .u-p--bottom--sm--40px {
    padding-bottom: 40px !important;
  }
  .u-p--bottom--sm--41px {
    padding-bottom: 41px !important;
  }
  .u-p--bottom--sm--42px {
    padding-bottom: 42px !important;
  }
  .u-p--bottom--sm--43px {
    padding-bottom: 43px !important;
  }
  .u-p--bottom--sm--44px {
    padding-bottom: 44px !important;
  }
  .u-p--bottom--sm--45px {
    padding-bottom: 45px !important;
  }
  .u-p--bottom--sm--46px {
    padding-bottom: 46px !important;
  }
  .u-p--bottom--sm--47px {
    padding-bottom: 47px !important;
  }
  .u-p--bottom--sm--48px {
    padding-bottom: 48px !important;
  }
  .u-p--bottom--sm--49px {
    padding-bottom: 49px !important;
  }
  .u-p--bottom--sm--50px {
    padding-bottom: 50px !important;
  }
  .u-p--bottom--sm--51px {
    padding-bottom: 51px !important;
  }
  .u-p--bottom--sm--52px {
    padding-bottom: 52px !important;
  }
  .u-p--bottom--sm--53px {
    padding-bottom: 53px !important;
  }
  .u-p--bottom--sm--54px {
    padding-bottom: 54px !important;
  }
  .u-p--bottom--sm--55px {
    padding-bottom: 55px !important;
  }
  .u-p--bottom--sm--56px {
    padding-bottom: 56px !important;
  }
  .u-p--bottom--sm--57px {
    padding-bottom: 57px !important;
  }
  .u-p--bottom--sm--58px {
    padding-bottom: 58px !important;
  }
  .u-p--bottom--sm--59px {
    padding-bottom: 59px !important;
  }
  .u-p--bottom--sm--60px {
    padding-bottom: 60px !important;
  }
  .u-p--bottom--sm--61px {
    padding-bottom: 61px !important;
  }
  .u-p--bottom--sm--62px {
    padding-bottom: 62px !important;
  }
  .u-p--bottom--sm--63px {
    padding-bottom: 63px !important;
  }
  .u-p--bottom--sm--64px {
    padding-bottom: 64px !important;
  }
  .u-p--bottom--sm--65px {
    padding-bottom: 65px !important;
  }
  .u-p--bottom--sm--66px {
    padding-bottom: 66px !important;
  }
  .u-p--bottom--sm--67px {
    padding-bottom: 67px !important;
  }
  .u-p--bottom--sm--68px {
    padding-bottom: 68px !important;
  }
  .u-p--bottom--sm--69px {
    padding-bottom: 69px !important;
  }
  .u-p--bottom--sm--70px {
    padding-bottom: 70px !important;
  }
  .u-p--bottom--sm--71px {
    padding-bottom: 71px !important;
  }
  .u-p--bottom--sm--72px {
    padding-bottom: 72px !important;
  }
  .u-p--bottom--sm--73px {
    padding-bottom: 73px !important;
  }
  .u-p--bottom--sm--74px {
    padding-bottom: 74px !important;
  }
  .u-p--bottom--sm--75px {
    padding-bottom: 75px !important;
  }
  .u-p--bottom--sm--76px {
    padding-bottom: 76px !important;
  }
  .u-p--bottom--sm--77px {
    padding-bottom: 77px !important;
  }
  .u-p--bottom--sm--78px {
    padding-bottom: 78px !important;
  }
  .u-p--bottom--sm--79px {
    padding-bottom: 79px !important;
  }
  .u-p--bottom--sm--80px {
    padding-bottom: 80px !important;
  }
  .u-p--bottom--sm--81px {
    padding-bottom: 81px !important;
  }
  .u-p--bottom--sm--82px {
    padding-bottom: 82px !important;
  }
  .u-p--bottom--sm--83px {
    padding-bottom: 83px !important;
  }
  .u-p--bottom--sm--84px {
    padding-bottom: 84px !important;
  }
  .u-p--bottom--sm--85px {
    padding-bottom: 85px !important;
  }
  .u-p--bottom--sm--86px {
    padding-bottom: 86px !important;
  }
  .u-p--bottom--sm--87px {
    padding-bottom: 87px !important;
  }
  .u-p--bottom--sm--88px {
    padding-bottom: 88px !important;
  }
  .u-p--bottom--sm--89px {
    padding-bottom: 89px !important;
  }
  .u-p--bottom--sm--90px {
    padding-bottom: 90px !important;
  }
  .u-p--bottom--sm--91px {
    padding-bottom: 91px !important;
  }
  .u-p--bottom--sm--92px {
    padding-bottom: 92px !important;
  }
  .u-p--bottom--sm--93px {
    padding-bottom: 93px !important;
  }
  .u-p--bottom--sm--94px {
    padding-bottom: 94px !important;
  }
  .u-p--bottom--sm--95px {
    padding-bottom: 95px !important;
  }
  .u-p--bottom--sm--96px {
    padding-bottom: 96px !important;
  }
  .u-p--bottom--sm--97px {
    padding-bottom: 97px !important;
  }
  .u-p--bottom--sm--98px {
    padding-bottom: 98px !important;
  }
  .u-p--bottom--sm--99px {
    padding-bottom: 99px !important;
  }
  .u-p--bottom--sm--100px {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 768px) {
  .u-p--bottom--md--0 {
    padding-bottom: 0 !important;
  }
  .u-p--bottom--md--1px {
    padding-bottom: 1px !important;
  }
  .u-p--bottom--md--2px {
    padding-bottom: 2px !important;
  }
  .u-p--bottom--md--3px {
    padding-bottom: 3px !important;
  }
  .u-p--bottom--md--4px {
    padding-bottom: 4px !important;
  }
  .u-p--bottom--md--5px {
    padding-bottom: 5px !important;
  }
  .u-p--bottom--md--6px {
    padding-bottom: 6px !important;
  }
  .u-p--bottom--md--7px {
    padding-bottom: 7px !important;
  }
  .u-p--bottom--md--8px {
    padding-bottom: 8px !important;
  }
  .u-p--bottom--md--9px {
    padding-bottom: 9px !important;
  }
  .u-p--bottom--md--10px {
    padding-bottom: 10px !important;
  }
  .u-p--bottom--md--11px {
    padding-bottom: 11px !important;
  }
  .u-p--bottom--md--12px {
    padding-bottom: 12px !important;
  }
  .u-p--bottom--md--13px {
    padding-bottom: 13px !important;
  }
  .u-p--bottom--md--14px {
    padding-bottom: 14px !important;
  }
  .u-p--bottom--md--15px {
    padding-bottom: 15px !important;
  }
  .u-p--bottom--md--16px {
    padding-bottom: 16px !important;
  }
  .u-p--bottom--md--17px {
    padding-bottom: 17px !important;
  }
  .u-p--bottom--md--18px {
    padding-bottom: 18px !important;
  }
  .u-p--bottom--md--19px {
    padding-bottom: 19px !important;
  }
  .u-p--bottom--md--20px {
    padding-bottom: 20px !important;
  }
  .u-p--bottom--md--21px {
    padding-bottom: 21px !important;
  }
  .u-p--bottom--md--22px {
    padding-bottom: 22px !important;
  }
  .u-p--bottom--md--23px {
    padding-bottom: 23px !important;
  }
  .u-p--bottom--md--24px {
    padding-bottom: 24px !important;
  }
  .u-p--bottom--md--25px {
    padding-bottom: 25px !important;
  }
  .u-p--bottom--md--26px {
    padding-bottom: 26px !important;
  }
  .u-p--bottom--md--27px {
    padding-bottom: 27px !important;
  }
  .u-p--bottom--md--28px {
    padding-bottom: 28px !important;
  }
  .u-p--bottom--md--29px {
    padding-bottom: 29px !important;
  }
  .u-p--bottom--md--30px {
    padding-bottom: 30px !important;
  }
  .u-p--bottom--md--31px {
    padding-bottom: 31px !important;
  }
  .u-p--bottom--md--32px {
    padding-bottom: 32px !important;
  }
  .u-p--bottom--md--33px {
    padding-bottom: 33px !important;
  }
  .u-p--bottom--md--34px {
    padding-bottom: 34px !important;
  }
  .u-p--bottom--md--35px {
    padding-bottom: 35px !important;
  }
  .u-p--bottom--md--36px {
    padding-bottom: 36px !important;
  }
  .u-p--bottom--md--37px {
    padding-bottom: 37px !important;
  }
  .u-p--bottom--md--38px {
    padding-bottom: 38px !important;
  }
  .u-p--bottom--md--39px {
    padding-bottom: 39px !important;
  }
  .u-p--bottom--md--40px {
    padding-bottom: 40px !important;
  }
  .u-p--bottom--md--41px {
    padding-bottom: 41px !important;
  }
  .u-p--bottom--md--42px {
    padding-bottom: 42px !important;
  }
  .u-p--bottom--md--43px {
    padding-bottom: 43px !important;
  }
  .u-p--bottom--md--44px {
    padding-bottom: 44px !important;
  }
  .u-p--bottom--md--45px {
    padding-bottom: 45px !important;
  }
  .u-p--bottom--md--46px {
    padding-bottom: 46px !important;
  }
  .u-p--bottom--md--47px {
    padding-bottom: 47px !important;
  }
  .u-p--bottom--md--48px {
    padding-bottom: 48px !important;
  }
  .u-p--bottom--md--49px {
    padding-bottom: 49px !important;
  }
  .u-p--bottom--md--50px {
    padding-bottom: 50px !important;
  }
  .u-p--bottom--md--51px {
    padding-bottom: 51px !important;
  }
  .u-p--bottom--md--52px {
    padding-bottom: 52px !important;
  }
  .u-p--bottom--md--53px {
    padding-bottom: 53px !important;
  }
  .u-p--bottom--md--54px {
    padding-bottom: 54px !important;
  }
  .u-p--bottom--md--55px {
    padding-bottom: 55px !important;
  }
  .u-p--bottom--md--56px {
    padding-bottom: 56px !important;
  }
  .u-p--bottom--md--57px {
    padding-bottom: 57px !important;
  }
  .u-p--bottom--md--58px {
    padding-bottom: 58px !important;
  }
  .u-p--bottom--md--59px {
    padding-bottom: 59px !important;
  }
  .u-p--bottom--md--60px {
    padding-bottom: 60px !important;
  }
  .u-p--bottom--md--61px {
    padding-bottom: 61px !important;
  }
  .u-p--bottom--md--62px {
    padding-bottom: 62px !important;
  }
  .u-p--bottom--md--63px {
    padding-bottom: 63px !important;
  }
  .u-p--bottom--md--64px {
    padding-bottom: 64px !important;
  }
  .u-p--bottom--md--65px {
    padding-bottom: 65px !important;
  }
  .u-p--bottom--md--66px {
    padding-bottom: 66px !important;
  }
  .u-p--bottom--md--67px {
    padding-bottom: 67px !important;
  }
  .u-p--bottom--md--68px {
    padding-bottom: 68px !important;
  }
  .u-p--bottom--md--69px {
    padding-bottom: 69px !important;
  }
  .u-p--bottom--md--70px {
    padding-bottom: 70px !important;
  }
  .u-p--bottom--md--71px {
    padding-bottom: 71px !important;
  }
  .u-p--bottom--md--72px {
    padding-bottom: 72px !important;
  }
  .u-p--bottom--md--73px {
    padding-bottom: 73px !important;
  }
  .u-p--bottom--md--74px {
    padding-bottom: 74px !important;
  }
  .u-p--bottom--md--75px {
    padding-bottom: 75px !important;
  }
  .u-p--bottom--md--76px {
    padding-bottom: 76px !important;
  }
  .u-p--bottom--md--77px {
    padding-bottom: 77px !important;
  }
  .u-p--bottom--md--78px {
    padding-bottom: 78px !important;
  }
  .u-p--bottom--md--79px {
    padding-bottom: 79px !important;
  }
  .u-p--bottom--md--80px {
    padding-bottom: 80px !important;
  }
  .u-p--bottom--md--81px {
    padding-bottom: 81px !important;
  }
  .u-p--bottom--md--82px {
    padding-bottom: 82px !important;
  }
  .u-p--bottom--md--83px {
    padding-bottom: 83px !important;
  }
  .u-p--bottom--md--84px {
    padding-bottom: 84px !important;
  }
  .u-p--bottom--md--85px {
    padding-bottom: 85px !important;
  }
  .u-p--bottom--md--86px {
    padding-bottom: 86px !important;
  }
  .u-p--bottom--md--87px {
    padding-bottom: 87px !important;
  }
  .u-p--bottom--md--88px {
    padding-bottom: 88px !important;
  }
  .u-p--bottom--md--89px {
    padding-bottom: 89px !important;
  }
  .u-p--bottom--md--90px {
    padding-bottom: 90px !important;
  }
  .u-p--bottom--md--91px {
    padding-bottom: 91px !important;
  }
  .u-p--bottom--md--92px {
    padding-bottom: 92px !important;
  }
  .u-p--bottom--md--93px {
    padding-bottom: 93px !important;
  }
  .u-p--bottom--md--94px {
    padding-bottom: 94px !important;
  }
  .u-p--bottom--md--95px {
    padding-bottom: 95px !important;
  }
  .u-p--bottom--md--96px {
    padding-bottom: 96px !important;
  }
  .u-p--bottom--md--97px {
    padding-bottom: 97px !important;
  }
  .u-p--bottom--md--98px {
    padding-bottom: 98px !important;
  }
  .u-p--bottom--md--99px {
    padding-bottom: 99px !important;
  }
  .u-p--bottom--md--100px {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 992px) {
  .u-p--bottom--lg--0 {
    padding-bottom: 0 !important;
  }
  .u-p--bottom--lg--1px {
    padding-bottom: 1px !important;
  }
  .u-p--bottom--lg--2px {
    padding-bottom: 2px !important;
  }
  .u-p--bottom--lg--3px {
    padding-bottom: 3px !important;
  }
  .u-p--bottom--lg--4px {
    padding-bottom: 4px !important;
  }
  .u-p--bottom--lg--5px {
    padding-bottom: 5px !important;
  }
  .u-p--bottom--lg--6px {
    padding-bottom: 6px !important;
  }
  .u-p--bottom--lg--7px {
    padding-bottom: 7px !important;
  }
  .u-p--bottom--lg--8px {
    padding-bottom: 8px !important;
  }
  .u-p--bottom--lg--9px {
    padding-bottom: 9px !important;
  }
  .u-p--bottom--lg--10px {
    padding-bottom: 10px !important;
  }
  .u-p--bottom--lg--11px {
    padding-bottom: 11px !important;
  }
  .u-p--bottom--lg--12px {
    padding-bottom: 12px !important;
  }
  .u-p--bottom--lg--13px {
    padding-bottom: 13px !important;
  }
  .u-p--bottom--lg--14px {
    padding-bottom: 14px !important;
  }
  .u-p--bottom--lg--15px {
    padding-bottom: 15px !important;
  }
  .u-p--bottom--lg--16px {
    padding-bottom: 16px !important;
  }
  .u-p--bottom--lg--17px {
    padding-bottom: 17px !important;
  }
  .u-p--bottom--lg--18px {
    padding-bottom: 18px !important;
  }
  .u-p--bottom--lg--19px {
    padding-bottom: 19px !important;
  }
  .u-p--bottom--lg--20px {
    padding-bottom: 20px !important;
  }
  .u-p--bottom--lg--21px {
    padding-bottom: 21px !important;
  }
  .u-p--bottom--lg--22px {
    padding-bottom: 22px !important;
  }
  .u-p--bottom--lg--23px {
    padding-bottom: 23px !important;
  }
  .u-p--bottom--lg--24px {
    padding-bottom: 24px !important;
  }
  .u-p--bottom--lg--25px {
    padding-bottom: 25px !important;
  }
  .u-p--bottom--lg--26px {
    padding-bottom: 26px !important;
  }
  .u-p--bottom--lg--27px {
    padding-bottom: 27px !important;
  }
  .u-p--bottom--lg--28px {
    padding-bottom: 28px !important;
  }
  .u-p--bottom--lg--29px {
    padding-bottom: 29px !important;
  }
  .u-p--bottom--lg--30px {
    padding-bottom: 30px !important;
  }
  .u-p--bottom--lg--31px {
    padding-bottom: 31px !important;
  }
  .u-p--bottom--lg--32px {
    padding-bottom: 32px !important;
  }
  .u-p--bottom--lg--33px {
    padding-bottom: 33px !important;
  }
  .u-p--bottom--lg--34px {
    padding-bottom: 34px !important;
  }
  .u-p--bottom--lg--35px {
    padding-bottom: 35px !important;
  }
  .u-p--bottom--lg--36px {
    padding-bottom: 36px !important;
  }
  .u-p--bottom--lg--37px {
    padding-bottom: 37px !important;
  }
  .u-p--bottom--lg--38px {
    padding-bottom: 38px !important;
  }
  .u-p--bottom--lg--39px {
    padding-bottom: 39px !important;
  }
  .u-p--bottom--lg--40px {
    padding-bottom: 40px !important;
  }
  .u-p--bottom--lg--41px {
    padding-bottom: 41px !important;
  }
  .u-p--bottom--lg--42px {
    padding-bottom: 42px !important;
  }
  .u-p--bottom--lg--43px {
    padding-bottom: 43px !important;
  }
  .u-p--bottom--lg--44px {
    padding-bottom: 44px !important;
  }
  .u-p--bottom--lg--45px {
    padding-bottom: 45px !important;
  }
  .u-p--bottom--lg--46px {
    padding-bottom: 46px !important;
  }
  .u-p--bottom--lg--47px {
    padding-bottom: 47px !important;
  }
  .u-p--bottom--lg--48px {
    padding-bottom: 48px !important;
  }
  .u-p--bottom--lg--49px {
    padding-bottom: 49px !important;
  }
  .u-p--bottom--lg--50px {
    padding-bottom: 50px !important;
  }
  .u-p--bottom--lg--51px {
    padding-bottom: 51px !important;
  }
  .u-p--bottom--lg--52px {
    padding-bottom: 52px !important;
  }
  .u-p--bottom--lg--53px {
    padding-bottom: 53px !important;
  }
  .u-p--bottom--lg--54px {
    padding-bottom: 54px !important;
  }
  .u-p--bottom--lg--55px {
    padding-bottom: 55px !important;
  }
  .u-p--bottom--lg--56px {
    padding-bottom: 56px !important;
  }
  .u-p--bottom--lg--57px {
    padding-bottom: 57px !important;
  }
  .u-p--bottom--lg--58px {
    padding-bottom: 58px !important;
  }
  .u-p--bottom--lg--59px {
    padding-bottom: 59px !important;
  }
  .u-p--bottom--lg--60px {
    padding-bottom: 60px !important;
  }
  .u-p--bottom--lg--61px {
    padding-bottom: 61px !important;
  }
  .u-p--bottom--lg--62px {
    padding-bottom: 62px !important;
  }
  .u-p--bottom--lg--63px {
    padding-bottom: 63px !important;
  }
  .u-p--bottom--lg--64px {
    padding-bottom: 64px !important;
  }
  .u-p--bottom--lg--65px {
    padding-bottom: 65px !important;
  }
  .u-p--bottom--lg--66px {
    padding-bottom: 66px !important;
  }
  .u-p--bottom--lg--67px {
    padding-bottom: 67px !important;
  }
  .u-p--bottom--lg--68px {
    padding-bottom: 68px !important;
  }
  .u-p--bottom--lg--69px {
    padding-bottom: 69px !important;
  }
  .u-p--bottom--lg--70px {
    padding-bottom: 70px !important;
  }
  .u-p--bottom--lg--71px {
    padding-bottom: 71px !important;
  }
  .u-p--bottom--lg--72px {
    padding-bottom: 72px !important;
  }
  .u-p--bottom--lg--73px {
    padding-bottom: 73px !important;
  }
  .u-p--bottom--lg--74px {
    padding-bottom: 74px !important;
  }
  .u-p--bottom--lg--75px {
    padding-bottom: 75px !important;
  }
  .u-p--bottom--lg--76px {
    padding-bottom: 76px !important;
  }
  .u-p--bottom--lg--77px {
    padding-bottom: 77px !important;
  }
  .u-p--bottom--lg--78px {
    padding-bottom: 78px !important;
  }
  .u-p--bottom--lg--79px {
    padding-bottom: 79px !important;
  }
  .u-p--bottom--lg--80px {
    padding-bottom: 80px !important;
  }
  .u-p--bottom--lg--81px {
    padding-bottom: 81px !important;
  }
  .u-p--bottom--lg--82px {
    padding-bottom: 82px !important;
  }
  .u-p--bottom--lg--83px {
    padding-bottom: 83px !important;
  }
  .u-p--bottom--lg--84px {
    padding-bottom: 84px !important;
  }
  .u-p--bottom--lg--85px {
    padding-bottom: 85px !important;
  }
  .u-p--bottom--lg--86px {
    padding-bottom: 86px !important;
  }
  .u-p--bottom--lg--87px {
    padding-bottom: 87px !important;
  }
  .u-p--bottom--lg--88px {
    padding-bottom: 88px !important;
  }
  .u-p--bottom--lg--89px {
    padding-bottom: 89px !important;
  }
  .u-p--bottom--lg--90px {
    padding-bottom: 90px !important;
  }
  .u-p--bottom--lg--91px {
    padding-bottom: 91px !important;
  }
  .u-p--bottom--lg--92px {
    padding-bottom: 92px !important;
  }
  .u-p--bottom--lg--93px {
    padding-bottom: 93px !important;
  }
  .u-p--bottom--lg--94px {
    padding-bottom: 94px !important;
  }
  .u-p--bottom--lg--95px {
    padding-bottom: 95px !important;
  }
  .u-p--bottom--lg--96px {
    padding-bottom: 96px !important;
  }
  .u-p--bottom--lg--97px {
    padding-bottom: 97px !important;
  }
  .u-p--bottom--lg--98px {
    padding-bottom: 98px !important;
  }
  .u-p--bottom--lg--99px {
    padding-bottom: 99px !important;
  }
  .u-p--bottom--lg--100px {
    padding-bottom: 100px !important;
  }
}
.u-p--left--0 {
  padding-left: 0 !important;
}
.u-p--left--1px {
  padding-left: 1px !important;
}
.u-p--left--2px {
  padding-left: 2px !important;
}
.u-p--left--3px {
  padding-left: 3px !important;
}
.u-p--left--4px {
  padding-left: 4px !important;
}
.u-p--left--5px {
  padding-left: 5px !important;
}
.u-p--left--6px {
  padding-left: 6px !important;
}
.u-p--left--7px {
  padding-left: 7px !important;
}
.u-p--left--8px {
  padding-left: 8px !important;
}
.u-p--left--9px {
  padding-left: 9px !important;
}
.u-p--left--10px {
  padding-left: 10px !important;
}
.u-p--left--11px {
  padding-left: 11px !important;
}
.u-p--left--12px {
  padding-left: 12px !important;
}
.u-p--left--13px {
  padding-left: 13px !important;
}
.u-p--left--14px {
  padding-left: 14px !important;
}
.u-p--left--15px {
  padding-left: 15px !important;
}
.u-p--left--16px {
  padding-left: 16px !important;
}
.u-p--left--17px {
  padding-left: 17px !important;
}
.u-p--left--18px {
  padding-left: 18px !important;
}
.u-p--left--19px {
  padding-left: 19px !important;
}
.u-p--left--20px {
  padding-left: 20px !important;
}
.u-p--left--21px {
  padding-left: 21px !important;
}
.u-p--left--22px {
  padding-left: 22px !important;
}
.u-p--left--23px {
  padding-left: 23px !important;
}
.u-p--left--24px {
  padding-left: 24px !important;
}
.u-p--left--25px {
  padding-left: 25px !important;
}
.u-p--left--26px {
  padding-left: 26px !important;
}
.u-p--left--27px {
  padding-left: 27px !important;
}
.u-p--left--28px {
  padding-left: 28px !important;
}
.u-p--left--29px {
  padding-left: 29px !important;
}
.u-p--left--30px {
  padding-left: 30px !important;
}
.u-p--left--31px {
  padding-left: 31px !important;
}
.u-p--left--32px {
  padding-left: 32px !important;
}
.u-p--left--33px {
  padding-left: 33px !important;
}
.u-p--left--34px {
  padding-left: 34px !important;
}
.u-p--left--35px {
  padding-left: 35px !important;
}
.u-p--left--36px {
  padding-left: 36px !important;
}
.u-p--left--37px {
  padding-left: 37px !important;
}
.u-p--left--38px {
  padding-left: 38px !important;
}
.u-p--left--39px {
  padding-left: 39px !important;
}
.u-p--left--40px {
  padding-left: 40px !important;
}
.u-p--left--41px {
  padding-left: 41px !important;
}
.u-p--left--42px {
  padding-left: 42px !important;
}
.u-p--left--43px {
  padding-left: 43px !important;
}
.u-p--left--44px {
  padding-left: 44px !important;
}
.u-p--left--45px {
  padding-left: 45px !important;
}
.u-p--left--46px {
  padding-left: 46px !important;
}
.u-p--left--47px {
  padding-left: 47px !important;
}
.u-p--left--48px {
  padding-left: 48px !important;
}
.u-p--left--49px {
  padding-left: 49px !important;
}
.u-p--left--50px {
  padding-left: 50px !important;
}
.u-p--left--51px {
  padding-left: 51px !important;
}
.u-p--left--52px {
  padding-left: 52px !important;
}
.u-p--left--53px {
  padding-left: 53px !important;
}
.u-p--left--54px {
  padding-left: 54px !important;
}
.u-p--left--55px {
  padding-left: 55px !important;
}
.u-p--left--56px {
  padding-left: 56px !important;
}
.u-p--left--57px {
  padding-left: 57px !important;
}
.u-p--left--58px {
  padding-left: 58px !important;
}
.u-p--left--59px {
  padding-left: 59px !important;
}
.u-p--left--60px {
  padding-left: 60px !important;
}
.u-p--left--61px {
  padding-left: 61px !important;
}
.u-p--left--62px {
  padding-left: 62px !important;
}
.u-p--left--63px {
  padding-left: 63px !important;
}
.u-p--left--64px {
  padding-left: 64px !important;
}
.u-p--left--65px {
  padding-left: 65px !important;
}
.u-p--left--66px {
  padding-left: 66px !important;
}
.u-p--left--67px {
  padding-left: 67px !important;
}
.u-p--left--68px {
  padding-left: 68px !important;
}
.u-p--left--69px {
  padding-left: 69px !important;
}
.u-p--left--70px {
  padding-left: 70px !important;
}
.u-p--left--71px {
  padding-left: 71px !important;
}
.u-p--left--72px {
  padding-left: 72px !important;
}
.u-p--left--73px {
  padding-left: 73px !important;
}
.u-p--left--74px {
  padding-left: 74px !important;
}
.u-p--left--75px {
  padding-left: 75px !important;
}
.u-p--left--76px {
  padding-left: 76px !important;
}
.u-p--left--77px {
  padding-left: 77px !important;
}
.u-p--left--78px {
  padding-left: 78px !important;
}
.u-p--left--79px {
  padding-left: 79px !important;
}
.u-p--left--80px {
  padding-left: 80px !important;
}
.u-p--left--81px {
  padding-left: 81px !important;
}
.u-p--left--82px {
  padding-left: 82px !important;
}
.u-p--left--83px {
  padding-left: 83px !important;
}
.u-p--left--84px {
  padding-left: 84px !important;
}
.u-p--left--85px {
  padding-left: 85px !important;
}
.u-p--left--86px {
  padding-left: 86px !important;
}
.u-p--left--87px {
  padding-left: 87px !important;
}
.u-p--left--88px {
  padding-left: 88px !important;
}
.u-p--left--89px {
  padding-left: 89px !important;
}
.u-p--left--90px {
  padding-left: 90px !important;
}
.u-p--left--91px {
  padding-left: 91px !important;
}
.u-p--left--92px {
  padding-left: 92px !important;
}
.u-p--left--93px {
  padding-left: 93px !important;
}
.u-p--left--94px {
  padding-left: 94px !important;
}
.u-p--left--95px {
  padding-left: 95px !important;
}
.u-p--left--96px {
  padding-left: 96px !important;
}
.u-p--left--97px {
  padding-left: 97px !important;
}
.u-p--left--98px {
  padding-left: 98px !important;
}
.u-p--left--99px {
  padding-left: 99px !important;
}
.u-p--left--100px {
  padding-left: 100px !important;
}
@media (max-width: 576px) {
  .u-p--left--sm--0 {
    padding-left: 0 !important;
  }
  .u-p--left--sm--1px {
    padding-left: 1px !important;
  }
  .u-p--left--sm--2px {
    padding-left: 2px !important;
  }
  .u-p--left--sm--3px {
    padding-left: 3px !important;
  }
  .u-p--left--sm--4px {
    padding-left: 4px !important;
  }
  .u-p--left--sm--5px {
    padding-left: 5px !important;
  }
  .u-p--left--sm--6px {
    padding-left: 6px !important;
  }
  .u-p--left--sm--7px {
    padding-left: 7px !important;
  }
  .u-p--left--sm--8px {
    padding-left: 8px !important;
  }
  .u-p--left--sm--9px {
    padding-left: 9px !important;
  }
  .u-p--left--sm--10px {
    padding-left: 10px !important;
  }
  .u-p--left--sm--11px {
    padding-left: 11px !important;
  }
  .u-p--left--sm--12px {
    padding-left: 12px !important;
  }
  .u-p--left--sm--13px {
    padding-left: 13px !important;
  }
  .u-p--left--sm--14px {
    padding-left: 14px !important;
  }
  .u-p--left--sm--15px {
    padding-left: 15px !important;
  }
  .u-p--left--sm--16px {
    padding-left: 16px !important;
  }
  .u-p--left--sm--17px {
    padding-left: 17px !important;
  }
  .u-p--left--sm--18px {
    padding-left: 18px !important;
  }
  .u-p--left--sm--19px {
    padding-left: 19px !important;
  }
  .u-p--left--sm--20px {
    padding-left: 20px !important;
  }
  .u-p--left--sm--21px {
    padding-left: 21px !important;
  }
  .u-p--left--sm--22px {
    padding-left: 22px !important;
  }
  .u-p--left--sm--23px {
    padding-left: 23px !important;
  }
  .u-p--left--sm--24px {
    padding-left: 24px !important;
  }
  .u-p--left--sm--25px {
    padding-left: 25px !important;
  }
  .u-p--left--sm--26px {
    padding-left: 26px !important;
  }
  .u-p--left--sm--27px {
    padding-left: 27px !important;
  }
  .u-p--left--sm--28px {
    padding-left: 28px !important;
  }
  .u-p--left--sm--29px {
    padding-left: 29px !important;
  }
  .u-p--left--sm--30px {
    padding-left: 30px !important;
  }
  .u-p--left--sm--31px {
    padding-left: 31px !important;
  }
  .u-p--left--sm--32px {
    padding-left: 32px !important;
  }
  .u-p--left--sm--33px {
    padding-left: 33px !important;
  }
  .u-p--left--sm--34px {
    padding-left: 34px !important;
  }
  .u-p--left--sm--35px {
    padding-left: 35px !important;
  }
  .u-p--left--sm--36px {
    padding-left: 36px !important;
  }
  .u-p--left--sm--37px {
    padding-left: 37px !important;
  }
  .u-p--left--sm--38px {
    padding-left: 38px !important;
  }
  .u-p--left--sm--39px {
    padding-left: 39px !important;
  }
  .u-p--left--sm--40px {
    padding-left: 40px !important;
  }
  .u-p--left--sm--41px {
    padding-left: 41px !important;
  }
  .u-p--left--sm--42px {
    padding-left: 42px !important;
  }
  .u-p--left--sm--43px {
    padding-left: 43px !important;
  }
  .u-p--left--sm--44px {
    padding-left: 44px !important;
  }
  .u-p--left--sm--45px {
    padding-left: 45px !important;
  }
  .u-p--left--sm--46px {
    padding-left: 46px !important;
  }
  .u-p--left--sm--47px {
    padding-left: 47px !important;
  }
  .u-p--left--sm--48px {
    padding-left: 48px !important;
  }
  .u-p--left--sm--49px {
    padding-left: 49px !important;
  }
  .u-p--left--sm--50px {
    padding-left: 50px !important;
  }
  .u-p--left--sm--51px {
    padding-left: 51px !important;
  }
  .u-p--left--sm--52px {
    padding-left: 52px !important;
  }
  .u-p--left--sm--53px {
    padding-left: 53px !important;
  }
  .u-p--left--sm--54px {
    padding-left: 54px !important;
  }
  .u-p--left--sm--55px {
    padding-left: 55px !important;
  }
  .u-p--left--sm--56px {
    padding-left: 56px !important;
  }
  .u-p--left--sm--57px {
    padding-left: 57px !important;
  }
  .u-p--left--sm--58px {
    padding-left: 58px !important;
  }
  .u-p--left--sm--59px {
    padding-left: 59px !important;
  }
  .u-p--left--sm--60px {
    padding-left: 60px !important;
  }
  .u-p--left--sm--61px {
    padding-left: 61px !important;
  }
  .u-p--left--sm--62px {
    padding-left: 62px !important;
  }
  .u-p--left--sm--63px {
    padding-left: 63px !important;
  }
  .u-p--left--sm--64px {
    padding-left: 64px !important;
  }
  .u-p--left--sm--65px {
    padding-left: 65px !important;
  }
  .u-p--left--sm--66px {
    padding-left: 66px !important;
  }
  .u-p--left--sm--67px {
    padding-left: 67px !important;
  }
  .u-p--left--sm--68px {
    padding-left: 68px !important;
  }
  .u-p--left--sm--69px {
    padding-left: 69px !important;
  }
  .u-p--left--sm--70px {
    padding-left: 70px !important;
  }
  .u-p--left--sm--71px {
    padding-left: 71px !important;
  }
  .u-p--left--sm--72px {
    padding-left: 72px !important;
  }
  .u-p--left--sm--73px {
    padding-left: 73px !important;
  }
  .u-p--left--sm--74px {
    padding-left: 74px !important;
  }
  .u-p--left--sm--75px {
    padding-left: 75px !important;
  }
  .u-p--left--sm--76px {
    padding-left: 76px !important;
  }
  .u-p--left--sm--77px {
    padding-left: 77px !important;
  }
  .u-p--left--sm--78px {
    padding-left: 78px !important;
  }
  .u-p--left--sm--79px {
    padding-left: 79px !important;
  }
  .u-p--left--sm--80px {
    padding-left: 80px !important;
  }
  .u-p--left--sm--81px {
    padding-left: 81px !important;
  }
  .u-p--left--sm--82px {
    padding-left: 82px !important;
  }
  .u-p--left--sm--83px {
    padding-left: 83px !important;
  }
  .u-p--left--sm--84px {
    padding-left: 84px !important;
  }
  .u-p--left--sm--85px {
    padding-left: 85px !important;
  }
  .u-p--left--sm--86px {
    padding-left: 86px !important;
  }
  .u-p--left--sm--87px {
    padding-left: 87px !important;
  }
  .u-p--left--sm--88px {
    padding-left: 88px !important;
  }
  .u-p--left--sm--89px {
    padding-left: 89px !important;
  }
  .u-p--left--sm--90px {
    padding-left: 90px !important;
  }
  .u-p--left--sm--91px {
    padding-left: 91px !important;
  }
  .u-p--left--sm--92px {
    padding-left: 92px !important;
  }
  .u-p--left--sm--93px {
    padding-left: 93px !important;
  }
  .u-p--left--sm--94px {
    padding-left: 94px !important;
  }
  .u-p--left--sm--95px {
    padding-left: 95px !important;
  }
  .u-p--left--sm--96px {
    padding-left: 96px !important;
  }
  .u-p--left--sm--97px {
    padding-left: 97px !important;
  }
  .u-p--left--sm--98px {
    padding-left: 98px !important;
  }
  .u-p--left--sm--99px {
    padding-left: 99px !important;
  }
  .u-p--left--sm--100px {
    padding-left: 100px !important;
  }
}
@media (max-width: 768px) {
  .u-p--left--md--0 {
    padding-left: 0 !important;
  }
  .u-p--left--md--1px {
    padding-left: 1px !important;
  }
  .u-p--left--md--2px {
    padding-left: 2px !important;
  }
  .u-p--left--md--3px {
    padding-left: 3px !important;
  }
  .u-p--left--md--4px {
    padding-left: 4px !important;
  }
  .u-p--left--md--5px {
    padding-left: 5px !important;
  }
  .u-p--left--md--6px {
    padding-left: 6px !important;
  }
  .u-p--left--md--7px {
    padding-left: 7px !important;
  }
  .u-p--left--md--8px {
    padding-left: 8px !important;
  }
  .u-p--left--md--9px {
    padding-left: 9px !important;
  }
  .u-p--left--md--10px {
    padding-left: 10px !important;
  }
  .u-p--left--md--11px {
    padding-left: 11px !important;
  }
  .u-p--left--md--12px {
    padding-left: 12px !important;
  }
  .u-p--left--md--13px {
    padding-left: 13px !important;
  }
  .u-p--left--md--14px {
    padding-left: 14px !important;
  }
  .u-p--left--md--15px {
    padding-left: 15px !important;
  }
  .u-p--left--md--16px {
    padding-left: 16px !important;
  }
  .u-p--left--md--17px {
    padding-left: 17px !important;
  }
  .u-p--left--md--18px {
    padding-left: 18px !important;
  }
  .u-p--left--md--19px {
    padding-left: 19px !important;
  }
  .u-p--left--md--20px {
    padding-left: 20px !important;
  }
  .u-p--left--md--21px {
    padding-left: 21px !important;
  }
  .u-p--left--md--22px {
    padding-left: 22px !important;
  }
  .u-p--left--md--23px {
    padding-left: 23px !important;
  }
  .u-p--left--md--24px {
    padding-left: 24px !important;
  }
  .u-p--left--md--25px {
    padding-left: 25px !important;
  }
  .u-p--left--md--26px {
    padding-left: 26px !important;
  }
  .u-p--left--md--27px {
    padding-left: 27px !important;
  }
  .u-p--left--md--28px {
    padding-left: 28px !important;
  }
  .u-p--left--md--29px {
    padding-left: 29px !important;
  }
  .u-p--left--md--30px {
    padding-left: 30px !important;
  }
  .u-p--left--md--31px {
    padding-left: 31px !important;
  }
  .u-p--left--md--32px {
    padding-left: 32px !important;
  }
  .u-p--left--md--33px {
    padding-left: 33px !important;
  }
  .u-p--left--md--34px {
    padding-left: 34px !important;
  }
  .u-p--left--md--35px {
    padding-left: 35px !important;
  }
  .u-p--left--md--36px {
    padding-left: 36px !important;
  }
  .u-p--left--md--37px {
    padding-left: 37px !important;
  }
  .u-p--left--md--38px {
    padding-left: 38px !important;
  }
  .u-p--left--md--39px {
    padding-left: 39px !important;
  }
  .u-p--left--md--40px {
    padding-left: 40px !important;
  }
  .u-p--left--md--41px {
    padding-left: 41px !important;
  }
  .u-p--left--md--42px {
    padding-left: 42px !important;
  }
  .u-p--left--md--43px {
    padding-left: 43px !important;
  }
  .u-p--left--md--44px {
    padding-left: 44px !important;
  }
  .u-p--left--md--45px {
    padding-left: 45px !important;
  }
  .u-p--left--md--46px {
    padding-left: 46px !important;
  }
  .u-p--left--md--47px {
    padding-left: 47px !important;
  }
  .u-p--left--md--48px {
    padding-left: 48px !important;
  }
  .u-p--left--md--49px {
    padding-left: 49px !important;
  }
  .u-p--left--md--50px {
    padding-left: 50px !important;
  }
  .u-p--left--md--51px {
    padding-left: 51px !important;
  }
  .u-p--left--md--52px {
    padding-left: 52px !important;
  }
  .u-p--left--md--53px {
    padding-left: 53px !important;
  }
  .u-p--left--md--54px {
    padding-left: 54px !important;
  }
  .u-p--left--md--55px {
    padding-left: 55px !important;
  }
  .u-p--left--md--56px {
    padding-left: 56px !important;
  }
  .u-p--left--md--57px {
    padding-left: 57px !important;
  }
  .u-p--left--md--58px {
    padding-left: 58px !important;
  }
  .u-p--left--md--59px {
    padding-left: 59px !important;
  }
  .u-p--left--md--60px {
    padding-left: 60px !important;
  }
  .u-p--left--md--61px {
    padding-left: 61px !important;
  }
  .u-p--left--md--62px {
    padding-left: 62px !important;
  }
  .u-p--left--md--63px {
    padding-left: 63px !important;
  }
  .u-p--left--md--64px {
    padding-left: 64px !important;
  }
  .u-p--left--md--65px {
    padding-left: 65px !important;
  }
  .u-p--left--md--66px {
    padding-left: 66px !important;
  }
  .u-p--left--md--67px {
    padding-left: 67px !important;
  }
  .u-p--left--md--68px {
    padding-left: 68px !important;
  }
  .u-p--left--md--69px {
    padding-left: 69px !important;
  }
  .u-p--left--md--70px {
    padding-left: 70px !important;
  }
  .u-p--left--md--71px {
    padding-left: 71px !important;
  }
  .u-p--left--md--72px {
    padding-left: 72px !important;
  }
  .u-p--left--md--73px {
    padding-left: 73px !important;
  }
  .u-p--left--md--74px {
    padding-left: 74px !important;
  }
  .u-p--left--md--75px {
    padding-left: 75px !important;
  }
  .u-p--left--md--76px {
    padding-left: 76px !important;
  }
  .u-p--left--md--77px {
    padding-left: 77px !important;
  }
  .u-p--left--md--78px {
    padding-left: 78px !important;
  }
  .u-p--left--md--79px {
    padding-left: 79px !important;
  }
  .u-p--left--md--80px {
    padding-left: 80px !important;
  }
  .u-p--left--md--81px {
    padding-left: 81px !important;
  }
  .u-p--left--md--82px {
    padding-left: 82px !important;
  }
  .u-p--left--md--83px {
    padding-left: 83px !important;
  }
  .u-p--left--md--84px {
    padding-left: 84px !important;
  }
  .u-p--left--md--85px {
    padding-left: 85px !important;
  }
  .u-p--left--md--86px {
    padding-left: 86px !important;
  }
  .u-p--left--md--87px {
    padding-left: 87px !important;
  }
  .u-p--left--md--88px {
    padding-left: 88px !important;
  }
  .u-p--left--md--89px {
    padding-left: 89px !important;
  }
  .u-p--left--md--90px {
    padding-left: 90px !important;
  }
  .u-p--left--md--91px {
    padding-left: 91px !important;
  }
  .u-p--left--md--92px {
    padding-left: 92px !important;
  }
  .u-p--left--md--93px {
    padding-left: 93px !important;
  }
  .u-p--left--md--94px {
    padding-left: 94px !important;
  }
  .u-p--left--md--95px {
    padding-left: 95px !important;
  }
  .u-p--left--md--96px {
    padding-left: 96px !important;
  }
  .u-p--left--md--97px {
    padding-left: 97px !important;
  }
  .u-p--left--md--98px {
    padding-left: 98px !important;
  }
  .u-p--left--md--99px {
    padding-left: 99px !important;
  }
  .u-p--left--md--100px {
    padding-left: 100px !important;
  }
}
@media (max-width: 992px) {
  .u-p--left--lg--0 {
    padding-left: 0 !important;
  }
  .u-p--left--lg--1px {
    padding-left: 1px !important;
  }
  .u-p--left--lg--2px {
    padding-left: 2px !important;
  }
  .u-p--left--lg--3px {
    padding-left: 3px !important;
  }
  .u-p--left--lg--4px {
    padding-left: 4px !important;
  }
  .u-p--left--lg--5px {
    padding-left: 5px !important;
  }
  .u-p--left--lg--6px {
    padding-left: 6px !important;
  }
  .u-p--left--lg--7px {
    padding-left: 7px !important;
  }
  .u-p--left--lg--8px {
    padding-left: 8px !important;
  }
  .u-p--left--lg--9px {
    padding-left: 9px !important;
  }
  .u-p--left--lg--10px {
    padding-left: 10px !important;
  }
  .u-p--left--lg--11px {
    padding-left: 11px !important;
  }
  .u-p--left--lg--12px {
    padding-left: 12px !important;
  }
  .u-p--left--lg--13px {
    padding-left: 13px !important;
  }
  .u-p--left--lg--14px {
    padding-left: 14px !important;
  }
  .u-p--left--lg--15px {
    padding-left: 15px !important;
  }
  .u-p--left--lg--16px {
    padding-left: 16px !important;
  }
  .u-p--left--lg--17px {
    padding-left: 17px !important;
  }
  .u-p--left--lg--18px {
    padding-left: 18px !important;
  }
  .u-p--left--lg--19px {
    padding-left: 19px !important;
  }
  .u-p--left--lg--20px {
    padding-left: 20px !important;
  }
  .u-p--left--lg--21px {
    padding-left: 21px !important;
  }
  .u-p--left--lg--22px {
    padding-left: 22px !important;
  }
  .u-p--left--lg--23px {
    padding-left: 23px !important;
  }
  .u-p--left--lg--24px {
    padding-left: 24px !important;
  }
  .u-p--left--lg--25px {
    padding-left: 25px !important;
  }
  .u-p--left--lg--26px {
    padding-left: 26px !important;
  }
  .u-p--left--lg--27px {
    padding-left: 27px !important;
  }
  .u-p--left--lg--28px {
    padding-left: 28px !important;
  }
  .u-p--left--lg--29px {
    padding-left: 29px !important;
  }
  .u-p--left--lg--30px {
    padding-left: 30px !important;
  }
  .u-p--left--lg--31px {
    padding-left: 31px !important;
  }
  .u-p--left--lg--32px {
    padding-left: 32px !important;
  }
  .u-p--left--lg--33px {
    padding-left: 33px !important;
  }
  .u-p--left--lg--34px {
    padding-left: 34px !important;
  }
  .u-p--left--lg--35px {
    padding-left: 35px !important;
  }
  .u-p--left--lg--36px {
    padding-left: 36px !important;
  }
  .u-p--left--lg--37px {
    padding-left: 37px !important;
  }
  .u-p--left--lg--38px {
    padding-left: 38px !important;
  }
  .u-p--left--lg--39px {
    padding-left: 39px !important;
  }
  .u-p--left--lg--40px {
    padding-left: 40px !important;
  }
  .u-p--left--lg--41px {
    padding-left: 41px !important;
  }
  .u-p--left--lg--42px {
    padding-left: 42px !important;
  }
  .u-p--left--lg--43px {
    padding-left: 43px !important;
  }
  .u-p--left--lg--44px {
    padding-left: 44px !important;
  }
  .u-p--left--lg--45px {
    padding-left: 45px !important;
  }
  .u-p--left--lg--46px {
    padding-left: 46px !important;
  }
  .u-p--left--lg--47px {
    padding-left: 47px !important;
  }
  .u-p--left--lg--48px {
    padding-left: 48px !important;
  }
  .u-p--left--lg--49px {
    padding-left: 49px !important;
  }
  .u-p--left--lg--50px {
    padding-left: 50px !important;
  }
  .u-p--left--lg--51px {
    padding-left: 51px !important;
  }
  .u-p--left--lg--52px {
    padding-left: 52px !important;
  }
  .u-p--left--lg--53px {
    padding-left: 53px !important;
  }
  .u-p--left--lg--54px {
    padding-left: 54px !important;
  }
  .u-p--left--lg--55px {
    padding-left: 55px !important;
  }
  .u-p--left--lg--56px {
    padding-left: 56px !important;
  }
  .u-p--left--lg--57px {
    padding-left: 57px !important;
  }
  .u-p--left--lg--58px {
    padding-left: 58px !important;
  }
  .u-p--left--lg--59px {
    padding-left: 59px !important;
  }
  .u-p--left--lg--60px {
    padding-left: 60px !important;
  }
  .u-p--left--lg--61px {
    padding-left: 61px !important;
  }
  .u-p--left--lg--62px {
    padding-left: 62px !important;
  }
  .u-p--left--lg--63px {
    padding-left: 63px !important;
  }
  .u-p--left--lg--64px {
    padding-left: 64px !important;
  }
  .u-p--left--lg--65px {
    padding-left: 65px !important;
  }
  .u-p--left--lg--66px {
    padding-left: 66px !important;
  }
  .u-p--left--lg--67px {
    padding-left: 67px !important;
  }
  .u-p--left--lg--68px {
    padding-left: 68px !important;
  }
  .u-p--left--lg--69px {
    padding-left: 69px !important;
  }
  .u-p--left--lg--70px {
    padding-left: 70px !important;
  }
  .u-p--left--lg--71px {
    padding-left: 71px !important;
  }
  .u-p--left--lg--72px {
    padding-left: 72px !important;
  }
  .u-p--left--lg--73px {
    padding-left: 73px !important;
  }
  .u-p--left--lg--74px {
    padding-left: 74px !important;
  }
  .u-p--left--lg--75px {
    padding-left: 75px !important;
  }
  .u-p--left--lg--76px {
    padding-left: 76px !important;
  }
  .u-p--left--lg--77px {
    padding-left: 77px !important;
  }
  .u-p--left--lg--78px {
    padding-left: 78px !important;
  }
  .u-p--left--lg--79px {
    padding-left: 79px !important;
  }
  .u-p--left--lg--80px {
    padding-left: 80px !important;
  }
  .u-p--left--lg--81px {
    padding-left: 81px !important;
  }
  .u-p--left--lg--82px {
    padding-left: 82px !important;
  }
  .u-p--left--lg--83px {
    padding-left: 83px !important;
  }
  .u-p--left--lg--84px {
    padding-left: 84px !important;
  }
  .u-p--left--lg--85px {
    padding-left: 85px !important;
  }
  .u-p--left--lg--86px {
    padding-left: 86px !important;
  }
  .u-p--left--lg--87px {
    padding-left: 87px !important;
  }
  .u-p--left--lg--88px {
    padding-left: 88px !important;
  }
  .u-p--left--lg--89px {
    padding-left: 89px !important;
  }
  .u-p--left--lg--90px {
    padding-left: 90px !important;
  }
  .u-p--left--lg--91px {
    padding-left: 91px !important;
  }
  .u-p--left--lg--92px {
    padding-left: 92px !important;
  }
  .u-p--left--lg--93px {
    padding-left: 93px !important;
  }
  .u-p--left--lg--94px {
    padding-left: 94px !important;
  }
  .u-p--left--lg--95px {
    padding-left: 95px !important;
  }
  .u-p--left--lg--96px {
    padding-left: 96px !important;
  }
  .u-p--left--lg--97px {
    padding-left: 97px !important;
  }
  .u-p--left--lg--98px {
    padding-left: 98px !important;
  }
  .u-p--left--lg--99px {
    padding-left: 99px !important;
  }
  .u-p--left--lg--100px {
    padding-left: 100px !important;
  }
}
.u-p--x--0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.u-p--x--1px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.u-p--x--2px {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.u-p--x--3px {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.u-p--x--4px {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.u-p--x--5px {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.u-p--x--6px {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.u-p--x--7px {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.u-p--x--8px {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.u-p--x--9px {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.u-p--x--10px {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.u-p--x--11px {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}
.u-p--x--12px {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.u-p--x--13px {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}
.u-p--x--14px {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.u-p--x--15px {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.u-p--x--16px {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.u-p--x--17px {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}
.u-p--x--18px {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.u-p--x--19px {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}
.u-p--x--20px {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.u-p--x--21px {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}
.u-p--x--22px {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}
.u-p--x--23px {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}
.u-p--x--24px {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.u-p--x--25px {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.u-p--x--26px {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}
.u-p--x--27px {
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}
.u-p--x--28px {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.u-p--x--29px {
  padding-top: 29px !important;
  padding-bottom: 29px !important;
}
.u-p--x--30px {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.u-p--x--31px {
  padding-top: 31px !important;
  padding-bottom: 31px !important;
}
.u-p--x--32px {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.u-p--x--33px {
  padding-top: 33px !important;
  padding-bottom: 33px !important;
}
.u-p--x--34px {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}
.u-p--x--35px {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.u-p--x--36px {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.u-p--x--37px {
  padding-top: 37px !important;
  padding-bottom: 37px !important;
}
.u-p--x--38px {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}
.u-p--x--39px {
  padding-top: 39px !important;
  padding-bottom: 39px !important;
}
.u-p--x--40px {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.u-p--x--41px {
  padding-top: 41px !important;
  padding-bottom: 41px !important;
}
.u-p--x--42px {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}
.u-p--x--43px {
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}
.u-p--x--44px {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}
.u-p--x--45px {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.u-p--x--46px {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}
.u-p--x--47px {
  padding-top: 47px !important;
  padding-bottom: 47px !important;
}
.u-p--x--48px {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.u-p--x--49px {
  padding-top: 49px !important;
  padding-bottom: 49px !important;
}
.u-p--x--50px {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.u-p--x--51px {
  padding-top: 51px !important;
  padding-bottom: 51px !important;
}
.u-p--x--52px {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}
.u-p--x--53px {
  padding-top: 53px !important;
  padding-bottom: 53px !important;
}
.u-p--x--54px {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}
.u-p--x--55px {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}
.u-p--x--56px {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.u-p--x--57px {
  padding-top: 57px !important;
  padding-bottom: 57px !important;
}
.u-p--x--58px {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}
.u-p--x--59px {
  padding-top: 59px !important;
  padding-bottom: 59px !important;
}
.u-p--x--60px {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.u-p--x--61px {
  padding-top: 61px !important;
  padding-bottom: 61px !important;
}
.u-p--x--62px {
  padding-top: 62px !important;
  padding-bottom: 62px !important;
}
.u-p--x--63px {
  padding-top: 63px !important;
  padding-bottom: 63px !important;
}
.u-p--x--64px {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.u-p--x--65px {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}
.u-p--x--66px {
  padding-top: 66px !important;
  padding-bottom: 66px !important;
}
.u-p--x--67px {
  padding-top: 67px !important;
  padding-bottom: 67px !important;
}
.u-p--x--68px {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}
.u-p--x--69px {
  padding-top: 69px !important;
  padding-bottom: 69px !important;
}
.u-p--x--70px {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.u-p--x--71px {
  padding-top: 71px !important;
  padding-bottom: 71px !important;
}
.u-p--x--72px {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}
.u-p--x--73px {
  padding-top: 73px !important;
  padding-bottom: 73px !important;
}
.u-p--x--74px {
  padding-top: 74px !important;
  padding-bottom: 74px !important;
}
.u-p--x--75px {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.u-p--x--76px {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}
.u-p--x--77px {
  padding-top: 77px !important;
  padding-bottom: 77px !important;
}
.u-p--x--78px {
  padding-top: 78px !important;
  padding-bottom: 78px !important;
}
.u-p--x--79px {
  padding-top: 79px !important;
  padding-bottom: 79px !important;
}
.u-p--x--80px {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.u-p--x--81px {
  padding-top: 81px !important;
  padding-bottom: 81px !important;
}
.u-p--x--82px {
  padding-top: 82px !important;
  padding-bottom: 82px !important;
}
.u-p--x--83px {
  padding-top: 83px !important;
  padding-bottom: 83px !important;
}
.u-p--x--84px {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}
.u-p--x--85px {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}
.u-p--x--86px {
  padding-top: 86px !important;
  padding-bottom: 86px !important;
}
.u-p--x--87px {
  padding-top: 87px !important;
  padding-bottom: 87px !important;
}
.u-p--x--88px {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}
.u-p--x--89px {
  padding-top: 89px !important;
  padding-bottom: 89px !important;
}
.u-p--x--90px {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.u-p--x--91px {
  padding-top: 91px !important;
  padding-bottom: 91px !important;
}
.u-p--x--92px {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}
.u-p--x--93px {
  padding-top: 93px !important;
  padding-bottom: 93px !important;
}
.u-p--x--94px {
  padding-top: 94px !important;
  padding-bottom: 94px !important;
}
.u-p--x--95px {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}
.u-p--x--96px {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}
.u-p--x--97px {
  padding-top: 97px !important;
  padding-bottom: 97px !important;
}
.u-p--x--98px {
  padding-top: 98px !important;
  padding-bottom: 98px !important;
}
.u-p--x--99px {
  padding-top: 99px !important;
  padding-bottom: 99px !important;
}
.u-p--x--100px {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.u-p--y--0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.u-p--y--1px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.u-p--y--2px {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.u-p--y--3px {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.u-p--y--4px {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.u-p--y--5px {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.u-p--y--6px {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.u-p--y--7px {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.u-p--y--8px {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.u-p--y--9px {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.u-p--y--10px {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.u-p--y--11px {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}
.u-p--y--12px {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.u-p--y--13px {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}
.u-p--y--14px {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.u-p--y--15px {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.u-p--y--16px {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.u-p--y--17px {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}
.u-p--y--18px {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.u-p--y--19px {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}
.u-p--y--20px {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.u-p--y--21px {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}
.u-p--y--22px {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}
.u-p--y--23px {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}
.u-p--y--24px {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.u-p--y--25px {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.u-p--y--26px {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}
.u-p--y--27px {
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}
.u-p--y--28px {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.u-p--y--29px {
  padding-top: 29px !important;
  padding-bottom: 29px !important;
}
.u-p--y--30px {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.u-p--y--31px {
  padding-top: 31px !important;
  padding-bottom: 31px !important;
}
.u-p--y--32px {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.u-p--y--33px {
  padding-top: 33px !important;
  padding-bottom: 33px !important;
}
.u-p--y--34px {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}
.u-p--y--35px {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.u-p--y--36px {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.u-p--y--37px {
  padding-top: 37px !important;
  padding-bottom: 37px !important;
}
.u-p--y--38px {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}
.u-p--y--39px {
  padding-top: 39px !important;
  padding-bottom: 39px !important;
}
.u-p--y--40px {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.u-p--y--41px {
  padding-top: 41px !important;
  padding-bottom: 41px !important;
}
.u-p--y--42px {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}
.u-p--y--43px {
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}
.u-p--y--44px {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}
.u-p--y--45px {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.u-p--y--46px {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}
.u-p--y--47px {
  padding-top: 47px !important;
  padding-bottom: 47px !important;
}
.u-p--y--48px {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.u-p--y--49px {
  padding-top: 49px !important;
  padding-bottom: 49px !important;
}
.u-p--y--50px {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.u-p--y--51px {
  padding-top: 51px !important;
  padding-bottom: 51px !important;
}
.u-p--y--52px {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}
.u-p--y--53px {
  padding-top: 53px !important;
  padding-bottom: 53px !important;
}
.u-p--y--54px {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}
.u-p--y--55px {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}
.u-p--y--56px {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.u-p--y--57px {
  padding-top: 57px !important;
  padding-bottom: 57px !important;
}
.u-p--y--58px {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}
.u-p--y--59px {
  padding-top: 59px !important;
  padding-bottom: 59px !important;
}
.u-p--y--60px {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.u-p--y--61px {
  padding-top: 61px !important;
  padding-bottom: 61px !important;
}
.u-p--y--62px {
  padding-top: 62px !important;
  padding-bottom: 62px !important;
}
.u-p--y--63px {
  padding-top: 63px !important;
  padding-bottom: 63px !important;
}
.u-p--y--64px {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.u-p--y--65px {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}
.u-p--y--66px {
  padding-top: 66px !important;
  padding-bottom: 66px !important;
}
.u-p--y--67px {
  padding-top: 67px !important;
  padding-bottom: 67px !important;
}
.u-p--y--68px {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}
.u-p--y--69px {
  padding-top: 69px !important;
  padding-bottom: 69px !important;
}
.u-p--y--70px {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.u-p--y--71px {
  padding-top: 71px !important;
  padding-bottom: 71px !important;
}
.u-p--y--72px {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}
.u-p--y--73px {
  padding-top: 73px !important;
  padding-bottom: 73px !important;
}
.u-p--y--74px {
  padding-top: 74px !important;
  padding-bottom: 74px !important;
}
.u-p--y--75px {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.u-p--y--76px {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}
.u-p--y--77px {
  padding-top: 77px !important;
  padding-bottom: 77px !important;
}
.u-p--y--78px {
  padding-top: 78px !important;
  padding-bottom: 78px !important;
}
.u-p--y--79px {
  padding-top: 79px !important;
  padding-bottom: 79px !important;
}
.u-p--y--80px {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.u-p--y--81px {
  padding-top: 81px !important;
  padding-bottom: 81px !important;
}
.u-p--y--82px {
  padding-top: 82px !important;
  padding-bottom: 82px !important;
}
.u-p--y--83px {
  padding-top: 83px !important;
  padding-bottom: 83px !important;
}
.u-p--y--84px {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}
.u-p--y--85px {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}
.u-p--y--86px {
  padding-top: 86px !important;
  padding-bottom: 86px !important;
}
.u-p--y--87px {
  padding-top: 87px !important;
  padding-bottom: 87px !important;
}
.u-p--y--88px {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}
.u-p--y--89px {
  padding-top: 89px !important;
  padding-bottom: 89px !important;
}
.u-p--y--90px {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.u-p--y--91px {
  padding-top: 91px !important;
  padding-bottom: 91px !important;
}
.u-p--y--92px {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}
.u-p--y--93px {
  padding-top: 93px !important;
  padding-bottom: 93px !important;
}
.u-p--y--94px {
  padding-top: 94px !important;
  padding-bottom: 94px !important;
}
.u-p--y--95px {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}
.u-p--y--96px {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}
.u-p--y--97px {
  padding-top: 97px !important;
  padding-bottom: 97px !important;
}
.u-p--y--98px {
  padding-top: 98px !important;
  padding-bottom: 98px !important;
}
.u-p--y--99px {
  padding-top: 99px !important;
  padding-bottom: 99px !important;
}
.u-p--y--100px {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.u-position--center {
  margin: auto auto;
}
.u-position--left {
  margin-right: auto;
}
.u-position--right {
  margin-left: auto;
}

.u-stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.u-text--right {
  text-align: right !important;
}
.u-text--center {
  text-align: center !important;
}
.u-text--left {
  text-align: left !important;
}
.u-text--left--xs {
  text-align: left !important;
}
@media (max-width: 576px) {
  .u-text--left--sm {
    text-align: left !important;
  }
}
@media (max-width: 768px) {
  .u-text--left--md {
    text-align: left !important;
  }
}
@media (max-width: 992px) {
  .u-text--left--lg {
    text-align: left !important;
  }
}
@media (max-width: 1200px) {
  .u-text--left--xl {
    text-align: left !important;
  }
}
.u-text--lh-16 {
  line-height: 2.25;
}
@media (max-width: 576px) {
  .u-text--lh-16 {
    line-height: 1.8;
  }
}

.u-title--hidden-01 {
  margin-bottom: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.u-title--hidden-02 * {
  margin-bottom: 0;
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.u-title--hidden-03 * {
  margin-bottom: 0;
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.u-title--first-color .first-letter {
  color: #006a66;
  background: -webkit-linear-gradient(0deg, #5ebdd5, #52c1a2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.u-title--text-gradation {
  display: inline;
  color: #006a66;
  background: -webkit-linear-gradient(0deg, #5ebdd5, #52c1a2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*
* Breadcrumbs Settings
*/
.c-breadcrumbs {
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  margin-bottom: 0;
  text-align: right;
}

.c-btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  color: #222222;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: calc(1.285rem + 0.42vw);
}
@media (min-width: 1200px) {
  .c-btn {
    font-size: 1.6rem;
  }
}
.c-btn:hover {
  color: #222222;
}
.c-btn a {
  color: inherit;
}
.c-btn {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-btn:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.c-btn--primary {
  background: #006a66;
  width: 296px;
  max-width: 100%;
  border-radius: 4px;
  font-size: 18px;
  height: 50px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-btn--form {
  background: #006a66 !important;
  color: #fff;
  font-weight: 700;
  width: 422px;
  max-width: 100%;
  border-radius: 4px !important;
  font-size: 18px !important;
  height: 50px;
  font-weight: 700 !important;
}
.c-btn--form:hover {
  opacity: 0.5 !important;
  color: #fff !important;
}
@media (max-width: 768px) {
  .c-btn--form {
    font-size: 14px;
  }
}
.c-btn--form--back {
  margin-top: 20px;
  background: #cccccc;
}
.c-btn--layout-01 {
  position: relative;
  border: 1px #222222 solid;
  min-width: 330px;
  min-height: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 1em;
  background: #fff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media (max-width: 768px) {
  .c-btn--layout-01 {
    min-width: 280px;
    min-height: 60px;
  }
}
.c-btn--layout-01 {
  /*矢印と下線の形状*/
}
.c-btn--layout-01:before {
  content: "";
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: 0;
  margin: auto;
  top: 0;
  left: -20px;
  width: 40px;
  height: 1px;
  background: #006a66;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-btn--layout-01:after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: 6px;
  margin: auto;
  top: 0;
  left: 11px;
  width: 10px;
  height: 1px;
  background: #006a66;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-btn--layout-01 {
  /*hoverした際の移動*/
}
.c-btn--layout-01:hover:before {
  left: -10px;
}
.c-btn--layout-01:hover:after {
  left: 21px;
}

.c-card {
  overflow: hidden;
}
.c-card__body {
  padding: 40px 20px;
}
@media (max-width: 576px) {
  .c-card__body {
    padding: 20px 20px;
  }
}
.c-card--round {
  border-radius: 20px;
}

.c-categories {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 12px;
  padding: 0;
}
.c-categories li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 12px 12px 0;
}
.c-categories li:last-child {
  margin-right: 0;
}
.c-categories li a,
.c-categories li p {
  color: #fff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-categories li a:hover,
.c-categories li p:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.c-categories li a,
.c-categories li p {
  padding: 2px 12px;
  margin-bottom: 0;
  font-size: 14px;
}
.c-categories--round li {
  border-radius: 20px;
}

.c-dl {
  margin: 0;
}
.c-dl--side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-dl--side dd {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
}

/*
* 編集ボタン
*/
.edit-link {
  display: block;
  text-align: right;
  margin-top: 2rem;
  font-size: 1.2rem;
}
.edit-link .post-edit-link {
  display: inline-block;
  padding: 0.3rem 0.8em;
  color: rgb(0, 4, 3.8490566038);
  border-radius: 0.2rem;
  border: 1px solid rgb(0, 4, 3.8490566038);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.edit-link .post-edit-link:hover {
  background: rgba(0, 4, 3.8490566038, 0.2);
  text-decoration: none;
}

.c-entry-pageheader {
  background: #006a66;
  padding: 1em 0;
}
.c-entry-pageheader__title {
  text-align: center;
}
#ez-toc-container {
  background: #fff;
  border: 1px solid #707070;
  position: relative;
  padding: 40px 80px 60px;
  margin-bottom: 60px;
}
@media (max-width: 576px) {
  #ez-toc-container {
    padding: 20px 24px 40px;
  }
}
#ez-toc-container .ez-toc-title-container .ez-toc-title {
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  top: -14px;
  margin: auto;
  display: inherit;
  padding: 0 24px;
  font-weight: 700;
  font-size: 20px;
}
#ez-toc-container .ez-toc-list a {
  color: #222222;
}

.c-gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.c-gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.c-hover {
  display: block;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-hover:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.c-hover__img {
  overflow: hidden;
}
.c-hover__img__bg {
  padding: 52.5% 0 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-hover__img__bg:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.c-hover__img:hover .c-hover__img__bg {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.c-hover--img-no img:hover {
  opacity: 1;
}
.c-hover--rolling .animate-target {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.c-hover--rolling:hover .animate-target {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.c-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-list li {
  list-style: none;
}
.c-list--01 li {
  background: #f7f7f7;
  min-height: 64px;
  padding: 24px 20px;
  margin: 0 0 4px;
}
@media (max-width: 768px) {
  .c-list--01 li {
    min-height: 98px;
    margin: 0 0 20px;
  }
}
.c-list--01 li dl {
  margin: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .c-list--01 li dl {
    display: block;
  }
}
.c-list--01 li dl dt {
  width: 9em;
  min-width: 9em;
}
@media (max-width: 768px) {
  .c-list--01 li dl dt {
    margin: 0 0 8px;
  }
}
.c-list--01 li dl dt,
.c-list--01 li dl dd {
  font-size: 16px;
}
.c-list--round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-list--round__title {
  font-size: 16px;
  padding: 16px 0 0;
}
.c-list--round__number {
  font-size: 16px;
}
.c-list--round__number strong {
  font-size: 32px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.c-list--round__number span {
  margin: 0 0 0 2px;
  display: inline;
}
.c-list--round li {
  height: 100px;
  width: 100px;
  border: 1px solid #006a66;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 12px 12px 0;
}
.c-list--round li:last-child {
  margin-right: 0;
}
.c-list--round li p {
  color: #006a66;
  margin: 0;
}

/*
* loading Settings
*/
/* Loading Block */
.post-list {
  margin-bottom: 40px;
}

.c-loop-new {
  font-size: 1.2rem;
  background: #006a66;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-loop--post {
  position: relative;
  margin-bottom: 32px;
}
.c-loop--post a {
  text-decoration: none;
}
.c-loop--post .c-loop-new {
  position: absolute;
  top: -20px;
  right: 0;
}
.c-loop--post__img {
  border: 1px solid #006a66;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.c-loop--post__img::after {
  content: "READ MORE";
  font-family: "Quicksand", sans-serif;
  font-size: calc(1.265rem + 0.18vw);
}
@media (min-width: 1200px) {
  .c-loop--post__img::after {
    font-size: 1.4rem;
  }
}
.c-loop--post__img::after {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.c-loop--post__img:hover img {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.c-loop--post__img:hover::after {
  opacity: 1;
}
.c-loop--post__title {
  margin-top: 1em;
  color: #222222;
  font-size: calc(1.285rem + 0.42vw);
}
@media (min-width: 1200px) {
  .c-loop--post__title {
    font-size: 1.6rem;
  }
}
.c-loop--post__title {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-loop--post__title:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.c-loop--post__title a {
  color: #222222;
}
.c-loop--post__excerpt {
  font-size: 1.2rem;
  line-height: 1.7;
}
.c-loop--post--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1.5em 0;
  border-bottom: 1px solid #cccccc;
  position: relative;
  margin-bottom: 0;
}
.c-loop--post--list .c-loop-post__title {
  margin: 0 0 1em;
  color: #222222;
}
.c-loop--post--list .c-loop-new {
  position: absolute;
  top: 10px;
  left: 0;
}
.c-loop--post--list .c-loop-post__img {
  margin-bottom: 0;
  max-width: 250px;
}
.c-loop--post--list .c-loop-post__body {
  padding: 0 24px;
}

article:first-of-type .c-loop--post--layout--a {
  border-top: 1px solid #cccccc;
}
article:first-of-type .c-loop--post--layout--c {
  border-top: 1px solid #cccccc;
}

.c-loop--post--layout--a {
  padding: 40px 0;
  margin: 0;
  border-bottom: 1px solid #cccccc;
}
.c-loop--post--layout--a .c-loop--post__date {
  text-align: center;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.c-loop--post--layout--a .c-loop--post__date__day {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 0;
  letter-spacing: 0px;
}
.c-loop--post--layout--a .c-loop--post__date--bottom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (max-width: 576px) {
  .c-loop--post--layout--a .c-loop--post__date--bottom::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #222222;
    bottom: 12px;
  }
}
.c-loop--post--layout--a .c-loop--post__date--bottom .c-loop--post__date__year:after {
  content: "/";
  display: inline-block;
  margin: 0 6px 0 2px;
}
.c-loop--post--layout--a .c-loop--post__date--bottom p {
  font-size: 14px;
  font-weight: bold;
}
.c-loop--post--layout--a .c-loop--post__title {
  margin: 0 0 20px;
}
.c-loop--post--layout--a .c-loop--post__title * {
  font-size: 30px;
  letter-spacing: 2px;
  color: #222222;
}
.c-loop--post--layout--a .c-loop--post__title a:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.c-loop--post--layout--a .c-loop--post__excerpt * {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2em;
  color: #222222;
}
.c-loop--post--layout--a .c-loop--post__excerpt a:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.c-loop--post--layout--b .c-loop--post__body {
  background: #f0f3f5;
}
.c-loop--post--layout--b .c-loop--post__body__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.c-loop--post--layout--b .c-loop--post__body__info .c-categories {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-loop--post--layout--b .c-loop--post__body__info .c-categories a {
  font-size: 12px;
  font-weight: 700;
}
.c-loop--post--layout--b .c-loop--post__body__info .c-loop--post__date {
  width: 10em;
  text-align: right;
}
.c-loop--post--layout--b .c-loop--post__body__info .c-loop--post__date__full {
  font-size: 12px;
}
.c-loop--post--layout--b .c-loop--post--layout {
  margin: 0;
}
.c-loop--post--layout--b .c-loop--post--layout p {
  font-size: 14px;
}
.c-loop--post--layout--b .c-loop--post__title {
  margin: 0;
}
.c-loop--post--layout--c {
  border-bottom: 1px solid #cccccc;
  padding: 40px 0;
}
@media (min-width: 576.02px) {
  .c-loop--post--layout--c .c-loop--post__body__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.c-loop--post--layout--c .c-loop--post__body__info .c-categories {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-loop--post--layout--c .c-loop--post__body__info .c-categories a {
  font-size: 12px;
  font-weight: 700;
}
.c-loop--post--layout--c .c-loop--post__body__info .c-loop--post__date {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 576.02px) {
  .c-loop--post--layout--c .c-loop--post__body__info .c-loop--post__date {
    width: calc(10em + 40px);
    max-width: calc(10em + 40px);
    min-width: calc(10em + 40px);
  }
}
@media (max-width: 576px) {
  .c-loop--post--layout--c .c-loop--post__body__info .c-loop--post__date {
    margin: 20px 0;
  }
}
.c-loop--post--layout--c .c-loop--post__body__info .c-loop--post__date__full {
  margin: 0;
  font-size: 14px;
}
.c-loop--post--layout--c .c-loop--post__body__info .c-loop--post__date:after {
  content: "";
  background: #cccccc;
  height: 1px;
  width: 80px;
  margin: 0 24px;
  display: inline-block;
}
.c-loop--post--layout--c .c-loop--post__title {
  font-size: 16px;
  margin: 0;
}

.c-meta-date {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #979ea6;
  font-family: "Quicksand", sans-serif;
}
.c-meta-category {
  font-size: 1.2rem;
}
.c-meta-category a {
  text-decoration: none;
  color: #006a66 !important;
}

.c-nav {
  margin-bottom: 40px;
}
.c-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-nav > ul .cat-item a {
  text-decoration: none;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-nav > ul .current-cat a {
  color: #006a66;
}
.c-nav-layout--a ul .cat-item {
  padding: 0 12px 0 0;
}
.c-nav-layout--a ul .cat-item::after {
  content: "/";
  display: inline-block;
  padding: 0 0 0 6px;
  color: #cccccc;
}
.c-nav-layout--a ul .cat-item:last-child::after {
  display: none;
}
.c-nav-layout--a ul .cat-item a {
  color: #cccccc;
}
.c-nav-layout--a ul .cat-item a:hover {
  border-bottom: 2px solid #006a66;
}
.c-nav-layout--a ul .current-cat a {
  color: #222222;
}
.c-nav-layout--b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.c-nav-layout--b p {
  width: auto;
  min-width: 6em;
  margin: 0;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  padding: 4px 0 4px 0;
  font-weight: 700;
}
@media (max-width: 576px) {
  .c-nav-layout--b p {
    font-size: 12px;
  }
}
.c-nav-layout--b ul {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-nav-layout--b ul .cat-item {
  margin: 0 12px 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 576px) {
  .c-nav-layout--b ul .cat-item {
    margin: 0 6px 12px 0;
  }
}
.c-nav-layout--b ul .cat-item a {
  background-color: #cccccc;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
}
.c-nav-layout--b ul .cat-item a:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
@media (max-width: 576px) {
  .c-nav-layout--b ul .cat-item a {
    padding: 2px 8px;
    font-size: 12px;
  }
}
.c-nav-layout--b ul .cat-item a:hover {
  background-color: #006a66 !important;
}
.c-nav-layout--b ul .current-cat a {
  background-color: #006a66 !important;
}
.c-nav-layout--c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.c-nav-layout--c p {
  width: auto;
  min-width: 6em;
  margin: 0;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  padding: 4px 0 4px 0;
  font-weight: 700;
}
@media (max-width: 576px) {
  .c-nav-layout--c p {
    font-size: 12px;
  }
}
.c-nav-layout--c ul {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-nav-layout--c ul .cat-item {
  margin: 0 12px 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 576px) {
  .c-nav-layout--c ul .cat-item {
    margin: 0 6px 12px 0;
  }
}
.c-nav-layout--c ul .cat-item a {
  background-color: #cccccc;
  color: #fff;
  padding: 4px 12px;
  font-size: 14px;
}
.c-nav-layout--c ul .cat-item a:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
@media (max-width: 576px) {
  .c-nav-layout--c ul .cat-item a {
    padding: 2px 8px;
    font-size: 12px;
  }
}
.c-nav-layout--c ul .cat-item a:hover {
  background-color: #006a66 !important;
}
.c-nav-layout--c ul .current-cat a {
  background-color: #006a66 !important;
}

/*
* Pagetop Settings

pagescroll.jsと連動
*/
.c-pagetop {
  cursor: pointer;
  background: #00b0ad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100;
}
.c-pagetop i:before {
  color: #fff;
}
.c-pagetop {
  width: 45px;
  height: 45px;
  right: 16px;
  bottom: 16px;
}

/*
* ページナビゲーション設定
*/
.c-pager--a--single {
  border-top: 1px solid #cccccc;
}
.c-pager--a .nav-links {
  position: relative;
  height: 140px;
}
@media (max-width: 576px) {
  .c-pager--a .nav-links {
    height: 80px;
  }
}
.c-pager--a .nav-links:after {
  position: absolute;
  content: "";
  height: calc(100% - 40px);
  background: #cccccc;
  width: 1px;
  right: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 576px) {
  .c-pager--a .nav-links:after {
    height: calc(100% - 30px);
  }
}
.c-pager--a .nav-links .nav-previous,
.c-pager--a .nav-links .nav-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-pager--a .nav-links .nav-previous a,
.c-pager--a .nav-links .nav-next a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222222;
  font-size: 16px;
  font-weight: bold;
}
.c-pager--a .nav-links .nav-previous {
  left: 0;
}
.c-pager--a .nav-links .nav-previous:hover {
  left: -10px;
}
.c-pager--a .nav-links .nav-previous a:before {
  content: "<";
  display: inline-block;
  padding: 0 12px 0 0;
}
.c-pager--a .nav-links .nav-next {
  right: 0;
}
.c-pager--a .nav-links .nav-next:hover {
  right: -10px;
}
.c-pager--a .nav-links .nav-next a:after {
  content: ">";
  display: inline-block;
  padding: 0 0 0 12px;
}
.c-pager--b .navigation {
  text-align: center;
}
.c-pager--b .nav-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 80px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-pager--b .nav-links .prev,
.c-pager--b .nav-links .next {
  position: absolute;
  background: #222222;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 !important;
}
@media (max-width: 576px) {
  .c-pager--b .nav-links .prev,
  .c-pager--b .nav-links .next {
    width: 40px;
    height: 40px;
  }
}
.c-pager--b .nav-links .prev i,
.c-pager--b .nav-links .next i {
  color: #fff;
}
.c-pager--b .nav-links .prev {
  left: 0px;
}
.c-pager--b .nav-links .next {
  right: 0px;
}
.c-pager--b .nav-links .page-numbers {
  color: #cccccc;
  margin: 0 12px;
}
.c-pager--b .nav-links .page-numbers:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.c-pager--b .nav-links .page-numbers.current {
  color: #222222;
}
.c-pager--c .navigation {
  text-align: center;
}
.c-pager--c .nav-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 80px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-pager--c .nav-links .prev,
.c-pager--c .nav-links .next {
  position: absolute;
  background: #222222;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 !important;
}
@media (max-width: 576px) {
  .c-pager--c .nav-links .prev,
  .c-pager--c .nav-links .next {
    width: 40px;
    height: 40px;
  }
}
.c-pager--c .nav-links .prev i,
.c-pager--c .nav-links .next i {
  color: #fff;
}
.c-pager--c .nav-links .prev {
  left: 0px;
}
.c-pager--c .nav-links .next {
  right: 0px;
}
.c-pager--c .nav-links .page-numbers {
  color: #cccccc;
  margin: 0 12px;
}
.c-pager--c .nav-links .page-numbers:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.c-pager--c .nav-links .page-numbers.current {
  color: #222222;
}

.c-share {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.c-share li {
  list-style: none;
  margin: 0 12px 0;
}
@media (max-width: 576px) {
  .c-share li {
    margin: 0 6px 0;
  }
}

.share-nav--square {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .share-nav--square .share-nav__box {
    margin-bottom: 20px;
  }
}
.share-nav--front-side {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}
@media (max-width: 768px) {
  .share-nav--front-side {
    display: none;
  }
}
.share-nav--front-side ul,
.share-nav--front-side li {
  margin: 0;
}
.share-nav--front-side ul li,
.share-nav--front-side li li {
  margin: 0 0 20px;
}
.share-nav--front-side ul li:last-child,
.share-nav--front-side li li:last-child {
  margin-bottom: 0;
}

.c-slider {
  overflow: hidden;
}

.c-title__01,
.is-style-h__01 {
  text-align: center;
}
.c-title__01__icon,
.is-style-h__01__icon {
  margin-bottom: 20px;
}
.c-title__01__icon .icon,
.is-style-h__01__icon .icon {
  width: 29px;
  height: 38px;
}
.c-title__01__title,
.is-style-h__01__title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.c-title__01__title span,
.is-style-h__01__title span {
  font-family: "Quicksand", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  display: block;
  letter-spacing: 0.1em;
}
.c-title--vertical-01,
.is-style-h--vertical-01 {
  text-align: center;
}
.c-title--vertical-01 .title,
.is-style-h--vertical-01 .title {
  font-size: 36px;
  margin: 0 0 0;
  color: #222222;
}
@media (max-width: 576px) {
  .c-title--vertical-01 .title,
  .is-style-h--vertical-01 .title {
    font-size: 18px;
  }
}
.c-title--vertical-01 .text,
.is-style-h--vertical-01 .text {
  font-size: 12px;
  margin: 0 0 4px;
  color: #222222;
}
.c-title--vertical-01:after,
.is-style-h--vertical-01:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1px;
  height: 40px;
  background: #cccccc;
  margin: 0 auto;
}
.c-title__org--01,
.is-style-h__org--01 {
  text-align: center;
  margin: 0 0 60px;
}
@media (max-width: 768px) {
  .c-title__org--01,
  .is-style-h__org--01 {
    margin: 0 0 30px;
  }
}
.c-title__org--01__main,
.is-style-h__org--01__main {
  font-size: 48px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.35em;
  text-indent: 0.35em;
  color: #20807d;
  margin: 0;
}
@media (max-width: 768px) {
  .c-title__org--01__main,
  .is-style-h__org--01__main {
    font-size: 26px;
  }
}
.c-title__org--01__sub,
.is-style-h__org--01__sub {
  margin: 12px 0 0;
  font-size: 18px;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
}
@media (max-width: 768px) {
  .c-title__org--01__sub,
  .is-style-h__org--01__sub {
    font-size: 16px;
  }
}
.c-title__marker,
.is-style-h__marker {
  text-align: center;
  margin: 0 0 60px;
}
@media (max-width: 768px) {
  .c-title__marker,
  .is-style-h__marker {
    margin: 0 0 40px;
  }
}
.c-title__marker__inner,
.is-style-h__marker__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, rgba(0, 106, 102, 0.1)));
  background: linear-gradient(transparent 70%, rgba(0, 106, 102, 0.1) 30%);
  padding: 0;
}
@media (max-width: 768px) {
  .c-title__marker__inner,
  .is-style-h__marker__inner {
    background: transparent;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-title__marker__text,
.is-style-h__marker__text {
  color: #006a66;
  font-size: 38px;
  display: inline;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-title__marker__text span,
.is-style-h__marker__text span {
  font-size: 32px;
}
@media (max-width: 768px) {
  .c-title__marker__text span,
  .is-style-h__marker__text span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .c-title__marker__text,
  .is-style-h__marker__text {
    font-size: 20px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, rgba(0, 106, 102, 0.1)));
    background: linear-gradient(transparent 70%, rgba(0, 106, 102, 0.1) 30%);
  }
}
.c-title__side--slash__inner,
.is-style-h__side--slash__inner {
  position: relative;
}
.c-title__side--slash__inner::before, .c-title__side--slash__inner::after,
.is-style-h__side--slash__inner::before,
.is-style-h__side--slash__inner::after {
  display: inline-block;
  font-weight: 300;
  font-size: 46px;
  color: #006a66;
  position: absolute;
  bottom: -16px;
}
.c-title__side--slash__inner::before,
.is-style-h__side--slash__inner::before {
  content: "＼";
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  left: -1em;
}
@media (max-width: 768px) {
  .c-title__side--slash__inner::before,
  .is-style-h__side--slash__inner::before {
    left: -0.8em;
  }
}
.c-title__side--slash__inner::after,
.is-style-h__side--slash__inner::after {
  content: "／";
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  right: -1em;
}
@media (max-width: 768px) {
  .c-title__side--slash__inner::after,
  .is-style-h__side--slash__inner::after {
    right: -0.8em;
  }
}
.c-title__side--line,
.is-style-h__side--line {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-indent: 0.35em;
  position: relative;
  color: #222222;
  padding: 0 0 0 50px;
}
@media (max-width: 768px) {
  .c-title__side--line,
  .is-style-h__side--line {
    font-size: 20px;
    padding: 0px;
    text-align: center;
  }
}
@media (min-width: 768.02px) {
  .c-title__side--line:before,
  .is-style-h__side--line:before {
    content: "";
    background: #222222;
    height: 1px;
    position: absolute;
    width: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
.c-title--modelhouse-side,
.is-style-h--modelhouse-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: 0.35em;
  text-indent: 0.35em;
  color: #333333;
}
@media (max-width: 576px) {
  .c-title--modelhouse-side,
  .is-style-h--modelhouse-side {
    font-size: 12px;
  }
}
.c-title--modelhouse-side:before, .c-title--modelhouse-side:after,
.is-style-h--modelhouse-side:before,
.is-style-h--modelhouse-side:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #221816;
}
.c-title--modelhouse-side:before,
.is-style-h--modelhouse-side:before {
  margin-right: 20px;
}
.c-title--modelhouse-side:after,
.is-style-h--modelhouse-side:after {
  margin-left: 20px;
}

.acf-block-preview .gallery__layout-01 .c-slider {
  height: 407px;
}
.acf-block-preview .gallery__layout-01 .swiper-wrapper {
  position: relative;
}
.acf-block-preview .gallery__layout-01 .swiper-wrapper .swiper-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 407px;
  display: block;
}

.acf-blocks.head__head-01 {
  text-align: center;
}
.acf-blocks.head__head-01 .inner {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .acf-blocks.head__head-01 .inner {
    margin-bottom: 40px;
  }
}
.acf-blocks.head__head-01 .title__main {
  font-size: 32px;
  margin: 0 0 20px;
  color: #222222;
}
@media (max-width: 768px) {
  .acf-blocks.head__head-01 .title__main {
    font-size: 18px;
    margin: 0 0 12px;
  }
}
.acf-blocks.head__head-01 .title__sub {
  font-size: 18px;
  margin-bottom: 0;
  color: #222222;
}
@media (max-width: 768px) {
  .acf-blocks.head__head-01 .title__sub {
    font-size: 12px;
  }
}
.acf-blocks.head__head-02 {
  text-align: center;
}
.acf-blocks.head__head-02 .title {
  font-size: 30px;
  margin: 0 0 60px;
}
@media (max-width: 576px) {
  .acf-blocks.head__head-02 .title {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.acf-blocks.paragraph__layout-01 {
  margin-bottom: 40px;
}
.acf-blocks.paragraph__layout-01 p {
  font-size: 16px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .acf-blocks.paragraph__layout-01 p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.acf-blocks.paragraph__layout-01 p:last-child {
  margin-bottom: 0;
}
.acf-blocks.block__layout-01 {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .acf-blocks.block__layout-01 {
    margin-bottom: 40px;
  }
}
.acf-blocks.block__layout-01 .top-field {
  position: relative;
  z-index: 1;
}
.acf-blocks.block__layout-01 .bg-field {
  position: relative;
}
.acf-blocks.block__layout-01 .bg-field .inner {
  background: #e8f2f2;
  position: absolute;
  z-index: 0;
  top: -215px;
  left: 0;
  width: 100%;
  height: 420px;
}
@media (max-width: 768px) {
  .acf-blocks.block__layout-01 .bg-field .inner {
    height: 260px;
    top: -120px;
  }
}
@media (max-width: 576px) {
  .acf-blocks.block__layout-01 .bg-field .inner {
    height: 320px;
  }
}
.acf-blocks.block__layout-01 .bottom-field {
  position: relative;
  z-index: 1;
  margin: 40px 0 0;
}
@media (max-width: 768px) {
  .acf-blocks.block__layout-01 .bottom-field {
    margin: 20px 0 0;
  }
}
.acf-blocks.block__layout-01 .bottom-field .leftbox {
  font-size: 16px;
}
@media (max-width: 768px) {
  .acf-blocks.block__layout-01 .bottom-field .leftbox {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .acf-blocks.block__layout-01 .bottom-field .rightbox .img__sub {
    width: 70%;
    margin: 0 auto;
  }
}
.acf-blocks.block__layout-02 {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .acf-blocks.block__layout-02 {
    margin-bottom: 40px;
  }
}
.acf-blocks.block__layout-02 .top-field {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200.02px) {
  .acf-blocks.block__layout-02 .top-field__inner {
    margin-right: -166px;
  }
}
.acf-blocks.block__layout-02 .bottom-field {
  position: relative;
  z-index: 1;
}
@media (min-width: 576.02px) {
  .acf-blocks.block__layout-02 .bottom-field {
    margin: 40px 0 0;
  }
}
@media (max-width: 768px) {
  .acf-blocks.block__layout-02 .bottom-field {
    margin: 20px 0 0;
  }
}
@media (max-width: 576px) {
  .acf-blocks.block__layout-02 .bottom-field .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .acf-blocks.block__layout-02 .bottom-field .leftbox .img__sub {
    width: 70%;
    margin: 0 auto;
  }
}
.acf-blocks.block__layout-02 .bottom-field .rightbox .col-inner {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 40px 20px;
}
@media (min-width: 1200.02px) {
  .acf-blocks.block__layout-02 .bottom-field .rightbox .col-inner {
    margin-right: -166px;
    padding: 70px 50px;
  }
}
@media (min-width: 576.02px) {
  .acf-blocks.block__layout-02 .bottom-field .rightbox .col-inner {
    margin-top: -200px;
  }
}
@media (max-width: 576px) {
  .acf-blocks.block__layout-02 .bottom-field .rightbox .col-inner {
    padding: 20px 0;
  }
}
.acf-blocks.block__layout-02 .bottom-field .rightbox p {
  font-size: 16px;
}
@media (max-width: 768px) {
  .acf-blocks.block__layout-02 .bottom-field .rightbox p {
    font-size: 14px;
  }
}
.acf-blocks.process__layout-01 {
  counter-reset: number 0;
  margin-bottom: 80px;
  background: #e8f2f2;
  padding: 70px;
}
@media (max-width: 768px) {
  .acf-blocks.process__layout-01 {
    margin-bottom: 40px;
    padding: 20px 0;
  }
}
.acf-blocks.process__layout-01 .top-field {
  padding: 0 0 80px;
}
.acf-blocks.process__layout-01 .top-field__inner .img__inner {
  position: relative;
}
.acf-blocks.process__layout-01 .top-field__head {
  position: absolute;
  z-index: 1;
  bottom: 12px;
  margin: 0;
  padding: 0 16px;
  text-shadow: 0 2px 4px rgba(255, 255, 255, 0.6);
}
.acf-blocks.process__layout-01 .top-field__head__text {
  width: 60%;
  margin: 12px 0 0;
  padding: 0 16px;
  font-size: 16px;
}
@media (max-width: 576px) {
  .acf-blocks.process__layout-01 .top-field__head__text {
    font-size: 14px;
    width: 100%;
  }
}
.acf-blocks.process__layout-01 .process__layout-01__repeat dt {
  width: 5em;
}
@media (max-width: 576px) {
  .acf-blocks.process__layout-01 .process__layout-01__repeat dt {
    width: 2.5em;
  }
}
.acf-blocks.process__layout-01 .process__layout-01__repeat dt:before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
}
.acf-blocks.process__layout-01 .process__layout-01__repeat dt:before,
.acf-blocks.process__layout-01 .process__layout-01__repeat .top-field__head__title {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 1200px) {
  .acf-blocks.process__layout-01 .process__layout-01__repeat dt:before,
  .acf-blocks.process__layout-01 .process__layout-01__repeat .top-field__head__title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .acf-blocks.process__layout-01 .process__layout-01__repeat dt:before,
  .acf-blocks.process__layout-01 .process__layout-01__repeat .top-field__head__title {
    font-size: 18px;
  }
}
@media (min-width: 1200.02px) {
  .acf-blocks.process__layout-01 .process__layout-01__repeat:nth-of-type(odd) .top-field__inner {
    margin-left: -240px;
  }
}
@media (max-width: 1200px) {
  .acf-blocks.process__layout-01 .process__layout-01__repeat:nth-of-type(odd) .top-field__inner {
    margin-left: calc(50% - 50vw);
  }
}
.acf-blocks.process__layout-01 .process__layout-01__repeat:nth-of-type(odd) .top-field__head {
  left: 0;
}
@media (min-width: 1200.02px) {
  .acf-blocks.process__layout-01 .process__layout-01__repeat:nth-of-type(even) .top-field__inner {
    margin-right: -240px;
  }
}
@media (max-width: 1200px) {
  .acf-blocks.process__layout-01 .process__layout-01__repeat:nth-of-type(even) .top-field__inner {
    margin-right: calc(50% - 50vw);
  }
}
.acf-blocks.process__layout-01 .process__layout-01__repeat:nth-of-type(even) .top-field__head {
  right: 0;
}
.acf-blocks.process__layout-01 .process__layout-01__repeat:nth-of-type(even) .top-field__head__text {
  margin-left: auto;
}
.acf-blocks.process__layout-01 .process__layout-01__repeat:last-child .top-field__inner {
  margin: 0 !important;
}
.acf-blocks.process__layout-01 .process__layout-01__repeat:last-child .top-field__head {
  display: none;
}
.acf-blocks.process__layout-01 .process__layout-01__repeat:last-child .top-field__head__text {
  display: none;
}
.acf-blocks.company-01 {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .acf-blocks.company-01 {
    margin-bottom: 40px;
  }
}
.acf-blocks.company-01 .bottom-field {
  margin-top: -130px;
  position: relative;
  z-index: 1;
}
.acf-blocks.company-01 .bottom-field .inner {
  padding: 70px 110px;
  background: rgba(247, 247, 247, 0.9);
}
@media (max-width: 768px) {
  .acf-blocks.company-01 .bottom-field .inner {
    padding: 40px 16px;
  }
}
.acf-blocks.company-01 .bottom-field .inner dl {
  border-bottom: 1px solid #cccccc;
  margin: 0;
  padding: 20px 0;
}
@media (max-width: 576px) {
  .acf-blocks.company-01 .bottom-field .inner dl {
    display: block;
  }
}
.acf-blocks.company-01 .bottom-field .inner dl dt {
  font-size: 18px;
}
@media (min-width: 576.02px) {
  .acf-blocks.company-01 .bottom-field .inner dl dt {
    width: 8em;
  }
}
@media (max-width: 576px) {
  .acf-blocks.company-01 .bottom-field .inner dl dt {
    margin: 0 0 8px;
    font-size: 16px;
  }
}
.acf-blocks.company-01 .bottom-field .inner dl dd {
  font-size: 16px;
}
@media (max-width: 576px) {
  .acf-blocks.company-01 .bottom-field .inner dl dd {
    font-size: 14px;
  }
}
.acf-blocks.company-01 .bottom-field .inner dl:first-of-type {
  border-top: 1px solid #cccccc;
}
.acf-blocks.gallery__layout-01 {
  background: #e8f2f2;
  padding: 60px 0 100px;
  margin: 160px 0 40px;
}
@media (max-width: 576px) {
  .acf-blocks.gallery__layout-01 {
    padding: 30px 0 30px;
    margin: 0 0 40px;
  }
}
.acf-blocks.gallery__layout-01 .gallery__layout-01__inner .leftbox .inner .gallery__layout-01__head .title {
  text-align: center;
  margin: 0 0 20px;
}
.acf-blocks.gallery__layout-01 .gallery__layout-01__inner .leftbox .inner .gallery__layout-01__head .title--ja {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 30px;
}
@media (max-width: 576px) {
  .acf-blocks.gallery__layout-01 .gallery__layout-01__inner .leftbox .inner .gallery__layout-01__head .title--ja {
    font-size: 24px;
  }
}
.acf-blocks.gallery__layout-01 .gallery__layout-01__inner .leftbox .inner .gallery__layout-01__head .title--en {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 16px;
}
@media (max-width: 576px) {
  .acf-blocks.gallery__layout-01 .gallery__layout-01__inner .leftbox .inner .gallery__layout-01__head .title--en {
    font-size: 12px;
  }
}
@media (min-width: 576.02px) {
  .acf-blocks.gallery__layout-01 .gallery__layout-01__inner .rightbox .inner {
    margin: -120px 0 0;
  }
}
@media (min-width: 1200.02px) {
  .acf-blocks.gallery__layout-01 .gallery__layout-01__inner {
    margin-right: -166px;
  }
}
@media (max-width: 1200px) {
  .acf-blocks.gallery__layout-01 .gallery__layout-01__inner {
    margin-right: calc(50% - 50vw);
  }
}
@media (max-width: 576px) {
  .acf-blocks.gallery__layout-01 .gallery__layout-01__inner {
    margin: 0 auto;
  }
}
.acf-blocks.timeline-01 .timeline {
  list-style: none;
  list-style-type: none;
  padding: 0;
}
.acf-blocks.timeline-01 .timeline > li {
  margin-bottom: 60px;
  list-style: none;
  list-style-type: none;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
}
.acf-blocks.timeline-01 .timeline > li:nth-child(1) .timeline-content:before {
  content: "";
}
.acf-blocks.timeline-01 .timeline-date {
  width: 90px;
  min-width: 90px;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: -5px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
@media (max-width: 576px) {
  .acf-blocks.timeline-01 .timeline-date {
    width: 80px;
    min-width: 80px;
  }
}
.acf-blocks.timeline-01 .timeline-content {
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border-left: 4px #3C4043 solid;
  padding-left: 60px;
}
@media (max-width: 576px) {
  .acf-blocks.timeline-01 .timeline-content {
    padding-left: 40px;
  }
}
.acf-blocks.timeline-01 .timeline-content p {
  margin-bottom: 60px;
  margin-top: -6px;
}
.acf-blocks.timeline-01 .timeline-content:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #3C4043;
  position: absolute;
  top: -2px;
  left: 83px;
  border-radius: 100%;
}
@media (max-width: 576px) {
  .acf-blocks.timeline-01 .timeline-content:before {
    left: 73px;
  }
}

.concept__layout-01 {
  text-align: center;
}
.concept__layout-01 .concept__layout-01__title {
  border-bottom: 1px solid #34383B;
}
.concept__layout-01 .concept__layout-01__title h2 {
  font-family: "Hiragino Sans、ヒラギノ角ゴシック";
}
.concept__layout-01 .concept__layout-01__title p {
  margin-bottom: 5px;
}
.concept__layout-01 .concept__layout-01__info {
  margin: 5rem 0 7rem 0;
  line-height: 2;
  text-align: left;
  font-size: 2rem;
}
@media (max-width: 992px) {
  .concept__layout-01 .concept__layout-01__info {
    font-size: 1.6rem;
  }
}

.concept__layout-02 {
  text-align: center;
}
.concept__layout-02 .concept__layout-02__title {
  border-bottom: 1px solid #34383B;
  margin-bottom: 5rem;
}
.concept__layout-02 .concept__layout-02__title p {
  margin-bottom: 0;
}
.concept__layout-02 .scale {
  -webkit-transform: scale(1.055, 1.055);
  transform: scale(1.055, 1.055);
}
@media (max-width: 992px) {
  .concept__layout-02 .scale {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.concept__layout-02 .concept__layout-02__item {
  margin-bottom: 5rem;
  width: 25%;
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .concept__layout-02 .concept__layout-02__item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .concept__layout-02 .concept__layout-02__item {
    width: 100%;
  }
}
.concept__layout-02 .concept__layout-02__item .concept__layout-02__item__title {
  margin-bottom: 0;
}
.concept__layout-02 .case-count .case {
  margin: 0;
}
.concept__layout-02 .case-count .count {
  margin: 0;
  font-size: 3rem;
  margin-top: -15px;
}
.concept__layout-02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  bottom: 25px;
  margin-bottom: -25px;
  z-index: -1;
}
@media (max-width: 768px) {
  .concept__layout-02 img {
    width: 100%;
    height: auto;
  }
}

.concept__layout-03 .concept__layout-03__title h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: bold;
  color: #4D555C;
}
@media (max-width: 768px) {
  .concept__layout-03 .concept__layout-03__title h2 {
    font-size: 2.2rem;
  }
}
.concept__layout-03 .concept__layout-03__wrap:nth-child(odd) {
  background-color: #F0F3F5;
}
.concept__layout-03 .concept__layout-03__item {
  margin-bottom: 2rem;
  padding: 2rem 0;
  max-width: 1140px;
  margin: auto;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .concept__layout-03 .concept__layout-03__item {
    text-align: center;
    max-width: 540px;
    margin: 0 auto;
    padding: 3rem;
  }
}
.concept__layout-03 .concept__layout-03__item .concept__layout-03__info {
  line-height: 2;
}
.concept__layout-03 .concept__layout-03__item p {
  margin: 0;
}
.concept__layout-03 .case-count {
  letter-spacing: 5px;
}
.concept__layout-03 .case-count p {
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.concept__layout-03 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 768px) {
  .concept__layout-03 img {
    width: 100%;
    height: auto;
  }
}

.l-single article.post {
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  .l-single article.post {
    margin-bottom: 40px;
  }
}

.components-grid.components-tools-panel.typography-block-support-panel {
  display: none !important;
}

/*
ボタンブロック装飾

命名規則
.is-style-btn-名前

ブロックエディタ内のボタンにも対応できるよう以下の記述も
.is-style-btn-名前 .wp-block-button__link { スタイル }
*/
.wp-block-button.is-style-btn-primary .wp-block-button__link {
  background: #006a66 !important;
  padding: 0.5em 1em;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.wp-block-button.is-style-btn-primary .wp-block-button__link:hover {
  background: rgb(0, 29.5, 28.3867924528);
}

.wp-block-button.is-style-btn-accent .wp-block-button__link {
  background: #006a66 !important;
  padding: 0.5em 1em;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.wp-block-button.is-style-btn-accent .wp-block-button__link:hover {
  background: rgb(0, 29.5, 28.3867924528);
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*
ギャラリー

命名規則
.is-style-gallry_名前
*/
/*
グループブロック装飾

命名規則
.is-style-group-名前
*/
.is-style-group-container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 16px);
  padding-left: var(--bs-gutter-x, 16px);
  margin-right: auto;
  margin-left: auto;
  max-width: 992px;
}

.is-style-group-container-md {
  width: 100%;
  padding-right: var(--bs-gutter-x, 16px);
  padding-left: var(--bs-gutter-x, 16px);
  margin-right: auto;
  margin-left: auto;
  max-width: 1032px;
}

.is-style-group-container-lg {
  width: 100%;
  padding-right: var(--bs-gutter-x, 16px);
  padding-left: var(--bs-gutter-x, 16px);
  margin-right: auto;
  margin-left: auto;
  max-width: 1272px;
}

.is-style-group-container-xl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 16px);
  padding-left: var(--bs-gutter-x, 16px);
  margin-right: auto;
  margin-left: auto;
  max-width: 1472px;
}

/*
見出しブロック装飾

命名規則
.is-style-h_名前
*/
.wp-block-heading {
  margin-bottom: 40px;
}

.l-single--c h2,
.wp-block-heading.is-style-h-layout--l__normal,
.is-style-h-layout--l__normal {
  font-weight: 700;
  font-size: 36px;
  margin: 0 0 20px;
}
@media (max-width: 576px) {
  .l-single--c h2,
  .wp-block-heading.is-style-h-layout--l__normal,
  .is-style-h-layout--l__normal {
    font-size: 28px;
    margin: 0 0 12px;
  }
}

.l-single--a article.type-post h2,
.wp-block-heading.is-style-h-layout--l,
.is-style-h-layout--l {
  border-bottom: 1px solid #000000;
  padding: 4px 0 4px 20px;
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
}
.l-single--a article.type-post h2:before,
.wp-block-heading.is-style-h-layout--l:before,
.is-style-h-layout--l:before {
  content: "";
  background: #006a66;
  width: 8px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.l-single--b article.type-post h2,
.wp-block-heading.is-style-h-layout--l__02,
.is-style-h-layout--l__02 {
  padding: 4px 0 4px 0;
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
}
.l-single--b article.type-post h2:before,
.wp-block-heading.is-style-h-layout--l__02:before,
.is-style-h-layout--l__02:before {
  content: "";
  background: black;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.l-single--b article.type-post h2:after,
.wp-block-heading.is-style-h-layout--l__02:after,
.is-style-h-layout--l__02:after {
  content: "";
  background: #006a66;
  width: 160px;
  height: 2px;
  position: absolute;
}
@media (max-width: 576px) {
  .l-single--b article.type-post h2:after,
  .wp-block-heading.is-style-h-layout--l__02:after,
  .is-style-h-layout--l__02:after {
    width: 120px;
  }
}
.l-single--b article.type-post h2:after,
.wp-block-heading.is-style-h-layout--l__02:after,
.is-style-h-layout--l__02:after {
  left: 0;
  bottom: 0;
  top: calc(100% - 2px);
}

.l-single--c article.type-post h3,
.wp-block-heading.is-style-h-layout--m__normal,
.is-style-h-layout--m__normal {
  padding: 4px 0 4px 0px;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  padding-left: 25px;
  margin: 0 auto 20px;
}
.l-single--c article.type-post h3:before,
.wp-block-heading.is-style-h-layout--m__normal:before,
.is-style-h-layout--m__normal:before {
  content: "";
  background: #006a66;
  width: 16px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 18px;
  z-index: 3;
  border-radius: 5px;
}
@media (max-width: 576px) {
  .l-single--c article.type-post h3,
  .wp-block-heading.is-style-h-layout--m__normal,
  .is-style-h-layout--m__normal {
    font-size: 16px;
    margin: 0 0 12px;
  }
}

.wp-block-heading.is-style-h-layout--m__normal:before {
  top: 15px;
}

.wp-block-heading.is-style-h-layout--m,
.is-style-h-layout--m {
  padding: 8px 16px;
  position: relative;
  font-size: 16px;
  background: #006a66;
  margin-bottom: 20px;
}

.wp-block-heading.is-style-h-layout--m__02,
.is-style-h-layout--m__02 {
  padding: 8px 16px;
  position: relative;
  font-size: 16px;
  background: #006a66;
  margin-bottom: 20px;
  border-radius: 8px;
}

.l-single--c article.type-post h4,
.wp-block-heading.is-style-h-layout--s__normal,
.is-style-h-layout--s__normal {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}
@media (max-width: 576px) {
  .l-single--c article.type-post h4,
  .wp-block-heading.is-style-h-layout--s__normal,
  .is-style-h-layout--s__normal {
    font-size: 16px;
    margin: 0 0 12px;
  }
}

.l-single--a article.type-post h3,
.l-single--b article.type-post h3,
.l-single--a article.type-post h4,
.l-single--b article.type-post h4 {
  color: #000000;
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.l-single--a article.type-post h3 :before,
.l-single--b article.type-post h3 :before,
.l-single--a article.type-post h4 :before,
.l-single--b article.type-post h4 :before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #000000;
  border-radius: 50%;
}

/*
区切りブロック装飾

命名規則
.is-style-hr-名前
*/
/*
メディアと文章装飾

命名規則
.is-style-img_名前
*/
.wp-block-image figcaption {
  text-align: center;
  margin: 12px 0 0;
}
.wp-block-image {
  margin-bottom: 40px;
}

.l-single--b .wp-block-image img {
  border-radius: 8px;
}

/*
リストブロック装飾

命名規則
.is-style-list-名前
*/
.wp-block-list {
  margin-bottom: 40px;
}

.l-single article ul {
  margin-bottom: 40px;
}
.l-single article ul li {
  font-size: 16px;
}

.l-single article p {
  font-size: 14px;
  margin-bottom: 40px;
}

.wp-block-paragraph {
  font-size: 14px;
  margin-bottom: 40px;
}

.wp-block-quote.is-style-default,
.is-style-default {
  margin-bottom: 40px;
}
.wp-block-quote.is-style-default p,
.is-style-default p {
  font-size: 20px;
  color: #222222;
}
@media (max-width: 576px) {
  .wp-block-quote.is-style-default p,
  .is-style-default p {
    font-size: 14px;
  }
}
.wp-block-quote.is-style-default cite,
.is-style-default cite {
  font-size: 20px;
  color: #95989A;
  padding: 0 0 0 36px;
  position: relative;
}
@media (max-width: 576px) {
  .wp-block-quote.is-style-default cite,
  .is-style-default cite {
    font-size: 14px;
  }
}
.wp-block-quote.is-style-default cite:before,
.is-style-default cite:before {
  position: absolute;
  top: 48%;
  left: 0;
  background: #95989A;
  height: 2px;
  width: 24px;
  content: "";
}

.wp-block-quote.is-style-quote-layout--01,
.is-style-quote-layout--01 {
  margin-bottom: 40px;
  border-left: 0.25em #ECEEEF solid;
}
.wp-block-quote.is-style-quote-layout--01 p,
.is-style-quote-layout--01 p {
  font-size: 20px;
  color: #222222;
}
@media (max-width: 576px) {
  .wp-block-quote.is-style-quote-layout--01 p,
  .is-style-quote-layout--01 p {
    font-size: 14px;
  }
}
.wp-block-quote.is-style-quote-layout--01 cite,
.is-style-quote-layout--01 cite {
  font-size: 20px;
  color: #818A91;
  padding: 0 0 0 36px;
  position: relative;
}
@media (max-width: 576px) {
  .wp-block-quote.is-style-quote-layout--01 cite,
  .is-style-quote-layout--01 cite {
    font-size: 14px;
  }
}
.wp-block-quote.is-style-quote-layout--01 cite:before,
.is-style-quote-layout--01 cite:before {
  position: absolute;
  top: 48%;
  left: 0;
  background: #818A91;
  height: 2px;
  width: 24px;
  content: "";
}

/*
表ブロック装飾

命名規則
.is-style-table-名前
*/
.wp-block-table.is-style-regular,
.is-style-regular {
  margin-bottom: 40px;
}
.wp-block-table.is-style-regular tr,
.is-style-regular tr {
  background-color: #ffffff !important;
  border-top: 1px solid #cccccc;
}
.wp-block-table.is-style-regular tr:first-child td,
.is-style-regular tr:first-child td {
  font-weight: 700;
}
.wp-block-table.is-style-regular tr td,
.is-style-regular tr td {
  border: none;
}
@media (max-width: 576px) {
  .wp-block-table.is-style-regular tr td:first-child,
  .is-style-regular tr td:first-child {
    font-weight: 700;
    width: 150px;
  }
}
@media (max-width: 576px) {
  .wp-block-table.is-style-regular tr td:first-child,
  .is-style-regular tr td:first-child {
    padding: 15px;
  }
}

/*
画像

命名規則
.is-style-media-text_名前
*/
.l-body {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .l-body {
    margin-top: 50px;
  }
}

.l-footer {
  margin: 100px 0 0;
}
@media (max-width: 768px) {
  .l-footer {
    margin: 40px 0 0;
    padding-bottom: 70px;
  }
}
.l-footer__copy {
  font-size: 13px;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  background: #006a66;
  color: #fff;
}
@media (min-width: 768.02px) {
  .l-footer__sp-menu {
    display: none;
  }
}
.l-footer__sp-menu {
  z-index: 100;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.l-footer__sp-menu__title {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  margin: auto;
  text-align: center;
}
.l-footer__sp-menu__title.tl {
  font-size: 11px;
  bottom: 14px;
}
.l-footer__sp-menu__subtitle {
  font-size: 8px;
  color: #006a66;
  font-weight: bold;
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 2px;
  margin-bottom: 0;
  text-align: center;
}
.l-footer__sp-menu img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  margin: auto;
}
.l-footer__sp-menu a {
  display: block;
  width: 33.3333333333%;
  position: relative;
  height: 70px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.l-footer__sp-menu a:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.l-footer__sp-menu .tel {
  background: #e8f2f2;
}
.l-footer__sp-menu .mail {
  background: #26b7b2;
  color: #fff;
}
.l-footer__sp-menu .inst {
  background: #006a66;
  color: #fff;
}

.l-header {
  position: relative;
}
.l-header-site figure {
  margin: 0;
}
.l-header-site h1 {
  margin: 0;
  font-size: 16px;
}
.l-header-homelink {
  position: fixed;
  right: 100px;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  height: 50px;
}
@media (min-width: 992.02px) {
  .l-header-homelink {
    height: 80px;
  }
}
@media (max-width: 768px) {
  .l-header-homelink {
    right: 60px;
  }
}
.l-header-homelink a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.l-header-homelink a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #006a66;
  bottom: -4px;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.l-header-homelink a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media (max-width: 768px) {
  .l-header-homelink a {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.l-header-homelink a br {
  display: none;
}
@media (max-width: 992px) {
  .l-header-homelink a br {
    display: block;
  }
}
.l-header-homelink a i {
  margin: 0 0 0 12px;
}
@media (max-width: 768px) {
  .l-header-homelink a i {
    margin: 0 0 0 4px;
  }
}
.l-header-description {
  font-size: 10px;
  margin: 0 0 0 20px;
}
@media (max-width: 768px) {
  .l-header-description {
    display: none;
  }
}
.l-header-nav {
  position: relative;
}
@media (min-width: 768.02px) {
  .l-header-nav:before {
    background: #f7f7f7;
    content: "";
    width: 36vw;
    height: calc(100vh + 100px);
    position: absolute;
    top: -100px;
    left: 0;
  }
}
@media (min-width: 768.02px) and (max-width: 992px) {
  .l-header-nav:before {
    top: -50px;
    height: calc(100vh + 50px);
  }
}
.l-header-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: scroll;
  height: calc(100vh - 80px);
}
@media (max-width: 992px) {
  .l-header-nav__inner {
    height: calc(100vh - 50px);
    padding: 0 0 40px;
  }
}
.l-header-nav__inner > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .l-header-nav__inner .leftbox {
    display: none;
  }
}
.l-header-nav__inner .leftbox img {
  max-width: 473px;
  width: 40vw;
}
.l-header-nav__inner .rightbox {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 0 100px;
  text-align: center;
}
@media (max-width: 992px) {
  .l-header-nav__inner .rightbox {
    padding: 0px;
    height: 100%;
  }
}
.l-header-nav__inner .rightbox__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-header-nav__inner .rightbox__nav a {
  display: block;
  text-align: center;
  width: 50%;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .l-header-nav__inner .rightbox__nav a {
    width: 100%;
    margin: 0 0 40px;
  }
}
.l-header-nav__inner .rightbox__nav a:hover {
  opacity: 0.7;
}
.l-header-nav__inner .rightbox__nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.l-header-nav__inner .rightbox__nav a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #006a66;
  bottom: -4px;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.l-header-nav__inner .rightbox__nav a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.l-header-nav__inner .rightbox__nav a .title {
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.l-header-nav__inner .rightbox__nav a .title--sub {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin: 0;
  font-size: 500;
  color: #006a66;
}
@media (max-width: 992px) {
  .l-header-nav__inner .rightbox__nav a .title--sub {
    font-size: 12px;
  }
}
.l-header-nav__inner .rightbox__nav a .title--main {
  font-size: 19px;
  margin: 4px 0 0;
  font-size: 500;
}
@media (max-width: 992px) {
  .l-header-nav__inner .rightbox__nav a .title--main {
    font-size: 16px;
  }
}
.l-header-nav__inner .rightbox__link {
  margin: 20px 0 0;
}
.l-header-nav__inner .rightbox__info {
  margin: 32px 0 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.l-header-nav__inner .rightbox__info:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.l-header-nav__inner .rightbox__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-header-nav__inner .rightbox__info .lbox {
  width: 50%;
}
@media (max-width: 992px) {
  .l-header-nav__inner .rightbox__info .lbox {
    margin-bottom: 40px;
    width: 100%;
  }
}
.l-header-nav__inner .rightbox__info .lbox p {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 14px;
}
.l-header-nav__inner .rightbox__info .rbox {
  width: 50%;
}
@media (max-width: 992px) {
  .l-header-nav__inner .rightbox__info .rbox {
    margin-bottom: 40px;
    width: 100%;
  }
}
.l-header-nav__inner .rightbox__info .rbox p {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .l-header-nav__inner .rightbox__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-header-nav__inner .rightbox__info .tel {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.l-header-nav__inner .rightbox__info .time {
  color: #222222;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  margin: 0 0 0 12px;
}
.l-header-nav__inner .rightbox__sns {
  margin: 20px 0 0;
}
@media (max-width: 768px) {
  .l-header-nav__inner .rightbox__sns {
    padding: 0 0 40px;
  }
}
.l-header-nav__inner .rightbox__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-header-nav__inner .rightbox__sns ul li {
  margin: 0 12px;
}

.site-main {
  padding: 80px 0 0;
}
@media (max-width: 768px) {
  .site-main {
    padding: 40px 0;
  }
}

@media (min-width: 992.02px) {
  .l-side {
    max-width: 300px;
    margin-left: auto;
  }
}

.l-single--nav--c {
  margin-bottom: 120px;
}
@media (max-width: 576px) {
  .l-single--nav--c {
    margin-bottom: 40px;
  }
}
.l-single--nav--c ul {
  position: relative;
}
@media (min-width: 576.02px) {
  .l-single--nav--c ul {
    height: 90px;
  }
}
.l-single--nav--c ul li {
  position: absolute;
  width: 50%;
}
@media (min-width: 576.02px) {
  .l-single--nav--c ul li {
    height: 90px;
  }
}
@media (max-width: 576px) {
  .l-single--nav--c ul li {
    width: 100%;
    position: relative;
  }
}
.l-single--nav--c ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222222;
  height: 90px;
  width: 100%;
}
.l-single--nav--c ul li a:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.l-single--nav--c ul li a .post-image {
  width: 90px;
  min-width: 90px;
  max-width: 90px;
  height: 90px;
  min-height: 90px;
  max-height: 90px;
  border: 1px solid #cccccc;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media (max-width: 576px) {
  .l-single--nav--c ul li a .post-image {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
  }
}
.l-single--nav--c ul li a .post-image:hover {
  opacity: 1;
}
.l-single--nav--c ul li a p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 12px;
}
.l-single--nav--c ul li.prev {
  left: 0;
  text-align: left;
}
.l-single--nav--c ul li.prev a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-weight: 900;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #f0f3f5;
  background: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 20px;
}
@media (max-width: 576px) {
  .l-single--nav--c ul li.prev a:before {
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }
}
.l-single--nav--c ul li.next {
  right: 0;
  text-align: right;
}
.l-single--nav--c ul li.next a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.l-single--nav--c ul li.next a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 900;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #f0f3f5;
  background: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  margin-left: 20px;
}
@media (max-width: 576px) {
  .l-single--nav--c ul li.next a:after {
    width: 30px;
    height: 30px;
    margin-left: 12px;
  }
}
.l-single__header .c-loop--post--layout--a {
  border-bottom: none;
  padding: 0;
}
.l-single__header--c .c-loop--post__title {
  font-size: 38px;
  font-weight: 400;
  margin: 0 0 12px;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  .l-single__header--c .c-loop--post__title {
    font-size: 20px;
    margin: 0 0 40px;
  }
}
.l-single__header--c .c-loop--post__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}
.l-single__header--c .c-loop--post__date__full {
  font-size: 14px;
  letter-spacing: 0;
  color: #959ea7;
}
.l-single__share {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .l-single__share {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .l-single__share img {
    width: 30px;
  }
}
@media (min-width: 576.02px) {
  .l-single__share--side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .l-single__share--side ul {
    padding: 0 0 0 24px;
  }
}
@media (max-width: 576px) {
  .l-single__share--side {
    text-align: center;
  }
}
.l-single__share--side p {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .l-single__share--side p {
    margin-bottom: 20px;
  }
}
.l-single__share--center {
  text-align: center;
}
.l-single__relation {
  margin-bottom: 120px;
}
@media (max-width: 576px) {
  .l-single__relation {
    margin-bottom: 40px;
  }
}
.l-single__relation__head {
  margin: 0 0 24px;
  font-size: 24px;
}
@media (max-width: 576px) {
  .l-single__relation .c-card {
    margin-bottom: 32px;
  }
}
.l-single__relation .c-card__body {
  padding: 12px 0;
}
.l-single__relation .c-loop--post__title {
  margin: 0 0 12px;
}
.l-single__relation .c-loop--post__body__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-single__relation .c-loop--post__body__info .c-loop--post__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-single__relation .c-loop--post__body__info .c-loop--post__date i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 8px 0 0;
}
.l-single__relation .c-loop--post__body__info .c-loop--post__date__full {
  color: #959ea7;
  font-size: 14px;
}
.l-single__relation .c-loop--post__body__info .c-categories {
  margin-bottom: 0;
}
.l-single__relation .c-loop--post__body__info .c-categories li {
  margin-bottom: 0;
}
.l-single--c article.post {
  margin-bottom: 0;
}
.l-single--c__inner {
  background: #fff;
  padding: 80px 0 0px;
  margin-top: -60px;
  position: relative;
}
@media (max-width: 768px) {
  .l-single--c__inner {
    margin-top: -30px;
    padding: 40px 0 0;
  }
}
@media (max-width: 768px) {
  .l-single--c__inner .container-sm {
    padding-left: 0;
    padding-right: 0;
  }
}
.l-single--c__eyecatch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 360px;
  background: url(../img/front/reason/bg@2x.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .l-single--c__eyecatch {
    height: 230px;
    display: none;
  }
}
.l-single--c__eyecatch:before {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.l-single--c__eyecatch__title {
  position: relative;
  margin: 0;
  padding: 0 16px;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  text-shadow: 0 0 4px #000000;
  text-align: center;
}
@media (max-width: 768px) {
  .l-single--c__eyecatch__title {
    font-size: 20px;
  }
}

.js-gnav {
  z-index: 102;
  top: 0;
  width: 100%;
  height: 50px;
  position: fixed;
  background: #fff;
}
@media (max-width: 992px) {
  .js-gnav.is-fixed {
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 992.02px) {
  .js-gnav {
    height: 80px;
  }
}
@-webkit-keyframes header-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  1% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes header-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  1% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.js-gnav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.js-gnav.is-active::after {
  content: "";
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

/*!------------------------------------*\
  Navbar
\*!------------------------------------*/
.js-gnav-navbar {
  z-index: 102;
  top: 0;
}
.js-gnav-nav {
  padding-top: 50px;
  margin-top: 0;
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 32rem;
  height: 100%;
  color: #006a66;
  background: #fff;
}
.js-gnav-menu {
  padding-bottom: 50px;
  overflow-y: scroll;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1rem;
}
.js-gnav-menu a {
  text-decoration: none;
  color: #222222;
  font-size: calc(1.285rem + 0.42vw);
}
@media (min-width: 1200px) {
  .js-gnav-menu a {
    font-size: 1.6rem;
  }
}
.js-gnav-menu a {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.js-gnav-menu a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #006a66;
  bottom: -4px;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
.js-gnav-menu a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.js-gnav-menu a::after {
  bottom: 2px;
}
.js-gnav-menu a:hover {
  color: #006a66;
}
.js-gnav-menu span {
  font-size: 1.2rem;
  font-weight: 400;
  display: none;
}
.js-gnav-menu {
  padding: 4%;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.js-gnav-toggle {
  border: 0;
  outline: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 80px;
  height: 80px;
  padding: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-color: #26b7b2;
  z-index: 104;
}
@media (max-width: 992px) {
  .js-gnav-toggle {
    width: 50px;
    height: 50px;
  }
}
.js-gnav-toggle:hover {
  cursor: pointer;
}
.js-gnav-toggle::before {
  content: "MENU";
  font-size: 10px;
  position: absolute;
  bottom: 12px;
  line-height: 10px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media (max-width: 992px) {
  .js-gnav-toggle::before {
    bottom: 4px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.js-gnav-toggle__icon, .js-gnav-toggle__icon::after, .js-gnav-toggle__icon::before {
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  height: 3px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
}
@media (max-width: 992px) {
  .js-gnav-toggle__icon, .js-gnav-toggle__icon::after, .js-gnav-toggle__icon::before {
    height: 2px;
    width: 26px;
    min-width: 26px;
    max-width: 26px;
  }
}
.js-gnav-toggle__icon {
  position: relative;
  display: block;
}
.js-gnav-toggle__icon:before, .js-gnav-toggle__icon::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 992px) {
  .js-gnav-toggle__icon:before, .js-gnav-toggle__icon::after {
    top: -8px;
  }
}
.js-gnav-toggle__icon::after {
  top: 12px;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
}
@media (max-width: 992px) {
  .js-gnav-toggle__icon::after {
    top: 8px;
    width: 16px;
    min-width: 16px;
    max-width: 16px;
  }
}
.js-gnav-toggle.is-active::before {
  content: "CLOSE";
}
.js-gnav-toggle.is-active .js-gnav-toggle__icon {
  background-color: transparent;
  width: 32px;
  min-width: 32px;
  max-width: 32px;
}
@media (max-width: 992px) {
  .js-gnav-toggle.is-active .js-gnav-toggle__icon {
    width: 26px;
    min-width: 26px;
    max-width: 26px;
  }
}
.js-gnav-toggle.is-active .js-gnav-toggle__icon:before, .js-gnav-toggle.is-active .js-gnav-toggle__icon:after {
  top: 0;
  width: 32px;
  min-width: 32px;
  max-width: 32px;
}
@media (max-width: 992px) {
  .js-gnav-toggle.is-active .js-gnav-toggle__icon:before, .js-gnav-toggle.is-active .js-gnav-toggle__icon:after {
    width: 26px;
    min-width: 26px;
    max-width: 26px;
  }
}
.js-gnav-toggle.is-active .js-gnav-toggle__icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.js-gnav-toggle.is-active .js-gnav-toggle__icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.js-gnav-menu .sub-menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  overflow: hidden;
}
@media (min-width: 992.02px) {
  .js-gnav-menu .sub-menu {
    width: 18rem;
    position: absolute;
    left: 0;
    top: 100%;
  }
  .js-gnav-menu .sub-menu > li {
    width: 100%;
    background: #fff;
    padding: 1em;
    color: #222222;
    border-bottom: none;
    -webkit-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
  }
  .js-gnav-menu .sub-menu > li:last-child {
    border-bottom: none;
  }
  .js-gnav-menu .sub-menu > li:hover {
    background: #006a66;
  }
  .js-gnav-menu .sub-menu > li a {
    display: block;
    color: inherit;
  }
  .js-gnav-menu .sub-menu > li a::after {
    display: none;
  }
}
.js-gnav-menu li.is-active .sub-menu {
  opacity: 1;
  height: auto;
  overflow: visible;
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/
@media (max-width: 992px) {
  .js-gnav-nav--left {
    left: -32rem;
    -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .js-gnav-nav--left.is-active {
    left: 0;
  }
  .js-gnav-nav--left.is-active a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/
@media (max-width: 992px) {
  .js-gnav-nav--right {
    right: -32rem !important;
    -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .js-gnav-nav--right.is-active {
    right: 0 !important;
  }
  .js-gnav-nav--right.is-active a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/
.js-gnav-nav--fix {
  overflow: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  max-height: 100%;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.js-gnav-nav--fix.is-active {
  overflow: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/
.js-gnav-nav--top {
  top: -100% !important;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.js-gnav-nav--top.is-active {
  top: 0 !important;
}

.p-bnr--middle {
  position: relative;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .p-bnr--middle {
    margin-top: 60px;
  }
  .p-bnr--middle figure {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.p-bnr--middle__head--sub {
  text-align: center;
}
.p-bnr--middle__head--sub .text {
  height: 30px;
  padding: 4px 1em;
  color: #006a66;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  line-height: 16px;
  position: relative;
  margin: 0 0 4px;
}
@media (max-width: 768px) {
  .p-bnr--middle__head--sub .text {
    font-size: 18px;
  }
}
.p-bnr--middle__head--sub .text:before, .p-bnr--middle__head--sub .text:after {
  content: "・";
  display: inline;
}
.p-bnr--float {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 56px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (max-width: 992px) {
  .p-bnr--float {
    display: none !important;
  }
}
.p-bnr--float img {
  width: 100%;
}

.p-comori__main-area__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .p-comori__main-area__contents {
    width: 100%;
    display: block;
  }
}
.p-comori__main-area__contents__img {
  width: 50%;
}
.p-comori__main-area__contents__img img {
  width: 100%;
}
@media (max-width: 992px) {
  .p-comori__main-area__contents__img {
    width: 100%;
  }
}
.p-comori__main-area__contents__info {
  width: 50%;
  background-color: #4D7780;
  position: relative;
}
@media (max-width: 992px) {
  .p-comori__main-area__contents__info {
    width: 100%;
    display: block;
    height: auto;
    padding: 48px 0;
  }
}
.p-comori__main-area__contents__info__box {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  max-width: 300px;
  font-size: 14px;
  width: 100%;
}
@media (max-width: 992px) {
  .p-comori__main-area__contents__info__box {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    margin: 0 auto;
  }
}
.p-comori__main-area__contents__info__box img {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .p-comori__main-area__contents__info__box img {
    margin-bottom: 16px;
  }
}
.p-comori__main-area__contents__info__box p {
  line-height: 2;
}
.p-comori__price {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .p-comori__price {
    margin-bottom: 48px;
  }
}
.p-comori__price__ttl h2 {
  font-size: 27px;
  text-align: center;
  font-weight: 100 !important;
  margin-bottom: 0;
  position: relative;
  bottom: -20px;
}
.p-comori__price__contents {
  background-color: #E1EAED;
  padding: 36px 48px;
}
@media (max-width: 992px) {
  .p-comori__price__contents {
    padding: 48px 24px;
  }
}
.p-comori__price__contents__l {
  width: 45%;
  background-color: #fff;
  position: relative;
  padding: 0 48px;
  text-align: center;
}
@media (max-width: 992px) {
  .p-comori__price__contents__l {
    width: 100%;
    padding: 24px;
  }
}
.p-comori__price__contents__l p {
  margin-bottom: 0;
}
.p-comori__price__contents__l__ttl {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 22px;
  color: #535453;
  font-weight: 500;
}
@media (max-width: 992px) {
  .p-comori__price__contents__l__ttl {
    font-size: 18px;
  }
}
.p-comori__price__contents__l__price {
  font-size: 22px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-weight: 500;
}
@media (max-width: 992px) {
  .p-comori__price__contents__l__price {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
    -webkit-transform: none;
    transform: none;
    font-size: 16px;
  }
}
.p-comori__price__contents__l__price__num {
  font-size: 35px;
}
@media (max-width: 992px) {
  .p-comori__price__contents__l__price__num {
    font-size: 24px;
  }
}
.p-comori__price__contents__l__price__tax {
  font-size: 14px;
}
@media (max-width: 992px) {
  .p-comori__price__contents__l__price__tax {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .p-comori__price__contents__c {
    width: 100%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    text-align: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 24px 0;
  }
}
.p-comori__price__contents__c p {
  margin-bottom: 0;
}
.p-comori__price__contents__c img {
  max-width: 35px;
}
.p-comori__price__contents__r {
  width: 45%;
  background-color: #fff;
  position: relative;
  padding: 30px;
}
@media (max-width: 992px) {
  .p-comori__price__contents__r {
    width: 100%;
    padding: 24px;
  }
}
.p-comori__price__contents__r__ttl {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 22px;
  color: #535453;
  font-weight: 500;
}
@media (max-width: 992px) {
  .p-comori__price__contents__r__ttl {
    font-size: 18px;
  }
}
.p-comori__price__contents__r__text {
  margin-bottom: 0;
  line-height: 2;
  font-weight: 500;
}
.p-comori__price__contents__r__tax {
  font-size: 12px;
}
@media (max-width: 992px) {
  .p-comori__price__contents__r__tax {
    font-size: 11px;
  }
}
.p-comori__point {
  background: #E1EAED;
  padding: 70px 0 160px;
  margin: 110px 0 0;
}
@media (max-width: 992px) {
  .p-comori__point {
    padding: 70px 0 60px;
    margin: 60px 0 0;
  }
}
.p-comori__point__title--sub {
  text-align: center;
}
.p-comori__point__title--sub .number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: 30px;
  font-family: "Avenir", "sans-serif";
  font-weight: 800;
  border-radius: 50%;
  background: #8a7e7a;
}
.p-comori__point__title--sub .title {
  margin: 10px 0 4px;
  font-size: 27px;
  letter-spacing: 0.13em;
  color: #333333;
  font-weight: 100 !important;
}
.p-comori__point__title--main {
  font-size: 27px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif !important;
  font-weight: 400;
  color: #333;
  text-align: center;
  margin: 40px 0 0;
  letter-spacing: 0.09em;
}
.p-comori__point__top__head {
  margin: -100px 0 0;
}
.p-comori__point__top__head__line {
  height: 30px;
  width: 1px;
  content: "";
  display: block;
  margin: 10px auto -30px;
  border-left: 1px dashed #707070;
}
@media (min-width: 992.02px) {
  .p-comori__point__top__main {
    margin-bottom: -40px;
  }
}
.p-comori__point__bottom {
  margin: 120px 0 0;
}
@media (max-width: 992px) {
  .p-comori__point__bottom {
    margin: 60px 0 0;
  }
}
.p-comori__point__bottom ol,
.p-comori__point__bottom li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-comori__point__bottom__list {
  counter-reset: point_title;
  counter-reset: point_title 1;
}
.p-comori__point__bottom__list li {
  padding: 0 0 120px;
}
@media (max-width: 992px) {
  .p-comori__point__bottom__list li {
    padding: 0 0 60px;
  }
}
.p-comori__point__bottom__list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .p-comori__point__bottom__list li .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.p-comori__point__bottom__list .col-left .col__inner {
  position: relative;
}
@media (max-width: 992px) {
  .p-comori__point__bottom__list .col-left .col__inner {
    padding: 50px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .p-comori__point__bottom__list .col-left .col__inner .left {
    max-width: 80px;
  }
  .p-comori__point__bottom__list .col-left .col__inner .right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    padding: 0 0 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .p-comori__point__bottom__list .col-left .col__inner .right {
    padding: 0;
  }
}
.p-comori__point__bottom__list .col-left .col__inner .left .p-comori__point__title--sub {
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-comori__point__bottom__list .col-left .col__inner .right .p-comori__point__title--main {
  text-align: left;
  margin: 36px 0 36px 0px;
  position: relative;
  display: inline-block;
  color: #333333;
  font-weight: normal;
  font-family: "Noto Sans JP", "Meiryo", sans-serif !important;
}
@media (max-width: 992px) {
  .p-comori__point__bottom__list .col-left .col__inner .right .p-comori__point__title--main {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .p-comori__point__bottom__list .col-left .col__inner .right .p-comori__point__title--main {
    margin: 0px 0 0;
    display: block;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-comori__point__bottom__list__head {
  color: #333333;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.p-comori__point__bottom__list__title {
  color: #8a7e7a;
  font-size: 27px;
  letter-spacing: 0.35em;
  margin: 30px 0 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.p-comori__point__bottom__list .number {
  counter-increment: point_title;
}
.p-comori__point__bottom__list .number:before {
  content: counter(point_title);
}
.p-comori__point__bottom__list .bg {
  overflow: hidden;
  padding-top: 75%;
}
.p-comori__point__bottom__list__text {
  margin: 12px 0 0;
  font-size: 14px;
  color: #1c1b1b;
  max-width: 280px;
  line-height: 2.2;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  .p-comori__point__bottom__list__text {
    max-width: 100%;
  }
  .p-comori__point__bottom__list__text br {
    display: none !important;
  }
  .p-comori__point__bottom__list__text {
    margin: 24px 0 0;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

body.comori .p-form--include-entry .c-title__org--01 .c-title__org--01__main {
  font-family: "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 100;
  letter-spacing: 0.1em;
  color: #333;
  font-size: 27px;
}
body.comori .p-form--include-entry .c-title__org--01 .c-title__org--01__sub {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif !important;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 10px;
}
body.comori .p-comori h2,
body.comori .p-comori h3,
body.comori .p-comori h4,
body.comori .p-comori h5,
body.comori .p-comori h6,
body.comori .p-comori p,
body.comori .p-comori a {
  font-family: "Noto Sans JP", "Meiryo", sans-serif;
}
body.comori .p-modelhouse__info-area {
  background-color: #E1EAED !important;
}
body.comori .p-modelhouse__info-area {
  margin: 120px 0 0;
}
body.comori .p-modelhouse__info-area__inner::before {
  background-color: #E1EAED !important;
}
body.comori .p-modelhouse__info-area .map-area .title {
  background-color: #E1EAED !important;
}
body.comori .p-modelhouse__info-area__inner__logo {
  margin: -222px auto 80px;
}
@media (max-width: 992px) {
  body.comori .p-modelhouse__info-area__inner__logo {
    margin: -162px auto 60px;
  }
}
@media (max-width: 992px) {
  body.comori .p-modelhouse__official-bnr__info {
    background: #857975;
  }
  body.comori .p-modelhouse__official-bnr__info .p-modelhouse__official-bnr__info__contents * {
    color: #fff;
  }
}
@media (max-width: 992px) {
  body.comori .p-modelhouse__official-bnr__info .title--sub:before {
    background: #fff;
  }
}
body.comori .p-modelhouse__official-bnr__info > .line {
  background: #857975;
}
@media (min-width: 992.02px) {
  body.comori .p-modelhouse__official-bnr .line p {
    color: #fff;
  }
}
body.comori .p-modelhouse__point__slider__title {
  background-color: #E1EAED !important;
}
body.comori .p-modelhouse__point__slider .swiper-nav p {
  font-family: "Avenir", "sans-serif";
  font-weight: 400;
}
@media (min-width: 992.02px) {
  body.comori .modaal-image .modaal-container {
    max-width: 60%;
  }
}
body.comori .p-modelhouse__info-area .btn-area__info__tel {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif !important;
}

/*--------------------------------------------
お問い合わせ
--------------------------------------------*/
.p-contact__intro__head {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-contact__intro__head {
    font-size: 20px;
  }
}
.p-contact__tel__inner {
  padding: 40px 20px;
  margin: 0 0 60px;
}
.p-contact__tel__head {
  font-size: 24px;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .p-contact__tel__head {
    font-size: 18px;
  }
}
.p-contact__tel__number {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-contact__tel__number dt {
  font-size: 18px;
  width: 2.2em;
}
@media (max-width: 768px) {
  .p-contact__tel__number dt {
    font-size: 14px;
  }
}
.p-contact__tel__number dd {
  font-size: 40px;
  color: #006a66;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  line-height: 40px;
}
@media (max-width: 768px) {
  .p-contact__tel__number dd {
    font-size: 28px;
    line-height: 28px;
  }
}
.p-contact__tel__info {
  font-size: 16px;
  margin: 0;
}
@media (max-width: 768px) {
  .p-contact__tel__info {
    font-size: 14px;
    margin: 8px 0 0;
  }
}
.p-contact__tel__caution {
  margin: 20px 0 0;
}
.p-contact__tel__caution .head {
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-contact__tel__caution .head {
    font-size: 14px;
  }
}
.p-contact__tel__caution .text {
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-contact__tel__caution .text {
    font-size: 12px;
  }
}
.p-contact__form__head {
  font-size: 24px;
  margin: 0 0 60px;
}
@media (max-width: 768px) {
  .p-contact__form__head {
    font-size: 18px;
  }
}
.p-contact__send-title {
  font-size: 24px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-contact__send-title {
    font-size: 18px;
  }
}
.p-contact__send-info {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-contact__send-info {
    font-size: 14px;
    text-align: left;
  }
}

.p-cookie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: -200px;
  width: 100%;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 1.2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 9999;
}
.p-cookie .p-cookie__link {
  color: white;
  text-decoration: underline;
}

.p-cookie.is-show {
  bottom: 0px;
}

.p-cookie-text {
  width: 48%;
}
@media (max-width: 992px) {
  .p-cookie-text {
    margin-top: 2rem;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .p-cookie__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-cookie__agree {
  color: black;
  background-color: white;
  padding: 5px 0;
  width: 82px;
  margin: 0 auto;
  margin-top: 3rem;
  text-align: center;
}
.p-cookie__agree:hover {
  cursor: pointer;
}
.p-cookie__agree p {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .p-cookie__agree {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
    height: 35px;
    line-height: 35px;
    padding: 0;
    margin-left: 2rem;
  }
}

.p-cookie__close {
  color: white;
  text-align: center;
  margin-top: 1rem;
}
.p-cookie__close:hover {
  cursor: pointer;
}

/* パッと消える */
.cc-hide1 {
  display: none;
}

/* ゆっくり消える */
.cc-hide2 {
  -webkit-animation: hide 1s linear 0s;
  animation: hide 1s linear 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.p-enne__main-area__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .p-enne__main-area__contents {
    width: 100%;
    display: block;
  }
}
.p-enne__main-area__contents__img {
  width: 50%;
}
.p-enne__main-area__contents__img img {
  width: 100%;
}
@media (max-width: 992px) {
  .p-enne__main-area__contents__img {
    width: 100%;
  }
}
.p-enne__main-area__contents__info {
  width: 50%;
  background-color: #CDC3CC;
  position: relative;
}
@media (max-width: 992px) {
  .p-enne__main-area__contents__info {
    width: 100%;
    display: block;
    height: auto;
    padding: 48px 0;
  }
}
.p-enne__main-area__contents__info__box {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #222222;
  max-width: 300px;
  font-size: 14px;
  width: 100%;
}
@media (max-width: 992px) {
  .p-enne__main-area__contents__info__box {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    margin: 0 auto;
  }
}
.p-enne__main-area__contents__info__box img {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .p-enne__main-area__contents__info__box img {
    margin-bottom: 16px;
  }
}
.p-enne__main-area__contents__info__box p {
  line-height: 2;
}
.p-enne__price {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .p-enne__price {
    margin-bottom: 48px;
  }
}
.p-enne__price__ttl h2 {
  font-size: 27px;
  text-align: center;
  font-weight: 100 !important;
  margin-bottom: 0;
  position: relative;
  bottom: -20px;
}
.p-enne__price__contents {
  background-color: #F4EFF3;
  padding: 36px 48px;
}
@media (max-width: 992px) {
  .p-enne__price__contents {
    padding: 48px 24px;
  }
}
.p-enne__price__contents__l {
  width: 45%;
  background-color: #fff;
  position: relative;
  padding: 0 48px;
  text-align: center;
}
@media (max-width: 992px) {
  .p-enne__price__contents__l {
    width: 100%;
    padding: 24px;
  }
}
.p-enne__price__contents__l p {
  margin-bottom: 0;
}
.p-enne__price__contents__l__ttl {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 22px;
  color: #535453;
  font-weight: 500;
}
@media (max-width: 992px) {
  .p-enne__price__contents__l__ttl {
    font-size: 18px;
  }
}
.p-enne__price__contents__l__price {
  font-size: 22px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-weight: 500;
}
@media (max-width: 992px) {
  .p-enne__price__contents__l__price {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
    -webkit-transform: none;
    transform: none;
    font-size: 16px;
  }
}
.p-enne__price__contents__l__price__num {
  font-size: 35px;
}
@media (max-width: 992px) {
  .p-enne__price__contents__l__price__num {
    font-size: 24px;
  }
}
.p-enne__price__contents__l__price__tax {
  font-size: 14px;
}
@media (max-width: 992px) {
  .p-enne__price__contents__l__price__tax {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .p-enne__price__contents__c {
    width: 100%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    text-align: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 24px 0;
  }
}
.p-enne__price__contents__c p {
  margin-bottom: 0;
}
.p-enne__price__contents__c img {
  max-width: 35px;
}
.p-enne__price__contents__r {
  width: 45%;
  background-color: #fff;
  position: relative;
  padding: 30px;
}
@media (max-width: 992px) {
  .p-enne__price__contents__r {
    width: 100%;
    padding: 24px;
  }
}
.p-enne__price__contents__r__ttl {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 22px;
  color: #535453;
  font-weight: 500;
}
@media (max-width: 992px) {
  .p-enne__price__contents__r__ttl {
    font-size: 18px;
  }
}
.p-enne__price__contents__r__text {
  margin-bottom: 0;
  line-height: 2;
  font-weight: 500;
}
.p-enne__price__contents__r__tax {
  font-size: 12px;
}
@media (max-width: 992px) {
  .p-enne__price__contents__r__tax {
    font-size: 11px;
  }
}
.p-enne__point {
  background: #F4EFF3;
  padding: 70px 0 160px;
  margin: 110px 0 0;
}
@media (max-width: 992px) {
  .p-enne__point {
    padding: 70px 0 60px;
    margin: 60px 0 0;
  }
}
.p-enne__point__title--sub {
  text-align: center;
}
.p-enne__point__title--sub .number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: 30px;
  font-family: "Avenir", "sans-serif";
  font-weight: 800;
  border-radius: 50%;
  background: #8a7e7a;
}
.p-enne__point__title--sub .title {
  margin: 10px 0 4px;
  font-size: 27px;
  letter-spacing: 0.13em;
  color: #333333;
  font-weight: 100;
}
.p-enne__point__title--main {
  font-size: 27px;
  font-weight: 700;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif !important;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin: 40px 0 0;
  letter-spacing: 0.09em;
}
.p-enne__point__top__head {
  margin: -100px 0 0;
}
.p-enne__point__top__head__line {
  height: 30px;
  width: 1px;
  content: "";
  display: block;
  margin: 10px auto -30px;
  border-left: 1px dashed #707070;
}
@media (min-width: 992.02px) {
  .p-enne__point__top__main {
    margin-bottom: -40px;
  }
}
.p-enne__point__bottom {
  margin: 120px 0 0;
}
@media (max-width: 992px) {
  .p-enne__point__bottom {
    margin: 60px 0 0;
  }
}
.p-enne__point__bottom ol,
.p-enne__point__bottom li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-enne__point__bottom__list {
  counter-reset: point_title;
  counter-reset: point_title 1;
}
.p-enne__point__bottom__list li {
  padding: 0 0 120px;
}
@media (max-width: 992px) {
  .p-enne__point__bottom__list li {
    padding: 0 0 60px;
  }
}
.p-enne__point__bottom__list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .p-enne__point__bottom__list li .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.p-enne__point__bottom__list .col-left .col__inner {
  position: relative;
}
@media (max-width: 992px) {
  .p-enne__point__bottom__list .col-left .col__inner {
    padding: 50px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .p-enne__point__bottom__list .col-left .col__inner .left {
    max-width: 80px;
  }
  .p-enne__point__bottom__list .col-left .col__inner .right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    padding: 0 0 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .p-enne__point__bottom__list .col-left .col__inner .right {
    padding: 0;
  }
}
.p-enne__point__bottom__list .col-left .col__inner .left .p-enne__point__title--sub {
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-enne__point__bottom__list .col-left .col__inner .right .p-enne__point__title--main {
  text-align: left;
  margin: 36px 0 36px 0px;
  position: relative;
  display: inline-block;
  color: #333333;
  font-weight: 100;
  font-family: "Noto Sans JP", "Meiryo", sans-serif !important;
}
@media (max-width: 992px) {
  .p-enne__point__bottom__list .col-left .col__inner .right .p-enne__point__title--main {
    font-size: 20px;
  }
}
.p-enne__point__bottom__list .col-left .col__inner .right .p-enne__point__title--main:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 43px;
  background: url("../img/modelhouse/enne/ttl-ldec.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -48px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-enne__point__bottom__list .col-left .col__inner .right .p-enne__point__title--main::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 43px;
  background: url("../img/modelhouse/enne/ttl-rdec.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -48px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .p-enne__point__bottom__list .col-left .col__inner .right .p-enne__point__title--main {
    margin: 0px 0 0;
    display: block;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-enne__point__bottom__list__head {
  color: #333333;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.p-enne__point__bottom__list__title {
  color: #8a7e7a;
  font-size: 27px;
  letter-spacing: 0.35em;
  margin: 30px 0 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.p-enne__point__bottom__list .number {
  counter-increment: point_title;
}
.p-enne__point__bottom__list .number:before {
  content: counter(point_title);
}
.p-enne__point__bottom__list .bg {
  overflow: hidden;
  padding-top: 75%;
}
.p-enne__point__bottom__list__text {
  margin: 12px 0 0;
  font-size: 14px;
  color: #1c1b1b;
  max-width: 285px;
  line-height: 2.2;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  .p-enne__point__bottom__list__text {
    max-width: 100%;
  }
  .p-enne__point__bottom__list__text br {
    display: none !important;
  }
  .p-enne__point__bottom__list__text {
    margin: 24px 0 0;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

body.enne .p-form--include-entry .c-title__org--01 .c-title__org--01__main {
  font-family: "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 100;
  letter-spacing: 0.1em;
  color: #333;
  font-size: 27px;
}
body.enne .p-form--include-entry .c-title__org--01 .c-title__org--01__sub {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif !important;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 10px;
}

.p-enne h2,
.p-enne h3,
.p-enne h4,
.p-enne h5,
.p-enne h6,
.p-enne p,
.p-enne a {
  font-family: "Noto Sans JP", "Meiryo", sans-serif;
}
.p-enne .p-modelhouse__official-bnr__info h2,
.p-enne .p-modelhouse__official-bnr__info h3,
.p-enne .p-modelhouse__official-bnr__info h4,
.p-enne .p-modelhouse__official-bnr__info h5,
.p-enne .p-modelhouse__official-bnr__info h6,
.p-enne .p-modelhouse__official-bnr__info p,
.p-enne .p-modelhouse__official-bnr__info a {
  font-family: "Noto Sans JP", "Meiryo", sans-serif !important;
}

@media (max-width: 992px) {
  .p-modelhouse__official-bnr__info {
    background-color: #857975 !important;
  }
  .p-modelhouse__official-bnr__info .title--sub:before {
    background-color: #fff !important;
  }
}
.p-modelhouse__info-area {
  background-color: #F4EFF3 !important;
}

.p-modelhouse__info-area .map-area .title {
  background-color: #F4EFF3 !important;
}

.p-modelhouse__info-area {
  margin: 120px 0 0;
}

.p-modelhouse__info-area__inner::before {
  background-color: #F4EFF3 !important;
}

.p-modelhouse__info-area__inner__logo {
  margin: -222px auto 80px;
}
@media (max-width: 992px) {
  .p-modelhouse__info-area__inner__logo {
    margin: -162px auto 60px;
  }
}

@media (max-width: 992px) {
  .p-modelhouse__official-bnr__info {
    background: #857975;
  }
  .p-modelhouse__official-bnr__info .p-modelhouse__official-bnr__info__contents * {
    color: #fff;
  }
}

@media (max-width: 992px) {
  .p-modelhouse__official-bnr__info .title--sub:before {
    background: #fff;
  }
}

.p-modelhouse__official-bnr__info > .line {
  background: #857975 !important;
}
.p-modelhouse__official-bnr__info > .line p {
  color: #fff !important;
}

.p-modelhouse__official-bnr .line p {
  font-family: "Noto Sans JP", "Meiryo", sans-serif !important;
}
@media (min-width: 992.02px) {
  .p-modelhouse__official-bnr .line p {
    color: #fff;
  }
}

.p-modelhouse__point__slider__title {
  background-color: #F4EFF3 !important;
}

.p-modelhouse__point__slider .swiper-nav p {
  font-family: "Avenir", "sans-serif";
  font-weight: 400;
}

@media (min-width: 992.02px) {
  .modaal-image .modaal-container {
    max-width: 60%;
  }
}

.p-modelhouse__info-area .btn-area__info__tel {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif !important;
}

/*--------------------------------------------
フォームのステータス
--------------------------------------------*/
.p-form input,
.p-form button,
.p-form select,
.p-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.p-form textarea {
  resize: vertical;
}
.p-form input[type=checkbox],
.p-form input[type=radio] {
  display: none;
}
.p-form input[type=submit],
.p-form input[type=button],
.p-form label,
.p-form button,
.p-form select {
  cursor: pointer;
}
.p-form select::-ms-expand {
  display: none;
}
.p-form input[type=submit][disabled],
.p-form input[type=submit][disabled]:hover,
.p-form input[type=submit][disabled]:focus {
  background-color: #999;
}
.p-form .wpcf7-submit:disabled {
  opacity: 0.5;
}
.p-form select option {
  font-size: 14px;
  color: #000000;
}
.p-form .input-box {
  background: #fff;
  border-radius: 2px;
  min-height: 50px;
  color: #000000;
  font-size: 16px;
  padding: 2px 12px;
}
.p-form .input-box::-webkit-input-placeholder {
  font-size: 12px;
  color: #555555;
}
.p-form .input-box::-moz-placeholder {
  font-size: 12px;
  color: #555555;
}
.p-form .input-box:-ms-input-placeholder {
  font-size: 12px;
  color: #555555;
}
.p-form .input-box::-ms-input-placeholder {
  font-size: 12px;
  color: #555555;
}
.p-form .input-box::placeholder {
  font-size: 12px;
  color: #555555;
}
@media (max-width: 768px) {
  .p-form .input-box::-webkit-input-placeholder {
    font-size: 14px;
  }
  .p-form .input-box::-moz-placeholder {
    font-size: 14px;
  }
  .p-form .input-box:-ms-input-placeholder {
    font-size: 14px;
  }
  .p-form .input-box::-ms-input-placeholder {
    font-size: 14px;
  }
  .p-form .input-box::placeholder {
    font-size: 14px;
  }
}
.p-form .input-box--select-year {
  width: 80px;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  min-height: 40px;
  color: #000000;
  font-size: 14px;
  padding: 2px 12px;
}
.p-form .input-box--select-year::-webkit-input-placeholder {
  font-size: 12px;
  color: #555555;
}
.p-form .input-box--select-year::-moz-placeholder {
  font-size: 12px;
  color: #555555;
}
.p-form .input-box--select-year:-ms-input-placeholder {
  font-size: 12px;
  color: #555555;
}
.p-form .input-box--select-year::-ms-input-placeholder {
  font-size: 12px;
  color: #555555;
}
.p-form .input-box--select-year::placeholder {
  font-size: 12px;
  color: #555555;
}
@media (max-width: 768px) {
  .p-form .input-box--select-year {
    width: 60px;
    min-width: 60px;
  }
}
.p-form .input-box--ss {
  width: 80px;
}
@media (max-width: 768px) {
  .p-form .input-box--ss {
    width: 60px;
    min-width: 60px;
  }
}
.p-form .input-box--sss {
  width: 60px;
}
@media (max-width: 768px) {
  .p-form .input-box--sss {
    width: 50px;
    min-width: 50px;
  }
}
.p-form .input-box--s {
  width: 250px;
}
@media (max-width: 768px) {
  .p-form .input-box--s {
    width: 100%;
  }
}
.p-form .input-box--date {
  width: 150px;
}
@media (max-width: 768px) {
  .p-form .input-box--date {
    width: 130px;
    min-width: 130px;
  }
}
.p-form .input-box--m {
  width: 350px;
}
@media (max-width: 768px) {
  .p-form .input-box--m {
    width: 100%;
  }
}
.p-form .input-box--100 {
  width: 100%;
}
.p-form .input-box--textarea {
  height: 140px;
  padding: 8px 12px;
}
.p-form__group {
  padding: 20px 0;
}
.p-form__caution {
  font-size: 12px !important;
  color: #555555;
  margin: 4px 0 0 !important;
}
.p-form__addressMark {
  margin: 0 8px 0 0;
}
.p-form__telinfo {
  display: block;
  margin: 0 0 12px;
  font-size: 14px;
  color: #555555;
}
.p-form__mail-confirm {
  margin: 16px 0 2px;
}
.p-form__title {
  margin: 2px 0 0 !important;
  padding: 0 0 0 0;
  min-height: 40px;
  position: relative;
  font-weight: 700;
  font-size: 16px;
}
.p-form__box__date p {
  margin: 0;
}
.p-form__box__date__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}
.p-form__box__date__inner:last-child {
  margin-bottom: 0;
}
.p-form__box__date__head {
  min-width: 100px;
}
@media (max-width: 768px) {
  .p-form__box__date__head {
    min-width: 76px;
  }
}
.p-form__box__date__time {
  margin: 0 0 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .p-form__box__date__time {
    margin: 0 0 0 16px;
  }
}
.p-form__box__date__time__sub {
  margin: 0 0 0 12px !important;
}
@media (max-width: 768px) {
  .p-form__box__date__time__sub {
    margin: 0 0 0 8px !important;
    font-size: 12px;
  }
}
.p-form__box__birth .seplate {
  margin: 0 8px 0 4px;
}
.p-form__box__zip__inner {
  margin-bottom: 20px;
}
.p-form__box__zip__inner:last-child {
  margin-bottom: 0;
}
.p-form__box__zip__inner__head {
  font-size: 12px;
  margin: 0 0 4px !important;
}
.p-form__box__zip__inner .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
}
.p-form__box--radio .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-form__box--radio .wpcf7-list-item {
  margin: 0 0 6px;
}
.p-form__box--radio .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.p-form__box--radio .wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-form__box--radio {
  /* デフォルトのボタン */
}
.p-form__box--radio input[type=radio] {
  opacity: 0;
  /* デフォルトのボタンを非表示 */
  position: absolute;
}
.p-form__box--radio {
  /* チェック前のボタン */
}
.p-form__box--radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%;
  /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  /* 色をじんわり変化させる */
  width: 1.2em;
}
.p-form__box--radio {
  /* チェック後のボタン */
}
.p-form__box--radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #26b7b2;
  /* チェック後の中心の色 */
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
  /* 中心の色のスタイル */
}
.p-form__acceptance {
  text-align: center;
}
.p-form__check-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-form__check-box--field {
  text-align: center;
  margin: 40px 0;
}
.p-form__check-box--field__link {
  color: #222222;
  font-weight: 700;
  margin: 0 0 20px;
  display: block;
}
@media (max-width: 768px) {
  .p-form__check-box--field__link {
    font-size: 12px;
  }
}
.p-form__check-box--field__link:hover {
  text-decoration: underline;
}
.p-form__check-box--field__link:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  display: inline-block;
  color: #222222;
}
.p-form__check-box input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}
.p-form__check-box input[type=checkbox] + span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 400;
  font-size: 24px;
}
.p-form__check-box input[type=checkbox]:checked + span:before {
  content: "\f14a";
  font-weight: 400;
}
.p-form .hissu {
  padding: 0px 8px;
  border-radius: 4px;
  background: #006a66;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  margin: 0 0 0 12px;
  height: 22px;
}
@media (max-width: 768px) {
  .p-form .hissu {
    margin: 0 0 0 8px;
  }
}
.p-form .privacy-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
.p-form .privacy-link p {
  color: #222222;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
}
.p-form .privacy-link a {
  text-decoration: underline;
  color: #222222;
  margin: 0 4px;
}
.p-form .recaptcha_policy {
  padding: 0;
  margin: 40px 0 0;
  text-align: center;
  font-size: 11px !important;
  color: #222222 !important;
}
.p-form .recaptcha_policy a {
  font-size: 11px !important;
  color: #0d6efd !important;
  text-decoration: underline;
}
.p-form .send-btn-field {
  margin-top: 40px;
}
.p-form--entry__head__title {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 40px;
  text-align: center;
}
@media (max-width: 992px) {
  .p-form--entry__head__title {
    font-size: 18px;
  }
}
.p-form--entry__head__text {
  font-size: 16px !important;
  line-height: 2 !important;
  margin-bottom: 1em !important;
}
.p-form--entry__head__text:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .p-form--entry__head__text {
    font-size: 14px !important;
  }
}
.p-form--entry__head--outer {
  margin: 0 auto 40px;
}
@media (min-width: 992.02px) {
  .p-form--entry__head--outer {
    max-width: 540px;
  }
}
.p-form__privacy {
  padding: 40px 0 0;
}
@media (max-width: 992px) {
  .p-form__privacy {
    padding: 20px 0 0;
  }
}
.p-form__privacy__text p {
  text-align: center;
}
.p-form__privacy__text p i {
  margin: 0 8px 0 0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .p-form__privacy__text p {
    font-size: 14px !important;
  }
}
.p-form__privacy__text p a {
  text-decoration: underline;
}
.p-form__submit {
  margin: 60px 0 0;
}
.p-form__acceptance {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .p-form__acceptance {
    margin-top: 40px;
  }
}
.p-form__acceptance .wpcf7-form-control-wrap {
  display: block;
}
.p-form__acceptance .wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-form__acceptance span.wpcf7-list-item {
  position: relative;
  margin: 0 auto 0 !important;
  /*項目ごとの余白を調整*/
}
.p-form__acceptance .wpcf7-list-item-label {
  /*項目の色や文字サイズ*/
  color: #000000;
  cursor: pointer;
  font-size: 16px;
}
@media (max-width: 992px) {
  .p-form__acceptance .wpcf7-list-item-label {
    font-size: 14px;
  }
}
.p-form__acceptance input[type=checkbox] {
  position: absolute;
  opacity: 0;
  /*既存のチェックボックスを見えなくする*/
}
.p-form__acceptance .wpcf7-list-item-label:before {
  /*チェックボックスの枠*/
  content: "";
  border: 1px solid #a7a7a7;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  top: 0;
  margin-right: 20px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
.p-form__acceptance .wpcf7-list-item-label:after {
  /*チェックアイコン*/
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  color: #555555;
  font-weight: 900;
  font-size: 36px;
  display: block;
  position: absolute;
  top: -14px;
  left: 6px;
  opacity: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.p-form__acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.p-form__submit {
  text-align: center;
}
.p-form__submit .wpcf7-spinner {
  display: block;
  margin: 12px auto 0;
}
.p-form__akimist, .p-form__recaptcha {
  margin: 20px 0 0;
}
.p-form__akimist p, .p-form__recaptcha p {
  padding: 0;
  margin: 0 !important;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important;
}
.p-form__akimist a, .p-form__recaptcha a {
  font-size: 11px !important;
  color: #111 !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

#wpcf7cpcnf p {
  margin: 0;
}
#wpcf7cpcnf button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
#wpcf7cpcnf .wpcf7cp-cfm-edit-btn {
  background: #555555 !important;
  color: #fff;
  font-weight: 700;
  width: 422px;
  max-width: 100%;
  border-radius: 4px !important;
  font-size: 18px !important;
  height: 50px;
  font-weight: 700 !important;
}
#wpcf7cpcnf .wpcf7cp-cfm-edit-btn:hover {
  opacity: 0.5 !important;
  color: #fff !important;
}
@media (max-width: 768px) {
  #wpcf7cpcnf .wpcf7cp-cfm-edit-btn {
    font-size: 14px;
  }
}
#wpcf7cpcnf .wpcf7cp-cfm-submit-btn {
  background: #006a66 !important;
  color: #fff;
  font-weight: 700;
  width: 422px;
  max-width: 100%;
  border-radius: 4px !important;
  font-size: 18px !important;
  height: 50px;
  font-weight: 700 !important;
}
#wpcf7cpcnf .wpcf7cp-cfm-submit-btn:hover {
  opacity: 0.5 !important;
  color: #fff !important;
}
@media (max-width: 768px) {
  #wpcf7cpcnf .wpcf7cp-cfm-submit-btn {
    font-size: 14px;
  }
}

#wpcf7cpcnf {
  background-color: white !important;
}

/*--------------------------------------------
フォームのステータス
--------------------------------------------*/
/*入力状況*/
.form-status {
  width: 24rem;
  margin: -2rem auto 8rem;
  position: relative;
}
.form-status ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0;
}
.form-status ul li {
  list-style: none;
  position: relative;
  display: inline-block;
}
.form-status ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-color: #959EA7;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.form-status ul li .text {
  text-align: center;
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
  margin: auto -2em;
  font-size: 14px;
}

.contact-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 99%;
  height: 1px;
  border-top: 1px solid #959EA7;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mw_wp_form_input .form-status li:nth-child(1):before {
  background-color: #3B4043;
}
.mw_wp_form_input .form-status li:nth-child(1):after {
  content: "";
  background: #fff;
  border: 1px solid #3B4043;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: block;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mw_wp_form_confirm .form-status li:nth-child(2):before {
  background-color: #3B4043;
}
.mw_wp_form_confirm .form-status li:nth-child(2):after {
  content: "";
  background: #fff;
  border: 1px solid #3B4043;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: block;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mw_wp_form_complete .form-status li:nth-child(3):before {
  background-color: #3B4043;
}
.mw_wp_form_complete .form-status li:nth-child(3):after {
  content: "";
  background: #fff;
  border: 1px solid #3B4043;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: block;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .form-status {
    margin: -2rem auto 6rem;
  }
}
/*
* contact Style
*/
.mw_wp_form .error {
  font-size: 12px;
  margin-top: 4px;
  font-weight: 400 !important;
}

.form-outer-field .input-box {
  height: 50px;
  border: 1px solid #959EA7;
  background: #f8f8f8;
  padding: 12px 12px;
}
@media (max-width: 768px) {
  .form-outer-field .input-box {
    padding: 8px 8px;
  }
}
.form-outer-field .input-box--l {
  width: 100%;
}
.form-outer-field .input-box::-webkit-input-placeholder {
  font-size: 12px;
  color: #959EA7;
}
.form-outer-field .input-box::-moz-placeholder {
  font-size: 12px;
  color: #959EA7;
}
.form-outer-field .input-box:-ms-input-placeholder {
  font-size: 12px;
  color: #959EA7;
}
.form-outer-field .input-box::-ms-input-placeholder {
  font-size: 12px;
  color: #959EA7;
}
.form-outer-field .input-box::placeholder {
  font-size: 12px;
  color: #959EA7;
}
@media (max-width: 768px) {
  .form-outer-field .input-box::-webkit-input-placeholder {
    font-size: 14px;
  }
  .form-outer-field .input-box::-moz-placeholder {
    font-size: 14px;
  }
  .form-outer-field .input-box:-ms-input-placeholder {
    font-size: 14px;
  }
  .form-outer-field .input-box::-ms-input-placeholder {
    font-size: 14px;
  }
  .form-outer-field .input-box::placeholder {
    font-size: 14px;
  }
}
.form-outer-field .input-box--ss {
  width: 80px;
}
.form-outer-field .input-box--s {
  width: 250px;
}
@media (max-width: 768px) {
  .form-outer-field .input-box--s {
    width: 80px;
  }
}
.form-outer-field .input-box--m {
  width: 344px;
}
@media (max-width: 768px) {
  .form-outer-field .input-box--m {
    width: 100%;
  }
}
.form-outer-field .input-box--textarea {
  height: 225px;
}
.form-outer-field .form-wrap {
  width: 100%;
}
.form-outer-field .form-wrap select {
  font-size: 14px;
}
.form-outer-field .form-group {
  padding: 20px 0;
  border-bottom: 1px solid #707070;
}
.form-outer-field .form-group--first {
  border-top: 1px solid #707070;
}
.form-outer-field .form-label {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  padding-top: 4px;
}
@media (max-width: 768px) {
  .form-outer-field .form-label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }
}
.form-outer-field .form-label__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .form-outer-field .form-label__title {
    width: 100%;
    margin: 0 0 12px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.form-outer-field .form-label__title__head {
  margin-bottom: 0;
}
.form-outer-field .input-caution {
  font-size: 12px;
  margin: 4px 0 0;
}
.form-outer-field .zip_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-outer-field .zip-link {
  font-size: 16px;
  font-weight: 700;
  margin-left: 20px;
  color: #222222;
}
@media (max-width: 768px) {
  .form-outer-field .zip-link {
    font-size: 14px;
  }
}
.form-outer-field .zip-link:hover {
  text-decoration: underline;
}
.form-outer-field .zip-link:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  display: inline-block;
  color: #222222;
}
.form-outer-field .check-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form-outer-field .check-box--field {
  text-align: center;
  margin: 40px 0;
}
.form-outer-field .check-box--field__link {
  color: #222222;
  font-weight: 700;
  margin: 0 0 20px;
  display: block;
}
@media (max-width: 768px) {
  .form-outer-field .check-box--field__link {
    font-size: 12px;
  }
}
.form-outer-field .check-box--field__link:hover {
  text-decoration: underline;
}
.form-outer-field .check-box--field__link:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  display: inline-block;
  color: #222222;
}
.form-outer-field .check-box input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}
.form-outer-field .check-box input[type=checkbox] + span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 400;
  font-size: 24px;
}
.form-outer-field .check-box input[type=checkbox]:checked + span:before {
  content: "\f14a";
  font-weight: 400;
}
.form-outer-field .hissu {
  padding: 2px 8px;
  border-radius: 4px;
  background: #3B4043;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-size: 10px;
  margin: 4px 0 0;
}
@media (max-width: 768px) {
  .form-outer-field .hissu {
    margin: 0 0 0 8px;
  }
}
.form-outer-field .privacy-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
.form-outer-field .privacy-link p {
  color: #222222;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
}
.form-outer-field .privacy-link a {
  text-decoration: underline;
  color: #222222;
  margin: 0 4px;
}
.form-outer-field .recaptcha_policy {
  padding: 0;
  margin: 40px 0 0;
  text-align: center;
  font-size: 11px !important;
  color: #222222 !important;
}
.form-outer-field .recaptcha_policy a {
  font-size: 11px !important;
  color: #959EA7 !important;
}
.form-outer-field .send-btn-field {
  margin-top: 40px;
}

.mw_wp_form_confirm .confilm-none,
.mw_wp_form_preview .confilm-none {
  display: none;
}

.p-form--include-entry {
  padding-top: 140px;
}
@media (max-width: 768px) {
  .p-form--include-entry {
    padding-top: 30px;
  }
}
.p-form--include-entry .container {
  max-width: 960px;
}
.p-form--include-entry .p-form {
  background: #f7f7f7;
  padding: 40px;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .p-form--include-entry .p-form {
    padding: 20px 12px;
  }
}

.p-front--fv {
  position: relative;
  height: calc(100vh - 80px);
  z-index: 2;
}
.p-front--fv:before {
  background: #f7f7f7;
  content: "";
  width: 36vw;
  height: 100vh;
  position: absolute;
  bottom: -100px;
  left: 0;
}
@media (max-width: 768px) {
  .p-front--fv:before {
    height: 400px;
    width: 39vw;
  }
}
@media (max-width: 992px) {
  .p-front--fv {
    height: calc(100vh - 50px);
  }
}
@media (max-width: 768px) {
  .p-front--fv {
    overflow: hidden;
    background: #fff;
  }
}
@media (min-width: 768.02px) {
  .p-front--fv__text {
    position: absolute;
    z-index: 2;
    right: 3vw;
    top: calc(20vh - 100px);
  }
}
@media (max-width: 768px) {
  .p-front--fv__text {
    text-align: right;
    margin: 40px 16px 24px 0;
  }
}
.p-front--fv__text img {
  width: 30vw;
  max-width: 30vw;
}
@media (max-width: 768px) {
  .p-front--fv__text img {
    width: 76vw;
    max-width: 76vw;
  }
}
.p-front--fv__text p {
  font-size: clamp(14px, 2vw, 26px);
  margin: 0;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  text-align: right;
  color: #222222;
}
.p-front--fv__slider {
  margin: 0 0 0 84px;
  width: 68vw;
  position: relative;
  overflow: hidden;
  height: calc(100% - 44px);
}
@media (max-width: 768px) {
  .p-front--fv__slider {
    margin: 0 0 0 auto;
    width: calc(100vw - 36px);
    height: calc(100% - 320px);
  }
}
.p-front--fv__scroll {
  position: absolute;
  z-index: 12;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}
.p-front--fv__scroll p {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  margin: 0;
  position: relative;
  letter-spacing: 0.35em;
  text-indent: 0.35em;
}
.p-front--fv__scroll p:before {
  position: absolute;
  top: -6px;
  right: 0;
  content: "";
  height: 1px;
  width: 70px;
  display: block;
  background: #222222;
  -webkit-animation: blinkEffect 1s ease-in-out infinite alternate;
  animation: blinkEffect 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blinkEffect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinkEffect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-front--fv__main-bnr {
  position: absolute;
  z-index: 10;
  bottom: 44px;
  right: 0;
  margin: auto;
  background: #fff;
  padding: 30px 30px 0;
  max-width: 28vw;
}
@media (min-width: 768.02px) {
  .p-front--fv__main-bnr {
    min-width: 310px;
  }
}
@media (max-width: 1200px) {
  .p-front--fv__main-bnr {
    max-width: 24vw;
  }
}
@media (max-width: 992px) {
  .p-front--fv__main-bnr {
    bottom: 0;
    padding: 12px 12px 0;
  }
}
@media (max-width: 768px) {
  .p-front--fv__main-bnr {
    max-width: 50vw;
    width: 50vw;
  }
}
@media (max-width: 768px) {
  .p-front--fv__main-bnr img {
    width: 100%;
  }
}
.p-front--fv__award {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 0 8px 8px;
}
@media (max-width: 768px) {
  .p-front--fv__award {
    left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 0 4px 8px;
  }
}
@media (max-width: 768px) {
  .p-front--fv__award__side {
    padding: 0 0 0 12px;
  }
}
.p-front--fv__award img {
  margin: 0 20px 0 0;
}
@media (max-width: 768px) {
  .p-front--fv__award img {
    margin: 0 8px 0 0;
  }
}
.p-front--fv__award img:last-child {
  margin-right: 0;
}
.p-front--fv__award .img-01 {
  width: 161px;
}
@media (max-width: 768px) {
  .p-front--fv__award .img-01 {
    width: 113px;
  }
}
.p-front--fv__award .img-02 {
  width: 140px;
}
@media (max-width: 768px) {
  .p-front--fv__award .img-02 {
    width: 68px;
  }
}
.p-front--fv__award .img-03 {
  width: 112px;
}
@media (max-width: 768px) {
  .p-front--fv__award .img-03 {
    width: 55px;
  }
}
.p-front--main-bnr {
  margin: 100px 0 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-front--main-bnr {
    margin: 20px 0 0;
  }
}
.p-front--works {
  overflow: hidden;
}
.p-front--works__inner {
  margin: 160px 0 0;
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 768px) {
  .p-front--works__inner {
    margin: 78px 0 0;
    padding: 0 0 0;
  }
}
.p-front--works__contents__inner {
  position: relative;
}
@media (max-width: 768px) {
  .p-front--works__contents__inner {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.p-front--works__contents__inner > * {
  position: relative;
  z-index: 2;
}
@media (min-width: 768.02px) {
  .p-front--works__contents__inner:before {
    background: #f7f7f7;
    content: "";
    width: 100vw;
    height: 1000vh;
    position: absolute;
    top: 90px;
    left: 274px;
  }
}
.p-front--instagram__inner {
  margin: 160px 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .p-front--instagram__inner {
    margin: 78px 0 0;
  }
}
.p-front--instagram__contents {
  overflow-x: hidden;
}
.p-front--instagram__contents__inner {
  overflow-x: hidden;
  margin-right: calc(50% - 50vw);
}
@media (min-width: 768.02px) {
  .p-front--instagram__contents__inner {
    margin-left: calc(50% - 43.4vw);
  }
}
@media (max-width: 768px) {
  .p-front--instagram__contents__inner {
    margin-left: 20px;
  }
}
.p-front--instagram__contents__inner .swiper-slide__bg {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  padding-top: 100%;
}
.p-front--instagram__contents__link {
  margin: 40px 0 0;
  padding: 0 0 40px;
  text-align: right;
  position: relative;
}
@media (max-width: 768px) {
  .p-front--instagram__contents__link {
    text-align: center;
    margin: 12px 0 0;
    padding: 0 0 32px;
  }
}
.p-front--instagram__contents__link:before {
  background: #f7f7f7;
  content: "";
  width: 100vw;
  height: 300px;
  position: absolute;
  bottom: 0px;
  left: 100px;
}
@media (max-width: 768px) {
  .p-front--instagram__contents__link:before {
    height: 140px;
    left: -16px;
  }
}
.p-front--instagram__contents__link a {
  font-size: 18px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.p-front--instagram__contents__link a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #006a66;
  bottom: -4px;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.p-front--instagram__contents__link a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media (max-width: 768px) {
  .p-front--instagram__contents__link a {
    font-size: 14px;
  }
}
.p-front--instagram__contents__link a i {
  color: #979ea6;
  margin: 0 0 0 8px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.p-front--instagram__contents__link a:hover {
  opacity: 0.7;
}
.p-front--instagram__contents__link a:hover i {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.p-front--modelhouse__inner {
  padding: 160px 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .p-front--modelhouse__inner {
    padding: 78px 0 0;
  }
}
.p-front--modelhouse__list__contents {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .p-front--modelhouse__list__contents {
    margin-bottom: 40px;
  }
}
.p-front--modelhouse__list__contents:last-child {
  margin-bottom: 0;
}
.p-front--modelhouse__list__contents .link-btn {
  font-size: 20px;
  width: 350px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background: #fff;
  margin-top: 50px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.p-front--modelhouse__list__contents .link-btn:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
@media (max-width: 576px) {
  .p-front--modelhouse__list__contents .link-btn {
    margin: 24px auto 0;
    width: calc(100% - 30px);
    height: 60px;
    font-size: 16px;
  }
}
.p-front--modelhouse__list__contents .link-btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
  background: url("../img/icon/icon-arrow.svg") no-repeat;
  background-size: 100%;
  width: 40px;
  height: 6px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.p-front--modelhouse__list__contents .link-btn:hover:after {
  left: -10px;
}
.p-front--modelhouse__list__contents__inner {
  padding: 80px 0 0;
}
@media (max-width: 992px) {
  .p-front--modelhouse__list__contents__inner {
    padding: 0 0 40px;
    overflow: hidden;
  }
}
.p-front--modelhouse__list__contents__inner .leftbox {
  position: relative;
  z-index: 0;
}
@media (min-width: 992.02px) {
  .p-front--modelhouse__list__contents__inner .leftbox {
    min-height: 610px;
    padding: 60px 0;
  }
}
.p-front--modelhouse__list__contents__inner .leftbox > * {
  position: relative;
  z-index: 1;
}
.p-front--modelhouse__list__contents__inner .leftbox .col__inner {
  padding: 0 130px 0 60px;
}
@media (max-width: 992px) {
  .p-front--modelhouse__list__contents__inner .leftbox .col__inner {
    padding: 30px 0 50px;
  }
}
.p-front--modelhouse__list__contents__inner .leftbox:before {
  background: #f7f7f7;
  content: "";
  width: 100vw;
  height: 610px;
  position: absolute;
  right: -430px;
}
@media (min-width: 992.02px) {
  .p-front--modelhouse__list__contents__inner .leftbox:before {
    top: 0;
  }
}
@media (max-width: 992px) {
  .p-front--modelhouse__list__contents__inner .leftbox:before {
    height: 140%;
    right: 0;
    bottom: 0;
  }
}
.p-front--modelhouse__list__contents__inner .leftbox .c-list {
  margin-top: 40px;
}
.p-front--modelhouse__list__contents__inner .rightbox > * {
  position: relative;
  z-index: 1;
}
@media (min-width: 992.02px) {
  .p-front--modelhouse__list__contents__inner .rightbox .col__inner {
    margin-top: -40px;
    width: calc(50vw - 16px);
  }
}
@media (max-width: 992px) {
  .p-front--modelhouse__list__contents__inner .rightbox .col__inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: calc(50% - 50vw);
  }
}
.p-front--modelhouse__list__contents .head {
  margin: 20px 0 0;
}
@media (max-width: 768px) {
  .p-front--modelhouse__list__contents .head {
    margin: 20px 0 0;
  }
}
.p-front--modelhouse__list__contents .number {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: 0.35em;
  text-indent: 0.35em;
  font-weight: 600;
  margin: 0 0 18px;
}
.p-front--modelhouse__list__contents .text {
  padding: 40px 0 0;
  line-height: 2;
  font-size: 16px;
  margin: 0;
}
@media (max-width: 768px) {
  .p-front--modelhouse__list__contents .text {
    padding: 20px 0 0;
    font-size: 14px;
  }
}
.p-front--modelhouse__info {
  margin: 140px 0 0;
}
@media (max-width: 768px) {
  .p-front--modelhouse__info {
    margin: 40px 0 0;
  }
}
.p-front--modelhouse__info__inner {
  background: #f7f7f7;
  position: relative;
  padding: 80px 0 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-front--modelhouse__info__inner {
    padding: 40px 16px 40px;
  }
}
.p-front--modelhouse__info__inner > .head {
  font-size: 30px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  font-weight: 400;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
}
@media (max-width: 768px) {
  .p-front--modelhouse__info__inner > .head {
    font-size: 18px;
    top: -14px;
  }
}
.p-front--modelhouse__info__link {
  border: none;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 0 0 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-front--modelhouse__info__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border: none;
    padding: 0 0 50px;
  }
  .p-front--modelhouse__info__link:before, .p-front--modelhouse__info__link:after {
    display: none;
  }
}
.p-front--modelhouse__info__link .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .p-front--modelhouse__info__link .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-front--modelhouse__info__link .head__first {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0;
}
.p-front--modelhouse__info__link .head__second {
  font-size: 18px;
  margin: 0 0 0 60px;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .p-front--modelhouse__info__link .head__second {
    margin: 28px 0 0;
  }
}
.p-front--modelhouse__info__link .head__second i {
  margin: 0 4px 0 0;
}
.p-front--modelhouse__info__link .head p {
  color: #006a66;
}
.p-front--modelhouse__info__link .arrow {
  background: url("../img/p-front--modelhouse__info__link@2x.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  color: #fff;
  width: 306px;
  height: 120px;
  padding: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .p-front--modelhouse__info__link .arrow {
    background: url("../img/p-front--modelhouse__info__link--sp@2x.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    width: 100%;
    margin: 0 0 40px;
    height: 100%;
    padding-top: 30.6%;
  }
}
@media (min-width: 992.02px) {
  .p-front--modelhouse__info__link {
    max-width: 800px;
  }
}
.p-front--reason {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .p-front--reason {
    margin-top: 60px;
  }
}
.p-front--reason__bg {
  width: 100%;
  height: 360px;
  background: url(../img/front/reason/bg@2x.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-front--reason__bg {
    display: none;
  }
}
.p-front--reason__inner {
  margin: -60px 0 0;
  padding: 80px 0 100px;
  background: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .p-front--reason__inner {
    padding: 40px 0 0;
  }
}
.p-front--reason__contents {
  margin: 80px 0 0;
}
@media (max-width: 992px) {
  .p-front--reason__contents {
    margin: 40px 0 0;
  }
}
.p-front--reason__contents__list {
  margin: 0 0 70px;
}
.p-front--reason__contents__list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .p-front--reason__contents__list__head {
    display: block;
    margin: 0 0 12px;
  }
}
.p-front--reason__contents__list__head .num {
  font-size: 55px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #26b7b2;
  margin: -12px 0 0;
  line-height: 55px;
  width: 85px;
}
@media (max-width: 992px) {
  .p-front--reason__contents__list__head .num {
    font-size: 40px;
    line-height: 40px;
  }
}
.p-front--reason__contents__list__head .section-title {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-indent: 0.35em;
  color: #26b7b2;
  margin: 0 0 0 12px;
  line-height: 16px;
}
@media (max-width: 992px) {
  .p-front--reason__contents__list__head .section-title {
    font-size: 13px;
    line-height: 13px;
    margin: 6px 0 0 0;
  }
}
.p-front--reason__contents__list__info .head {
  font-size: 30px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 0 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .p-front--reason__contents__list__info .head {
    font-size: 24px;
    margin: 0 0 16px;
  }
}
.p-front--reason__contents__list__info .text {
  font-size: 16px;
  line-height: 2;
  margin: 0;
}
@media (max-width: 992px) {
  .p-front--reason__contents__list__info .text {
    font-size: 14px;
  }
}
@media (min-width: 992.02px) {
  .p-front--reason__contents__list.large .rightbox .col__inner {
    margin: -50px 0 0;
  }
}
.p-front--reason__contents__list.large .p-front--reason__contents__list__info {
  padding: 0 0 0 100px;
  margin: -12px 0 0;
}
@media (max-width: 992px) {
  .p-front--reason__contents__list.large .p-front--reason__contents__list__info {
    margin: 8px 0 0;
    padding: 0;
  }
}
.p-front--reason__contents__list.half .half-box {
  padding: 0 0 0 100px;
}
.p-front--reason__contents__list.half .half-box .side .head {
  display: none;
}
@media (max-width: 992px) {
  .p-front--reason__contents__list.half .half-box {
    padding: 0;
  }
  .p-front--reason__contents__list.half .half-box .p-front--reason__contents__list__info h4 {
    display: none;
  }
  .p-front--reason__contents__list.half .half-box .p-front--reason__contents__list__info .text {
    margin: 8px 0 0;
  }
  .p-front--reason__contents__list.half .half-box .side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-front--reason__contents__list.half .half-box .side figure {
    width: 40vw;
    min-width: 150px;
    margin: 0;
  }
  .p-front--reason__contents__list.half .half-box .side .head {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: none;
    margin: 0;
    font-size: 18px;
    padding: 0 0 0 20px;
  }
}
.p-front--about__inner {
  padding: 100px 0 100px;
  position: relative;
}
@media (max-width: 768px) {
  .p-front--about__inner {
    padding: 60px 0 40px;
  }
}
.p-front--about__inner > * {
  position: relative;
  z-index: 2;
}
.p-front--about__inner:before {
  background: #f7f7f7;
  content: "";
  width: 36vw;
  height: 1000vh;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .p-front--about__inner:before {
    width: 39vw;
  }
}
@media (min-width: 768.02px) {
  .p-front--about__contents .rightbox .col__inner {
    padding: 0 0 0 40px;
  }
}
.p-front--about__contents .rightbox .head--en {
  font-family: "Montserrat", sans-serif;
  font-size: 41px;
  font-weight: 700;
  color: #e8f2f2;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .p-front--about__contents .rightbox .head--en {
    font-size: 36px;
  }
}
.p-front--about__contents .rightbox .head--ja {
  font-size: 42px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-weight: 400;
  margin: 16px 0 0;
}
@media (max-width: 768px) {
  .p-front--about__contents .rightbox .head--ja {
    font-size: 28px;
    margin: 8px 0 0;
  }
}
.p-front--about__contents .rightbox .head--ja span {
  color: #006a66;
  font-size: 35px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-front--about__contents .rightbox .head--ja span {
    font-size: 23px;
  }
}
.p-front--about__contents .rightbox .text {
  margin: 30px 0 0;
}
@media (min-width: 768.02px) {
  .p-front--about__contents .rightbox .text {
    padding: 0 40px 0 0;
  }
}
.p-front--about__contents .rightbox .text p {
  margin: 0 0 20px;
  line-height: 2.5;
}
@media (max-width: 768px) {
  .p-front--about__contents .rightbox .text p {
    font-size: 14px;
  }
}
.p-front--about__contents .rightbox .text p:last-child {
  margin-bottom: 0;
}
.p-front--voice__inner {
  padding: 140px 0;
  background: #f7f7f7;
}
@media (max-width: 768px) {
  .p-front--voice__inner {
    padding: 60px 0;
  }
}
.p-front--voice__list article {
  overflow: hidden;
}
.p-front--voice__list article:nth-child(n+2) {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .p-front--voice__list article:nth-child(n+2) {
    padding-top: 60px;
  }
}
@media (min-width: 768.02px) {
  .p-front--voice__list article .area .leftbox .col__inner {
    padding: 0 0 0 110px;
  }
}
.p-front--voice__list article .area .head {
  font-size: 28px;
  color: #006a66;
  line-height: 1.8;
  margin: 32px 0 0;
}
@media (max-width: 768px) {
  .p-front--voice__list article .area .head {
    margin: 28px 0 0;
    font-size: 24px;
    font-weight: 500;
  }
}
.p-front--voice__list article .area--top .number {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: 0.35em;
  text-indent: 0.35em;
  font-weight: 600;
  margin: 0 0 18px;
}
.p-front--voice__list article .area--top .info {
  display: inline-block;
  font-size: 14px;
  background: #006a66;
  color: #fff;
  padding: 4px 8px;
  text-align: center;
  margin: 0;
}
@media (min-width: 768.02px) {
  .p-front--voice__list article .area--top .leftbox {
    background: url(../img/front/voice/logo@2x.png);
    background-repeat: no-repeat;
    background-size: 172px 109px;
    background-position: right 20px bottom 30px;
  }
}
.p-front--voice__list article .area--top .leftbox .col__inner {
  position: relative;
}
@media (max-width: 768px) {
  .p-front--voice__list article .area--top .leftbox .col__inner {
    padding: 0 0 24px;
  }
}
@media (min-width: 768.02px) {
  .p-front--voice__list article .area--top .leftbox .col__inner:before {
    height: calc(100% + 20px);
    min-height: 280px;
    width: 1px;
    background: #cccccc;
    content: "";
    position: absolute;
    left: 70px;
    top: 0;
  }
}
@media (min-width: 768.02px) {
  .p-front--voice__list article .area--top .rightbox .col__inner {
    margin: 0 0 0 -16px;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 576px) {
  .p-front--voice__list article .area--top .rightbox .col__inner {
    margin-right: calc(50% - 50vw);
  }
}
.p-front--voice__list article .area--bottom {
  position: relative;
}
@media (min-width: 768.02px) {
  .p-front--voice__list article .area--bottom {
    margin: -32px 0 0;
    padding: 32px 0 0;
  }
}
@media (max-width: 768px) {
  .p-front--voice__list article .area--bottom {
    background: #fff;
  }
}
@media (min-width: 768.02px) {
  .p-front--voice__list article .area--bottom:before {
    content: "";
    width: 54vw;
    height: 100vh;
    display: block;
    background: #fff;
    top: 0;
    left: 0;
    position: absolute;
  }
}
.p-front--voice__list article .area--bottom * {
  position: relative;
  z-index: 2;
}
.p-front--voice__list article .area--bottom .leftbox {
  position: relative;
}
@media (max-width: 768px) {
  .p-front--voice__list article .area--bottom .leftbox:before {
    position: absolute;
    top: -10px;
    right: 16px;
    margin: auto;
    content: "";
    display: block;
    background: url(../img/front/voice/logo@2x.png);
    background-repeat: no-repeat;
    background-size: 130px 83px;
    width: 130px;
    height: 83px;
    z-index: -1;
  }
}
.p-front--voice__list article .area--bottom .leftbox .col__inner .text {
  padding: 20px 20px 40px 0;
  line-height: 2;
  font-size: 16px;
  margin: 0;
}
@media (max-width: 768px) {
  .p-front--voice__list article .area--bottom .leftbox .col__inner .text {
    padding: 20px 0 0;
    font-size: 14px;
  }
}
.p-front--voice__list article .area--bottom .rightbox .col__inner {
  padding: 40px 0 0 120px;
}
@media (max-width: 768px) {
  .p-front--voice__list article .area--bottom .rightbox .col__inner {
    text-align: center;
    padding: 60px 0;
  }
}
.p-front--voice__list article .area--bottom .rightbox .col__inner img {
  width: 300px;
}
@media (max-width: 768px) {
  .p-front--voice__list article .area--bottom .rightbox .col__inner img {
    width: 250px;
  }
}
.p-front--access__bg__inner {
  padding: 80px 0 0;
}
@media (max-width: 768px) {
  .p-front--access__bg__inner {
    padding: 40px 0 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.p-front--access__inner {
  padding: 80px 0 0;
}
@media (max-width: 768px) {
  .p-front--access__inner {
    padding: 100px 0 0;
  }
}
.p-front--access__first__head {
  font-size: 20px;
  color: #006a66;
  margin: 0 0 24px;
}
@media (max-width: 768px) {
  .p-front--access__first__head {
    font-size: 20px;
  }
}
.p-front--access__first__address p,
.p-front--access__first__address li {
  font-size: 16px;
  margin: 0;
}
.p-front--access__first__address li {
  margin: 0 0 4px;
}
.p-front--access__first__address li:last-child {
  margin-bottom: 0;
}
.p-front--access__first__address ul,
.p-front--access__first__address li {
  list-style: none;
}
.p-front--access__first__address ul {
  padding: 0 0 0 0.5em;
}
.p-front--access__first__map {
  min-height: 387px;
}
@media (max-width: 768px) {
  .p-front--access__first__map {
    min-height: 187px;
    height: 187px;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 24px;
    width: 100vw;
  }
}
.p-kanon__main-area {
  position: relative;
  padding: 40px 0;
}
@media (max-width: 576px) {
  .p-kanon__main-area {
    padding: 40px 0 20px;
  }
}
.p-kanon__main-area__inner {
  padding: 0 240px;
}
@media (max-width: 992px) {
  .p-kanon__main-area__inner {
    padding: 0 16px;
  }
}
.p-kanon__main-area__inner:before, .p-kanon__main-area__inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 100%;
  background-size: cover !important;
  top: 0;
}
.p-kanon__main-area__inner:before {
  left: 0;
  background: url("../img/modelhouse/kanon/bg/left-bg@2x.jpg");
  background-position: right center;
}
.p-kanon__main-area__inner:after {
  right: 0;
  background: url("../img/modelhouse/kanon/bg/right-bg@2x.jpg");
  background-position: left center;
}
@media (max-width: 992px) {
  .p-kanon__main-area__inner__logo img {
    width: 82px;
  }
}
.p-kanon__main-area__inner__contents__title {
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.35em;
  text-indent: 0.35em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 2;
}
@media (max-width: 576px) {
  .p-kanon__main-area__inner__contents__title {
    font-size: 20px;
  }
}
.p-kanon__main-area__inner__contents__text p {
  font-size: 16px;
  letter-spacing: 0.35em;
  line-height: 2;
}
@media (max-width: 576px) {
  .p-kanon__main-area__inner__contents__text p {
    font-size: 14px;
    line-height: 2.4;
    letter-spacing: 0.1em;
  }
}
.p-kanon__main-area__inner__contents__text p:last-child {
  margin-bottom: 0;
}
.p-kanon__point {
  background: #faf9f5;
  padding: 70px 0 160px;
  margin: 110px 0 0;
}
@media (max-width: 992px) {
  .p-kanon__point {
    padding: 70px 0 60px;
    margin: 60px 0 0;
  }
}
.p-kanon__point__top__head {
  margin: -90px 0 0;
  text-align: center;
  font-size: 27px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: 0.35em;
  text-indent: 0.35em;
}
.p-kanon__point__top__title {
  margin: 40px 0 0;
  text-align: center;
  font-size: 27px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: 0.35em;
}
.p-kanon__point__top__title span {
  font-size: 14px;
  letter-spacing: 0.35em;
}
@media (max-width: 576px) {
  .p-kanon__point__top__title {
    margin: 16px 0 20px;
    font-size: 14px;
    line-height: 2;
  }
}
.p-kanon__point__bottom {
  margin: 120px 0 0;
}
@media (max-width: 992px) {
  .p-kanon__point__bottom {
    margin: 60px 0 0;
  }
}
.p-kanon__point__bottom ol,
.p-kanon__point__bottom li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-kanon__point__bottom__list li {
  padding: 0 0 120px;
}
@media (max-width: 992px) {
  .p-kanon__point__bottom__list li {
    padding: 0 0 60px;
  }
}
.p-kanon__point__bottom__list li:last-child {
  padding-bottom: 0;
}
.p-kanon__point__bottom__list hr {
  background-color: #221816;
  opacity: 1;
  width: 80%;
}
@media (max-width: 992px) {
  .p-kanon__point__bottom__list hr {
    width: 100%;
  }
}
.p-kanon__point__bottom__list {
  counter-reset: point_title;
}
.p-kanon__point__bottom__list__head {
  color: #333333;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.p-kanon__point__bottom__list__title {
  color: #333333;
  font-size: 27px;
  letter-spacing: 0.35em;
  margin: 30px 0 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.p-kanon__point__bottom__list__number {
  counter-increment: point_title;
}
@media (max-width: 992px) {
  .p-kanon__point__bottom__list__number {
    margin: 0 0 40px;
  }
}
.p-kanon__point__bottom__list__number:before {
  color: #333333;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
  content: "Pickup Point " counter(point_title);
}
.p-kanon__point__bottom__list .bg {
  padding-top: 66.6%;
}
.p-kanon__point__bottom__list .bg--sp {
  margin: 20px 0 0;
}
.p-kanon__point__bottom__list__text {
  margin: 50px 0 0;
  font-size: 14px;
  letter-spacing: 0.35em;
  color: #333333;
  line-height: 2.2;
}
@media (max-width: 992px) {
  .p-kanon__point__bottom__list__text br {
    display: none !important;
  }
  .p-kanon__point__bottom__list__text {
    margin: 24px 0 0;
  }
}

body.kanon .p-form--include-entry .c-title__org--01 .c-title__org--01__main {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #333333;
  font-size: 27px;
}
.p-kram__main-area {
  position: relative;
  padding: 40px 0;
}
@media (max-width: 576px) {
  .p-kram__main-area {
    padding: 30px 0 20px;
  }
}
.p-kram__main-area__inner__img {
  position: relative;
}
.p-kram__main-area__inner__img .title {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.467em;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-kram__main-area__inner__img .title {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .p-kram__main-area__inner__img .title {
    font-size: 10px;
  }
}
.p-kram__main-area__inner__img .logo {
  position: absolute;
  top: -20px;
  right: -100px;
  margin: auto;
}
@media (max-width: 768px) {
  .p-kram__main-area__inner__img .logo {
    top: 0;
    right: 0;
    width: 200px;
  }
}
@media (max-width: 576px) {
  .p-kram__main-area__inner__img .logo {
    width: 90px;
  }
}
.p-kram__main-area__inner__contents {
  padding: 40px 126px 0;
}
@media (max-width: 576px) {
  .p-kram__main-area__inner__contents {
    padding: 24px 0;
  }
}
.p-kram__main-area__inner__contents__text p {
  font-size: 16px;
  line-height: 2.4;
}
@media (max-width: 576px) {
  .p-kram__main-area__inner__contents__text p {
    font-size: 14px;
    line-height: 2.4;
  }
}
.p-kram__main-area__inner__contents__text p:last-child {
  margin-bottom: 0;
}
.p-kram__point {
  background: #faf9f5;
  padding: 70px 0 160px;
  margin: 110px 0 0;
}
@media (max-width: 992px) {
  .p-kram__point {
    padding: 70px 0 60px;
    margin: 60px 0 0;
  }
}
.p-kram__point__title--sub {
  text-align: center;
}
.p-kram__point__title--sub .number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: 30px;
  font-family: "Avenir", "sans-serif";
  font-weight: 800;
  border-radius: 50%;
  background: #8a7e7a;
}
.p-kram__point__title--sub .title {
  margin: 12px 0 4px;
  font-family: "Avenir", "sans-serif";
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.13em;
  color: #8a7e7a;
}
.p-kram__point__title--main {
  font-size: 20px;
  font-weight: 700;
  font-family: "Avenir", "sans-serif";
  font-weight: 800;
  color: #8a7e7a;
  text-align: center;
  margin: 40px 0 0;
  letter-spacing: 0.09em;
}
.p-kram__point__top__head {
  margin: -110px 0 0;
}
.p-kram__point__top__head__line {
  height: 30px;
  width: 1px;
  content: "";
  display: block;
  margin: 10px auto -30px;
  border-left: 1px dashed #707070;
}
@media (min-width: 992.02px) {
  .p-kram__point__top__main {
    margin-bottom: -40px;
  }
}
.p-kram__point__bottom {
  margin: 120px 0 0;
}
@media (max-width: 992px) {
  .p-kram__point__bottom {
    margin: 60px 0 0;
  }
}
.p-kram__point__bottom ol,
.p-kram__point__bottom li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-kram__point__bottom__list {
  counter-reset: point_title;
  counter-reset: point_title 1;
}
.p-kram__point__bottom__list li {
  padding: 0 0 120px;
}
@media (max-width: 992px) {
  .p-kram__point__bottom__list li {
    padding: 0 0 60px;
  }
}
.p-kram__point__bottom__list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .p-kram__point__bottom__list li .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.p-kram__point__bottom__list .col-left .col__inner {
  position: relative;
}
@media (max-width: 992px) {
  .p-kram__point__bottom__list .col-left .col__inner {
    padding: 50px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .p-kram__point__bottom__list .col-left .col__inner .left {
    max-width: 80px;
  }
  .p-kram__point__bottom__list .col-left .col__inner .right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    padding: 0 0 0 24px;
  }
}
.p-kram__point__bottom__list .col-left .col__inner:before {
  width: calc(100% - 100px);
  height: 1px;
  top: 40px;
  left: 100px;
  content: "";
  display: block;
  position: absolute;
  border-top: 1px dashed #707070;
}
@media (max-width: 992px) {
  .p-kram__point__bottom__list .col-left .col__inner:before {
    width: 1px;
    height: 30px;
    left: 40px;
    top: 10px;
    border-top: 0;
    border-left: 1px dashed #707070;
  }
}
.p-kram__point__bottom__list .col-left .col__inner .left .p-kram__point__title--sub {
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-kram__point__bottom__list .col-left .col__inner .right .p-kram__point__title--main {
  text-align: left;
  margin: 36px 0 0;
}
@media (max-width: 992px) {
  .p-kram__point__bottom__list .col-left .col__inner .right .p-kram__point__title--main {
    margin: 0px 0 0;
  }
}
.p-kram__point__bottom__list__head {
  color: #8a7e7a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.p-kram__point__bottom__list__title {
  color: #8a7e7a;
  font-size: 27px;
  letter-spacing: 0.35em;
  margin: 30px 0 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.p-kram__point__bottom__list .number {
  counter-increment: point_title;
}
.p-kram__point__bottom__list .number:before {
  content: counter(point_title);
}
.p-kram__point__bottom__list .bg {
  overflow: hidden;
  padding-top: 75%;
  border-radius: 14px;
}
.p-kram__point__bottom__list__text {
  margin: 12px 0 0;
  font-size: 13px;
  letter-spacing: 0.35em;
  color: #1c1b1b;
  line-height: 2.2;
}
@media (max-width: 992px) {
  .p-kram__point__bottom__list__text br {
    display: none !important;
  }
  .p-kram__point__bottom__list__text {
    margin: 24px 0 0;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

body.kram .p-form--include-entry .c-title__org--01 .c-title__org--01__main {
  font-family: "Noto Sans JP", "Meiryo", sans-serif;
  color: #8a7e7a;
  font-size: 27px;
}
body.kram .p-kram h2,
body.kram .p-kram h3,
body.kram .p-kram h4,
body.kram .p-kram h5,
body.kram .p-kram h6,
body.kram .p-kram p,
body.kram .p-kram a {
  font-family: "Noto Sans JP", "Meiryo", sans-serif;
}
body.kram .p-modelhouse__info-area {
  margin: 120px 0 0;
}
body.kram .p-modelhouse__info-area__inner__logo {
  margin: -222px auto 80px;
}
@media (max-width: 992px) {
  body.kram .p-modelhouse__info-area__inner__logo {
    margin: -162px auto 60px;
  }
}
@media (max-width: 992px) {
  body.kram .p-modelhouse__official-bnr__info {
    background: #857975;
  }
  body.kram .p-modelhouse__official-bnr__info .p-modelhouse__official-bnr__info__contents * {
    color: #fff;
  }
}
@media (max-width: 992px) {
  body.kram .p-modelhouse__official-bnr__info .title--sub:before {
    background: #fff;
  }
}
body.kram .p-modelhouse__official-bnr__info > .line {
  background: #857975;
}
@media (min-width: 992.02px) {
  body.kram .p-modelhouse__official-bnr .line p {
    color: #fff;
  }
}
body.kram .p-modelhouse__point__slider .swiper-nav p {
  font-family: "Avenir", "sans-serif";
  font-weight: 700;
}
@media (min-width: 992.02px) {
  body.kram .modaal-image .modaal-container {
    max-width: 60%;
  }
}

.p-modelhouse {
  padding: 30px 0 0;
}
.p-modelhouse__fv__slider .swiper-slide {
  background: #fff;
}
.p-modelhouse__fv__slider .swiper-slide .bg {
  padding-top: 66.68%;
}
.p-modelhouse__fv__slider__title {
  text-align: center;
  font-size: 16px;
  margin: 12px auto 0;
}
@media (max-width: 768px) {
  .p-modelhouse__fv__slider__title {
    font-size: 14px;
  }
}
.p-modelhouse__fv__slider .swiper-button-next,
.p-modelhouse__fv__slider .swiper-button-prev {
  top: calc(50% - 80px);
  background: rgba(0, 0, 0, 0.85);
  width: 60px;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.p-modelhouse__fv__slider .swiper-button-next:hover,
.p-modelhouse__fv__slider .swiper-button-prev:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
@media (max-width: 768px) {
  .p-modelhouse__fv__slider .swiper-button-next,
  .p-modelhouse__fv__slider .swiper-button-prev {
    top: calc(50% - 20px);
    width: 16px;
    height: 63px;
  }
}
.p-modelhouse__fv__slider .swiper-button-next:after,
.p-modelhouse__fv__slider .swiper-button-prev:after {
  color: #fff;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-modelhouse__fv__slider .swiper-button-next:after,
  .p-modelhouse__fv__slider .swiper-button-prev:after {
    font-size: 14px;
  }
}
.p-modelhouse__fv__slider .swiper-button-next {
  right: 20px;
}
@media (max-width: 768px) {
  .p-modelhouse__fv__slider .swiper-button-next {
    right: 10px;
  }
}
.p-modelhouse__fv__slider .swiper-button-prev {
  left: 20px;
}
@media (max-width: 768px) {
  .p-modelhouse__fv__slider .swiper-button-prev {
    left: 10px;
  }
}
.p-modelhouse__fv__slider-thumbnail {
  margin: 24px 0 0;
}
.p-modelhouse__fv__slider-thumbnail .swiper-slide {
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.p-modelhouse__fv__slider-thumbnail .swiper-slide .bg {
  padding-top: 66.68%;
}
@media (max-width: 768px) {
  .p-modelhouse__fv__slider-thumbnail .swiper-slide .bg {
    padding-top: 100%;
  }
}
.p-modelhouse__fv__slider-thumbnail .swiper-slide {
  border: 4px solid #fff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.p-modelhouse__fv__slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  border: 4px solid #006a66;
}
.p-modelhouse__bnr {
  padding: 70px 0 84px;
}
@media (max-width: 992px) {
  .p-modelhouse__bnr {
    padding: 30px 0;
  }
}
.p-modelhouse__bnr__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-modelhouse__bnr__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-modelhouse__bnr__btn {
  font-size: 20px;
  width: 350px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #333333;
  position: relative;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  background: #fff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.p-modelhouse__bnr__btn:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
@media (max-width: 576px) {
  .p-modelhouse__bnr__btn {
    width: calc(100% - 30px);
    height: 60px;
    font-size: 16px;
  }
}
.p-modelhouse__bnr__btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
  background: url("../img/icon/icon-arrow.svg") no-repeat;
  background-size: 100%;
  width: 40px;
  height: 6px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.p-modelhouse__bnr__btn:hover:after {
  left: -10px;
}
.p-modelhouse__bnr__info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  padding: 0 0 0 40px;
}
@media (max-width: 768px) {
  .p-modelhouse__bnr__info {
    padding: 0;
    text-align: center;
    margin: 16px 0 0;
  }
}
.p-modelhouse__bnr__info__tel {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.p-modelhouse__bnr__info__store {
  font-size: 14px;
  letter-spacing: 0.2em;
  margin: 0;
}
@media (max-width: 992px) {
  .p-modelhouse__bnr__info__store {
    font-size: 10px;
    margin: 8px 0 0;
  }
}
.p-modelhouse__official-bnr {
  padding: 60px 0 0;
}
@media (max-width: 992px) {
  .p-modelhouse__official-bnr {
    padding: 30px 0 0;
  }
}
.p-modelhouse__official-bnr .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 992px) {
  .p-modelhouse__official-bnr .line--sp {
    width: 50%;
    text-align: center;
  }
  .p-modelhouse__official-bnr .line--sp img {
    width: 87px;
  }
}
.p-modelhouse__official-bnr .line img {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.p-modelhouse__official-bnr .line:hover img {
  -webkit-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}
@media (min-width: 992.02px) {
  .p-modelhouse__official-bnr .line--sp {
    display: none;
  }
}
.p-modelhouse__official-bnr .line p {
  margin: 0 0 8px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: 0.2em;
  font-size: 14px;
  color: #333333;
}
@media (max-width: 992px) {
  .p-modelhouse__official-bnr .line p {
    font-size: 11px;
  }
}
.p-modelhouse__official-bnr__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (max-width: 992px) {
  .p-modelhouse__official-bnr__inner {
    display: block;
  }
}
.p-modelhouse__official-bnr__inner__img {
  position: relative;
  width: 302px;
  z-index: 1;
}
@media (max-width: 992px) {
  .p-modelhouse__official-bnr__inner__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 0 0 16px;
  }
  .p-modelhouse__official-bnr__inner__img .bg {
    width: 50%;
  }
}
.p-modelhouse__official-bnr__info {
  padding: 12px 166px 0 40px;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
}
@media (max-width: 992px) {
  .p-modelhouse__official-bnr__info {
    margin: -10px 0 0;
    padding: 24px 16px 24px;
    background: #faf9f5;
  }
}
.p-modelhouse__official-bnr__info__contents {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
}
.p-modelhouse__official-bnr__info .title--sub {
  font-size: 12px;
  letter-spacing: 0.05em;
  padding-left: 30px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  position: relative;
  margin: 0;
}
@media (max-width: 992px) {
  .p-modelhouse__official-bnr__info .title--sub {
    font-size: 10px;
  }
}
.p-modelhouse__official-bnr__info .title--sub:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 20px;
  background: #221816;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-modelhouse__official-bnr__info .title--main {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 20px;
  letter-spacing: 0.3em;
  margin: 20px 0 30px;
}
@media (max-width: 992px) {
  .p-modelhouse__official-bnr__info .title--main {
    font-size: 14px;
    margin: 12px 0 16px;
  }
}
.p-modelhouse__official-bnr__info .text {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.3em;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .p-modelhouse__official-bnr__info .text {
    font-size: 10px;
  }
}
.p-modelhouse__official-bnr__info > .line {
  width: 166px;
  position: absolute;
  top: 0;
  right: 0;
  background: #faf9f5;
}
@media (max-width: 992px) {
  .p-modelhouse__official-bnr__info > .line {
    display: none;
  }
}
.p-modelhouse__point__slider .swiper-slide {
  position: relative;
  padding: 10% 0;
}
.p-modelhouse__point__slider .swiper-slide .bg {
  padding-top: 66.4%;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-modelhouse__point__slider .swiper-slide.swiper-slide-active .bg {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.p-modelhouse__point__slider__title {
  background: #faf9f5;
  font-size: 16px;
  color: #333333;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: 0.35em;
  line-height: 2;
  margin: 0;
}
@media (max-width: 576px) {
  .p-modelhouse__point__slider__title {
    font-size: 14px;
  }
}
.p-modelhouse__point__slider .swiper-nav {
  margin: -5vw auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-modelhouse__point__slider .swiper-nav {
    width: 90%;
    margin: 20px auto 0;
  }
}
.p-modelhouse__point__slider .swiper-nav .swiper-button-next,
.p-modelhouse__point__slider .swiper-nav .swiper-button-prev {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.p-modelhouse__point__slider .swiper-nav .swiper-button-next:hover,
.p-modelhouse__point__slider .swiper-nav .swiper-button-prev:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.p-modelhouse__point__slider .swiper-nav .swiper-button-next:after,
.p-modelhouse__point__slider .swiper-nav .swiper-button-prev:after {
  content: "";
}
.p-modelhouse__point__slider .swiper-nav .swiper-button-next p,
.p-modelhouse__point__slider .swiper-nav .swiper-button-prev p {
  margin: 0;
  font-size: 14px;
  color: #333333;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: 0.35em;
  text-indent: 0.35em;
}
.p-modelhouse__point__slider .swiper-nav .swiper-button-next img,
.p-modelhouse__point__slider .swiper-nav .swiper-button-prev img {
  position: absolute;
  pointer-events: none;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.p-modelhouse__point__slider .swiper-nav .swiper-button-next {
  padding: 0 60px 0 0;
}
@media (max-width: 768px) {
  .p-modelhouse__point__slider .swiper-nav .swiper-button-next {
    padding: 0 40px 0 0;
  }
}
.p-modelhouse__point__slider .swiper-nav .swiper-button-next img {
  right: -40px;
}
@media (max-width: 768px) {
  .p-modelhouse__point__slider .swiper-nav .swiper-button-next img {
    right: -20px;
  }
}
.p-modelhouse__point__slider .swiper-nav .swiper-button-next:hover img {
  right: -60px;
}
@media (max-width: 768px) {
  .p-modelhouse__point__slider .swiper-nav .swiper-button-next:hover img {
    right: -40px;
  }
}
.p-modelhouse__point__slider .swiper-nav .swiper-button-prev {
  padding: 0 0 0 60px;
}
@media (max-width: 768px) {
  .p-modelhouse__point__slider .swiper-nav .swiper-button-prev {
    padding: 0 0 0 40px;
  }
}
.p-modelhouse__point__slider .swiper-nav .swiper-button-prev img {
  left: -40px;
}
@media (max-width: 768px) {
  .p-modelhouse__point__slider .swiper-nav .swiper-button-prev img {
    left: -20px;
  }
}
.p-modelhouse__point__slider .swiper-nav .swiper-button-prev img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.p-modelhouse__point__slider .swiper-nav .swiper-button-prev:hover img {
  left: -60px;
}
@media (max-width: 768px) {
  .p-modelhouse__point__slider .swiper-nav .swiper-button-prev:hover img {
    left: -40px;
  }
}
.p-modelhouse__point__slider-thumbnail {
  margin: 60px 0 0;
}
@media (max-width: 576px) {
  .p-modelhouse__point__slider-thumbnail {
    margin: 20px 0 0;
  }
}
.p-modelhouse__info-area {
  margin: 160px 0 0;
}
@media (max-width: 992px) {
  .p-modelhouse__info-area {
    margin: 80px 0 0;
    background: #faf9f5;
  }
}
.p-modelhouse__info-area__inner {
  position: relative;
  padding: 160px 0;
}
@media (max-width: 992px) {
  .p-modelhouse__info-area__inner {
    padding: 120px 0 40px;
  }
}
.p-modelhouse__info-area__inner * {
  position: relative;
  z-index: 1;
}
@media (min-width: 992.02px) {
  .p-modelhouse__info-area__inner:before {
    content: "";
    display: block;
    position: absolute;
    background: #faf9f5;
    height: 100%;
    width: 100vw;
    right: 100px;
    top: 0px;
    z-index: 0;
  }
}
.p-modelhouse__info-area__inner__logo {
  margin: -196px auto 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .p-modelhouse__info-area__inner__logo {
    max-width: 210px;
    margin: -146px auto 80px;
  }
}
@media (max-width: 992px) {
  .p-modelhouse__info-area__inner__contents > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.p-modelhouse__info-area .info-list {
  padding: 0;
  margin: 0;
}
.p-modelhouse__info-area .info-list li {
  padding: 0;
  margin: 0 0 40px;
  list-style: none;
}
.p-modelhouse__info-area .info-list li:last-child {
  margin-bottom: 0;
}
.p-modelhouse__info-area .info-list li p {
  font-size: 15px;
  margin: 0 0 4px;
}
.p-modelhouse__info-area .info-list li p:last-child {
  margin-bottom: 0;
}
.p-modelhouse__info-area .info-list li p:before {
  font-size: 16px;
  content: "・";
  display: inline-block;
}
.p-modelhouse__info-area .info-list__head {
  font-size: 20px;
  margin: 0;
}
.p-modelhouse__info-area .info-list__head:before {
  font-size: 20px;
  content: "◼️";
  display: inline-block;
}
.p-modelhouse__info-area .floor-list {
  margin: 40px 0 0;
}
.p-modelhouse__info-area .floor-list nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0px 20px;
}
.p-modelhouse__info-area .floor-list nav .image {
  background: #fff;
  border: 1px solid #cccccc;
}
.p-modelhouse__info-area .floor-list nav .image img {
  width: 100%;
}
.p-modelhouse__info-area .floor-list nav * {
  width: 50%;
}
.p-modelhouse__info-area .floor-list__caption {
  margin: 12px 0 0;
  text-align: center;
  font-size: 14px;
  color: #222222;
}
.p-modelhouse__info-area .map-area {
  border: 1px solid #707070;
  text-align: center;
  padding: 24px 16px;
  margin: 50px 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .p-modelhouse__info-area .map-area {
    padding: 20px 16px;
  }
}
.p-modelhouse__info-area .map-area .title {
  background: #faf9f5;
  font-size: 20px;
  padding: 0 16px;
  margin: auto;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .p-modelhouse__info-area .map-area .title {
    font-size: 18px;
    top: -17px;
  }
}
.p-modelhouse__info-area .map-area a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-modelhouse__info-area .map-area a i:before {
  color: #006a66;
  font-size: 18px;
}
.p-modelhouse__info-area .map-area a p {
  color: #006a66;
  margin: 0 0 0 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .p-modelhouse__info-area .map-area a p {
    font-size: 16px;
  }
}
.p-modelhouse__info-area .btn-area {
  margin: 50px 0 60px;
}
.p-modelhouse__info-area .btn-area__btn {
  font-size: 20px;
  width: 350px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #333333;
  position: relative;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  background: #fff;
  margin: 0 auto;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.p-modelhouse__info-area .btn-area__btn:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
@media (max-width: 576px) {
  .p-modelhouse__info-area .btn-area__btn {
    width: calc(100% - 30px);
    height: 60px;
    font-size: 16px;
  }
}
.p-modelhouse__info-area .btn-area__btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
  background: url("../img/icon/icon-arrow.svg") no-repeat;
  background-size: 100%;
  width: 40px;
  height: 6px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.p-modelhouse__info-area .btn-area__btn:hover:after {
  left: -10px;
}
.p-modelhouse__info-area .btn-area__info {
  margin: 12px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .p-modelhouse__info-area .btn-area__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    text-align: center;
    margin: 16px 0 0;
  }
}
.p-modelhouse__info-area .btn-area__info__tel {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.p-modelhouse__info-area .btn-area__info__store {
  font-size: 14px;
  letter-spacing: 0.2em;
  margin: 0;
  padding: 0 0 0 12px;
}
@media (max-width: 992px) {
  .p-modelhouse__info-area .btn-area__info__store {
    padding: 0;
    font-size: 10px;
    margin: 8px 0 0;
  }
}
@media (max-width: 992px) {
  .p-modelhouse__info-area .movie-area {
    margin: -20px 0 40px;
  }
}
.p-modelhouse__info-area .movie-area a {
  display: block;
  position: relative;
}

.p-rokoti__main-area__top {
  background-color: #B8ABA1;
  height: 110px;
  position: relative;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .p-rokoti__main-area__top {
    padding: 16px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-rokoti__main-area__top .logo {
  max-width: 137px;
  position: relative;
  bottom: -48px;
  z-index: 9;
}
@media (max-width: 992px) {
  .p-rokoti__main-area__top .logo {
    max-width: 100%;
    width: 100%;
    bottom: auto;
  }
  .p-rokoti__main-area__top .logo p {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
.p-rokoti__main-area__top .sub01 {
  max-width: 160px;
  position: absolute;
  left: 45%;
  top: 44px;
  z-index: 9;
}
@media (max-width: 992px) {
  .p-rokoti__main-area__top .sub01 {
    left: auto;
    right: 0;
    top: 16px;
  }
}
@media (max-width: 576px) {
  .p-rokoti__main-area__top .sub01 {
    max-width: 50px;
  }
}
.p-rokoti__main-area__top .rmain {
  width: 420px;
  position: absolute;
  z-index: 9;
  top: 44px;
  right: 40px;
}
@media (max-width: 992px) {
  .p-rokoti__main-area__top .rmain {
    position: relative;
    width: 50%;
    top: auto;
    right: auto;
  }
}
.p-rokoti__main-area__top .sub02 {
  display: none;
}
@media (max-width: 992px) {
  .p-rokoti__main-area__top .sub02 {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(calc(-50% + 120px), 0);
    transform: translate(calc(-50% + 120px), 0);
    max-width: 160px;
    bottom: 16px;
  }
}
@media (max-width: 576px) {
  .p-rokoti__main-area__top .sub02 {
    max-width: 50px;
    -webkit-transform: translate(calc(-50% + 40px), 0);
    transform: translate(calc(-50% + 40px), 0);
  }
}
.p-rokoti__main-area__center {
  background-color: #8A7A6C;
  padding: 36px 40px 120px 40px;
  position: relative;
}
@media (max-width: 992px) {
  .p-rokoti__main-area__center {
    padding: 16px;
  }
}
.p-rokoti__main-area__center h3 {
  color: #fff;
  font-size: 30px;
}
@media (max-width: 992px) {
  .p-rokoti__main-area__center h3 {
    font-size: 16px;
    margin-top: 0;
  }
}
.p-rokoti__main-area__center p {
  color: #fff;
}
@media (max-width: 992px) {
  .p-rokoti__main-area__center p {
    font-size: 14px;
  }
}
.p-rokoti__main-area__center .sub02 {
  position: absolute;
  left: 40px;
  bottom: -24px;
  max-width: 160px;
}
@media (max-width: 992px) {
  .p-rokoti__main-area__center .sub02 {
    display: none;
  }
}
.p-rokoti__main-area__center .sub03 {
  max-width: 231px;
  position: absolute;
  left: 35%;
  bottom: 0;
  right: 0;
}
@media (max-width: 992px) {
  .p-rokoti__main-area__center .sub03 {
    top: 8px;
    right: 16px;
    left: auto;
    bottom: auto;
    width: 35%;
    max-width: 146px;
  }
}
.p-rokoti__main-area__bottom {
  background-color: #EEE8DF;
  height: #EEE8DF;
  height: 64px;
}
@media (max-width: 992px) {
  .p-rokoti__main-area__bottom {
    height: 16px;
  }
}
.p-rokoti__point {
  background: #faf9f5;
  padding: 70px 0 160px;
  margin: 110px 0 0;
}
@media (max-width: 992px) {
  .p-rokoti__point {
    padding: 70px 0 60px;
    margin: 60px 0 0;
  }
}
.p-rokoti__point__title--sub {
  text-align: center;
}
.p-rokoti__point__title--sub .number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: 30px;
  font-family: "Avenir", "sans-serif";
  font-weight: 800;
  border-radius: 50%;
  background: #8a7e7a;
}
.p-rokoti__point__title--sub .title {
  margin: 12px 0 4px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif !important;
  font-weight: 800;
  font-size: 27px;
  letter-spacing: 0.13em;
  color: #333;
}
.p-rokoti__point__title--main {
  font-size: 27px;
  font-weight: 700;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif !important;
  font-weight: 800;
  color: #8a7e7a;
  text-align: center;
  margin: 40px 0 0;
  letter-spacing: 0.09em;
}
.p-rokoti__point__top__head {
  margin: -100px 0 0;
}
.p-rokoti__point__top__head__line {
  height: 30px;
  width: 1px;
  content: "";
  display: block;
  margin: 10px auto -30px;
  border-left: 1px dashed #707070;
}
@media (min-width: 992.02px) {
  .p-rokoti__point__top__main {
    margin-bottom: -40px;
  }
}
.p-rokoti__point__bottom {
  margin: 120px 0 0;
}
@media (max-width: 992px) {
  .p-rokoti__point__bottom {
    margin: 60px 0 0;
  }
}
.p-rokoti__point__bottom ol,
.p-rokoti__point__bottom li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-rokoti__point__bottom__list {
  counter-reset: point_title;
  counter-reset: point_title 1;
}
.p-rokoti__point__bottom__list li {
  padding: 0 0 120px;
}
@media (max-width: 992px) {
  .p-rokoti__point__bottom__list li {
    padding: 0 0 60px;
  }
}
.p-rokoti__point__bottom__list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .p-rokoti__point__bottom__list li .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.p-rokoti__point__bottom__list .col-left .col__inner {
  position: relative;
}
@media (max-width: 992px) {
  .p-rokoti__point__bottom__list .col-left .col__inner {
    padding: 50px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .p-rokoti__point__bottom__list .col-left .col__inner .left {
    max-width: 80px;
  }
  .p-rokoti__point__bottom__list .col-left .col__inner .right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    padding: 0 0 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .p-rokoti__point__bottom__list .col-left .col__inner .right {
    padding: 0;
  }
}
.p-rokoti__point__bottom__list .col-left .col__inner .left .p-rokoti__point__title--sub {
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-rokoti__point__bottom__list .col-left .col__inner .right .p-rokoti__point__title--main {
  text-align: left;
  margin: 36px 0 48px 48px;
  position: relative;
  display: inline-block;
  color: #333333;
  font-weight: normal;
}
@media (max-width: 992px) {
  .p-rokoti__point__bottom__list .col-left .col__inner .right .p-rokoti__point__title--main {
    font-size: 20px;
  }
}
.p-rokoti__point__bottom__list .col-left .col__inner .right .p-rokoti__point__title--main:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 43px;
  background: url("../img/modelhouse/rokoti/ttl-ldec.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -48px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-rokoti__point__bottom__list .col-left .col__inner .right .p-rokoti__point__title--main::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 43px;
  background: url("../img/modelhouse/rokoti/ttl-rdec.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -48px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .p-rokoti__point__bottom__list .col-left .col__inner .right .p-rokoti__point__title--main {
    margin: 0px 0 0;
    display: block;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-rokoti__point__bottom__list__head {
  color: #333333;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.p-rokoti__point__bottom__list__title {
  color: #8a7e7a;
  font-size: 27px;
  letter-spacing: 0.35em;
  margin: 30px 0 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.p-rokoti__point__bottom__list .number {
  counter-increment: point_title;
}
.p-rokoti__point__bottom__list .number:before {
  content: counter(point_title);
}
.p-rokoti__point__bottom__list .bg {
  overflow: hidden;
  padding-top: 75%;
}
.p-rokoti__point__bottom__list__text {
  margin: 12px 0 0;
  font-size: 14px;
  color: #1c1b1b;
  max-width: 280px;
  line-height: 2.2;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  .p-rokoti__point__bottom__list__text {
    max-width: 100%;
  }
  .p-rokoti__point__bottom__list__text br {
    display: none !important;
  }
  .p-rokoti__point__bottom__list__text {
    margin: 24px 0 0;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

body.rokoti .p-form--include-entry .c-title__org--01 .c-title__org--01__main {
  font-family: "Noto Sans JP", "Meiryo", sans-serif;
  color: #8a7e7a;
  font-size: 27px;
}
body.rokoti .p-rokoti h2,
body.rokoti .p-rokoti h3,
body.rokoti .p-rokoti h4,
body.rokoti .p-rokoti h5,
body.rokoti .p-rokoti h6,
body.rokoti .p-rokoti p,
body.rokoti .p-rokoti a {
  font-family: "Noto Sans JP", "Meiryo", sans-serif;
}
body.rokoti .p-rokoti .p-modelhouse__point__slider {
  margin: 80px 0;
}
body.rokoti .p-rokoti .p-modelhouse__point__slider .bg {
  padding-top: 150%;
}
body.rokoti .p-rokoti .p-modelhouse__point__slider .swiper-nav {
  margin-top: 40px;
}
body.rokoti .p-modelhouse__info-area {
  margin: 120px 0 0;
}
body.rokoti .p-modelhouse__info-area__inner__logo {
  margin: -222px auto 80px;
}
@media (max-width: 992px) {
  body.rokoti .p-modelhouse__info-area__inner__logo {
    margin: -162px auto 60px;
  }
}
@media (max-width: 992px) {
  body.rokoti .p-modelhouse__official-bnr__info {
    background: #857975;
  }
  body.rokoti .p-modelhouse__official-bnr__info .p-modelhouse__official-bnr__info__contents * {
    color: #fff;
  }
}
@media (max-width: 992px) {
  body.rokoti .p-modelhouse__official-bnr__info .title--sub:before {
    background: #fff;
  }
}
body.rokoti .p-modelhouse__official-bnr__info > .line {
  background: #857975;
}
@media (min-width: 992.02px) {
  body.rokoti .p-modelhouse__official-bnr .line p {
    color: #fff;
  }
}
body.rokoti .p-modelhouse__point__slider .swiper-nav p {
  font-family: "Avenir", "sans-serif";
  font-weight: 700;
}
@media (min-width: 992.02px) {
  body.rokoti .modaal-image .modaal-container {
    max-width: 60%;
  }
}
/*# sourceMappingURL=maps/style.min.css.map */