@charset "UTF-8";
/****************************************************************
配色設定
****************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allison&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
@import '../js/dist/photoswipe/photoswipe.css';
@import '../js/dist/photoswipe-dynamic-caption-plugin/photoswipe-dynamic-caption-plugin.css';
:root {
  --bs-primary: #999A9A;
  --bs-secondary: #BD2024;
  --bs-tertiary: #666;
}

.bg-current {
  background-color: currentColor;
}

.border-primary {
  border-color: #999A9A !important;
}

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

.border-tertiary {
  border-color: #666 !important;
}

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

.border-info {
  border-color: #0dcaf0 !important;
}

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

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

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

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

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

.border-black {
  border-color: black !important;
}

.border-beige {
  border-color: #faf5ea !important;
}

.border-teal {
  border-color: #fffcb9 !important;
}

.border-gray {
  border-color: #666 !important;
}

.border-primary-tint {
  border-color: #e0e1e1 !important;
}

.border-secondary-tint {
  border-color: #ebbcbd !important;
}

.border-tertiary-tint {
  border-color: #d1d1d1 !important;
}

.border-gray-tint {
  border-color: #f0f0f0 !important;
}

.bg-blend-light {
  background-color: rgba(255, 255, 255, 0.8) !important;
  background-blend-mode: lighten !important;
}

.bg-blend-dark {
  background-color: rgba(0, 0, 0, 0.5) !important;
  background-blend-mode: multiply !important;
}

.bg-black-00 {
  background-color: rgba(0, 0, 0, 0) !important;
}

.bg-black-01 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.bg-black-02 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.bg-black-03 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.bg-black-04 {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.bg-black-05 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-black-06 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.bg-black-07 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.bg-black-08 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.bg-black-09 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.bg-black-10 {
  background-color: black !important;
}

@media (max-width: 992px) {
  .tbg-black-00 {
    background-color: rgba(0, 0, 0, 0) !important;
  }
  .tbg-black-01 {
    background-color: rgba(0, 0, 0, 0.1) !important;
  }
  .tbg-black-02 {
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .tbg-black-03 {
    background-color: rgba(0, 0, 0, 0.3) !important;
  }
  .tbg-black-04 {
    background-color: rgba(0, 0, 0, 0.4) !important;
  }
  .tbg-black-05 {
    background-color: rgba(0, 0, 0, 0.5) !important;
  }
  .tbg-black-06 {
    background-color: rgba(0, 0, 0, 0.6) !important;
  }
  .tbg-black-07 {
    background-color: rgba(0, 0, 0, 0.7) !important;
  }
  .tbg-black-08 {
    background-color: rgba(0, 0, 0, 0.8) !important;
  }
  .tbg-black-09 {
    background-color: rgba(0, 0, 0, 0.9) !important;
  }
  .tbg-black-10 {
    background-color: black !important;
  }
}
@media (max-width: 576px) {
  .mbg-black-00 {
    background-color: rgba(0, 0, 0, 0) !important;
  }
  .mbg-black-01 {
    background-color: rgba(0, 0, 0, 0.1) !important;
  }
  .mbg-black-02 {
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .mbg-black-03 {
    background-color: rgba(0, 0, 0, 0.3) !important;
  }
  .mbg-black-04 {
    background-color: rgba(0, 0, 0, 0.4) !important;
  }
  .mbg-black-05 {
    background-color: rgba(0, 0, 0, 0.5) !important;
  }
  .mbg-black-06 {
    background-color: rgba(0, 0, 0, 0.6) !important;
  }
  .mbg-black-07 {
    background-color: rgba(0, 0, 0, 0.7) !important;
  }
  .mbg-black-08 {
    background-color: rgba(0, 0, 0, 0.8) !important;
  }
  .mbg-black-09 {
    background-color: rgba(0, 0, 0, 0.9) !important;
  }
  .mbg-black-10 {
    background-color: black !important;
  }
}
.bg-white-00 {
  background-color: rgba(255, 255, 255, 0) !important;
}

.bg-white-01 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.bg-white-02 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.bg-white-03 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.bg-white-04 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.bg-white-05 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.bg-white-06 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.bg-white-07 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.bg-white-08 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.bg-white-09 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

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

@media (max-width: 992px) {
  .tbg-white-00 {
    background-color: rgba(255, 255, 255, 0) !important;
  }
  .tbg-white-01 {
    background-color: rgba(255, 255, 255, 0.1) !important;
  }
  .tbg-white-02 {
    background-color: rgba(255, 255, 255, 0.2) !important;
  }
  .tbg-white-03 {
    background-color: rgba(255, 255, 255, 0.3) !important;
  }
  .tbg-white-04 {
    background-color: rgba(255, 255, 255, 0.4) !important;
  }
  .tbg-white-05 {
    background-color: rgba(255, 255, 255, 0.5) !important;
  }
  .tbg-white-06 {
    background-color: rgba(255, 255, 255, 0.6) !important;
  }
  .tbg-white-07 {
    background-color: rgba(255, 255, 255, 0.7) !important;
  }
  .tbg-white-08 {
    background-color: rgba(255, 255, 255, 0.8) !important;
  }
  .tbg-white-09 {
    background-color: rgba(255, 255, 255, 0.9) !important;
  }
  .tbg-white-10 {
    background-color: white !important;
  }
}
@media (max-width: 576px) {
  .mbg-white-00 {
    background-color: rgba(255, 255, 255, 0) !important;
  }
  .mbg-white-01 {
    background-color: rgba(255, 255, 255, 0.1) !important;
  }
  .mbg-white-02 {
    background-color: rgba(255, 255, 255, 0.2) !important;
  }
  .mbg-white-03 {
    background-color: rgba(255, 255, 255, 0.3) !important;
  }
  .mbg-white-04 {
    background-color: rgba(255, 255, 255, 0.4) !important;
  }
  .mbg-white-05 {
    background-color: rgba(255, 255, 255, 0.5) !important;
  }
  .mbg-white-06 {
    background-color: rgba(255, 255, 255, 0.6) !important;
  }
  .mbg-white-07 {
    background-color: rgba(255, 255, 255, 0.7) !important;
  }
  .mbg-white-08 {
    background-color: rgba(255, 255, 255, 0.8) !important;
  }
  .mbg-white-09 {
    background-color: rgba(255, 255, 255, 0.9) !important;
  }
  .mbg-white-10 {
    background-color: white !important;
  }
}
.bg-gray-00 {
  background-color: rgba(250, 250, 250, 0) !important;
}

.bg-gray-01 {
  background-color: rgba(250, 250, 250, 0.1) !important;
}

.bg-gray-02 {
  background-color: rgba(250, 250, 250, 0.2) !important;
}

.bg-gray-03 {
  background-color: rgba(250, 250, 250, 0.3) !important;
}

.bg-gray-04 {
  background-color: rgba(250, 250, 250, 0.4) !important;
}

.bg-gray-05 {
  background-color: rgba(250, 250, 250, 0.5) !important;
}

.bg-gray-06 {
  background-color: rgba(250, 250, 250, 0.6) !important;
}

.bg-gray-07 {
  background-color: rgba(250, 250, 250, 0.7) !important;
}

.bg-gray-08 {
  background-color: rgba(250, 250, 250, 0.8) !important;
}

.bg-gray-09 {
  background-color: rgba(250, 250, 250, 0.9) !important;
}

.bg-gray-10 {
  background-color: #fafafa !important;
}

@media (max-width: 992px) {
  .tbg-gray-00 {
    background-color: rgba(250, 250, 250, 0) !important;
  }
  .tbg-gray-01 {
    background-color: rgba(250, 250, 250, 0.1) !important;
  }
  .tbg-gray-02 {
    background-color: rgba(250, 250, 250, 0.2) !important;
  }
  .tbg-gray-03 {
    background-color: rgba(250, 250, 250, 0.3) !important;
  }
  .tbg-gray-04 {
    background-color: rgba(250, 250, 250, 0.4) !important;
  }
  .tbg-gray-05 {
    background-color: rgba(250, 250, 250, 0.5) !important;
  }
  .tbg-gray-06 {
    background-color: rgba(250, 250, 250, 0.6) !important;
  }
  .tbg-gray-07 {
    background-color: rgba(250, 250, 250, 0.7) !important;
  }
  .tbg-gray-08 {
    background-color: rgba(250, 250, 250, 0.8) !important;
  }
  .tbg-gray-09 {
    background-color: rgba(250, 250, 250, 0.9) !important;
  }
  .tbg-gray-10 {
    background-color: #fafafa !important;
  }
}
@media (max-width: 576px) {
  .mbg-gray-00 {
    background-color: rgba(250, 250, 250, 0) !important;
  }
  .mbg-gray-01 {
    background-color: rgba(250, 250, 250, 0.1) !important;
  }
  .mbg-gray-02 {
    background-color: rgba(250, 250, 250, 0.2) !important;
  }
  .mbg-gray-03 {
    background-color: rgba(250, 250, 250, 0.3) !important;
  }
  .mbg-gray-04 {
    background-color: rgba(250, 250, 250, 0.4) !important;
  }
  .mbg-gray-05 {
    background-color: rgba(250, 250, 250, 0.5) !important;
  }
  .mbg-gray-06 {
    background-color: rgba(250, 250, 250, 0.6) !important;
  }
  .mbg-gray-07 {
    background-color: rgba(250, 250, 250, 0.7) !important;
  }
  .mbg-gray-08 {
    background-color: rgba(250, 250, 250, 0.8) !important;
  }
  .mbg-gray-09 {
    background-color: rgba(250, 250, 250, 0.9) !important;
  }
  .mbg-gray-10 {
    background-color: #fafafa !important;
  }
}
.form-control:focus {
  border-color: #999A9A !important;
  box-shadow: 0 0 0 0.25rem rgba(153, 154, 154, 0.3) !important;
}
.form-control[readonly] {
  background-color: white !important;
}

.form-check-input:checked {
  background-color: #999A9A !important;
  border-color: #999A9A !important;
}
.form-check-input:focus {
  border-color: #999A9A !important;
  box-shadow: 0 0 0 0.25rem rgba(153, 154, 154, 0.3) !important;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(153, 154, 154, 0.1) !important;
  box-shadow: inset 0 -1px 0 rgba(153, 154, 154, 0.5) !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23999A9A'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.accordion-button:focus {
  border-color: rgba(153, 154, 154, 0.1) !important;
  box-shadow: 0 0 0 0.25rem rgba(153, 154, 154, 0.5) !important;
}

/****************************************************************
フォント設定
****************************************************************/
.en {
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif" !important;
}

.en-stroke {
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif" !important;
  -webkit-text-stroke: 1px #999A9A;
  text-stroke: 1px #999A9A;
  color: transparent;
}

.en-san {
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif" !important;
}

.en-serif {
  font-family: "", "Times New Roman", "yumincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "serif" !important;
}

.en-hw {
  font-family: "Allison", cursive !important;
}

.ja {
  font-family: "yakuhanJP", "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif" !important;
}

.ja-san {
  font-family: "yakuhanJP", "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif" !important;
}

.ja-serif {
  font-family: "yakuhanMP", "", "Times New Roman", "yumincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "serif" !important;
}

/****************************************************************
アイコン設定
****************************************************************/
@font-face {
  font-family: "icomoon";
  src: url("../js/dist/icomoon/fonts/icomoon.eot?tnbz9d");
  src: url("../js/dist/icomoon/fonts/icomoon.eot?tnbz9d#iefix") format("embedded-opentype"), url("../js/dist/icomoon/fonts/icomoon.ttf?tnbz9d") format("truetype"), url("../js/dist/icomoon/fonts/icomoon.woff?tnbz9d") format("woff"), url("../js/dist/icomoon/fonts/icomoon.svg?tnbz9d#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i.pseudo-icon {
  line-height: 1;
}

.pseudo-icon::before {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pseudo-icon._angle-right::before {
  content: "\e901";
}
.pseudo-icon._calendar::before {
  content: "\e953";
}
.pseudo-icon._cart::before {
  content: "\e93a";
}
.pseudo-icon._checkbox-checked::before {
  content: "\ea52";
}
.pseudo-icon._checkmark::before {
  content: "\ea10";
}
.pseudo-icon._circle::before {
  content: "\e908";
}
.pseudo-icon._circle-right::before {
  content: "\ea42";
}
.pseudo-icon._circle-right-fill::before {
  content: "\e904";
}
.pseudo-icon._clock2::before {
  content: "\e94f";
}
.pseudo-icon._envelope::before {
  content: "\e906";
}
.pseudo-icon._exclamation-circle::before {
  content: "\e90c";
}
.pseudo-icon._exclamation-mark::before {
  content: "\e90b";
}
.pseudo-icon._fax::before {
  content: "\e907";
}
.pseudo-icon._free-dial::before {
  content: "\e90a";
}
.pseudo-icon._home3::before {
  content: "\e903";
}
.pseudo-icon._link::before {
  content: "\e905";
}
.pseudo-icon._location::before {
  content: "\e947";
}
.pseudo-icon._mobile::before {
  content: "\e958";
}
.pseudo-icon._paste::before {
  content: "\e92d";
}
.pseudo-icon._phone::before {
  content: "\e942";
}
.pseudo-icon._printer::before {
  content: "\e954";
}
.pseudo-icon._quotes-left::before {
  content: "\e977";
}
.pseudo-icon._quotes-right::before {
  content: "\e978";
}
.pseudo-icon._user::before {
  content: "\e971";
}
.pseudo-icon._reference-mark::before {
  content: "※";
}
.pseudo-icon._ameba::before {
  content: "\e909";
}
.pseudo-icon._facebook::before {
  content: "\ea90";
}
.pseudo-icon._instagram::before {
  content: "\ea92";
}
.pseudo-icon._line::before {
  content: "\e902";
}
.pseudo-icon._pinterest::before {
  content: "\ead1";
}
.pseudo-icon._tiktok::before {
  content: "\e900";
}
.pseudo-icon._twitter::before {
  content: "\ea96";
}
.pseudo-icon._youtube::before {
  content: "\ea9d";
}

.link-icon {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  color: #f8f9fa;
  letter-spacing: 0;
  background-color: #212529;
  border-radius: 100px;
}
.link-icon::before {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  font-size: 0.65em;
  font-weight: 400;
  transform: translate(-50%, -50%);
}
.link-icon._ameba {
  background-color: #2d8c3c;
}
.link-icon._ameba::before {
  content: "\e909";
}
.link-icon._facebook {
  background-color: #315096;
}
.link-icon._facebook::before {
  content: "\ea90";
}
.link-icon._instagram {
  background-image: var(--instagram-gradient);
  background-size: 100% 100%;
}
.link-icon._instagram::before {
  content: "\ea92";
}
.link-icon._line {
  background-color: #00b900;
}
.link-icon._line::before {
  content: "\e902";
}
.link-icon._pinterest {
  background-color: #bd081c;
}
.link-icon._pinterest::before {
  content: "\ead1";
}
.link-icon._tiktok {
  background-color: #000;
}
.link-icon._tiktok::before {
  content: "\e900";
}
.link-icon._twitter {
  background-color: #1da1f2;
}
.link-icon._twitter::before {
  content: "\ea96";
}
.link-icon._youtube {
  background-color: #da1725;
}
.link-icon._youtube::before {
  content: "\ea9d";
}
.link-icon._angle-right {
  background-color: #999A9A;
}
.link-icon._angle-right::before {
  content: "\e901";
}
.link-icon._calendar {
  background-color: #999A9A;
}
.link-icon._calendar::before {
  content: "\e953";
}
.link-icon._cart {
  background-color: #999A9A;
}
.link-icon._cart::before {
  content: "\e93a";
}
.link-icon._checkbox-checked {
  background-color: #999A9A;
}
.link-icon._checkbox-checked::before {
  content: "\ea52";
}
.link-icon._checkmark {
  background-color: #999A9A;
}
.link-icon._checkmark::before {
  content: "\ea10";
}
.link-icon._circle {
  background-color: #999A9A;
}
.link-icon._circle::before {
  content: "\e908";
}
.link-icon._circle-right {
  background-color: #999A9A;
}
.link-icon._circle-right::before {
  content: "\ea42";
}
.link-icon._circle-right-fill {
  background-color: #999A9A;
}
.link-icon._circle-right-fill::before {
  content: "\e904";
}
.link-icon._clock2 {
  background-color: #999A9A;
}
.link-icon._clock2::before {
  content: "\e94f";
}
.link-icon._envelope {
  background-color: #999A9A;
}
.link-icon._envelope::before {
  content: "\e906";
}
.link-icon._exclamation-circle {
  background-color: #999A9A;
}
.link-icon._exclamation-circle::before {
  content: "\e90c";
}
.link-icon._exclamation-mark {
  background-color: #999A9A;
}
.link-icon._exclamation-mark::before {
  content: "\e90b";
}
.link-icon._fax {
  background-color: #999A9A;
}
.link-icon._fax::before {
  content: "\e907";
}
.link-icon._free-dial {
  background-color: #999A9A;
}
.link-icon._free-dial::before {
  content: "\e90a";
}
.link-icon._home3 {
  background-color: #999A9A;
}
.link-icon._home3::before {
  content: "\e903";
}
.link-icon._link {
  background-color: #999A9A;
}
.link-icon._link::before {
  content: "\e905";
}
.link-icon._location {
  background-color: #999A9A;
}
.link-icon._location::before {
  content: "\e947";
}
.link-icon._mobile {
  background-color: #999A9A;
}
.link-icon._mobile::before {
  content: "\e958";
}
.link-icon._paste {
  background-color: #999A9A;
}
.link-icon._paste::before {
  content: "\e92d";
}
.link-icon._phone {
  background-color: #999A9A;
}
.link-icon._phone::before {
  content: "\e942";
}
.link-icon._printer {
  background-color: #999A9A;
}
.link-icon._printer::before {
  content: "\e954";
}
.link-icon._quotes-left {
  background-color: #999A9A;
}
.link-icon._quotes-left::before {
  content: "\e977";
}
.link-icon._quotes-right {
  background-color: #999A9A;
}
.link-icon._quotes-right::before {
  content: "\e978";
}
.link-icon._user {
  background-color: #999A9A;
}
.link-icon._user::before {
  content: "\e971";
}
.link-icon._reference-mark {
  background-color: #999A9A;
}
.link-icon._reference-mark::before {
  content: "※";
}
.link-icon:hover {
  opacity: 0.8;
}
.link-icon:hover::before {
  color: white;
}

:root {
  --instagram-gradient:url("data:image/jpeg;base64,/9j/4QbPRXhpZgAATU0AKgAAAAgADAEAAAMAAAABBkAAAAEBAAMAAAABBLAAAAECAAMAAAADAAAAngEGAAMAAAABAAIAAAESAAMAAAABAAEAAAEVAAMAAAABAAMAAAEaAAUAAAABAAAApAEbAAUAAAABAAAArAEoAAMAAAABAAIAAAExAAIAAAAhAAAAtAEyAAIAAAAUAAAA1YdpAAQAAAABAAAA7AAAASQACAAIAAgACvyAAAAnEAAK/IAAACcQQWRvYmUgUGhvdG9zaG9wIDIzLjQgKE1hY2ludG9zaCkAMjAyMjowNzowMiAxMjo0NDozMgAAAAAABJAAAAcAAAAEMDIzMaABAAMAAAAB//8AAKACAAQAAAABAAABLKADAAQAAAABAAAAyAAAAAAAAAAGAQMAAwAAAAEABgAAARoABQAAAAEAAAFyARsABQAAAAEAAAF6ASgAAwAAAAEAAgAAAgEABAAAAAEAAAGCAgIABAAAAAEAAAVFAAAAAAAAAEgAAAABAAAASAAAAAH/2P/tAAxBZG9iZV9DTQAC/+4ADkFkb2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBEMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwMDAwREQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgAawCgAwEiAAIRAQMRAf/dAAQACv/EAT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAAAQACAwQFBgcICQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVSwWIzNHKC0UMHJZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFRYXEiEwUygZEUobFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOEw9N14/NGlKSFtJXE1OT0pbXF1eX1VmZ2hpamtsbW5vYnN0dXZ3eHl6e3x//aAAwDAQACEQMRAD8Am4IbgjkIbgsOEntolC4IZCO4IbgrOObLEoXBDc1HIQ3BXMc2SJaz2oRVpzUF7VexzZom0SZSTKzGS2QWUSpJKWJYpRYpFIpKaMmCcWJChwiEKJCnhJqzgskm4TqzCTRzYlwU6inBlWIycrmMPUP/0LLghkIzgoELngXsolC4IbgjuCG4KaEmWJQOCgQjOCGQreObLEoXBDc1HIUHBXMeRkiWo9sKCsvagObCu452yg2xKZOkrEZLJRYplJMQpYlilFZMQnSU0ZNecGBCiEQhQIViEmrkhakuEgkrEJtDNi3f/9G+5qG4Kw9qE5q5sF66MkBCg4IxCgQpIlliUDghuCO4Ibgp4TZYlCQoOCM4IZCt45soKFzUF7VZcENzVcxZGSMmqRCijPahEQrsJ2ybhiUk6YqeJY5RWITKSYhSxLDKKyiQpJFTQk15wRkJBSIUeCrEJNXJC3//0th7UFzVbe1Be1c0C9RCTVcEMhWHNQnBOBZ4lCQoOCMQhkKSMmWJQuCG4I7ghuCsQmyxKEhDcEZwUCFbxzZAUDmoL2qy4Ibmq7iyMsZNYpkR7YUFchJeRbEpJymU0SxSixKSdMpYlhlFYhRIU0xCnhJrTi//0+ie1Be1W3NQXtXMPRQk03tQnNVt7UB7U4FsQk13BDIR3BDcE4FmiULghuCMQoOCljJliUDgoOCM4KDgrOObLEoCFBwRiFBwVvHNkBa7moLmwrTghPar2LIyxk10ym4QVFWoyXELJiE6SmiWGUWKSchMpYyYZxf/1Ore1Cc1WntQXtXMl3ISar2oL2q25qC9qTPCTTe1CcFae1Bc1EFsRk13BQIRnBDITwWaJQuCg4IxCg4KWEmWJQOCGQjuCG4K1jmyxKFwQ3NRyENwVzHkZIlrPahEK05qC9qu4sjLEokykmVqMlSCyYp0yliWGUX/1e0c1Ce1WHITlzRdeNtZzUJzVYehOTWeNtZ7UB7VaegvRDYhbVc1CcFYehOTg2I2hcFAhFchlPFssbROCG4IzkNynhbJG0LgoEIpUCrePi7MotE4ITmo7kNyuYjLsyxtrPaho70Eq7jMuzJ01WTJ0xViNrJU/wD/2f/tDoRQaG90b3Nob3AgMy4wADhCSU0EBAAAAAAADxwBWgADGyVHHAIAAAIAAAA4QklNBCUAAAAAABDNz/p9qMe+CQVwdq6vBcNOOEJJTQQ6AAAAAADXAAAAEAAAAAEAAAAAAAtwcmludE91dHB1dAAAAAUAAAAAUHN0U2Jvb2wBAAAAAEludGVlbnVtAAAAAEludGUAAAAASW1nIAAAAA9wcmludFNpeHRlZW5CaXRib29sAAAAAAtwcmludGVyTmFtZVRFWFQAAAABAAAAAAAPcHJpbnRQcm9vZlNldHVwT2JqYwAAAAVoIWtjii1bmgAAAAAACnByb29mU2V0dXAAAAABAAAAAEJsdG5lbnVtAAAADGJ1aWx0aW5Qcm9vZgAAAAlwcm9vZkNNWUsAOEJJTQQ7AAAAAAItAAAAEAAAAAEAAAAAABJwcmludE91dHB1dE9wdGlvbnMAAAAXAAAAAENwdG5ib29sAAAAAABDbGJyYm9vbAAAAAAAUmdzTWJvb2wAAAAAAENybkNib29sAAAAAABDbnRDYm9vbAAAAAAATGJsc2Jvb2wAAAAAAE5ndHZib29sAAAAAABFbWxEYm9vbAAAAAAASW50cmJvb2wAAAAAAEJja2dPYmpjAAAAAQAAAAAAAFJHQkMAAAADAAAAAFJkICBkb3ViQG/gAAAAAAAAAAAAR3JuIGRvdWJAb+AAAAAAAAAAAABCbCAgZG91YkBv4AAAAAAAAAAAAEJyZFRVbnRGI1JsdAAAAAAAAAAAAAAAAEJsZCBVbnRGI1JsdAAAAAAAAAAAAAAAAFJzbHRVbnRGI1B4bEBSAAAAAAAAAAAACnZlY3RvckRhdGFib29sAQAAAABQZ1BzZW51bQAAAABQZ1BzAAAAAFBnUEMAAAAATGVmdFVudEYjUmx0AAAAAAAAAAAAAAAAVG9wIFVudEYjUmx0AAAAAAAAAAAAAAAAU2NsIFVudEYjUHJjQFkAAAAAAAAAAAAQY3JvcFdoZW5QcmludGluZ2Jvb2wAAAAADmNyb3BSZWN0Qm90dG9tbG9uZwAAAAAAAAAMY3JvcFJlY3RMZWZ0bG9uZwAAAAAAAAANY3JvcFJlY3RSaWdodGxvbmcAAAAAAAAAC2Nyb3BSZWN0VG9wbG9uZwAAAAAAOEJJTQPtAAAAAAAQAEgAAAABAAIASAAAAAEAAjhCSU0EJgAAAAAADgAAAAAAAAAAAAA/gAAAOEJJTQPyAAAAAAAKAAD///////8AADhCSU0EDQAAAAAABAAAAFo4QklNBBkAAAAAAAQAAAAeOEJJTQPzAAAAAAAJAAAAAAAAAAABADhCSU0nEAAAAAAACgABAAAAAAAAAAI4QklNA/UAAAAAAEgAL2ZmAAEAbGZmAAYAAAAAAAEAL2ZmAAEAoZmaAAYAAAAAAAEAMgAAAAEAWgAAAAYAAAAAAAEANQAAAAEALQAAAAYAAAAAAAE4QklNA/gAAAAAAHAAAP////////////////////////////8D6AAAAAD/////////////////////////////A+gAAAAA/////////////////////////////wPoAAAAAP////////////////////////////8D6AAAOEJJTQQIAAAAAAAQAAAAAQAAAkAAAAJAAAAAADhCSU0ERAAAAAAAEAAAAAIAAAJAAAACQAAAAAA4QklNBB4AAAAAAAQAAAAAOEJJTQQaAAAAAANFAAAABgAAAAAAAAAAAAAAyAAAASwAAAAIADIAMgA4ADQAMAAyADgAOQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAABLAAAAMgAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAQAAAAAAAG51bGwAAAACAAAABmJvdW5kc09iamMAAAABAAAAAAAAUmN0MQAAAAQAAAAAVG9wIGxvbmcAAAAAAAAAAExlZnRsb25nAAAAAAAAAABCdG9tbG9uZwAAAMgAAAAAUmdodGxvbmcAAAEsAAAABnNsaWNlc1ZsTHMAAAABT2JqYwAAAAEAAAAAAAVzbGljZQAAABIAAAAHc2xpY2VJRGxvbmcAAAAAAAAAB2dyb3VwSURsb25nAAAAAAAAAAZvcmlnaW5lbnVtAAAADEVTbGljZU9yaWdpbgAAAA1hdXRvR2VuZXJhdGVkAAAAAFR5cGVlbnVtAAAACkVTbGljZVR5cGUAAAAASW1nIAAAAAZib3VuZHNPYmpjAAAAAQAAAAAAAFJjdDEAAAAEAAAAAFRvcCBsb25nAAAAAAAAAABMZWZ0bG9uZwAAAAAAAAAAQnRvbWxvbmcAAADIAAAAAFJnaHRsb25nAAABLAAAAAN1cmxURVhUAAAAAQAAAAAAAG51bGxURVhUAAAAAQAAAAAAAE1zZ2VURVhUAAAAAQAAAAAABmFsdFRhZ1RFWFQAAAABAAAAAAAOY2VsbFRleHRJc0hUTUxib29sAQAAAAhjZWxsVGV4dFRFWFQAAAABAAAAAAAJaG9yekFsaWduZW51bQAAAA9FU2xpY2VIb3J6QWxpZ24AAAAHZGVmYXVsdAAAAAl2ZXJ0QWxpZ25lbnVtAAAAD0VTbGljZVZlcnRBbGlnbgAAAAdkZWZhdWx0AAAAC2JnQ29sb3JUeXBlZW51bQAAABFFU2xpY2VCR0NvbG9yVHlwZQAAAABOb25lAAAACXRvcE91dHNldGxvbmcAAAAAAAAACmxlZnRPdXRzZXRsb25nAAAAAAAAAAxib3R0b21PdXRzZXRsb25nAAAAAAAAAAtyaWdodE91dHNldGxvbmcAAAAAADhCSU0EKAAAAAAADAAAAAI/8AAAAAAAADhCSU0EEQAAAAAAAQEAOEJJTQQUAAAAAAAEAAAABDhCSU0EDAAAAAAFYQAAAAEAAACgAAAAawAAAeAAAMigAAAFRQAYAAH/2P/tAAxBZG9iZV9DTQAC/+4ADkFkb2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBEMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwMDAwREQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgAawCgAwEiAAIRAQMRAf/dAAQACv/EAT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAAAQACAwQFBgcICQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVSwWIzNHKC0UMHJZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFRYXEiEwUygZEUobFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOEw9N14/NGlKSFtJXE1OT0pbXF1eX1VmZ2hpamtsbW5vYnN0dXZ3eHl6e3x//aAAwDAQACEQMRAD8Am4IbgjkIbgsOEntolC4IZCO4IbgrOObLEoXBDc1HIQ3BXMc2SJaz2oRVpzUF7VexzZom0SZSTKzGS2QWUSpJKWJYpRYpFIpKaMmCcWJChwiEKJCnhJqzgskm4TqzCTRzYlwU6inBlWIycrmMPUP/0LLghkIzgoELngXsolC4IbgjuCG4KaEmWJQOCgQjOCGQreObLEoXBDc1HIUHBXMeRkiWo9sKCsvagObCu452yg2xKZOkrEZLJRYplJMQpYlilFZMQnSU0ZNecGBCiEQhQIViEmrkhakuEgkrEJtDNi3f/9G+5qG4Kw9qE5q5sF66MkBCg4IxCgQpIlliUDghuCO4Ibgp4TZYlCQoOCM4IZCt45soKFzUF7VZcENzVcxZGSMmqRCijPahEQrsJ2ybhiUk6YqeJY5RWITKSYhSxLDKKyiQpJFTQk15wRkJBSIUeCrEJNXJC3//0th7UFzVbe1Be1c0C9RCTVcEMhWHNQnBOBZ4lCQoOCMQhkKSMmWJQuCG4I7ghuCsQmyxKEhDcEZwUCFbxzZAUDmoL2qy4Ibmq7iyMsZNYpkR7YUFchJeRbEpJymU0SxSixKSdMpYlhlFYhRIU0xCnhJrTi//0+ie1Be1W3NQXtXMPRQk03tQnNVt7UB7U4FsQk13BDIR3BDcE4FmiULghuCMQoOCljJliUDgoOCM4KDgrOObLEoCFBwRiFBwVvHNkBa7moLmwrTghPar2LIyxk10ym4QVFWoyXELJiE6SmiWGUWKSchMpYyYZxf/1Ore1Cc1WntQXtXMl3ISar2oL2q25qC9qTPCTTe1CcFae1Bc1EFsRk13BQIRnBDITwWaJQuCg4IxCg4KWEmWJQOCGQjuCG4K1jmyxKFwQ3NRyENwVzHkZIlrPahEK05qC9qu4sjLEokykmVqMlSCyYp0yliWGUX/1e0c1Ce1WHITlzRdeNtZzUJzVYehOTWeNtZ7UB7VaegvRDYhbVc1CcFYehOTg2I2hcFAhFchlPFssbROCG4IzkNynhbJG0LgoEIpUCrePi7MotE4ITmo7kNyuYjLsyxtrPaho70Eq7jMuzJ01WTJ0xViNrJU/wD/2QA4QklNBCEAAAAAAFcAAAABAQAAAA8AQQBkAG8AYgBlACAAUABoAG8AdABvAHMAaABvAHAAAAAUAEEAZABvAGIAZQAgAFAAaABvAHQAbwBzAGgAbwBwACAAMgAwADIAMgAAAAEAOEJJTQQGAAAAAAAHAAMBAQABAQD/4RI5aHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA3LjItYzAwMCA3OS41NjZlYmM1YjQsIDIwMjIvMDUvMDktMDg6MjU6NTUgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjMuMyAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA2LTE0VDEzOjQ3OjA3KzA5OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA3LTAyVDEyOjQ0OjMyKzA5OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wNy0wMlQxMjo0NDozMiswOTowMCIgZGM6Zm9ybWF0PSJpbWFnZS9qcGVnIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIzMTk0YTQ3LTNlYTAtNDAxNS04MDhmLTEwMmIzMjU5NTcyYSIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjdlYTMxMzY3LTQ3MDEtOGU0OC1iMmFmLTM4OGFlMDE2YTkyMCIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmQwNmNlNzdmLTY5OTktY2I0NS1hZTJhLWJhZWQwMDYzYzg5MyIgcGhvdG9zaG9wOkxlZ2FjeUlQVENEaWdlc3Q9IkNEQ0ZGQTdEQThDN0JFMDkwNTcwNzZBRUFGMDVDMzRFIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpkMDZjZTc3Zi02OTk5LWNiNDUtYWUyYS1iYWVkMDA2M2M4OTMiIHN0RXZ0OndoZW49IjIwMjItMDYtMTRUMTM6NDc6MDcrMDk6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMy4zIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZDg0ODk1YWEtNzY4Zi1iOTQxLTkzZDEtMjQ3OWU4YzJmYWRjIiBzdEV2dDp3aGVuPSIyMDIyLTA2LTE0VDEzOjQ3OjMyKzA5OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjMuMyAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBkb2N1bWVudC92bmQuYWRvYmUuY3BzZCtkY3ggdG8gaW1hZ2UvanBlZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gZG9jdW1lbnQvdm5kLmFkb2JlLmNwc2QrZGN4IHRvIGltYWdlL2pwZWciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmUzZTk2MDMxLWU1NzgtZWY0NC1iOWRlLWZmMmY0YmRmZDYyNiIgc3RFdnQ6d2hlbj0iMjAyMi0wNi0xNFQxMzo0NzozMiswOTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIzLjMgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMzE5NGE0Ny0zZWEwLTQwMTUtODA4Zi0xMDJiMzI1OTU3MmEiIHN0RXZ0OndoZW49IjIwMjItMDctMDJUMTI6NDQ6MzIrMDk6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMy40IChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpkODQ4OTVhYS03NjhmLWI5NDEtOTNkMS0yNDc5ZThjMmZhZGMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ZDA2Y2U3N2YtNjk5OS1jYjQ1LWFlMmEtYmFlZDAwNjNjODkzIiBzdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZDA2Y2U3N2YtNjk5OS1jYjQ1LWFlMmEtYmFlZDAwNjNjODkzIi8+IDxwaG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+IDxyZGY6QmFnPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo3ZWEzMTM2Ny00NzAxLThlNDgtYjJhZi0zODhhZTAxNmE5MjA8L3JkZjpsaT4gPC9yZGY6QmFnPiA8L3Bob3Rvc2hvcDpEb2N1bWVudEFuY2VzdG9ycz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPD94cGFja2V0IGVuZD0idyI/Pv/uACFBZG9iZQBkAAAAAAEDABADAgMGAAAAAAAAAAAAAAAA/9sAhAAKBwcHCAcKCAgKDwoICg8SDQoKDRIUEBASEBAUEQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAQsMDBUTFSIYGCIUDg4OFBQODg4OFBEMDAwMDBERDAwMDAwMEQwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wgARCADIASwDAREAAhEBAxEB/8QAcgABAQEBAQEAAAAAAAAAAAAAAgABAwcGAQEBAQEBAQEBAAAAAAAAAAACAQMABwYEBRABAQEAAwEBAQEBAAAAAAAAAQACECAwEUAhEkERAQAAAAAAAAAAAAAAAAAAAJASAQAAAAAAAAAAAAAAAAAAAJD/2gAMAwEBAhEDEQAAAOnzn35aDpaGiLp0p0R0o0o0XPVctEdLikjiOKSNTlOIyNRIYxjBQOgllqynjmmOvFL82r8uLK7vrfGfQS0FS0NKWhpc0QdOlGqGi56rloi+nMRkcpkanFMRqZZyGIFjGS89WUsbTLHjrwS/Nq/Niz+v8Y9ACpSLoaLQ0p0RdOlOiGlGq5arnoi+kcUkcRqanEcUqJCQLGMFjENWM8Z5Zpjq/On+bbh9f4z92bSkVQ0XRojpS0dKdKNENENby1fPS4pKYjI4pUSmI5TIVGMYxiBZx56sZ4zyx4p/n24fZeNfZG02loJF0NHSho6U6U6I6UaLnquWiGlxyUxHEampkSpI1EhizxksYxiz1YzxtMp4asftfGvqRUbSkVS0FTog0dKdKWjpRrRoueq56IaXFJHFMRkanKcRkaiQxjGCgWJ56sZ448Z5/ceN/Qmo2moqlUNFoOnRHSl06IaU6Lnquei56oPpzEanEZGpxTEamQlniBZxgsaspY2mOLP7vx7+2OpqNpSKoSLoaLQ0p0RdOlOiGlGq56Llqi+kcUkcRqanEcUqJCQLGMFjENWU8ZZfeeQf1RUahaeRVKRVDRdGiLp0R0p0o0R0vPVc9Fy1WLpHEZTEampxHFJCueMYhjJYx56sZZ/f+Rfv51HqKjUbTaUg6Wg0XRojpS6dEdaNFz1XPRc9LjkpiOUyNTIlSpkJDEMYLGMYs9WfoXke/OsVDkbTUbQkVSkHTog6dEXTpTohpRquei56oaXFJHFMRkanKcUka5yGMYgWSxIejeS9z586hUeQqNpqKpVDRaDp0R0pdOiGlOiGt56Llqw+lJHEcRkanFMpkZCQxAsYwUfSvJsudfKocxUOpqNpSNoaKoaOiOlDR0p0p0o0Q1XPRctUX0jikjiNTU4piNTLOQxgsYj6X5R+bnz51c6+fIVGodTUVSqUg0XRoi6dEdKXRqjpeei56rnoi+kcRlMRqanEcUqJCWZYxH03yr8Qq5c+dfOrnUeQqNRtNpSDpaLoaOiOlLo0p0Q1XPRc9Vz0uKTmI5TI1MiVKmQkMQxH1Dyz+bz5c6+VfPlzrFQ5G01G0pBUpB0tHSjRF06U6IaUaoaLlqhpcUlMRxGpkakqSNRLOR9R8u/k8+XPnzq518uYq51HkKjabSkVS0Gi6NEdKXTohpTohpeeq5asvsUkcRxSRqMsxGRqJH1PzD+IOXPnzq58+dfLkKxaORqNpSNoaKpaGlLQ0p0RdOtGiGi56rloi+mZTEcpkanFMRqaj1bzP+AI+fLnyFfLlzr518+QqNR6ioqlUpFoOloaU6IunSnRDW89Fz1XPRF9I4pI4jU1OI4pU+s+afNjnziHLnz51cufOvnUKhyFRtNRtKRdCR0oaOiLp0o0p0Q0Q1vLV89LikpiMjiNTKYjlnrnm3y/OMRc+Q58+XOvnVy586xUORtNRtKoSKRdDR0o0RdOlOiOlGi56rlqhpcUlMRxGpqcRlPXvN/lefIRc4xy58ufPnVzr5cxVzqPIWmo2lIqloOloNHSnSnRHSjRDS89Vy1ZfYpI4piMjU1PsHnXyXOIRc+Yi58ufPny5186+fLnWLRyNRtKRtLQVLQdOiGlxoaU6UaoaLnqueiD6cxGRymRrPYvO/jhyEXOPnyEXPmOXOvny5V8+fOoVG08jUVQqUi6Gi0NKdEXTpTohpRquWq56IvpHFJHEan2Tz34wy8+Yi5xDnziHLnz51c+fKvnUKhyFRtNRtKRVDRdGiOiLp0p0o0Q0o1XLV89LikpiMjin//aAAgBAgABBQAhhhhhhhhhhhhiIjockQxDHAwwxEdBhhhhhhhhhhhhiI6nJDDDDDEMMMRDyMQwwwwwwwwwwwxEdR5IYYYY4GGHgvvIwwwwwwwwwwwwwxEdTkiGGGIhhhjqMMMMMMMMMMMMMMeRDDDDwMMMPYYYYYYYYYYYYYYYY6nQhhhh4GGG+9SIYYYYYYYYYYYYiODk5IYYYY4GG+9iIYYYYYYYYYYYeCODk5IYYhiIb73GGGGGGGGGGGGGHk6jyQwxDEX3wGGGGGGGGGGGGGGODwGGGGHzGGGGGGGGGGGGGGI6nQhhhh8xhhhhhhhhhhhhiI4OTkiGGG++REMMMMMMMMMMMMdx5IYYb75kMMMMMMMMMMMMPJ1ORhhvvoRDDDDDDDDDDDDHB1OSG++owwwwwwwwwwwwwxydy++xDDDDDDDDDDDDERHQ5PciGGGGGGGGGGGHgjg5H8RDDDDDDDDDDDDDERwcn4iGGGGGGGGGGGGGODqfiGGGGGGGGGGGGGGOD8xDDDDDDDDDDDDDER+chhhhhhhhhhhhhiI4PykMMMMMMMMMMMMMRHB+UhhhhhhhhhhhhhiIef/aAAgBAwABBQDzO70SSSSSSS0SSWi0W82s+pEdXh6JJJJJJJaJLRaLWbebWfUiOzJ0SSSSSSS0SWi0Ws2s3+f76kPRmZ5ZJJJJJJLRaJLRazf5/vsMPZJOUkkkkkkkktElrN/n+nuRy8s8pJJJJJJaLRJaL5/fwHdOiSSSSSSWiSS+fgIh7vRJJJJJJLRaL5H4CI6PDPLJJJJJJJaL5HB+AjszykkkkkySXz+jH4iOyTykkkkkkl8hhj8R3SeUkkkkkvkQwx+A4OzfOiSSSTfIYYYj8BEdHl6JJJJfIiGGPxnVmeUkkk4GGGGGPxDHZnlJJL5EMMMMMfiI7M8pJfIhhhhhhj8R3Tol8hiGGGGGH8Y9mTp8hiIYhhhjg/AR0ZmegwxDDDDDDEfhI6MzPJDDEQwwwwxH4SOyTwRDDEMMMMMPB+E7M8kMMMQxDDDD+Ijs8HBDDEQxDDDD+Ih6PP8A/9oACAEBAAEFAEkkkkkkkkkktFo9mSYehD0SSSSSSSSSSSS1m0eD2ZOwxykkkkkkkkkkklotZk8Hqkydh5SSSSSSSSSSSSS0WsyeCdWSTsPCSSSSSSSSSSSSSWi1mT1SSTt9kkkkkkkkkkkkkkktFon1SSSOqSSSSSSSSSSSSSSSWs2j2STg6JJJJJJJJJJJJJJJJJazJ4PVkk4OUkkkkkkkkkkkkkkkktFrMng9Ukk6aJJJJJJJJJJJJJJJJJLRazJ6sknH20SSSSSSSSSSSSSSSSSSWi1m+ejMknGi0SSSSSSSSSSSSSSSSSSWi0ezJfLRazaJJJJJJJJJJJJJJJJJJLWZPBOrJfP7otZtZkkkkkkkkkkkkkkkkkkktZk8Hql8tFotFokkkkkkkkkkkkkkkkkktFrMnh86/LRaLRazaLRJJJJJJJJJJJJJJJJJaLWZPVLRaLRaLRJJJJJJJJJJJJJJJJJJaLR6pJaLRaLWbRJJJJJJJJJJJJJJJJJaLWbR4J0SS0Wi0Wi0SSSSSSSSSSSSSSSSSSWi1mTweUtEklotFrNrNokkkkkkkkkkkkkkkkktFrMng8aLRJJaLRaLRaLRJJJJJJJJJJJJJJJJJaLWZPD/AKklokktFotFotEkkkkkkkkkkkkkkkklotFo8UkkkkktFotFotEkkkkkkkkkkkkkkkkklrNo8EkkkkkktFotZtEkkkkkkkkkkkkkkkkklotZk7pJJaJLRJaJLRazazJJJJJJJJJJJJJJJJJJJazJ2//aAAgBAgIGPwBtv//aAAgBAwIGPwBtv//aAAgBAQEGPwBtv//Z");
}

.text-gold {
  color: transparent;
  background-image: repeating-linear-gradient(315deg, #b67b03 2em, #daaf08 4em, #fee9a0 6em, #daaf08 8em, #b67b03 10em);
  -webkit-background-clip: text;
}

.text-silver {
  color: transparent;
  background-image: repeating-linear-gradient(30deg, #9e9e9e 2em, #bebebe 4em, white 6em, #bebebe 8em, #9e9e9e 10em);
  -webkit-background-clip: text;
}

.bg-gold {
  background-image: repeating-linear-gradient(315deg, #b67b03 2em, #daaf08 4em, #fee9a0 6em, #daaf08 8em, #b67b03 10em);
}

.bg-silver {
  background-image: repeating-linear-gradient(30deg, #9e9e9e 2em, #bebebe 4em, white 6em, #bebebe 8em, #9e9e9e 10em);
}

/****************************************************************
Swiper カスタム
****************************************************************/
:root {
  --swiper-pagination-bullet-size: 1rem;
  --swiper-theme-color: $primary;
}

#hero-area .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
#hero-area .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #f8f9fa;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s ease;
  transform: translate(-50%, -50%);
}
#hero-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}
#hero-area .swiper-button-prev,
#hero-area .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 70px;
  margin-top: -50px;
  cursor: pointer;
  color: white;
  background-color: #212529;
}
#hero-area .swiper-button-prev.swiper-button-disabled,
#hero-area .swiper-button-next.swiper-button-disabled {
  pointer-events: none;
  cursor: auto;
  opacity: 0.35;
}
#hero-area .swiper-button-prev::after,
#hero-area .swiper-button-next::after {
  font-size: 1.5rem;
  font-variant: initial;
  line-height: 1;
  letter-spacing: 0;
}
#hero-area .swiper-button-prev,
#hero-area .swiper-rtl .swiper-button-next {
  right: auto;
  left: 0;
}
#hero-area .swiper-button-prev::after,
#hero-area .swiper-rtl .swiper-button-next::after {
  content: "prev";
}
#hero-area .swiper-button-next,
#hero-area .swiper-rtl .swiper-button-prev {
  right: auto;
  left: 100px;
}
#hero-area .swiper-button-next::after,
#hero-area .swiper-rtl .swiper-button-prev::after {
  content: "next";
}
#hero-area .swiper-button-lock {
  display: none;
}
@media (max-width: 992px) {
  #hero-area .swiper-button-prev,
  #hero-area .swiper-rtl .swiper-button-next {
    right: auto;
    left: 0;
  }
  #hero-area .swiper-button-prev::after,
  #hero-area .swiper-rtl .swiper-button-next::after {
    content: "prev";
  }
  #hero-area .swiper-button-next,
  #hero-area .swiper-rtl .swiper-button-prev {
    right: auto;
    left: 100px;
  }
}
@media (max-width: 560px) {
  #hero-area .swiper-button-prev,
  #hero-area .swiper-button-next {
    width: 50px;
    height: 50px;
  }
  #hero-area .swiper-button-next,
  #hero-area .swiper-rtl .swiper-button-prev {
    right: auto;
    left: 50px;
  }
}

.swiper-dock > .main {
  display: flex;
  justify-content: center;
  position: relative;
}
.swiper-dock > .main > .swiper {
  order: 2;
  overflow: hidden;
  flex: 1 1 auto;
}
.swiper-dock > .main > .swiper img {
  width: 100%;
}
.swiper-dock > .main > .prev,
.swiper-dock > .main > .next {
  display: block;
  flex: 0 0 auto;
  width: 40px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
.swiper-dock > .main > .prev.swiper-button-disabled,
.swiper-dock > .main > .next.swiper-button-disabled {
  opacity: 0;
  cursor: initial;
}
.swiper-dock > .main > .prev {
  order: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg id=%22layer1%22 xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 170 300%22%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:6.445px;}%3c/style%3e%3c/defs%3e%3cpolyline class=%22cls-1%22 points=%22156.774 293.548 13.226 150 156.774 6.452%22/%3e%3c/svg%3e");
}
.swiper-dock > .main > .next {
  order: 3;
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg id=%22layer1%22 xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 170 300%22%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:6.445px;}%3c/style%3e%3c/defs%3e%3cpolyline class=%22cls-1%22 points=%2213.226 6.452 156.774 150 13.226 293.548%22/%3e%3c/svg%3e");
}
.swiper-dock > .main .pagination {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 1rem 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.swiper-dock > .main .pagination .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 0.2rem 0.5rem;
  background-color: currentColor;
  opacity: 0.3;
  transition: all 0.5s ease;
}
.swiper-dock > .main .pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: currentColor;
}
.swiper-dock > .main .pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-dock > .thumbs .swiper {
  box-sizing: border-box;
  padding: 10px 0;
}
.swiper-dock > .thumbs .swiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.swiper-dock > .thumbs .swiper .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-dock > .thumbs .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .swiper-dock > .main > .swiper {
    width: calc(100% - 60px);
  }
  .swiper-dock > .main > .prev,
  .swiper-dock > .main > .next {
    width: 30px;
  }
  .swiper-dock > .main .pagination {
    padding: 1rem 30px;
  }
  .swiper-dock > .main .pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
}

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

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

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

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

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

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

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

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

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

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

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

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

:root {
  --swiper-navigation-size: 44px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

/****************************************************************
Bootstrap カスタム
****************************************************************/
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #fffcb9;
  --bs-cyan: #0dcaf0;
  --bs-white: white;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #999A9A;
  --bs-secondary: #BD2024;
  --bs-tertiary: #666;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-white: white;
  --bs-dark: #212529;
  --bs-black: black;
  --bs-beige: #faf5ea;
  --bs-teal: #fffcb9;
  --bs-gray: #666;
  --bs-primary-tint: #e0e1e1;
  --bs-secondary-tint: #ebbcbd;
  --bs-tertiary-tint: #d1d1d1;
  --bs-gray-tint: #f0f0f0;
  --bs-font-sans-serif: 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";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

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

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: white;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 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.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.25rem;
  }
}

h2 {
  font-size: calc(1.305rem + 0.66vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: calc(1.2825rem + 0.39vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.575rem;
  }
}

h4 {
  font-size: calc(1.26rem + 0.12vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.35rem;
  }
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 0.9rem;
}

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

abbr[title],
abbr[data-bs-original-title] {
  -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: #999A9A;
  text-decoration: underline;
}
a:hover {
  color: #7a7b7b;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-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: white;
  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:not(:focus-visible) {
  outline: 0;
}

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;
}
select:disabled {
  opacity: 1;
}

[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);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
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;
}

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

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  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;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-6,
.gx-6 {
  --bs-gutter-x: 4.5rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 4.5rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 6rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 6rem;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0rem;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0rem;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 4.5rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 9rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 9rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0rem;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0rem;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 4.5rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 6rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 6rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 8rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 8rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 9rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 9rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 10rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0rem;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0rem;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 4.5rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 9rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 9rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0rem;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0rem;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 9rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 9rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0rem;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0rem;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 8rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 9rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 9rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 10rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #ebebeb;
  --bs-table-striped-bg: #dfdfdf;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #d4d4d4;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #d9d9d9;
  --bs-table-hover-color: black;
  color: black;
  border-color: #d4d4d4;
}

.table-secondary {
  --bs-table-bg: #f2d2d3;
  --bs-table-striped-bg: #e6c8c8;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #dabdbe;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #e0c2c3;
  --bs-table-hover-color: black;
  color: black;
  border-color: #dabdbe;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: black;
  color: black;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: black;
  color: black;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: black;
  color: black;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: black;
  color: black;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: black;
  color: black;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: white;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: white;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: white;
  color: white;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: white;
  border-color: #cccdcd;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(153, 154, 154, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

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

.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}
textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
}
textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: white;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #cccdcd;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(153, 154, 154, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.7875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
}

.form-check {
  display: block;
  min-height: 1.35rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #cccdcd;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(153, 154, 154, 0.25);
}
.form-check-input:checked {
  background-color: #999A9A;
  border-color: #999A9A;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='white'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #999A9A;
  border-color: #999A9A;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23cccdcd'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.25rem rgba(153, 154, 154, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.25rem rgba(153, 154, 154, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #999A9A;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #e0e1e1;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #999A9A;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #e0e1e1;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  border-radius: 0.2rem;
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  color: white;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

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

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

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

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

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

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

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

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

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

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

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

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

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

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

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

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

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

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

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

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

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.9rem;
  color: #212529;
  text-align: left;
  background-color: white;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #8a8b8b;
  background-color: whitesmoke;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238a8b8b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #cccdcd;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(153, 154, 154, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #999A9A;
}
.link-primary:hover, .link-primary:focus {
  color: #adaeae;
}

.link-secondary {
  color: #BD2024;
}
.link-secondary:hover, .link-secondary:focus {
  color: #971a1d;
}

.link-tertiary {
  color: #666;
}
.link-tertiary:hover, .link-tertiary:focus {
  color: #525252;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-white {
  color: white;
}
.link-white:hover, .link-white:focus {
  color: white;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.link-black {
  color: black;
}
.link-black:hover, .link-black:focus {
  color: black;
}

.link-beige {
  color: #faf5ea;
}
.link-beige:hover, .link-beige:focus {
  color: #fbf7ee;
}

.link-teal {
  color: #fffcb9;
}
.link-teal:hover, .link-teal:focus {
  color: #fffdc7;
}

.link-gray {
  color: #666;
}
.link-gray:hover, .link-gray:focus {
  color: #525252;
}

.link-primary-tint {
  color: #e0e1e1;
}
.link-primary-tint:hover, .link-primary-tint:focus {
  color: #e6e7e7;
}

.link-secondary-tint {
  color: #ebbcbd;
}
.link-secondary-tint:hover, .link-secondary-tint:focus {
  color: #efc9ca;
}

.link-tertiary-tint {
  color: #d1d1d1;
}
.link-tertiary-tint:hover, .link-tertiary-tint:focus {
  color: #dadada;
}

.link-gray-tint {
  color: #f0f0f0;
}
.link-gray-tint:hover, .link-gray-tint:focus {
  color: #f3f3f3;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

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

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

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

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

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

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

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

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

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

.float-start {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-10 {
  top: 10% !important;
}

.top-20 {
  top: 20% !important;
}

.top-30 {
  top: 30% !important;
}

.top-40 {
  top: 40% !important;
}

.top-50 {
  top: 50% !important;
}

.top-60 {
  top: 60% !important;
}

.top-70 {
  top: 70% !important;
}

.top-80 {
  top: 80% !important;
}

.top-90 {
  top: 90% !important;
}

.top-100 {
  top: 100% !important;
}

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

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

.bottom-10 {
  bottom: 10% !important;
}

.bottom-20 {
  bottom: 20% !important;
}

.bottom-30 {
  bottom: 30% !important;
}

.bottom-40 {
  bottom: 40% !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-60 {
  bottom: 60% !important;
}

.bottom-70 {
  bottom: 70% !important;
}

.bottom-80 {
  bottom: 80% !important;
}

.bottom-90 {
  bottom: 90% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

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

.start-10 {
  left: 10% !important;
}

.start-20 {
  left: 20% !important;
}

.start-30 {
  left: 30% !important;
}

.start-40 {
  left: 40% !important;
}

.start-50 {
  left: 50% !important;
}

.start-60 {
  left: 60% !important;
}

.start-70 {
  left: 70% !important;
}

.start-80 {
  left: 80% !important;
}

.start-90 {
  left: 90% !important;
}

.start-100 {
  left: 100% !important;
}

.start-auto {
  left: auto !important;
}

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

.end-10 {
  right: 10% !important;
}

.end-20 {
  right: 20% !important;
}

.end-30 {
  right: 30% !important;
}

.end-40 {
  right: 40% !important;
}

.end-50 {
  right: 50% !important;
}

.end-60 {
  right: 60% !important;
}

.end-70 {
  right: 70% !important;
}

.end-80 {
  right: 80% !important;
}

.end-90 {
  right: 90% !important;
}

.end-100 {
  right: 100% !important;
}

.end-auto {
  right: auto !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #999A9A !important;
}

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

.border-tertiary {
  border-color: #666 !important;
}

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

.border-info {
  border-color: #0dcaf0 !important;
}

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

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

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

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

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

.border-black {
  border-color: black !important;
}

.border-beige {
  border-color: #faf5ea !important;
}

.border-teal {
  border-color: #fffcb9 !important;
}

.border-gray {
  border-color: #666 !important;
}

.border-primary-tint {
  border-color: #e0e1e1 !important;
}

.border-secondary-tint {
  border-color: #ebbcbd !important;
}

.border-tertiary-tint {
  border-color: #d1d1d1 !important;
}

.border-gray-tint {
  border-color: #f0f0f0 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0rem !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.gap-6 {
  gap: 4.5rem !important;
}

.gap-7 {
  gap: 6rem !important;
}

.gap-8 {
  gap: 8rem !important;
}

.gap-9 {
  gap: 9rem !important;
}

.gap-10 {
  gap: 10rem !important;
}

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

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

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

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

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

.jc-evenly {
  justify-content: space-evenly !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

.m-6 {
  margin: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

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

.m-9 {
  margin: 9rem !important;
}

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

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

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

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

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

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

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

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

.mx-6 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.mx-7 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

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

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

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

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

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

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

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

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

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

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

.my-6 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-7 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

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

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

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

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

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

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

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

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

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

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

.mt-6 {
  margin-top: 4.5rem !important;
}

.mt-7 {
  margin-top: 6rem !important;
}

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

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

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

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

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

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

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

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

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

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

.me-6 {
  margin-right: 4.5rem !important;
}

.me-7 {
  margin-right: 6rem !important;
}

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

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

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

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

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

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

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

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

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

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

.mb-6 {
  margin-bottom: 4.5rem !important;
}

.mb-7 {
  margin-bottom: 6rem !important;
}

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

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

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

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

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

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

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

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

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

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

.ms-6 {
  margin-left: 4.5rem !important;
}

.ms-7 {
  margin-left: 6rem !important;
}

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

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

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

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

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

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

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

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

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

.m-n6 {
  margin: -4.5rem !important;
}

.m-n7 {
  margin: -6rem !important;
}

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

.m-n9 {
  margin: -9rem !important;
}

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

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

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

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

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

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

.mx-n6 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}

.mx-n7 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

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

.mx-n9 {
  margin-right: -9rem !important;
  margin-left: -9rem !important;
}

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

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

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

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

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

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

.my-n6 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

.my-n7 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

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

.my-n9 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}

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

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

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

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

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

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

.mt-n6 {
  margin-top: -4.5rem !important;
}

.mt-n7 {
  margin-top: -6rem !important;
}

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

.mt-n9 {
  margin-top: -9rem !important;
}

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

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

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

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

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

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

.me-n6 {
  margin-right: -4.5rem !important;
}

.me-n7 {
  margin-right: -6rem !important;
}

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

.me-n9 {
  margin-right: -9rem !important;
}

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

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

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

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

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

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

.mb-n6 {
  margin-bottom: -4.5rem !important;
}

.mb-n7 {
  margin-bottom: -6rem !important;
}

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

.mb-n9 {
  margin-bottom: -9rem !important;
}

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

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

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

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

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

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

.ms-n6 {
  margin-left: -4.5rem !important;
}

.ms-n7 {
  margin-left: -6rem !important;
}

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

.ms-n9 {
  margin-left: -9rem !important;
}

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

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

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

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

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

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

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

.p-6 {
  padding: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

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

.p-9 {
  padding: 9rem !important;
}

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

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

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

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

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

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

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

.px-6 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.px-7 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

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

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

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

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

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

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

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

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

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

.py-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-7 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

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

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

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

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

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

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

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

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

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

.pt-6 {
  padding-top: 4.5rem !important;
}

.pt-7 {
  padding-top: 6rem !important;
}

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

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

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

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

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

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

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

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

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

.pe-6 {
  padding-right: 4.5rem !important;
}

.pe-7 {
  padding-right: 6rem !important;
}

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

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

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

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

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

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

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

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

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

.pb-6 {
  padding-bottom: 4.5rem !important;
}

.pb-7 {
  padding-bottom: 6rem !important;
}

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

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

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

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

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

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

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

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

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

.ps-6 {
  padding-left: 4.5rem !important;
}

.ps-7 {
  padding-left: 6rem !important;
}

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

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-lead {
  font-size: calc(1.665rem + 4.98vw) !important;
}

.fs-xxl {
  font-size: calc(1.53rem + 3.36vw) !important;
}

.fs-xl {
  font-size: calc(1.44rem + 2.28vw) !important;
}

.fs-1 {
  font-size: calc(1.35rem + 1.2vw) !important;
}

.fs-2 {
  font-size: calc(1.305rem + 0.66vw) !important;
}

.fs-3 {
  font-size: calc(1.2825rem + 0.39vw) !important;
}

.fs-4 {
  font-size: calc(1.26rem + 0.12vw) !important;
}

.fs-5 {
  font-size: 1.125rem !important;
}

.fs-6 {
  font-size: 0.9rem !important;
}

.fs-7 {
  font-size: 0.7875rem !important;
}

.fs-xs {
  font-size: 0.63rem !important;
}

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

.fst-normal {
  font-style: normal !important;
}

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

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

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

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

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

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

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

.lh-1point1 {
  line-height: 1.1 !important;
}

.lh-1point2 {
  line-height: 1.2 !important;
}

.lh-1point3 {
  line-height: 1.3 !important;
}

.lh-1point4 {
  line-height: 1.4 !important;
}

.lh-1point5 {
  line-height: 1.5 !important;
}

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

.lh-2point5 {
  line-height: 2.5 !important;
}

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

.lh-3point5 {
  line-height: 3.5 !important;
}

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

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #999A9A !important;
}

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

.text-tertiary {
  color: #666 !important;
}

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

.text-info {
  color: #0dcaf0 !important;
}

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

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

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

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

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

.text-black {
  color: black !important;
}

.text-beige {
  color: #faf5ea !important;
}

.text-teal {
  color: #fffcb9 !important;
}

.text-gray {
  color: #666 !important;
}

.text-primary-tint {
  color: #e0e1e1 !important;
}

.text-secondary-tint {
  color: #ebbcbd !important;
}

.text-tertiary-tint {
  color: #d1d1d1 !important;
}

.text-gray-tint {
  color: #f0f0f0 !important;
}

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

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

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

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

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

.bg-primary {
  background-color: #999A9A !important;
}

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

.bg-tertiary {
  background-color: #666 !important;
}

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

.bg-info {
  background-color: #0dcaf0 !important;
}

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

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

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

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

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

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

.bg-beige {
  background-color: #faf5ea !important;
}

.bg-teal {
  background-color: #fffcb9 !important;
}

.bg-gray {
  background-color: #666 !important;
}

.bg-primary-tint {
  background-color: #e0e1e1 !important;
}

.bg-secondary-tint {
  background-color: #ebbcbd !important;
}

.bg-tertiary-tint {
  background-color: #d1d1d1 !important;
}

.bg-gray-tint {
  background-color: #f0f0f0 !important;
}

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

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

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

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

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.pi-start {
  place-items: flex-start !important;
}

.pi-end {
  place-items: flex-end !important;
}

.pi-center {
  place-items: center !important;
}

.pi-baseline {
  place-items: baseline !important;
}

.pi-stretch {
  place-items: stretch !important;
}

.ls-0 {
  letter-spacing: 0 !important;
}

.ls-0point1 {
  letter-spacing: 0.1em !important;
}

.ls-0point2 {
  letter-spacing: 0.2em !important;
}

.ls-0point3 {
  letter-spacing: 0.3em !important;
}

.ls-0point4 {
  letter-spacing: 0.4em !important;
}

.z-n10 {
  z-index: -10 !important;
}

.z-n9 {
  z-index: -9 !important;
}

.z-n8 {
  z-index: -8 !important;
}

.z-n7 {
  z-index: -7 !important;
}

.z-n6 {
  z-index: -6 !important;
}

.z-n5 {
  z-index: -5 !important;
}

.z-n4 {
  z-index: -4 !important;
}

.z-n3 {
  z-index: -3 !important;
}

.z-n2 {
  z-index: -2 !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

.z-4 {
  z-index: 4 !important;
}

.z-5 {
  z-index: 5 !important;
}

.z-6 {
  z-index: 6 !important;
}

.z-7 {
  z-index: 7 !important;
}

.z-8 {
  z-index: 8 !important;
}

.z-9 {
  z-index: 9 !important;
}

.z-10 {
  z-index: 10 !important;
}

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

.opacity-0point1 {
  opacity: 0.1 !important;
}

.opacity-0point2 {
  opacity: 0.2 !important;
}

.opacity-0point3 {
  opacity: 0.3 !important;
}

.opacity-0point4 {
  opacity: 0.4 !important;
}

.opacity-0point5 {
  opacity: 0.5 !important;
}

.opacity-0point6 {
  opacity: 0.6 !important;
}

.opacity-0point7 {
  opacity: 0.7 !important;
}

.opacity-0point8 {
  opacity: 0.8 !important;
}

.opacity-0point9 {
  opacity: 0.9 !important;
}

.opacity-1 {
  opacity: 1 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .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: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
  .top-sm-0 {
    top: 0 !important;
  }
  .top-sm-10 {
    top: 10% !important;
  }
  .top-sm-20 {
    top: 20% !important;
  }
  .top-sm-30 {
    top: 30% !important;
  }
  .top-sm-40 {
    top: 40% !important;
  }
  .top-sm-50 {
    top: 50% !important;
  }
  .top-sm-60 {
    top: 60% !important;
  }
  .top-sm-70 {
    top: 70% !important;
  }
  .top-sm-80 {
    top: 80% !important;
  }
  .top-sm-90 {
    top: 90% !important;
  }
  .top-sm-100 {
    top: 100% !important;
  }
  .top-sm-auto {
    top: auto !important;
  }
  .bottom-sm-0 {
    bottom: 0 !important;
  }
  .bottom-sm-10 {
    bottom: 10% !important;
  }
  .bottom-sm-20 {
    bottom: 20% !important;
  }
  .bottom-sm-30 {
    bottom: 30% !important;
  }
  .bottom-sm-40 {
    bottom: 40% !important;
  }
  .bottom-sm-50 {
    bottom: 50% !important;
  }
  .bottom-sm-60 {
    bottom: 60% !important;
  }
  .bottom-sm-70 {
    bottom: 70% !important;
  }
  .bottom-sm-80 {
    bottom: 80% !important;
  }
  .bottom-sm-90 {
    bottom: 90% !important;
  }
  .bottom-sm-100 {
    bottom: 100% !important;
  }
  .bottom-sm-auto {
    bottom: auto !important;
  }
  .start-sm-0 {
    left: 0 !important;
  }
  .start-sm-10 {
    left: 10% !important;
  }
  .start-sm-20 {
    left: 20% !important;
  }
  .start-sm-30 {
    left: 30% !important;
  }
  .start-sm-40 {
    left: 40% !important;
  }
  .start-sm-50 {
    left: 50% !important;
  }
  .start-sm-60 {
    left: 60% !important;
  }
  .start-sm-70 {
    left: 70% !important;
  }
  .start-sm-80 {
    left: 80% !important;
  }
  .start-sm-90 {
    left: 90% !important;
  }
  .start-sm-100 {
    left: 100% !important;
  }
  .start-sm-auto {
    left: auto !important;
  }
  .end-sm-0 {
    right: 0 !important;
  }
  .end-sm-10 {
    right: 10% !important;
  }
  .end-sm-20 {
    right: 20% !important;
  }
  .end-sm-30 {
    right: 30% !important;
  }
  .end-sm-40 {
    right: 40% !important;
  }
  .end-sm-50 {
    right: 50% !important;
  }
  .end-sm-60 {
    right: 60% !important;
  }
  .end-sm-70 {
    right: 70% !important;
  }
  .end-sm-80 {
    right: 80% !important;
  }
  .end-sm-90 {
    right: 90% !important;
  }
  .end-sm-100 {
    right: 100% !important;
  }
  .end-sm-auto {
    right: auto !important;
  }
  .translate-middle-sm {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-sm-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-sm-y {
    transform: translateY(-50%) !important;
  }
  .w-sm-0 {
    width: 0 !important;
  }
  .w-sm-1 {
    width: 1% !important;
  }
  .w-sm-2 {
    width: 2% !important;
  }
  .w-sm-3 {
    width: 3% !important;
  }
  .w-sm-4 {
    width: 4% !important;
  }
  .w-sm-5 {
    width: 5% !important;
  }
  .w-sm-6 {
    width: 6% !important;
  }
  .w-sm-7 {
    width: 7% !important;
  }
  .w-sm-8 {
    width: 8% !important;
  }
  .w-sm-9 {
    width: 9% !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
  .w-sm-11 {
    width: 11% !important;
  }
  .w-sm-12 {
    width: 12% !important;
  }
  .w-sm-13 {
    width: 13% !important;
  }
  .w-sm-14 {
    width: 14% !important;
  }
  .w-sm-15 {
    width: 15% !important;
  }
  .w-sm-16 {
    width: 16% !important;
  }
  .w-sm-17 {
    width: 17% !important;
  }
  .w-sm-18 {
    width: 18% !important;
  }
  .w-sm-19 {
    width: 19% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-21 {
    width: 21% !important;
  }
  .w-sm-22 {
    width: 22% !important;
  }
  .w-sm-23 {
    width: 23% !important;
  }
  .w-sm-24 {
    width: 24% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-26 {
    width: 26% !important;
  }
  .w-sm-27 {
    width: 27% !important;
  }
  .w-sm-28 {
    width: 28% !important;
  }
  .w-sm-29 {
    width: 29% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-31 {
    width: 31% !important;
  }
  .w-sm-32 {
    width: 32% !important;
  }
  .w-sm-33 {
    width: 33% !important;
  }
  .w-sm-34 {
    width: 34% !important;
  }
  .w-sm-35 {
    width: 35% !important;
  }
  .w-sm-36 {
    width: 36% !important;
  }
  .w-sm-37 {
    width: 37% !important;
  }
  .w-sm-38 {
    width: 38% !important;
  }
  .w-sm-39 {
    width: 39% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-41 {
    width: 41% !important;
  }
  .w-sm-42 {
    width: 42% !important;
  }
  .w-sm-43 {
    width: 43% !important;
  }
  .w-sm-44 {
    width: 44% !important;
  }
  .w-sm-45 {
    width: 45% !important;
  }
  .w-sm-46 {
    width: 46% !important;
  }
  .w-sm-47 {
    width: 47% !important;
  }
  .w-sm-48 {
    width: 48% !important;
  }
  .w-sm-49 {
    width: 49% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-51 {
    width: 51% !important;
  }
  .w-sm-52 {
    width: 52% !important;
  }
  .w-sm-53 {
    width: 53% !important;
  }
  .w-sm-54 {
    width: 54% !important;
  }
  .w-sm-55 {
    width: 55% !important;
  }
  .w-sm-56 {
    width: 56% !important;
  }
  .w-sm-57 {
    width: 57% !important;
  }
  .w-sm-58 {
    width: 58% !important;
  }
  .w-sm-59 {
    width: 59% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-61 {
    width: 61% !important;
  }
  .w-sm-62 {
    width: 62% !important;
  }
  .w-sm-63 {
    width: 63% !important;
  }
  .w-sm-64 {
    width: 64% !important;
  }
  .w-sm-65 {
    width: 65% !important;
  }
  .w-sm-66 {
    width: 66% !important;
  }
  .w-sm-67 {
    width: 67% !important;
  }
  .w-sm-68 {
    width: 68% !important;
  }
  .w-sm-69 {
    width: 69% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-71 {
    width: 71% !important;
  }
  .w-sm-72 {
    width: 72% !important;
  }
  .w-sm-73 {
    width: 73% !important;
  }
  .w-sm-74 {
    width: 74% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-76 {
    width: 76% !important;
  }
  .w-sm-77 {
    width: 77% !important;
  }
  .w-sm-78 {
    width: 78% !important;
  }
  .w-sm-79 {
    width: 79% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-81 {
    width: 81% !important;
  }
  .w-sm-82 {
    width: 82% !important;
  }
  .w-sm-83 {
    width: 83% !important;
  }
  .w-sm-84 {
    width: 84% !important;
  }
  .w-sm-85 {
    width: 85% !important;
  }
  .w-sm-86 {
    width: 86% !important;
  }
  .w-sm-87 {
    width: 87% !important;
  }
  .w-sm-88 {
    width: 88% !important;
  }
  .w-sm-89 {
    width: 89% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .w-sm-91 {
    width: 91% !important;
  }
  .w-sm-92 {
    width: 92% !important;
  }
  .w-sm-93 {
    width: 93% !important;
  }
  .w-sm-94 {
    width: 94% !important;
  }
  .w-sm-95 {
    width: 95% !important;
  }
  .w-sm-96 {
    width: 96% !important;
  }
  .w-sm-97 {
    width: 97% !important;
  }
  .w-sm-98 {
    width: 98% !important;
  }
  .w-sm-99 {
    width: 99% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-110 {
    width: 110% !important;
  }
  .w-sm-120 {
    width: 120% !important;
  }
  .w-sm-130 {
    width: 130% !important;
  }
  .w-sm-140 {
    width: 140% !important;
  }
  .w-sm-150 {
    width: 150% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .h-sm-0 {
    height: 0 !important;
  }
  .h-sm-1 {
    height: 1% !important;
  }
  .h-sm-2 {
    height: 2% !important;
  }
  .h-sm-3 {
    height: 3% !important;
  }
  .h-sm-4 {
    height: 4% !important;
  }
  .h-sm-5 {
    height: 5% !important;
  }
  .h-sm-6 {
    height: 6% !important;
  }
  .h-sm-7 {
    height: 7% !important;
  }
  .h-sm-8 {
    height: 8% !important;
  }
  .h-sm-9 {
    height: 9% !important;
  }
  .h-sm-10 {
    height: 10% !important;
  }
  .h-sm-11 {
    height: 11% !important;
  }
  .h-sm-12 {
    height: 12% !important;
  }
  .h-sm-13 {
    height: 13% !important;
  }
  .h-sm-14 {
    height: 14% !important;
  }
  .h-sm-15 {
    height: 15% !important;
  }
  .h-sm-16 {
    height: 16% !important;
  }
  .h-sm-17 {
    height: 17% !important;
  }
  .h-sm-18 {
    height: 18% !important;
  }
  .h-sm-19 {
    height: 19% !important;
  }
  .h-sm-20 {
    height: 20% !important;
  }
  .h-sm-21 {
    height: 21% !important;
  }
  .h-sm-22 {
    height: 22% !important;
  }
  .h-sm-23 {
    height: 23% !important;
  }
  .h-sm-24 {
    height: 24% !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-26 {
    height: 26% !important;
  }
  .h-sm-27 {
    height: 27% !important;
  }
  .h-sm-28 {
    height: 28% !important;
  }
  .h-sm-29 {
    height: 29% !important;
  }
  .h-sm-30 {
    height: 30% !important;
  }
  .h-sm-31 {
    height: 31% !important;
  }
  .h-sm-32 {
    height: 32% !important;
  }
  .h-sm-33 {
    height: 33% !important;
  }
  .h-sm-34 {
    height: 34% !important;
  }
  .h-sm-35 {
    height: 35% !important;
  }
  .h-sm-36 {
    height: 36% !important;
  }
  .h-sm-37 {
    height: 37% !important;
  }
  .h-sm-38 {
    height: 38% !important;
  }
  .h-sm-39 {
    height: 39% !important;
  }
  .h-sm-40 {
    height: 40% !important;
  }
  .h-sm-41 {
    height: 41% !important;
  }
  .h-sm-42 {
    height: 42% !important;
  }
  .h-sm-43 {
    height: 43% !important;
  }
  .h-sm-44 {
    height: 44% !important;
  }
  .h-sm-45 {
    height: 45% !important;
  }
  .h-sm-46 {
    height: 46% !important;
  }
  .h-sm-47 {
    height: 47% !important;
  }
  .h-sm-48 {
    height: 48% !important;
  }
  .h-sm-49 {
    height: 49% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-51 {
    height: 51% !important;
  }
  .h-sm-52 {
    height: 52% !important;
  }
  .h-sm-53 {
    height: 53% !important;
  }
  .h-sm-54 {
    height: 54% !important;
  }
  .h-sm-55 {
    height: 55% !important;
  }
  .h-sm-56 {
    height: 56% !important;
  }
  .h-sm-57 {
    height: 57% !important;
  }
  .h-sm-58 {
    height: 58% !important;
  }
  .h-sm-59 {
    height: 59% !important;
  }
  .h-sm-60 {
    height: 60% !important;
  }
  .h-sm-61 {
    height: 61% !important;
  }
  .h-sm-62 {
    height: 62% !important;
  }
  .h-sm-63 {
    height: 63% !important;
  }
  .h-sm-64 {
    height: 64% !important;
  }
  .h-sm-65 {
    height: 65% !important;
  }
  .h-sm-66 {
    height: 66% !important;
  }
  .h-sm-67 {
    height: 67% !important;
  }
  .h-sm-68 {
    height: 68% !important;
  }
  .h-sm-69 {
    height: 69% !important;
  }
  .h-sm-70 {
    height: 70% !important;
  }
  .h-sm-71 {
    height: 71% !important;
  }
  .h-sm-72 {
    height: 72% !important;
  }
  .h-sm-73 {
    height: 73% !important;
  }
  .h-sm-74 {
    height: 74% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-76 {
    height: 76% !important;
  }
  .h-sm-77 {
    height: 77% !important;
  }
  .h-sm-78 {
    height: 78% !important;
  }
  .h-sm-79 {
    height: 79% !important;
  }
  .h-sm-80 {
    height: 80% !important;
  }
  .h-sm-81 {
    height: 81% !important;
  }
  .h-sm-82 {
    height: 82% !important;
  }
  .h-sm-83 {
    height: 83% !important;
  }
  .h-sm-84 {
    height: 84% !important;
  }
  .h-sm-85 {
    height: 85% !important;
  }
  .h-sm-86 {
    height: 86% !important;
  }
  .h-sm-87 {
    height: 87% !important;
  }
  .h-sm-88 {
    height: 88% !important;
  }
  .h-sm-89 {
    height: 89% !important;
  }
  .h-sm-90 {
    height: 90% !important;
  }
  .h-sm-91 {
    height: 91% !important;
  }
  .h-sm-92 {
    height: 92% !important;
  }
  .h-sm-93 {
    height: 93% !important;
  }
  .h-sm-94 {
    height: 94% !important;
  }
  .h-sm-95 {
    height: 95% !important;
  }
  .h-sm-96 {
    height: 96% !important;
  }
  .h-sm-97 {
    height: 97% !important;
  }
  .h-sm-98 {
    height: 98% !important;
  }
  .h-sm-99 {
    height: 99% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-110 {
    height: 110% !important;
  }
  .h-sm-120 {
    height: 120% !important;
  }
  .h-sm-130 {
    height: 130% !important;
  }
  .h-sm-140 {
    height: 140% !important;
  }
  .h-sm-150 {
    height: 150% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .fd-sm-row {
    flex-direction: row !important;
  }
  .fd-sm-column {
    flex-direction: column !important;
  }
  .fd-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .fd-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0rem !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .gap-sm-6 {
    gap: 4.5rem !important;
  }
  .gap-sm-7 {
    gap: 6rem !important;
  }
  .gap-sm-8 {
    gap: 8rem !important;
  }
  .gap-sm-9 {
    gap: 9rem !important;
  }
  .gap-sm-10 {
    gap: 10rem !important;
  }
  .jc-sm-start {
    justify-content: flex-start !important;
  }
  .jc-sm-end {
    justify-content: flex-end !important;
  }
  .jc-sm-center {
    justify-content: center !important;
  }
  .jc-sm-between {
    justify-content: space-between !important;
  }
  .jc-sm-around {
    justify-content: space-around !important;
  }
  .jc-sm-evenly {
    justify-content: space-evenly !important;
  }
  .ai-sm-start {
    align-items: flex-start !important;
  }
  .ai-sm-end {
    align-items: flex-end !important;
  }
  .ai-sm-center {
    align-items: center !important;
  }
  .ai-sm-baseline {
    align-items: baseline !important;
  }
  .ai-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0rem !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .m-sm-10 {
    margin: 10rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-sm-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-sm-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-sm-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mt-sm-7 {
    margin-top: 6rem !important;
  }
  .mt-sm-8 {
    margin-top: 8rem !important;
  }
  .mt-sm-9 {
    margin-top: 9rem !important;
  }
  .mt-sm-10 {
    margin-top: 10rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0rem !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-6 {
    margin-right: 4.5rem !important;
  }
  .me-sm-7 {
    margin-right: 6rem !important;
  }
  .me-sm-8 {
    margin-right: 8rem !important;
  }
  .me-sm-9 {
    margin-right: 9rem !important;
  }
  .me-sm-10 {
    margin-right: 10rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0rem !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-6 {
    margin-left: 4.5rem !important;
  }
  .ms-sm-7 {
    margin-left: 6rem !important;
  }
  .ms-sm-8 {
    margin-left: 8rem !important;
  }
  .ms-sm-9 {
    margin-left: 9rem !important;
  }
  .ms-sm-10 {
    margin-left: 10rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .m-sm-n6 {
    margin: -4.5rem !important;
  }
  .m-sm-n7 {
    margin: -6rem !important;
  }
  .m-sm-n8 {
    margin: -8rem !important;
  }
  .m-sm-n9 {
    margin: -9rem !important;
  }
  .m-sm-n10 {
    margin: -10rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-sm-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-sm-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-sm-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-sm-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-sm-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-sm-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-sm-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-sm-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .mt-sm-n6 {
    margin-top: -4.5rem !important;
  }
  .mt-sm-n7 {
    margin-top: -6rem !important;
  }
  .mt-sm-n8 {
    margin-top: -8rem !important;
  }
  .mt-sm-n9 {
    margin-top: -9rem !important;
  }
  .mt-sm-n10 {
    margin-top: -10rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .me-sm-n6 {
    margin-right: -4.5rem !important;
  }
  .me-sm-n7 {
    margin-right: -6rem !important;
  }
  .me-sm-n8 {
    margin-right: -8rem !important;
  }
  .me-sm-n9 {
    margin-right: -9rem !important;
  }
  .me-sm-n10 {
    margin-right: -10rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -6rem !important;
  }
  .mb-sm-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-sm-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-sm-n10 {
    margin-bottom: -10rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .ms-sm-n6 {
    margin-left: -4.5rem !important;
  }
  .ms-sm-n7 {
    margin-left: -6rem !important;
  }
  .ms-sm-n8 {
    margin-left: -8rem !important;
  }
  .ms-sm-n9 {
    margin-left: -9rem !important;
  }
  .ms-sm-n10 {
    margin-left: -10rem !important;
  }
  .p-sm-0 {
    padding: 0rem !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .p-sm-10 {
    padding: 10rem !important;
  }
  .px-sm-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-sm-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-sm-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-sm-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pt-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 6rem !important;
  }
  .pt-sm-8 {
    padding-top: 8rem !important;
  }
  .pt-sm-9 {
    padding-top: 9rem !important;
  }
  .pt-sm-10 {
    padding-top: 10rem !important;
  }
  .pe-sm-0 {
    padding-right: 0rem !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pe-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pe-sm-7 {
    padding-right: 6rem !important;
  }
  .pe-sm-8 {
    padding-right: 8rem !important;
  }
  .pe-sm-9 {
    padding-right: 9rem !important;
  }
  .pe-sm-10 {
    padding-right: 10rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }
  .ps-sm-0 {
    padding-left: 0rem !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .ps-sm-6 {
    padding-left: 4.5rem !important;
  }
  .ps-sm-7 {
    padding-left: 6rem !important;
  }
  .ps-sm-8 {
    padding-left: 8rem !important;
  }
  .ps-sm-9 {
    padding-left: 9rem !important;
  }
  .ps-sm-10 {
    padding-left: 10rem !important;
  }
  .fs-sm-lead {
    font-size: calc(1.665rem + 4.98vw) !important;
  }
  .fs-sm-xxl {
    font-size: calc(1.53rem + 3.36vw) !important;
  }
  .fs-sm-xl {
    font-size: calc(1.44rem + 2.28vw) !important;
  }
  .fs-sm-1 {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  .fs-sm-2 {
    font-size: calc(1.305rem + 0.66vw) !important;
  }
  .fs-sm-3 {
    font-size: calc(1.2825rem + 0.39vw) !important;
  }
  .fs-sm-4 {
    font-size: calc(1.26rem + 0.12vw) !important;
  }
  .fs-sm-5 {
    font-size: 1.125rem !important;
  }
  .fs-sm-6 {
    font-size: 0.9rem !important;
  }
  .fs-sm-7 {
    font-size: 0.7875rem !important;
  }
  .fs-sm-xs {
    font-size: 0.63rem !important;
  }
  .lh-sm-0point5 {
    line-height: 0.5 !important;
  }
  .lh-sm-1 {
    line-height: 1 !important;
  }
  .lh-sm-1point1 {
    line-height: 1.1 !important;
  }
  .lh-sm-1point2 {
    line-height: 1.2 !important;
  }
  .lh-sm-1point3 {
    line-height: 1.3 !important;
  }
  .lh-sm-1point4 {
    line-height: 1.4 !important;
  }
  .lh-sm-1point5 {
    line-height: 1.5 !important;
  }
  .lh-sm-2 {
    line-height: 2 !important;
  }
  .lh-sm-2point5 {
    line-height: 2.5 !important;
  }
  .lh-sm-3 {
    line-height: 3 !important;
  }
  .lh-sm-3point5 {
    line-height: 3.5 !important;
  }
  .lh-sm-4 {
    line-height: 4 !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .pi-sm-start {
    place-items: flex-start !important;
  }
  .pi-sm-end {
    place-items: flex-end !important;
  }
  .pi-sm-center {
    place-items: center !important;
  }
  .pi-sm-baseline {
    place-items: baseline !important;
  }
  .pi-sm-stretch {
    place-items: stretch !important;
  }
  .ls-sm-0 {
    letter-spacing: 0 !important;
  }
  .ls-sm-0point1 {
    letter-spacing: 0.1em !important;
  }
  .ls-sm-0point2 {
    letter-spacing: 0.2em !important;
  }
  .ls-sm-0point3 {
    letter-spacing: 0.3em !important;
  }
  .ls-sm-0point4 {
    letter-spacing: 0.4em !important;
  }
  .z-sm-n10 {
    z-index: -10 !important;
  }
  .z-sm-n9 {
    z-index: -9 !important;
  }
  .z-sm-n8 {
    z-index: -8 !important;
  }
  .z-sm-n7 {
    z-index: -7 !important;
  }
  .z-sm-n6 {
    z-index: -6 !important;
  }
  .z-sm-n5 {
    z-index: -5 !important;
  }
  .z-sm-n4 {
    z-index: -4 !important;
  }
  .z-sm-n3 {
    z-index: -3 !important;
  }
  .z-sm-n2 {
    z-index: -2 !important;
  }
  .z-sm-n1 {
    z-index: -1 !important;
  }
  .z-sm-0 {
    z-index: 0 !important;
  }
  .z-sm-1 {
    z-index: 1 !important;
  }
  .z-sm-2 {
    z-index: 2 !important;
  }
  .z-sm-3 {
    z-index: 3 !important;
  }
  .z-sm-4 {
    z-index: 4 !important;
  }
  .z-sm-5 {
    z-index: 5 !important;
  }
  .z-sm-6 {
    z-index: 6 !important;
  }
  .z-sm-7 {
    z-index: 7 !important;
  }
  .z-sm-8 {
    z-index: 8 !important;
  }
  .z-sm-9 {
    z-index: 9 !important;
  }
  .z-sm-10 {
    z-index: 10 !important;
  }
  .opacity-sm-0 {
    opacity: 0 !important;
  }
  .opacity-sm-0point1 {
    opacity: 0.1 !important;
  }
  .opacity-sm-0point2 {
    opacity: 0.2 !important;
  }
  .opacity-sm-0point3 {
    opacity: 0.3 !important;
  }
  .opacity-sm-0point4 {
    opacity: 0.4 !important;
  }
  .opacity-sm-0point5 {
    opacity: 0.5 !important;
  }
  .opacity-sm-0point6 {
    opacity: 0.6 !important;
  }
  .opacity-sm-0point7 {
    opacity: 0.7 !important;
  }
  .opacity-sm-0point8 {
    opacity: 0.8 !important;
  }
  .opacity-sm-0point9 {
    opacity: 0.9 !important;
  }
  .opacity-sm-1 {
    opacity: 1 !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .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: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
  .top-md-0 {
    top: 0 !important;
  }
  .top-md-10 {
    top: 10% !important;
  }
  .top-md-20 {
    top: 20% !important;
  }
  .top-md-30 {
    top: 30% !important;
  }
  .top-md-40 {
    top: 40% !important;
  }
  .top-md-50 {
    top: 50% !important;
  }
  .top-md-60 {
    top: 60% !important;
  }
  .top-md-70 {
    top: 70% !important;
  }
  .top-md-80 {
    top: 80% !important;
  }
  .top-md-90 {
    top: 90% !important;
  }
  .top-md-100 {
    top: 100% !important;
  }
  .top-md-auto {
    top: auto !important;
  }
  .bottom-md-0 {
    bottom: 0 !important;
  }
  .bottom-md-10 {
    bottom: 10% !important;
  }
  .bottom-md-20 {
    bottom: 20% !important;
  }
  .bottom-md-30 {
    bottom: 30% !important;
  }
  .bottom-md-40 {
    bottom: 40% !important;
  }
  .bottom-md-50 {
    bottom: 50% !important;
  }
  .bottom-md-60 {
    bottom: 60% !important;
  }
  .bottom-md-70 {
    bottom: 70% !important;
  }
  .bottom-md-80 {
    bottom: 80% !important;
  }
  .bottom-md-90 {
    bottom: 90% !important;
  }
  .bottom-md-100 {
    bottom: 100% !important;
  }
  .bottom-md-auto {
    bottom: auto !important;
  }
  .start-md-0 {
    left: 0 !important;
  }
  .start-md-10 {
    left: 10% !important;
  }
  .start-md-20 {
    left: 20% !important;
  }
  .start-md-30 {
    left: 30% !important;
  }
  .start-md-40 {
    left: 40% !important;
  }
  .start-md-50 {
    left: 50% !important;
  }
  .start-md-60 {
    left: 60% !important;
  }
  .start-md-70 {
    left: 70% !important;
  }
  .start-md-80 {
    left: 80% !important;
  }
  .start-md-90 {
    left: 90% !important;
  }
  .start-md-100 {
    left: 100% !important;
  }
  .start-md-auto {
    left: auto !important;
  }
  .end-md-0 {
    right: 0 !important;
  }
  .end-md-10 {
    right: 10% !important;
  }
  .end-md-20 {
    right: 20% !important;
  }
  .end-md-30 {
    right: 30% !important;
  }
  .end-md-40 {
    right: 40% !important;
  }
  .end-md-50 {
    right: 50% !important;
  }
  .end-md-60 {
    right: 60% !important;
  }
  .end-md-70 {
    right: 70% !important;
  }
  .end-md-80 {
    right: 80% !important;
  }
  .end-md-90 {
    right: 90% !important;
  }
  .end-md-100 {
    right: 100% !important;
  }
  .end-md-auto {
    right: auto !important;
  }
  .translate-middle-md {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-md-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-md-y {
    transform: translateY(-50%) !important;
  }
  .w-md-0 {
    width: 0 !important;
  }
  .w-md-1 {
    width: 1% !important;
  }
  .w-md-2 {
    width: 2% !important;
  }
  .w-md-3 {
    width: 3% !important;
  }
  .w-md-4 {
    width: 4% !important;
  }
  .w-md-5 {
    width: 5% !important;
  }
  .w-md-6 {
    width: 6% !important;
  }
  .w-md-7 {
    width: 7% !important;
  }
  .w-md-8 {
    width: 8% !important;
  }
  .w-md-9 {
    width: 9% !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .w-md-11 {
    width: 11% !important;
  }
  .w-md-12 {
    width: 12% !important;
  }
  .w-md-13 {
    width: 13% !important;
  }
  .w-md-14 {
    width: 14% !important;
  }
  .w-md-15 {
    width: 15% !important;
  }
  .w-md-16 {
    width: 16% !important;
  }
  .w-md-17 {
    width: 17% !important;
  }
  .w-md-18 {
    width: 18% !important;
  }
  .w-md-19 {
    width: 19% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-21 {
    width: 21% !important;
  }
  .w-md-22 {
    width: 22% !important;
  }
  .w-md-23 {
    width: 23% !important;
  }
  .w-md-24 {
    width: 24% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-26 {
    width: 26% !important;
  }
  .w-md-27 {
    width: 27% !important;
  }
  .w-md-28 {
    width: 28% !important;
  }
  .w-md-29 {
    width: 29% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-31 {
    width: 31% !important;
  }
  .w-md-32 {
    width: 32% !important;
  }
  .w-md-33 {
    width: 33% !important;
  }
  .w-md-34 {
    width: 34% !important;
  }
  .w-md-35 {
    width: 35% !important;
  }
  .w-md-36 {
    width: 36% !important;
  }
  .w-md-37 {
    width: 37% !important;
  }
  .w-md-38 {
    width: 38% !important;
  }
  .w-md-39 {
    width: 39% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-41 {
    width: 41% !important;
  }
  .w-md-42 {
    width: 42% !important;
  }
  .w-md-43 {
    width: 43% !important;
  }
  .w-md-44 {
    width: 44% !important;
  }
  .w-md-45 {
    width: 45% !important;
  }
  .w-md-46 {
    width: 46% !important;
  }
  .w-md-47 {
    width: 47% !important;
  }
  .w-md-48 {
    width: 48% !important;
  }
  .w-md-49 {
    width: 49% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-51 {
    width: 51% !important;
  }
  .w-md-52 {
    width: 52% !important;
  }
  .w-md-53 {
    width: 53% !important;
  }
  .w-md-54 {
    width: 54% !important;
  }
  .w-md-55 {
    width: 55% !important;
  }
  .w-md-56 {
    width: 56% !important;
  }
  .w-md-57 {
    width: 57% !important;
  }
  .w-md-58 {
    width: 58% !important;
  }
  .w-md-59 {
    width: 59% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-61 {
    width: 61% !important;
  }
  .w-md-62 {
    width: 62% !important;
  }
  .w-md-63 {
    width: 63% !important;
  }
  .w-md-64 {
    width: 64% !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .w-md-66 {
    width: 66% !important;
  }
  .w-md-67 {
    width: 67% !important;
  }
  .w-md-68 {
    width: 68% !important;
  }
  .w-md-69 {
    width: 69% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-71 {
    width: 71% !important;
  }
  .w-md-72 {
    width: 72% !important;
  }
  .w-md-73 {
    width: 73% !important;
  }
  .w-md-74 {
    width: 74% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-76 {
    width: 76% !important;
  }
  .w-md-77 {
    width: 77% !important;
  }
  .w-md-78 {
    width: 78% !important;
  }
  .w-md-79 {
    width: 79% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-81 {
    width: 81% !important;
  }
  .w-md-82 {
    width: 82% !important;
  }
  .w-md-83 {
    width: 83% !important;
  }
  .w-md-84 {
    width: 84% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
  .w-md-86 {
    width: 86% !important;
  }
  .w-md-87 {
    width: 87% !important;
  }
  .w-md-88 {
    width: 88% !important;
  }
  .w-md-89 {
    width: 89% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-91 {
    width: 91% !important;
  }
  .w-md-92 {
    width: 92% !important;
  }
  .w-md-93 {
    width: 93% !important;
  }
  .w-md-94 {
    width: 94% !important;
  }
  .w-md-95 {
    width: 95% !important;
  }
  .w-md-96 {
    width: 96% !important;
  }
  .w-md-97 {
    width: 97% !important;
  }
  .w-md-98 {
    width: 98% !important;
  }
  .w-md-99 {
    width: 99% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-110 {
    width: 110% !important;
  }
  .w-md-120 {
    width: 120% !important;
  }
  .w-md-130 {
    width: 130% !important;
  }
  .w-md-140 {
    width: 140% !important;
  }
  .w-md-150 {
    width: 150% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .h-md-0 {
    height: 0 !important;
  }
  .h-md-1 {
    height: 1% !important;
  }
  .h-md-2 {
    height: 2% !important;
  }
  .h-md-3 {
    height: 3% !important;
  }
  .h-md-4 {
    height: 4% !important;
  }
  .h-md-5 {
    height: 5% !important;
  }
  .h-md-6 {
    height: 6% !important;
  }
  .h-md-7 {
    height: 7% !important;
  }
  .h-md-8 {
    height: 8% !important;
  }
  .h-md-9 {
    height: 9% !important;
  }
  .h-md-10 {
    height: 10% !important;
  }
  .h-md-11 {
    height: 11% !important;
  }
  .h-md-12 {
    height: 12% !important;
  }
  .h-md-13 {
    height: 13% !important;
  }
  .h-md-14 {
    height: 14% !important;
  }
  .h-md-15 {
    height: 15% !important;
  }
  .h-md-16 {
    height: 16% !important;
  }
  .h-md-17 {
    height: 17% !important;
  }
  .h-md-18 {
    height: 18% !important;
  }
  .h-md-19 {
    height: 19% !important;
  }
  .h-md-20 {
    height: 20% !important;
  }
  .h-md-21 {
    height: 21% !important;
  }
  .h-md-22 {
    height: 22% !important;
  }
  .h-md-23 {
    height: 23% !important;
  }
  .h-md-24 {
    height: 24% !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-26 {
    height: 26% !important;
  }
  .h-md-27 {
    height: 27% !important;
  }
  .h-md-28 {
    height: 28% !important;
  }
  .h-md-29 {
    height: 29% !important;
  }
  .h-md-30 {
    height: 30% !important;
  }
  .h-md-31 {
    height: 31% !important;
  }
  .h-md-32 {
    height: 32% !important;
  }
  .h-md-33 {
    height: 33% !important;
  }
  .h-md-34 {
    height: 34% !important;
  }
  .h-md-35 {
    height: 35% !important;
  }
  .h-md-36 {
    height: 36% !important;
  }
  .h-md-37 {
    height: 37% !important;
  }
  .h-md-38 {
    height: 38% !important;
  }
  .h-md-39 {
    height: 39% !important;
  }
  .h-md-40 {
    height: 40% !important;
  }
  .h-md-41 {
    height: 41% !important;
  }
  .h-md-42 {
    height: 42% !important;
  }
  .h-md-43 {
    height: 43% !important;
  }
  .h-md-44 {
    height: 44% !important;
  }
  .h-md-45 {
    height: 45% !important;
  }
  .h-md-46 {
    height: 46% !important;
  }
  .h-md-47 {
    height: 47% !important;
  }
  .h-md-48 {
    height: 48% !important;
  }
  .h-md-49 {
    height: 49% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-51 {
    height: 51% !important;
  }
  .h-md-52 {
    height: 52% !important;
  }
  .h-md-53 {
    height: 53% !important;
  }
  .h-md-54 {
    height: 54% !important;
  }
  .h-md-55 {
    height: 55% !important;
  }
  .h-md-56 {
    height: 56% !important;
  }
  .h-md-57 {
    height: 57% !important;
  }
  .h-md-58 {
    height: 58% !important;
  }
  .h-md-59 {
    height: 59% !important;
  }
  .h-md-60 {
    height: 60% !important;
  }
  .h-md-61 {
    height: 61% !important;
  }
  .h-md-62 {
    height: 62% !important;
  }
  .h-md-63 {
    height: 63% !important;
  }
  .h-md-64 {
    height: 64% !important;
  }
  .h-md-65 {
    height: 65% !important;
  }
  .h-md-66 {
    height: 66% !important;
  }
  .h-md-67 {
    height: 67% !important;
  }
  .h-md-68 {
    height: 68% !important;
  }
  .h-md-69 {
    height: 69% !important;
  }
  .h-md-70 {
    height: 70% !important;
  }
  .h-md-71 {
    height: 71% !important;
  }
  .h-md-72 {
    height: 72% !important;
  }
  .h-md-73 {
    height: 73% !important;
  }
  .h-md-74 {
    height: 74% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-76 {
    height: 76% !important;
  }
  .h-md-77 {
    height: 77% !important;
  }
  .h-md-78 {
    height: 78% !important;
  }
  .h-md-79 {
    height: 79% !important;
  }
  .h-md-80 {
    height: 80% !important;
  }
  .h-md-81 {
    height: 81% !important;
  }
  .h-md-82 {
    height: 82% !important;
  }
  .h-md-83 {
    height: 83% !important;
  }
  .h-md-84 {
    height: 84% !important;
  }
  .h-md-85 {
    height: 85% !important;
  }
  .h-md-86 {
    height: 86% !important;
  }
  .h-md-87 {
    height: 87% !important;
  }
  .h-md-88 {
    height: 88% !important;
  }
  .h-md-89 {
    height: 89% !important;
  }
  .h-md-90 {
    height: 90% !important;
  }
  .h-md-91 {
    height: 91% !important;
  }
  .h-md-92 {
    height: 92% !important;
  }
  .h-md-93 {
    height: 93% !important;
  }
  .h-md-94 {
    height: 94% !important;
  }
  .h-md-95 {
    height: 95% !important;
  }
  .h-md-96 {
    height: 96% !important;
  }
  .h-md-97 {
    height: 97% !important;
  }
  .h-md-98 {
    height: 98% !important;
  }
  .h-md-99 {
    height: 99% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-110 {
    height: 110% !important;
  }
  .h-md-120 {
    height: 120% !important;
  }
  .h-md-130 {
    height: 130% !important;
  }
  .h-md-140 {
    height: 140% !important;
  }
  .h-md-150 {
    height: 150% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .fd-md-row {
    flex-direction: row !important;
  }
  .fd-md-column {
    flex-direction: column !important;
  }
  .fd-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .fd-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0rem !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .gap-md-6 {
    gap: 4.5rem !important;
  }
  .gap-md-7 {
    gap: 6rem !important;
  }
  .gap-md-8 {
    gap: 8rem !important;
  }
  .gap-md-9 {
    gap: 9rem !important;
  }
  .gap-md-10 {
    gap: 10rem !important;
  }
  .jc-md-start {
    justify-content: flex-start !important;
  }
  .jc-md-end {
    justify-content: flex-end !important;
  }
  .jc-md-center {
    justify-content: center !important;
  }
  .jc-md-between {
    justify-content: space-between !important;
  }
  .jc-md-around {
    justify-content: space-around !important;
  }
  .jc-md-evenly {
    justify-content: space-evenly !important;
  }
  .ai-md-start {
    align-items: flex-start !important;
  }
  .ai-md-end {
    align-items: flex-end !important;
  }
  .ai-md-center {
    align-items: center !important;
  }
  .ai-md-baseline {
    align-items: baseline !important;
  }
  .ai-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0rem !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .m-md-10 {
    margin: 10rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-md-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-md-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-6 {
    margin-top: 4.5rem !important;
  }
  .mt-md-7 {
    margin-top: 6rem !important;
  }
  .mt-md-8 {
    margin-top: 8rem !important;
  }
  .mt-md-9 {
    margin-top: 9rem !important;
  }
  .mt-md-10 {
    margin-top: 10rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0rem !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-6 {
    margin-right: 4.5rem !important;
  }
  .me-md-7 {
    margin-right: 6rem !important;
  }
  .me-md-8 {
    margin-right: 8rem !important;
  }
  .me-md-9 {
    margin-right: 9rem !important;
  }
  .me-md-10 {
    margin-right: 10rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 6rem !important;
  }
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
  .mb-md-9 {
    margin-bottom: 9rem !important;
  }
  .mb-md-10 {
    margin-bottom: 10rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0rem !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-6 {
    margin-left: 4.5rem !important;
  }
  .ms-md-7 {
    margin-left: 6rem !important;
  }
  .ms-md-8 {
    margin-left: 8rem !important;
  }
  .ms-md-9 {
    margin-left: 9rem !important;
  }
  .ms-md-10 {
    margin-left: 10rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  .m-md-n7 {
    margin: -6rem !important;
  }
  .m-md-n8 {
    margin: -8rem !important;
  }
  .m-md-n9 {
    margin: -9rem !important;
  }
  .m-md-n10 {
    margin: -10rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-md-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-md-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-md-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-md-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-md-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-md-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-md-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-md-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .mt-md-n6 {
    margin-top: -4.5rem !important;
  }
  .mt-md-n7 {
    margin-top: -6rem !important;
  }
  .mt-md-n8 {
    margin-top: -8rem !important;
  }
  .mt-md-n9 {
    margin-top: -9rem !important;
  }
  .mt-md-n10 {
    margin-top: -10rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .me-md-n6 {
    margin-right: -4.5rem !important;
  }
  .me-md-n7 {
    margin-right: -6rem !important;
  }
  .me-md-n8 {
    margin-right: -8rem !important;
  }
  .me-md-n9 {
    margin-right: -9rem !important;
  }
  .me-md-n10 {
    margin-right: -10rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -6rem !important;
  }
  .mb-md-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-md-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-md-n10 {
    margin-bottom: -10rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .ms-md-n6 {
    margin-left: -4.5rem !important;
  }
  .ms-md-n7 {
    margin-left: -6rem !important;
  }
  .ms-md-n8 {
    margin-left: -8rem !important;
  }
  .ms-md-n9 {
    margin-left: -9rem !important;
  }
  .ms-md-n10 {
    margin-left: -10rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .p-md-10 {
    padding: 10rem !important;
  }
  .px-md-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-md-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-md-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 4.5rem !important;
  }
  .pt-md-7 {
    padding-top: 6rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pt-md-9 {
    padding-top: 9rem !important;
  }
  .pt-md-10 {
    padding-top: 10rem !important;
  }
  .pe-md-0 {
    padding-right: 0rem !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pe-md-6 {
    padding-right: 4.5rem !important;
  }
  .pe-md-7 {
    padding-right: 6rem !important;
  }
  .pe-md-8 {
    padding-right: 8rem !important;
  }
  .pe-md-9 {
    padding-right: 9rem !important;
  }
  .pe-md-10 {
    padding-right: 10rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pb-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 6rem !important;
  }
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
  .pb-md-9 {
    padding-bottom: 9rem !important;
  }
  .pb-md-10 {
    padding-bottom: 10rem !important;
  }
  .ps-md-0 {
    padding-left: 0rem !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .ps-md-6 {
    padding-left: 4.5rem !important;
  }
  .ps-md-7 {
    padding-left: 6rem !important;
  }
  .ps-md-8 {
    padding-left: 8rem !important;
  }
  .ps-md-9 {
    padding-left: 9rem !important;
  }
  .ps-md-10 {
    padding-left: 10rem !important;
  }
  .fs-md-lead {
    font-size: calc(1.665rem + 4.98vw) !important;
  }
  .fs-md-xxl {
    font-size: calc(1.53rem + 3.36vw) !important;
  }
  .fs-md-xl {
    font-size: calc(1.44rem + 2.28vw) !important;
  }
  .fs-md-1 {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  .fs-md-2 {
    font-size: calc(1.305rem + 0.66vw) !important;
  }
  .fs-md-3 {
    font-size: calc(1.2825rem + 0.39vw) !important;
  }
  .fs-md-4 {
    font-size: calc(1.26rem + 0.12vw) !important;
  }
  .fs-md-5 {
    font-size: 1.125rem !important;
  }
  .fs-md-6 {
    font-size: 0.9rem !important;
  }
  .fs-md-7 {
    font-size: 0.7875rem !important;
  }
  .fs-md-xs {
    font-size: 0.63rem !important;
  }
  .lh-md-0point5 {
    line-height: 0.5 !important;
  }
  .lh-md-1 {
    line-height: 1 !important;
  }
  .lh-md-1point1 {
    line-height: 1.1 !important;
  }
  .lh-md-1point2 {
    line-height: 1.2 !important;
  }
  .lh-md-1point3 {
    line-height: 1.3 !important;
  }
  .lh-md-1point4 {
    line-height: 1.4 !important;
  }
  .lh-md-1point5 {
    line-height: 1.5 !important;
  }
  .lh-md-2 {
    line-height: 2 !important;
  }
  .lh-md-2point5 {
    line-height: 2.5 !important;
  }
  .lh-md-3 {
    line-height: 3 !important;
  }
  .lh-md-3point5 {
    line-height: 3.5 !important;
  }
  .lh-md-4 {
    line-height: 4 !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .pi-md-start {
    place-items: flex-start !important;
  }
  .pi-md-end {
    place-items: flex-end !important;
  }
  .pi-md-center {
    place-items: center !important;
  }
  .pi-md-baseline {
    place-items: baseline !important;
  }
  .pi-md-stretch {
    place-items: stretch !important;
  }
  .ls-md-0 {
    letter-spacing: 0 !important;
  }
  .ls-md-0point1 {
    letter-spacing: 0.1em !important;
  }
  .ls-md-0point2 {
    letter-spacing: 0.2em !important;
  }
  .ls-md-0point3 {
    letter-spacing: 0.3em !important;
  }
  .ls-md-0point4 {
    letter-spacing: 0.4em !important;
  }
  .z-md-n10 {
    z-index: -10 !important;
  }
  .z-md-n9 {
    z-index: -9 !important;
  }
  .z-md-n8 {
    z-index: -8 !important;
  }
  .z-md-n7 {
    z-index: -7 !important;
  }
  .z-md-n6 {
    z-index: -6 !important;
  }
  .z-md-n5 {
    z-index: -5 !important;
  }
  .z-md-n4 {
    z-index: -4 !important;
  }
  .z-md-n3 {
    z-index: -3 !important;
  }
  .z-md-n2 {
    z-index: -2 !important;
  }
  .z-md-n1 {
    z-index: -1 !important;
  }
  .z-md-0 {
    z-index: 0 !important;
  }
  .z-md-1 {
    z-index: 1 !important;
  }
  .z-md-2 {
    z-index: 2 !important;
  }
  .z-md-3 {
    z-index: 3 !important;
  }
  .z-md-4 {
    z-index: 4 !important;
  }
  .z-md-5 {
    z-index: 5 !important;
  }
  .z-md-6 {
    z-index: 6 !important;
  }
  .z-md-7 {
    z-index: 7 !important;
  }
  .z-md-8 {
    z-index: 8 !important;
  }
  .z-md-9 {
    z-index: 9 !important;
  }
  .z-md-10 {
    z-index: 10 !important;
  }
  .opacity-md-0 {
    opacity: 0 !important;
  }
  .opacity-md-0point1 {
    opacity: 0.1 !important;
  }
  .opacity-md-0point2 {
    opacity: 0.2 !important;
  }
  .opacity-md-0point3 {
    opacity: 0.3 !important;
  }
  .opacity-md-0point4 {
    opacity: 0.4 !important;
  }
  .opacity-md-0point5 {
    opacity: 0.5 !important;
  }
  .opacity-md-0point6 {
    opacity: 0.6 !important;
  }
  .opacity-md-0point7 {
    opacity: 0.7 !important;
  }
  .opacity-md-0point8 {
    opacity: 0.8 !important;
  }
  .opacity-md-0point9 {
    opacity: 0.9 !important;
  }
  .opacity-md-1 {
    opacity: 1 !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
  .top-lg-0 {
    top: 0 !important;
  }
  .top-lg-10 {
    top: 10% !important;
  }
  .top-lg-20 {
    top: 20% !important;
  }
  .top-lg-30 {
    top: 30% !important;
  }
  .top-lg-40 {
    top: 40% !important;
  }
  .top-lg-50 {
    top: 50% !important;
  }
  .top-lg-60 {
    top: 60% !important;
  }
  .top-lg-70 {
    top: 70% !important;
  }
  .top-lg-80 {
    top: 80% !important;
  }
  .top-lg-90 {
    top: 90% !important;
  }
  .top-lg-100 {
    top: 100% !important;
  }
  .top-lg-auto {
    top: auto !important;
  }
  .bottom-lg-0 {
    bottom: 0 !important;
  }
  .bottom-lg-10 {
    bottom: 10% !important;
  }
  .bottom-lg-20 {
    bottom: 20% !important;
  }
  .bottom-lg-30 {
    bottom: 30% !important;
  }
  .bottom-lg-40 {
    bottom: 40% !important;
  }
  .bottom-lg-50 {
    bottom: 50% !important;
  }
  .bottom-lg-60 {
    bottom: 60% !important;
  }
  .bottom-lg-70 {
    bottom: 70% !important;
  }
  .bottom-lg-80 {
    bottom: 80% !important;
  }
  .bottom-lg-90 {
    bottom: 90% !important;
  }
  .bottom-lg-100 {
    bottom: 100% !important;
  }
  .bottom-lg-auto {
    bottom: auto !important;
  }
  .start-lg-0 {
    left: 0 !important;
  }
  .start-lg-10 {
    left: 10% !important;
  }
  .start-lg-20 {
    left: 20% !important;
  }
  .start-lg-30 {
    left: 30% !important;
  }
  .start-lg-40 {
    left: 40% !important;
  }
  .start-lg-50 {
    left: 50% !important;
  }
  .start-lg-60 {
    left: 60% !important;
  }
  .start-lg-70 {
    left: 70% !important;
  }
  .start-lg-80 {
    left: 80% !important;
  }
  .start-lg-90 {
    left: 90% !important;
  }
  .start-lg-100 {
    left: 100% !important;
  }
  .start-lg-auto {
    left: auto !important;
  }
  .end-lg-0 {
    right: 0 !important;
  }
  .end-lg-10 {
    right: 10% !important;
  }
  .end-lg-20 {
    right: 20% !important;
  }
  .end-lg-30 {
    right: 30% !important;
  }
  .end-lg-40 {
    right: 40% !important;
  }
  .end-lg-50 {
    right: 50% !important;
  }
  .end-lg-60 {
    right: 60% !important;
  }
  .end-lg-70 {
    right: 70% !important;
  }
  .end-lg-80 {
    right: 80% !important;
  }
  .end-lg-90 {
    right: 90% !important;
  }
  .end-lg-100 {
    right: 100% !important;
  }
  .end-lg-auto {
    right: auto !important;
  }
  .translate-middle-lg {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-lg-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-lg-y {
    transform: translateY(-50%) !important;
  }
  .w-lg-0 {
    width: 0 !important;
  }
  .w-lg-1 {
    width: 1% !important;
  }
  .w-lg-2 {
    width: 2% !important;
  }
  .w-lg-3 {
    width: 3% !important;
  }
  .w-lg-4 {
    width: 4% !important;
  }
  .w-lg-5 {
    width: 5% !important;
  }
  .w-lg-6 {
    width: 6% !important;
  }
  .w-lg-7 {
    width: 7% !important;
  }
  .w-lg-8 {
    width: 8% !important;
  }
  .w-lg-9 {
    width: 9% !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .w-lg-11 {
    width: 11% !important;
  }
  .w-lg-12 {
    width: 12% !important;
  }
  .w-lg-13 {
    width: 13% !important;
  }
  .w-lg-14 {
    width: 14% !important;
  }
  .w-lg-15 {
    width: 15% !important;
  }
  .w-lg-16 {
    width: 16% !important;
  }
  .w-lg-17 {
    width: 17% !important;
  }
  .w-lg-18 {
    width: 18% !important;
  }
  .w-lg-19 {
    width: 19% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-21 {
    width: 21% !important;
  }
  .w-lg-22 {
    width: 22% !important;
  }
  .w-lg-23 {
    width: 23% !important;
  }
  .w-lg-24 {
    width: 24% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-26 {
    width: 26% !important;
  }
  .w-lg-27 {
    width: 27% !important;
  }
  .w-lg-28 {
    width: 28% !important;
  }
  .w-lg-29 {
    width: 29% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-31 {
    width: 31% !important;
  }
  .w-lg-32 {
    width: 32% !important;
  }
  .w-lg-33 {
    width: 33% !important;
  }
  .w-lg-34 {
    width: 34% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .w-lg-36 {
    width: 36% !important;
  }
  .w-lg-37 {
    width: 37% !important;
  }
  .w-lg-38 {
    width: 38% !important;
  }
  .w-lg-39 {
    width: 39% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-41 {
    width: 41% !important;
  }
  .w-lg-42 {
    width: 42% !important;
  }
  .w-lg-43 {
    width: 43% !important;
  }
  .w-lg-44 {
    width: 44% !important;
  }
  .w-lg-45 {
    width: 45% !important;
  }
  .w-lg-46 {
    width: 46% !important;
  }
  .w-lg-47 {
    width: 47% !important;
  }
  .w-lg-48 {
    width: 48% !important;
  }
  .w-lg-49 {
    width: 49% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-51 {
    width: 51% !important;
  }
  .w-lg-52 {
    width: 52% !important;
  }
  .w-lg-53 {
    width: 53% !important;
  }
  .w-lg-54 {
    width: 54% !important;
  }
  .w-lg-55 {
    width: 55% !important;
  }
  .w-lg-56 {
    width: 56% !important;
  }
  .w-lg-57 {
    width: 57% !important;
  }
  .w-lg-58 {
    width: 58% !important;
  }
  .w-lg-59 {
    width: 59% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-61 {
    width: 61% !important;
  }
  .w-lg-62 {
    width: 62% !important;
  }
  .w-lg-63 {
    width: 63% !important;
  }
  .w-lg-64 {
    width: 64% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .w-lg-66 {
    width: 66% !important;
  }
  .w-lg-67 {
    width: 67% !important;
  }
  .w-lg-68 {
    width: 68% !important;
  }
  .w-lg-69 {
    width: 69% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-71 {
    width: 71% !important;
  }
  .w-lg-72 {
    width: 72% !important;
  }
  .w-lg-73 {
    width: 73% !important;
  }
  .w-lg-74 {
    width: 74% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-76 {
    width: 76% !important;
  }
  .w-lg-77 {
    width: 77% !important;
  }
  .w-lg-78 {
    width: 78% !important;
  }
  .w-lg-79 {
    width: 79% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-81 {
    width: 81% !important;
  }
  .w-lg-82 {
    width: 82% !important;
  }
  .w-lg-83 {
    width: 83% !important;
  }
  .w-lg-84 {
    width: 84% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .w-lg-86 {
    width: 86% !important;
  }
  .w-lg-87 {
    width: 87% !important;
  }
  .w-lg-88 {
    width: 88% !important;
  }
  .w-lg-89 {
    width: 89% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .w-lg-91 {
    width: 91% !important;
  }
  .w-lg-92 {
    width: 92% !important;
  }
  .w-lg-93 {
    width: 93% !important;
  }
  .w-lg-94 {
    width: 94% !important;
  }
  .w-lg-95 {
    width: 95% !important;
  }
  .w-lg-96 {
    width: 96% !important;
  }
  .w-lg-97 {
    width: 97% !important;
  }
  .w-lg-98 {
    width: 98% !important;
  }
  .w-lg-99 {
    width: 99% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-110 {
    width: 110% !important;
  }
  .w-lg-120 {
    width: 120% !important;
  }
  .w-lg-130 {
    width: 130% !important;
  }
  .w-lg-140 {
    width: 140% !important;
  }
  .w-lg-150 {
    width: 150% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .h-lg-0 {
    height: 0 !important;
  }
  .h-lg-1 {
    height: 1% !important;
  }
  .h-lg-2 {
    height: 2% !important;
  }
  .h-lg-3 {
    height: 3% !important;
  }
  .h-lg-4 {
    height: 4% !important;
  }
  .h-lg-5 {
    height: 5% !important;
  }
  .h-lg-6 {
    height: 6% !important;
  }
  .h-lg-7 {
    height: 7% !important;
  }
  .h-lg-8 {
    height: 8% !important;
  }
  .h-lg-9 {
    height: 9% !important;
  }
  .h-lg-10 {
    height: 10% !important;
  }
  .h-lg-11 {
    height: 11% !important;
  }
  .h-lg-12 {
    height: 12% !important;
  }
  .h-lg-13 {
    height: 13% !important;
  }
  .h-lg-14 {
    height: 14% !important;
  }
  .h-lg-15 {
    height: 15% !important;
  }
  .h-lg-16 {
    height: 16% !important;
  }
  .h-lg-17 {
    height: 17% !important;
  }
  .h-lg-18 {
    height: 18% !important;
  }
  .h-lg-19 {
    height: 19% !important;
  }
  .h-lg-20 {
    height: 20% !important;
  }
  .h-lg-21 {
    height: 21% !important;
  }
  .h-lg-22 {
    height: 22% !important;
  }
  .h-lg-23 {
    height: 23% !important;
  }
  .h-lg-24 {
    height: 24% !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-26 {
    height: 26% !important;
  }
  .h-lg-27 {
    height: 27% !important;
  }
  .h-lg-28 {
    height: 28% !important;
  }
  .h-lg-29 {
    height: 29% !important;
  }
  .h-lg-30 {
    height: 30% !important;
  }
  .h-lg-31 {
    height: 31% !important;
  }
  .h-lg-32 {
    height: 32% !important;
  }
  .h-lg-33 {
    height: 33% !important;
  }
  .h-lg-34 {
    height: 34% !important;
  }
  .h-lg-35 {
    height: 35% !important;
  }
  .h-lg-36 {
    height: 36% !important;
  }
  .h-lg-37 {
    height: 37% !important;
  }
  .h-lg-38 {
    height: 38% !important;
  }
  .h-lg-39 {
    height: 39% !important;
  }
  .h-lg-40 {
    height: 40% !important;
  }
  .h-lg-41 {
    height: 41% !important;
  }
  .h-lg-42 {
    height: 42% !important;
  }
  .h-lg-43 {
    height: 43% !important;
  }
  .h-lg-44 {
    height: 44% !important;
  }
  .h-lg-45 {
    height: 45% !important;
  }
  .h-lg-46 {
    height: 46% !important;
  }
  .h-lg-47 {
    height: 47% !important;
  }
  .h-lg-48 {
    height: 48% !important;
  }
  .h-lg-49 {
    height: 49% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-51 {
    height: 51% !important;
  }
  .h-lg-52 {
    height: 52% !important;
  }
  .h-lg-53 {
    height: 53% !important;
  }
  .h-lg-54 {
    height: 54% !important;
  }
  .h-lg-55 {
    height: 55% !important;
  }
  .h-lg-56 {
    height: 56% !important;
  }
  .h-lg-57 {
    height: 57% !important;
  }
  .h-lg-58 {
    height: 58% !important;
  }
  .h-lg-59 {
    height: 59% !important;
  }
  .h-lg-60 {
    height: 60% !important;
  }
  .h-lg-61 {
    height: 61% !important;
  }
  .h-lg-62 {
    height: 62% !important;
  }
  .h-lg-63 {
    height: 63% !important;
  }
  .h-lg-64 {
    height: 64% !important;
  }
  .h-lg-65 {
    height: 65% !important;
  }
  .h-lg-66 {
    height: 66% !important;
  }
  .h-lg-67 {
    height: 67% !important;
  }
  .h-lg-68 {
    height: 68% !important;
  }
  .h-lg-69 {
    height: 69% !important;
  }
  .h-lg-70 {
    height: 70% !important;
  }
  .h-lg-71 {
    height: 71% !important;
  }
  .h-lg-72 {
    height: 72% !important;
  }
  .h-lg-73 {
    height: 73% !important;
  }
  .h-lg-74 {
    height: 74% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-76 {
    height: 76% !important;
  }
  .h-lg-77 {
    height: 77% !important;
  }
  .h-lg-78 {
    height: 78% !important;
  }
  .h-lg-79 {
    height: 79% !important;
  }
  .h-lg-80 {
    height: 80% !important;
  }
  .h-lg-81 {
    height: 81% !important;
  }
  .h-lg-82 {
    height: 82% !important;
  }
  .h-lg-83 {
    height: 83% !important;
  }
  .h-lg-84 {
    height: 84% !important;
  }
  .h-lg-85 {
    height: 85% !important;
  }
  .h-lg-86 {
    height: 86% !important;
  }
  .h-lg-87 {
    height: 87% !important;
  }
  .h-lg-88 {
    height: 88% !important;
  }
  .h-lg-89 {
    height: 89% !important;
  }
  .h-lg-90 {
    height: 90% !important;
  }
  .h-lg-91 {
    height: 91% !important;
  }
  .h-lg-92 {
    height: 92% !important;
  }
  .h-lg-93 {
    height: 93% !important;
  }
  .h-lg-94 {
    height: 94% !important;
  }
  .h-lg-95 {
    height: 95% !important;
  }
  .h-lg-96 {
    height: 96% !important;
  }
  .h-lg-97 {
    height: 97% !important;
  }
  .h-lg-98 {
    height: 98% !important;
  }
  .h-lg-99 {
    height: 99% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-110 {
    height: 110% !important;
  }
  .h-lg-120 {
    height: 120% !important;
  }
  .h-lg-130 {
    height: 130% !important;
  }
  .h-lg-140 {
    height: 140% !important;
  }
  .h-lg-150 {
    height: 150% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .fd-lg-row {
    flex-direction: row !important;
  }
  .fd-lg-column {
    flex-direction: column !important;
  }
  .fd-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .fd-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0rem !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .gap-lg-6 {
    gap: 4.5rem !important;
  }
  .gap-lg-7 {
    gap: 6rem !important;
  }
  .gap-lg-8 {
    gap: 8rem !important;
  }
  .gap-lg-9 {
    gap: 9rem !important;
  }
  .gap-lg-10 {
    gap: 10rem !important;
  }
  .jc-lg-start {
    justify-content: flex-start !important;
  }
  .jc-lg-end {
    justify-content: flex-end !important;
  }
  .jc-lg-center {
    justify-content: center !important;
  }
  .jc-lg-between {
    justify-content: space-between !important;
  }
  .jc-lg-around {
    justify-content: space-around !important;
  }
  .jc-lg-evenly {
    justify-content: space-evenly !important;
  }
  .ai-lg-start {
    align-items: flex-start !important;
  }
  .ai-lg-end {
    align-items: flex-end !important;
  }
  .ai-lg-center {
    align-items: center !important;
  }
  .ai-lg-baseline {
    align-items: baseline !important;
  }
  .ai-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0rem !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .m-lg-10 {
    margin: 10rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-lg-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-lg-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-7 {
    margin-top: 6rem !important;
  }
  .mt-lg-8 {
    margin-top: 8rem !important;
  }
  .mt-lg-9 {
    margin-top: 9rem !important;
  }
  .mt-lg-10 {
    margin-top: 10rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0rem !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-6 {
    margin-right: 4.5rem !important;
  }
  .me-lg-7 {
    margin-right: 6rem !important;
  }
  .me-lg-8 {
    margin-right: 8rem !important;
  }
  .me-lg-9 {
    margin-right: 9rem !important;
  }
  .me-lg-10 {
    margin-right: 10rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0rem !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-6 {
    margin-left: 4.5rem !important;
  }
  .ms-lg-7 {
    margin-left: 6rem !important;
  }
  .ms-lg-8 {
    margin-left: 8rem !important;
  }
  .ms-lg-9 {
    margin-left: 9rem !important;
  }
  .ms-lg-10 {
    margin-left: 10rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  .m-lg-n7 {
    margin: -6rem !important;
  }
  .m-lg-n8 {
    margin: -8rem !important;
  }
  .m-lg-n9 {
    margin: -9rem !important;
  }
  .m-lg-n10 {
    margin: -10rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-lg-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-lg-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-lg-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-lg-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-lg-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-lg-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-lg-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-lg-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .mt-lg-n6 {
    margin-top: -4.5rem !important;
  }
  .mt-lg-n7 {
    margin-top: -6rem !important;
  }
  .mt-lg-n8 {
    margin-top: -8rem !important;
  }
  .mt-lg-n9 {
    margin-top: -9rem !important;
  }
  .mt-lg-n10 {
    margin-top: -10rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .me-lg-n6 {
    margin-right: -4.5rem !important;
  }
  .me-lg-n7 {
    margin-right: -6rem !important;
  }
  .me-lg-n8 {
    margin-right: -8rem !important;
  }
  .me-lg-n9 {
    margin-right: -9rem !important;
  }
  .me-lg-n10 {
    margin-right: -10rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -6rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-lg-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-lg-n10 {
    margin-bottom: -10rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .ms-lg-n6 {
    margin-left: -4.5rem !important;
  }
  .ms-lg-n7 {
    margin-left: -6rem !important;
  }
  .ms-lg-n8 {
    margin-left: -8rem !important;
  }
  .ms-lg-n9 {
    margin-left: -9rem !important;
  }
  .ms-lg-n10 {
    margin-left: -10rem !important;
  }
  .p-lg-0 {
    padding: 0rem !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .p-lg-10 {
    padding: 10rem !important;
  }
  .px-lg-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-lg-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-lg-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 6rem !important;
  }
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
  .pt-lg-9 {
    padding-top: 9rem !important;
  }
  .pt-lg-10 {
    padding-top: 10rem !important;
  }
  .pe-lg-0 {
    padding-right: 0rem !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pe-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pe-lg-7 {
    padding-right: 6rem !important;
  }
  .pe-lg-8 {
    padding-right: 8rem !important;
  }
  .pe-lg-9 {
    padding-right: 9rem !important;
  }
  .pe-lg-10 {
    padding-right: 10rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }
  .ps-lg-0 {
    padding-left: 0rem !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-6 {
    padding-left: 4.5rem !important;
  }
  .ps-lg-7 {
    padding-left: 6rem !important;
  }
  .ps-lg-8 {
    padding-left: 8rem !important;
  }
  .ps-lg-9 {
    padding-left: 9rem !important;
  }
  .ps-lg-10 {
    padding-left: 10rem !important;
  }
  .fs-lg-lead {
    font-size: calc(1.665rem + 4.98vw) !important;
  }
  .fs-lg-xxl {
    font-size: calc(1.53rem + 3.36vw) !important;
  }
  .fs-lg-xl {
    font-size: calc(1.44rem + 2.28vw) !important;
  }
  .fs-lg-1 {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  .fs-lg-2 {
    font-size: calc(1.305rem + 0.66vw) !important;
  }
  .fs-lg-3 {
    font-size: calc(1.2825rem + 0.39vw) !important;
  }
  .fs-lg-4 {
    font-size: calc(1.26rem + 0.12vw) !important;
  }
  .fs-lg-5 {
    font-size: 1.125rem !important;
  }
  .fs-lg-6 {
    font-size: 0.9rem !important;
  }
  .fs-lg-7 {
    font-size: 0.7875rem !important;
  }
  .fs-lg-xs {
    font-size: 0.63rem !important;
  }
  .lh-lg-0point5 {
    line-height: 0.5 !important;
  }
  .lh-lg-1 {
    line-height: 1 !important;
  }
  .lh-lg-1point1 {
    line-height: 1.1 !important;
  }
  .lh-lg-1point2 {
    line-height: 1.2 !important;
  }
  .lh-lg-1point3 {
    line-height: 1.3 !important;
  }
  .lh-lg-1point4 {
    line-height: 1.4 !important;
  }
  .lh-lg-1point5 {
    line-height: 1.5 !important;
  }
  .lh-lg-2 {
    line-height: 2 !important;
  }
  .lh-lg-2point5 {
    line-height: 2.5 !important;
  }
  .lh-lg-3 {
    line-height: 3 !important;
  }
  .lh-lg-3point5 {
    line-height: 3.5 !important;
  }
  .lh-lg-4 {
    line-height: 4 !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .pi-lg-start {
    place-items: flex-start !important;
  }
  .pi-lg-end {
    place-items: flex-end !important;
  }
  .pi-lg-center {
    place-items: center !important;
  }
  .pi-lg-baseline {
    place-items: baseline !important;
  }
  .pi-lg-stretch {
    place-items: stretch !important;
  }
  .ls-lg-0 {
    letter-spacing: 0 !important;
  }
  .ls-lg-0point1 {
    letter-spacing: 0.1em !important;
  }
  .ls-lg-0point2 {
    letter-spacing: 0.2em !important;
  }
  .ls-lg-0point3 {
    letter-spacing: 0.3em !important;
  }
  .ls-lg-0point4 {
    letter-spacing: 0.4em !important;
  }
  .z-lg-n10 {
    z-index: -10 !important;
  }
  .z-lg-n9 {
    z-index: -9 !important;
  }
  .z-lg-n8 {
    z-index: -8 !important;
  }
  .z-lg-n7 {
    z-index: -7 !important;
  }
  .z-lg-n6 {
    z-index: -6 !important;
  }
  .z-lg-n5 {
    z-index: -5 !important;
  }
  .z-lg-n4 {
    z-index: -4 !important;
  }
  .z-lg-n3 {
    z-index: -3 !important;
  }
  .z-lg-n2 {
    z-index: -2 !important;
  }
  .z-lg-n1 {
    z-index: -1 !important;
  }
  .z-lg-0 {
    z-index: 0 !important;
  }
  .z-lg-1 {
    z-index: 1 !important;
  }
  .z-lg-2 {
    z-index: 2 !important;
  }
  .z-lg-3 {
    z-index: 3 !important;
  }
  .z-lg-4 {
    z-index: 4 !important;
  }
  .z-lg-5 {
    z-index: 5 !important;
  }
  .z-lg-6 {
    z-index: 6 !important;
  }
  .z-lg-7 {
    z-index: 7 !important;
  }
  .z-lg-8 {
    z-index: 8 !important;
  }
  .z-lg-9 {
    z-index: 9 !important;
  }
  .z-lg-10 {
    z-index: 10 !important;
  }
  .opacity-lg-0 {
    opacity: 0 !important;
  }
  .opacity-lg-0point1 {
    opacity: 0.1 !important;
  }
  .opacity-lg-0point2 {
    opacity: 0.2 !important;
  }
  .opacity-lg-0point3 {
    opacity: 0.3 !important;
  }
  .opacity-lg-0point4 {
    opacity: 0.4 !important;
  }
  .opacity-lg-0point5 {
    opacity: 0.5 !important;
  }
  .opacity-lg-0point6 {
    opacity: 0.6 !important;
  }
  .opacity-lg-0point7 {
    opacity: 0.7 !important;
  }
  .opacity-lg-0point8 {
    opacity: 0.8 !important;
  }
  .opacity-lg-0point9 {
    opacity: 0.9 !important;
  }
  .opacity-lg-1 {
    opacity: 1 !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .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: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
  .top-xl-0 {
    top: 0 !important;
  }
  .top-xl-10 {
    top: 10% !important;
  }
  .top-xl-20 {
    top: 20% !important;
  }
  .top-xl-30 {
    top: 30% !important;
  }
  .top-xl-40 {
    top: 40% !important;
  }
  .top-xl-50 {
    top: 50% !important;
  }
  .top-xl-60 {
    top: 60% !important;
  }
  .top-xl-70 {
    top: 70% !important;
  }
  .top-xl-80 {
    top: 80% !important;
  }
  .top-xl-90 {
    top: 90% !important;
  }
  .top-xl-100 {
    top: 100% !important;
  }
  .top-xl-auto {
    top: auto !important;
  }
  .bottom-xl-0 {
    bottom: 0 !important;
  }
  .bottom-xl-10 {
    bottom: 10% !important;
  }
  .bottom-xl-20 {
    bottom: 20% !important;
  }
  .bottom-xl-30 {
    bottom: 30% !important;
  }
  .bottom-xl-40 {
    bottom: 40% !important;
  }
  .bottom-xl-50 {
    bottom: 50% !important;
  }
  .bottom-xl-60 {
    bottom: 60% !important;
  }
  .bottom-xl-70 {
    bottom: 70% !important;
  }
  .bottom-xl-80 {
    bottom: 80% !important;
  }
  .bottom-xl-90 {
    bottom: 90% !important;
  }
  .bottom-xl-100 {
    bottom: 100% !important;
  }
  .bottom-xl-auto {
    bottom: auto !important;
  }
  .start-xl-0 {
    left: 0 !important;
  }
  .start-xl-10 {
    left: 10% !important;
  }
  .start-xl-20 {
    left: 20% !important;
  }
  .start-xl-30 {
    left: 30% !important;
  }
  .start-xl-40 {
    left: 40% !important;
  }
  .start-xl-50 {
    left: 50% !important;
  }
  .start-xl-60 {
    left: 60% !important;
  }
  .start-xl-70 {
    left: 70% !important;
  }
  .start-xl-80 {
    left: 80% !important;
  }
  .start-xl-90 {
    left: 90% !important;
  }
  .start-xl-100 {
    left: 100% !important;
  }
  .start-xl-auto {
    left: auto !important;
  }
  .end-xl-0 {
    right: 0 !important;
  }
  .end-xl-10 {
    right: 10% !important;
  }
  .end-xl-20 {
    right: 20% !important;
  }
  .end-xl-30 {
    right: 30% !important;
  }
  .end-xl-40 {
    right: 40% !important;
  }
  .end-xl-50 {
    right: 50% !important;
  }
  .end-xl-60 {
    right: 60% !important;
  }
  .end-xl-70 {
    right: 70% !important;
  }
  .end-xl-80 {
    right: 80% !important;
  }
  .end-xl-90 {
    right: 90% !important;
  }
  .end-xl-100 {
    right: 100% !important;
  }
  .end-xl-auto {
    right: auto !important;
  }
  .translate-middle-xl {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-xl-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-xl-y {
    transform: translateY(-50%) !important;
  }
  .w-xl-0 {
    width: 0 !important;
  }
  .w-xl-1 {
    width: 1% !important;
  }
  .w-xl-2 {
    width: 2% !important;
  }
  .w-xl-3 {
    width: 3% !important;
  }
  .w-xl-4 {
    width: 4% !important;
  }
  .w-xl-5 {
    width: 5% !important;
  }
  .w-xl-6 {
    width: 6% !important;
  }
  .w-xl-7 {
    width: 7% !important;
  }
  .w-xl-8 {
    width: 8% !important;
  }
  .w-xl-9 {
    width: 9% !important;
  }
  .w-xl-10 {
    width: 10% !important;
  }
  .w-xl-11 {
    width: 11% !important;
  }
  .w-xl-12 {
    width: 12% !important;
  }
  .w-xl-13 {
    width: 13% !important;
  }
  .w-xl-14 {
    width: 14% !important;
  }
  .w-xl-15 {
    width: 15% !important;
  }
  .w-xl-16 {
    width: 16% !important;
  }
  .w-xl-17 {
    width: 17% !important;
  }
  .w-xl-18 {
    width: 18% !important;
  }
  .w-xl-19 {
    width: 19% !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-21 {
    width: 21% !important;
  }
  .w-xl-22 {
    width: 22% !important;
  }
  .w-xl-23 {
    width: 23% !important;
  }
  .w-xl-24 {
    width: 24% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-26 {
    width: 26% !important;
  }
  .w-xl-27 {
    width: 27% !important;
  }
  .w-xl-28 {
    width: 28% !important;
  }
  .w-xl-29 {
    width: 29% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-31 {
    width: 31% !important;
  }
  .w-xl-32 {
    width: 32% !important;
  }
  .w-xl-33 {
    width: 33% !important;
  }
  .w-xl-34 {
    width: 34% !important;
  }
  .w-xl-35 {
    width: 35% !important;
  }
  .w-xl-36 {
    width: 36% !important;
  }
  .w-xl-37 {
    width: 37% !important;
  }
  .w-xl-38 {
    width: 38% !important;
  }
  .w-xl-39 {
    width: 39% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-41 {
    width: 41% !important;
  }
  .w-xl-42 {
    width: 42% !important;
  }
  .w-xl-43 {
    width: 43% !important;
  }
  .w-xl-44 {
    width: 44% !important;
  }
  .w-xl-45 {
    width: 45% !important;
  }
  .w-xl-46 {
    width: 46% !important;
  }
  .w-xl-47 {
    width: 47% !important;
  }
  .w-xl-48 {
    width: 48% !important;
  }
  .w-xl-49 {
    width: 49% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-51 {
    width: 51% !important;
  }
  .w-xl-52 {
    width: 52% !important;
  }
  .w-xl-53 {
    width: 53% !important;
  }
  .w-xl-54 {
    width: 54% !important;
  }
  .w-xl-55 {
    width: 55% !important;
  }
  .w-xl-56 {
    width: 56% !important;
  }
  .w-xl-57 {
    width: 57% !important;
  }
  .w-xl-58 {
    width: 58% !important;
  }
  .w-xl-59 {
    width: 59% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-61 {
    width: 61% !important;
  }
  .w-xl-62 {
    width: 62% !important;
  }
  .w-xl-63 {
    width: 63% !important;
  }
  .w-xl-64 {
    width: 64% !important;
  }
  .w-xl-65 {
    width: 65% !important;
  }
  .w-xl-66 {
    width: 66% !important;
  }
  .w-xl-67 {
    width: 67% !important;
  }
  .w-xl-68 {
    width: 68% !important;
  }
  .w-xl-69 {
    width: 69% !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .w-xl-71 {
    width: 71% !important;
  }
  .w-xl-72 {
    width: 72% !important;
  }
  .w-xl-73 {
    width: 73% !important;
  }
  .w-xl-74 {
    width: 74% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-76 {
    width: 76% !important;
  }
  .w-xl-77 {
    width: 77% !important;
  }
  .w-xl-78 {
    width: 78% !important;
  }
  .w-xl-79 {
    width: 79% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-81 {
    width: 81% !important;
  }
  .w-xl-82 {
    width: 82% !important;
  }
  .w-xl-83 {
    width: 83% !important;
  }
  .w-xl-84 {
    width: 84% !important;
  }
  .w-xl-85 {
    width: 85% !important;
  }
  .w-xl-86 {
    width: 86% !important;
  }
  .w-xl-87 {
    width: 87% !important;
  }
  .w-xl-88 {
    width: 88% !important;
  }
  .w-xl-89 {
    width: 89% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .w-xl-91 {
    width: 91% !important;
  }
  .w-xl-92 {
    width: 92% !important;
  }
  .w-xl-93 {
    width: 93% !important;
  }
  .w-xl-94 {
    width: 94% !important;
  }
  .w-xl-95 {
    width: 95% !important;
  }
  .w-xl-96 {
    width: 96% !important;
  }
  .w-xl-97 {
    width: 97% !important;
  }
  .w-xl-98 {
    width: 98% !important;
  }
  .w-xl-99 {
    width: 99% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-110 {
    width: 110% !important;
  }
  .w-xl-120 {
    width: 120% !important;
  }
  .w-xl-130 {
    width: 130% !important;
  }
  .w-xl-140 {
    width: 140% !important;
  }
  .w-xl-150 {
    width: 150% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .h-xl-0 {
    height: 0 !important;
  }
  .h-xl-1 {
    height: 1% !important;
  }
  .h-xl-2 {
    height: 2% !important;
  }
  .h-xl-3 {
    height: 3% !important;
  }
  .h-xl-4 {
    height: 4% !important;
  }
  .h-xl-5 {
    height: 5% !important;
  }
  .h-xl-6 {
    height: 6% !important;
  }
  .h-xl-7 {
    height: 7% !important;
  }
  .h-xl-8 {
    height: 8% !important;
  }
  .h-xl-9 {
    height: 9% !important;
  }
  .h-xl-10 {
    height: 10% !important;
  }
  .h-xl-11 {
    height: 11% !important;
  }
  .h-xl-12 {
    height: 12% !important;
  }
  .h-xl-13 {
    height: 13% !important;
  }
  .h-xl-14 {
    height: 14% !important;
  }
  .h-xl-15 {
    height: 15% !important;
  }
  .h-xl-16 {
    height: 16% !important;
  }
  .h-xl-17 {
    height: 17% !important;
  }
  .h-xl-18 {
    height: 18% !important;
  }
  .h-xl-19 {
    height: 19% !important;
  }
  .h-xl-20 {
    height: 20% !important;
  }
  .h-xl-21 {
    height: 21% !important;
  }
  .h-xl-22 {
    height: 22% !important;
  }
  .h-xl-23 {
    height: 23% !important;
  }
  .h-xl-24 {
    height: 24% !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-26 {
    height: 26% !important;
  }
  .h-xl-27 {
    height: 27% !important;
  }
  .h-xl-28 {
    height: 28% !important;
  }
  .h-xl-29 {
    height: 29% !important;
  }
  .h-xl-30 {
    height: 30% !important;
  }
  .h-xl-31 {
    height: 31% !important;
  }
  .h-xl-32 {
    height: 32% !important;
  }
  .h-xl-33 {
    height: 33% !important;
  }
  .h-xl-34 {
    height: 34% !important;
  }
  .h-xl-35 {
    height: 35% !important;
  }
  .h-xl-36 {
    height: 36% !important;
  }
  .h-xl-37 {
    height: 37% !important;
  }
  .h-xl-38 {
    height: 38% !important;
  }
  .h-xl-39 {
    height: 39% !important;
  }
  .h-xl-40 {
    height: 40% !important;
  }
  .h-xl-41 {
    height: 41% !important;
  }
  .h-xl-42 {
    height: 42% !important;
  }
  .h-xl-43 {
    height: 43% !important;
  }
  .h-xl-44 {
    height: 44% !important;
  }
  .h-xl-45 {
    height: 45% !important;
  }
  .h-xl-46 {
    height: 46% !important;
  }
  .h-xl-47 {
    height: 47% !important;
  }
  .h-xl-48 {
    height: 48% !important;
  }
  .h-xl-49 {
    height: 49% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-51 {
    height: 51% !important;
  }
  .h-xl-52 {
    height: 52% !important;
  }
  .h-xl-53 {
    height: 53% !important;
  }
  .h-xl-54 {
    height: 54% !important;
  }
  .h-xl-55 {
    height: 55% !important;
  }
  .h-xl-56 {
    height: 56% !important;
  }
  .h-xl-57 {
    height: 57% !important;
  }
  .h-xl-58 {
    height: 58% !important;
  }
  .h-xl-59 {
    height: 59% !important;
  }
  .h-xl-60 {
    height: 60% !important;
  }
  .h-xl-61 {
    height: 61% !important;
  }
  .h-xl-62 {
    height: 62% !important;
  }
  .h-xl-63 {
    height: 63% !important;
  }
  .h-xl-64 {
    height: 64% !important;
  }
  .h-xl-65 {
    height: 65% !important;
  }
  .h-xl-66 {
    height: 66% !important;
  }
  .h-xl-67 {
    height: 67% !important;
  }
  .h-xl-68 {
    height: 68% !important;
  }
  .h-xl-69 {
    height: 69% !important;
  }
  .h-xl-70 {
    height: 70% !important;
  }
  .h-xl-71 {
    height: 71% !important;
  }
  .h-xl-72 {
    height: 72% !important;
  }
  .h-xl-73 {
    height: 73% !important;
  }
  .h-xl-74 {
    height: 74% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-76 {
    height: 76% !important;
  }
  .h-xl-77 {
    height: 77% !important;
  }
  .h-xl-78 {
    height: 78% !important;
  }
  .h-xl-79 {
    height: 79% !important;
  }
  .h-xl-80 {
    height: 80% !important;
  }
  .h-xl-81 {
    height: 81% !important;
  }
  .h-xl-82 {
    height: 82% !important;
  }
  .h-xl-83 {
    height: 83% !important;
  }
  .h-xl-84 {
    height: 84% !important;
  }
  .h-xl-85 {
    height: 85% !important;
  }
  .h-xl-86 {
    height: 86% !important;
  }
  .h-xl-87 {
    height: 87% !important;
  }
  .h-xl-88 {
    height: 88% !important;
  }
  .h-xl-89 {
    height: 89% !important;
  }
  .h-xl-90 {
    height: 90% !important;
  }
  .h-xl-91 {
    height: 91% !important;
  }
  .h-xl-92 {
    height: 92% !important;
  }
  .h-xl-93 {
    height: 93% !important;
  }
  .h-xl-94 {
    height: 94% !important;
  }
  .h-xl-95 {
    height: 95% !important;
  }
  .h-xl-96 {
    height: 96% !important;
  }
  .h-xl-97 {
    height: 97% !important;
  }
  .h-xl-98 {
    height: 98% !important;
  }
  .h-xl-99 {
    height: 99% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-110 {
    height: 110% !important;
  }
  .h-xl-120 {
    height: 120% !important;
  }
  .h-xl-130 {
    height: 130% !important;
  }
  .h-xl-140 {
    height: 140% !important;
  }
  .h-xl-150 {
    height: 150% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .fd-xl-row {
    flex-direction: row !important;
  }
  .fd-xl-column {
    flex-direction: column !important;
  }
  .fd-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .fd-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0rem !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .gap-xl-6 {
    gap: 4.5rem !important;
  }
  .gap-xl-7 {
    gap: 6rem !important;
  }
  .gap-xl-8 {
    gap: 8rem !important;
  }
  .gap-xl-9 {
    gap: 9rem !important;
  }
  .gap-xl-10 {
    gap: 10rem !important;
  }
  .jc-xl-start {
    justify-content: flex-start !important;
  }
  .jc-xl-end {
    justify-content: flex-end !important;
  }
  .jc-xl-center {
    justify-content: center !important;
  }
  .jc-xl-between {
    justify-content: space-between !important;
  }
  .jc-xl-around {
    justify-content: space-around !important;
  }
  .jc-xl-evenly {
    justify-content: space-evenly !important;
  }
  .ai-xl-start {
    align-items: flex-start !important;
  }
  .ai-xl-end {
    align-items: flex-end !important;
  }
  .ai-xl-center {
    align-items: center !important;
  }
  .ai-xl-baseline {
    align-items: baseline !important;
  }
  .ai-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0rem !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .m-xl-8 {
    margin: 8rem !important;
  }
  .m-xl-9 {
    margin: 9rem !important;
  }
  .m-xl-10 {
    margin: 10rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-6 {
    margin-top: 4.5rem !important;
  }
  .mt-xl-7 {
    margin-top: 6rem !important;
  }
  .mt-xl-8 {
    margin-top: 8rem !important;
  }
  .mt-xl-9 {
    margin-top: 9rem !important;
  }
  .mt-xl-10 {
    margin-top: 10rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0rem !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-6 {
    margin-right: 4.5rem !important;
  }
  .me-xl-7 {
    margin-right: 6rem !important;
  }
  .me-xl-8 {
    margin-right: 8rem !important;
  }
  .me-xl-9 {
    margin-right: 9rem !important;
  }
  .me-xl-10 {
    margin-right: 10rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0rem !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-6 {
    margin-left: 4.5rem !important;
  }
  .ms-xl-7 {
    margin-left: 6rem !important;
  }
  .ms-xl-8 {
    margin-left: 8rem !important;
  }
  .ms-xl-9 {
    margin-left: 9rem !important;
  }
  .ms-xl-10 {
    margin-left: 10rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  .m-xl-n7 {
    margin: -6rem !important;
  }
  .m-xl-n8 {
    margin: -8rem !important;
  }
  .m-xl-n9 {
    margin: -9rem !important;
  }
  .m-xl-n10 {
    margin: -10rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xl-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xl-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xl-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-xl-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xl-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xl-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xl-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-xl-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xl-n6 {
    margin-top: -4.5rem !important;
  }
  .mt-xl-n7 {
    margin-top: -6rem !important;
  }
  .mt-xl-n8 {
    margin-top: -8rem !important;
  }
  .mt-xl-n9 {
    margin-top: -9rem !important;
  }
  .mt-xl-n10 {
    margin-top: -10rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .me-xl-n6 {
    margin-right: -4.5rem !important;
  }
  .me-xl-n7 {
    margin-right: -6rem !important;
  }
  .me-xl-n8 {
    margin-right: -8rem !important;
  }
  .me-xl-n9 {
    margin-right: -9rem !important;
  }
  .me-xl-n10 {
    margin-right: -10rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -6rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-xl-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-xl-n10 {
    margin-bottom: -10rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xl-n6 {
    margin-left: -4.5rem !important;
  }
  .ms-xl-n7 {
    margin-left: -6rem !important;
  }
  .ms-xl-n8 {
    margin-left: -8rem !important;
  }
  .ms-xl-n9 {
    margin-left: -9rem !important;
  }
  .ms-xl-n10 {
    margin-left: -10rem !important;
  }
  .p-xl-0 {
    padding: 0rem !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .p-xl-8 {
    padding: 8rem !important;
  }
  .p-xl-9 {
    padding: 9rem !important;
  }
  .p-xl-10 {
    padding: 10rem !important;
  }
  .px-xl-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-xl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-xl-0 {
    padding-top: 0rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pt-xl-6 {
    padding-top: 4.5rem !important;
  }
  .pt-xl-7 {
    padding-top: 6rem !important;
  }
  .pt-xl-8 {
    padding-top: 8rem !important;
  }
  .pt-xl-9 {
    padding-top: 9rem !important;
  }
  .pt-xl-10 {
    padding-top: 10rem !important;
  }
  .pe-xl-0 {
    padding-right: 0rem !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pe-xl-6 {
    padding-right: 4.5rem !important;
  }
  .pe-xl-7 {
    padding-right: 6rem !important;
  }
  .pe-xl-8 {
    padding-right: 8rem !important;
  }
  .pe-xl-9 {
    padding-right: 9rem !important;
  }
  .pe-xl-10 {
    padding-right: 10rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 10rem !important;
  }
  .ps-xl-0 {
    padding-left: 0rem !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .ps-xl-6 {
    padding-left: 4.5rem !important;
  }
  .ps-xl-7 {
    padding-left: 6rem !important;
  }
  .ps-xl-8 {
    padding-left: 8rem !important;
  }
  .ps-xl-9 {
    padding-left: 9rem !important;
  }
  .ps-xl-10 {
    padding-left: 10rem !important;
  }
  .fs-xl-lead {
    font-size: calc(1.665rem + 4.98vw) !important;
  }
  .fs-xl-xxl {
    font-size: calc(1.53rem + 3.36vw) !important;
  }
  .fs-xl-xl {
    font-size: calc(1.44rem + 2.28vw) !important;
  }
  .fs-xl-1 {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  .fs-xl-2 {
    font-size: calc(1.305rem + 0.66vw) !important;
  }
  .fs-xl-3 {
    font-size: calc(1.2825rem + 0.39vw) !important;
  }
  .fs-xl-4 {
    font-size: calc(1.26rem + 0.12vw) !important;
  }
  .fs-xl-5 {
    font-size: 1.125rem !important;
  }
  .fs-xl-6 {
    font-size: 0.9rem !important;
  }
  .fs-xl-7 {
    font-size: 0.7875rem !important;
  }
  .fs-xl-xs {
    font-size: 0.63rem !important;
  }
  .lh-xl-0point5 {
    line-height: 0.5 !important;
  }
  .lh-xl-1 {
    line-height: 1 !important;
  }
  .lh-xl-1point1 {
    line-height: 1.1 !important;
  }
  .lh-xl-1point2 {
    line-height: 1.2 !important;
  }
  .lh-xl-1point3 {
    line-height: 1.3 !important;
  }
  .lh-xl-1point4 {
    line-height: 1.4 !important;
  }
  .lh-xl-1point5 {
    line-height: 1.5 !important;
  }
  .lh-xl-2 {
    line-height: 2 !important;
  }
  .lh-xl-2point5 {
    line-height: 2.5 !important;
  }
  .lh-xl-3 {
    line-height: 3 !important;
  }
  .lh-xl-3point5 {
    line-height: 3.5 !important;
  }
  .lh-xl-4 {
    line-height: 4 !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .pi-xl-start {
    place-items: flex-start !important;
  }
  .pi-xl-end {
    place-items: flex-end !important;
  }
  .pi-xl-center {
    place-items: center !important;
  }
  .pi-xl-baseline {
    place-items: baseline !important;
  }
  .pi-xl-stretch {
    place-items: stretch !important;
  }
  .ls-xl-0 {
    letter-spacing: 0 !important;
  }
  .ls-xl-0point1 {
    letter-spacing: 0.1em !important;
  }
  .ls-xl-0point2 {
    letter-spacing: 0.2em !important;
  }
  .ls-xl-0point3 {
    letter-spacing: 0.3em !important;
  }
  .ls-xl-0point4 {
    letter-spacing: 0.4em !important;
  }
  .z-xl-n10 {
    z-index: -10 !important;
  }
  .z-xl-n9 {
    z-index: -9 !important;
  }
  .z-xl-n8 {
    z-index: -8 !important;
  }
  .z-xl-n7 {
    z-index: -7 !important;
  }
  .z-xl-n6 {
    z-index: -6 !important;
  }
  .z-xl-n5 {
    z-index: -5 !important;
  }
  .z-xl-n4 {
    z-index: -4 !important;
  }
  .z-xl-n3 {
    z-index: -3 !important;
  }
  .z-xl-n2 {
    z-index: -2 !important;
  }
  .z-xl-n1 {
    z-index: -1 !important;
  }
  .z-xl-0 {
    z-index: 0 !important;
  }
  .z-xl-1 {
    z-index: 1 !important;
  }
  .z-xl-2 {
    z-index: 2 !important;
  }
  .z-xl-3 {
    z-index: 3 !important;
  }
  .z-xl-4 {
    z-index: 4 !important;
  }
  .z-xl-5 {
    z-index: 5 !important;
  }
  .z-xl-6 {
    z-index: 6 !important;
  }
  .z-xl-7 {
    z-index: 7 !important;
  }
  .z-xl-8 {
    z-index: 8 !important;
  }
  .z-xl-9 {
    z-index: 9 !important;
  }
  .z-xl-10 {
    z-index: 10 !important;
  }
  .opacity-xl-0 {
    opacity: 0 !important;
  }
  .opacity-xl-0point1 {
    opacity: 0.1 !important;
  }
  .opacity-xl-0point2 {
    opacity: 0.2 !important;
  }
  .opacity-xl-0point3 {
    opacity: 0.3 !important;
  }
  .opacity-xl-0point4 {
    opacity: 0.4 !important;
  }
  .opacity-xl-0point5 {
    opacity: 0.5 !important;
  }
  .opacity-xl-0point6 {
    opacity: 0.6 !important;
  }
  .opacity-xl-0point7 {
    opacity: 0.7 !important;
  }
  .opacity-xl-0point8 {
    opacity: 0.8 !important;
  }
  .opacity-xl-0point9 {
    opacity: 0.9 !important;
  }
  .opacity-xl-1 {
    opacity: 1 !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-sticky {
    position: sticky !important;
  }
  .top-xxl-0 {
    top: 0 !important;
  }
  .top-xxl-10 {
    top: 10% !important;
  }
  .top-xxl-20 {
    top: 20% !important;
  }
  .top-xxl-30 {
    top: 30% !important;
  }
  .top-xxl-40 {
    top: 40% !important;
  }
  .top-xxl-50 {
    top: 50% !important;
  }
  .top-xxl-60 {
    top: 60% !important;
  }
  .top-xxl-70 {
    top: 70% !important;
  }
  .top-xxl-80 {
    top: 80% !important;
  }
  .top-xxl-90 {
    top: 90% !important;
  }
  .top-xxl-100 {
    top: 100% !important;
  }
  .top-xxl-auto {
    top: auto !important;
  }
  .bottom-xxl-0 {
    bottom: 0 !important;
  }
  .bottom-xxl-10 {
    bottom: 10% !important;
  }
  .bottom-xxl-20 {
    bottom: 20% !important;
  }
  .bottom-xxl-30 {
    bottom: 30% !important;
  }
  .bottom-xxl-40 {
    bottom: 40% !important;
  }
  .bottom-xxl-50 {
    bottom: 50% !important;
  }
  .bottom-xxl-60 {
    bottom: 60% !important;
  }
  .bottom-xxl-70 {
    bottom: 70% !important;
  }
  .bottom-xxl-80 {
    bottom: 80% !important;
  }
  .bottom-xxl-90 {
    bottom: 90% !important;
  }
  .bottom-xxl-100 {
    bottom: 100% !important;
  }
  .bottom-xxl-auto {
    bottom: auto !important;
  }
  .start-xxl-0 {
    left: 0 !important;
  }
  .start-xxl-10 {
    left: 10% !important;
  }
  .start-xxl-20 {
    left: 20% !important;
  }
  .start-xxl-30 {
    left: 30% !important;
  }
  .start-xxl-40 {
    left: 40% !important;
  }
  .start-xxl-50 {
    left: 50% !important;
  }
  .start-xxl-60 {
    left: 60% !important;
  }
  .start-xxl-70 {
    left: 70% !important;
  }
  .start-xxl-80 {
    left: 80% !important;
  }
  .start-xxl-90 {
    left: 90% !important;
  }
  .start-xxl-100 {
    left: 100% !important;
  }
  .start-xxl-auto {
    left: auto !important;
  }
  .end-xxl-0 {
    right: 0 !important;
  }
  .end-xxl-10 {
    right: 10% !important;
  }
  .end-xxl-20 {
    right: 20% !important;
  }
  .end-xxl-30 {
    right: 30% !important;
  }
  .end-xxl-40 {
    right: 40% !important;
  }
  .end-xxl-50 {
    right: 50% !important;
  }
  .end-xxl-60 {
    right: 60% !important;
  }
  .end-xxl-70 {
    right: 70% !important;
  }
  .end-xxl-80 {
    right: 80% !important;
  }
  .end-xxl-90 {
    right: 90% !important;
  }
  .end-xxl-100 {
    right: 100% !important;
  }
  .end-xxl-auto {
    right: auto !important;
  }
  .translate-middle-xxl {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-xxl-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-xxl-y {
    transform: translateY(-50%) !important;
  }
  .w-xxl-0 {
    width: 0 !important;
  }
  .w-xxl-1 {
    width: 1% !important;
  }
  .w-xxl-2 {
    width: 2% !important;
  }
  .w-xxl-3 {
    width: 3% !important;
  }
  .w-xxl-4 {
    width: 4% !important;
  }
  .w-xxl-5 {
    width: 5% !important;
  }
  .w-xxl-6 {
    width: 6% !important;
  }
  .w-xxl-7 {
    width: 7% !important;
  }
  .w-xxl-8 {
    width: 8% !important;
  }
  .w-xxl-9 {
    width: 9% !important;
  }
  .w-xxl-10 {
    width: 10% !important;
  }
  .w-xxl-11 {
    width: 11% !important;
  }
  .w-xxl-12 {
    width: 12% !important;
  }
  .w-xxl-13 {
    width: 13% !important;
  }
  .w-xxl-14 {
    width: 14% !important;
  }
  .w-xxl-15 {
    width: 15% !important;
  }
  .w-xxl-16 {
    width: 16% !important;
  }
  .w-xxl-17 {
    width: 17% !important;
  }
  .w-xxl-18 {
    width: 18% !important;
  }
  .w-xxl-19 {
    width: 19% !important;
  }
  .w-xxl-20 {
    width: 20% !important;
  }
  .w-xxl-21 {
    width: 21% !important;
  }
  .w-xxl-22 {
    width: 22% !important;
  }
  .w-xxl-23 {
    width: 23% !important;
  }
  .w-xxl-24 {
    width: 24% !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-26 {
    width: 26% !important;
  }
  .w-xxl-27 {
    width: 27% !important;
  }
  .w-xxl-28 {
    width: 28% !important;
  }
  .w-xxl-29 {
    width: 29% !important;
  }
  .w-xxl-30 {
    width: 30% !important;
  }
  .w-xxl-31 {
    width: 31% !important;
  }
  .w-xxl-32 {
    width: 32% !important;
  }
  .w-xxl-33 {
    width: 33% !important;
  }
  .w-xxl-34 {
    width: 34% !important;
  }
  .w-xxl-35 {
    width: 35% !important;
  }
  .w-xxl-36 {
    width: 36% !important;
  }
  .w-xxl-37 {
    width: 37% !important;
  }
  .w-xxl-38 {
    width: 38% !important;
  }
  .w-xxl-39 {
    width: 39% !important;
  }
  .w-xxl-40 {
    width: 40% !important;
  }
  .w-xxl-41 {
    width: 41% !important;
  }
  .w-xxl-42 {
    width: 42% !important;
  }
  .w-xxl-43 {
    width: 43% !important;
  }
  .w-xxl-44 {
    width: 44% !important;
  }
  .w-xxl-45 {
    width: 45% !important;
  }
  .w-xxl-46 {
    width: 46% !important;
  }
  .w-xxl-47 {
    width: 47% !important;
  }
  .w-xxl-48 {
    width: 48% !important;
  }
  .w-xxl-49 {
    width: 49% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-51 {
    width: 51% !important;
  }
  .w-xxl-52 {
    width: 52% !important;
  }
  .w-xxl-53 {
    width: 53% !important;
  }
  .w-xxl-54 {
    width: 54% !important;
  }
  .w-xxl-55 {
    width: 55% !important;
  }
  .w-xxl-56 {
    width: 56% !important;
  }
  .w-xxl-57 {
    width: 57% !important;
  }
  .w-xxl-58 {
    width: 58% !important;
  }
  .w-xxl-59 {
    width: 59% !important;
  }
  .w-xxl-60 {
    width: 60% !important;
  }
  .w-xxl-61 {
    width: 61% !important;
  }
  .w-xxl-62 {
    width: 62% !important;
  }
  .w-xxl-63 {
    width: 63% !important;
  }
  .w-xxl-64 {
    width: 64% !important;
  }
  .w-xxl-65 {
    width: 65% !important;
  }
  .w-xxl-66 {
    width: 66% !important;
  }
  .w-xxl-67 {
    width: 67% !important;
  }
  .w-xxl-68 {
    width: 68% !important;
  }
  .w-xxl-69 {
    width: 69% !important;
  }
  .w-xxl-70 {
    width: 70% !important;
  }
  .w-xxl-71 {
    width: 71% !important;
  }
  .w-xxl-72 {
    width: 72% !important;
  }
  .w-xxl-73 {
    width: 73% !important;
  }
  .w-xxl-74 {
    width: 74% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-76 {
    width: 76% !important;
  }
  .w-xxl-77 {
    width: 77% !important;
  }
  .w-xxl-78 {
    width: 78% !important;
  }
  .w-xxl-79 {
    width: 79% !important;
  }
  .w-xxl-80 {
    width: 80% !important;
  }
  .w-xxl-81 {
    width: 81% !important;
  }
  .w-xxl-82 {
    width: 82% !important;
  }
  .w-xxl-83 {
    width: 83% !important;
  }
  .w-xxl-84 {
    width: 84% !important;
  }
  .w-xxl-85 {
    width: 85% !important;
  }
  .w-xxl-86 {
    width: 86% !important;
  }
  .w-xxl-87 {
    width: 87% !important;
  }
  .w-xxl-88 {
    width: 88% !important;
  }
  .w-xxl-89 {
    width: 89% !important;
  }
  .w-xxl-90 {
    width: 90% !important;
  }
  .w-xxl-91 {
    width: 91% !important;
  }
  .w-xxl-92 {
    width: 92% !important;
  }
  .w-xxl-93 {
    width: 93% !important;
  }
  .w-xxl-94 {
    width: 94% !important;
  }
  .w-xxl-95 {
    width: 95% !important;
  }
  .w-xxl-96 {
    width: 96% !important;
  }
  .w-xxl-97 {
    width: 97% !important;
  }
  .w-xxl-98 {
    width: 98% !important;
  }
  .w-xxl-99 {
    width: 99% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-110 {
    width: 110% !important;
  }
  .w-xxl-120 {
    width: 120% !important;
  }
  .w-xxl-130 {
    width: 130% !important;
  }
  .w-xxl-140 {
    width: 140% !important;
  }
  .w-xxl-150 {
    width: 150% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .h-xxl-0 {
    height: 0 !important;
  }
  .h-xxl-1 {
    height: 1% !important;
  }
  .h-xxl-2 {
    height: 2% !important;
  }
  .h-xxl-3 {
    height: 3% !important;
  }
  .h-xxl-4 {
    height: 4% !important;
  }
  .h-xxl-5 {
    height: 5% !important;
  }
  .h-xxl-6 {
    height: 6% !important;
  }
  .h-xxl-7 {
    height: 7% !important;
  }
  .h-xxl-8 {
    height: 8% !important;
  }
  .h-xxl-9 {
    height: 9% !important;
  }
  .h-xxl-10 {
    height: 10% !important;
  }
  .h-xxl-11 {
    height: 11% !important;
  }
  .h-xxl-12 {
    height: 12% !important;
  }
  .h-xxl-13 {
    height: 13% !important;
  }
  .h-xxl-14 {
    height: 14% !important;
  }
  .h-xxl-15 {
    height: 15% !important;
  }
  .h-xxl-16 {
    height: 16% !important;
  }
  .h-xxl-17 {
    height: 17% !important;
  }
  .h-xxl-18 {
    height: 18% !important;
  }
  .h-xxl-19 {
    height: 19% !important;
  }
  .h-xxl-20 {
    height: 20% !important;
  }
  .h-xxl-21 {
    height: 21% !important;
  }
  .h-xxl-22 {
    height: 22% !important;
  }
  .h-xxl-23 {
    height: 23% !important;
  }
  .h-xxl-24 {
    height: 24% !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-26 {
    height: 26% !important;
  }
  .h-xxl-27 {
    height: 27% !important;
  }
  .h-xxl-28 {
    height: 28% !important;
  }
  .h-xxl-29 {
    height: 29% !important;
  }
  .h-xxl-30 {
    height: 30% !important;
  }
  .h-xxl-31 {
    height: 31% !important;
  }
  .h-xxl-32 {
    height: 32% !important;
  }
  .h-xxl-33 {
    height: 33% !important;
  }
  .h-xxl-34 {
    height: 34% !important;
  }
  .h-xxl-35 {
    height: 35% !important;
  }
  .h-xxl-36 {
    height: 36% !important;
  }
  .h-xxl-37 {
    height: 37% !important;
  }
  .h-xxl-38 {
    height: 38% !important;
  }
  .h-xxl-39 {
    height: 39% !important;
  }
  .h-xxl-40 {
    height: 40% !important;
  }
  .h-xxl-41 {
    height: 41% !important;
  }
  .h-xxl-42 {
    height: 42% !important;
  }
  .h-xxl-43 {
    height: 43% !important;
  }
  .h-xxl-44 {
    height: 44% !important;
  }
  .h-xxl-45 {
    height: 45% !important;
  }
  .h-xxl-46 {
    height: 46% !important;
  }
  .h-xxl-47 {
    height: 47% !important;
  }
  .h-xxl-48 {
    height: 48% !important;
  }
  .h-xxl-49 {
    height: 49% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-51 {
    height: 51% !important;
  }
  .h-xxl-52 {
    height: 52% !important;
  }
  .h-xxl-53 {
    height: 53% !important;
  }
  .h-xxl-54 {
    height: 54% !important;
  }
  .h-xxl-55 {
    height: 55% !important;
  }
  .h-xxl-56 {
    height: 56% !important;
  }
  .h-xxl-57 {
    height: 57% !important;
  }
  .h-xxl-58 {
    height: 58% !important;
  }
  .h-xxl-59 {
    height: 59% !important;
  }
  .h-xxl-60 {
    height: 60% !important;
  }
  .h-xxl-61 {
    height: 61% !important;
  }
  .h-xxl-62 {
    height: 62% !important;
  }
  .h-xxl-63 {
    height: 63% !important;
  }
  .h-xxl-64 {
    height: 64% !important;
  }
  .h-xxl-65 {
    height: 65% !important;
  }
  .h-xxl-66 {
    height: 66% !important;
  }
  .h-xxl-67 {
    height: 67% !important;
  }
  .h-xxl-68 {
    height: 68% !important;
  }
  .h-xxl-69 {
    height: 69% !important;
  }
  .h-xxl-70 {
    height: 70% !important;
  }
  .h-xxl-71 {
    height: 71% !important;
  }
  .h-xxl-72 {
    height: 72% !important;
  }
  .h-xxl-73 {
    height: 73% !important;
  }
  .h-xxl-74 {
    height: 74% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-76 {
    height: 76% !important;
  }
  .h-xxl-77 {
    height: 77% !important;
  }
  .h-xxl-78 {
    height: 78% !important;
  }
  .h-xxl-79 {
    height: 79% !important;
  }
  .h-xxl-80 {
    height: 80% !important;
  }
  .h-xxl-81 {
    height: 81% !important;
  }
  .h-xxl-82 {
    height: 82% !important;
  }
  .h-xxl-83 {
    height: 83% !important;
  }
  .h-xxl-84 {
    height: 84% !important;
  }
  .h-xxl-85 {
    height: 85% !important;
  }
  .h-xxl-86 {
    height: 86% !important;
  }
  .h-xxl-87 {
    height: 87% !important;
  }
  .h-xxl-88 {
    height: 88% !important;
  }
  .h-xxl-89 {
    height: 89% !important;
  }
  .h-xxl-90 {
    height: 90% !important;
  }
  .h-xxl-91 {
    height: 91% !important;
  }
  .h-xxl-92 {
    height: 92% !important;
  }
  .h-xxl-93 {
    height: 93% !important;
  }
  .h-xxl-94 {
    height: 94% !important;
  }
  .h-xxl-95 {
    height: 95% !important;
  }
  .h-xxl-96 {
    height: 96% !important;
  }
  .h-xxl-97 {
    height: 97% !important;
  }
  .h-xxl-98 {
    height: 98% !important;
  }
  .h-xxl-99 {
    height: 99% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-110 {
    height: 110% !important;
  }
  .h-xxl-120 {
    height: 120% !important;
  }
  .h-xxl-130 {
    height: 130% !important;
  }
  .h-xxl-140 {
    height: 140% !important;
  }
  .h-xxl-150 {
    height: 150% !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .fd-xxl-row {
    flex-direction: row !important;
  }
  .fd-xxl-column {
    flex-direction: column !important;
  }
  .fd-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .fd-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0rem !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .gap-xxl-6 {
    gap: 4.5rem !important;
  }
  .gap-xxl-7 {
    gap: 6rem !important;
  }
  .gap-xxl-8 {
    gap: 8rem !important;
  }
  .gap-xxl-9 {
    gap: 9rem !important;
  }
  .gap-xxl-10 {
    gap: 10rem !important;
  }
  .jc-xxl-start {
    justify-content: flex-start !important;
  }
  .jc-xxl-end {
    justify-content: flex-end !important;
  }
  .jc-xxl-center {
    justify-content: center !important;
  }
  .jc-xxl-between {
    justify-content: space-between !important;
  }
  .jc-xxl-around {
    justify-content: space-around !important;
  }
  .jc-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .ai-xxl-start {
    align-items: flex-start !important;
  }
  .ai-xxl-end {
    align-items: flex-end !important;
  }
  .ai-xxl-center {
    align-items: center !important;
  }
  .ai-xxl-baseline {
    align-items: baseline !important;
  }
  .ai-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0rem !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-6 {
    margin: 4.5rem !important;
  }
  .m-xxl-7 {
    margin: 6rem !important;
  }
  .m-xxl-8 {
    margin: 8rem !important;
  }
  .m-xxl-9 {
    margin: 9rem !important;
  }
  .m-xxl-10 {
    margin: 10rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0rem !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-6 {
    margin-top: 4.5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 6rem !important;
  }
  .mt-xxl-8 {
    margin-top: 8rem !important;
  }
  .mt-xxl-9 {
    margin-top: 9rem !important;
  }
  .mt-xxl-10 {
    margin-top: 10rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0rem !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-6 {
    margin-right: 4.5rem !important;
  }
  .me-xxl-7 {
    margin-right: 6rem !important;
  }
  .me-xxl-8 {
    margin-right: 8rem !important;
  }
  .me-xxl-9 {
    margin-right: 9rem !important;
  }
  .me-xxl-10 {
    margin-right: 10rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0rem !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-6 {
    margin-left: 4.5rem !important;
  }
  .ms-xxl-7 {
    margin-left: 6rem !important;
  }
  .ms-xxl-8 {
    margin-left: 8rem !important;
  }
  .ms-xxl-9 {
    margin-left: 9rem !important;
  }
  .ms-xxl-10 {
    margin-left: 10rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .m-xxl-n6 {
    margin: -4.5rem !important;
  }
  .m-xxl-n7 {
    margin: -6rem !important;
  }
  .m-xxl-n8 {
    margin: -8rem !important;
  }
  .m-xxl-n9 {
    margin: -9rem !important;
  }
  .m-xxl-n10 {
    margin: -10rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xxl-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xxl-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xxl-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-xxl-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xxl-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xxl-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xxl-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-xxl-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -4.5rem !important;
  }
  .mt-xxl-n7 {
    margin-top: -6rem !important;
  }
  .mt-xxl-n8 {
    margin-top: -8rem !important;
  }
  .mt-xxl-n9 {
    margin-top: -9rem !important;
  }
  .mt-xxl-n10 {
    margin-top: -10rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .me-xxl-n6 {
    margin-right: -4.5rem !important;
  }
  .me-xxl-n7 {
    margin-right: -6rem !important;
  }
  .me-xxl-n8 {
    margin-right: -8rem !important;
  }
  .me-xxl-n9 {
    margin-right: -9rem !important;
  }
  .me-xxl-n10 {
    margin-right: -10rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -6rem !important;
  }
  .mb-xxl-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-xxl-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-xxl-n10 {
    margin-bottom: -10rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -4.5rem !important;
  }
  .ms-xxl-n7 {
    margin-left: -6rem !important;
  }
  .ms-xxl-n8 {
    margin-left: -8rem !important;
  }
  .ms-xxl-n9 {
    margin-left: -9rem !important;
  }
  .ms-xxl-n10 {
    margin-left: -10rem !important;
  }
  .p-xxl-0 {
    padding: 0rem !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .p-xxl-6 {
    padding: 4.5rem !important;
  }
  .p-xxl-7 {
    padding: 6rem !important;
  }
  .p-xxl-8 {
    padding: 8rem !important;
  }
  .p-xxl-9 {
    padding: 9rem !important;
  }
  .p-xxl-10 {
    padding: 10rem !important;
  }
  .px-xxl-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xxl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-xxl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0rem !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxl-6 {
    padding-top: 4.5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 6rem !important;
  }
  .pt-xxl-8 {
    padding-top: 8rem !important;
  }
  .pt-xxl-9 {
    padding-top: 9rem !important;
  }
  .pt-xxl-10 {
    padding-top: 10rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0rem !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pe-xxl-6 {
    padding-right: 4.5rem !important;
  }
  .pe-xxl-7 {
    padding-right: 6rem !important;
  }
  .pe-xxl-8 {
    padding-right: 8rem !important;
  }
  .pe-xxl-9 {
    padding-right: 9rem !important;
  }
  .pe-xxl-10 {
    padding-right: 10rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0rem !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 10rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0rem !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .ps-xxl-6 {
    padding-left: 4.5rem !important;
  }
  .ps-xxl-7 {
    padding-left: 6rem !important;
  }
  .ps-xxl-8 {
    padding-left: 8rem !important;
  }
  .ps-xxl-9 {
    padding-left: 9rem !important;
  }
  .ps-xxl-10 {
    padding-left: 10rem !important;
  }
  .fs-xxl-lead {
    font-size: calc(1.665rem + 4.98vw) !important;
  }
  .fs-xxl-xxl {
    font-size: calc(1.53rem + 3.36vw) !important;
  }
  .fs-xxl-xl {
    font-size: calc(1.44rem + 2.28vw) !important;
  }
  .fs-xxl-1 {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  .fs-xxl-2 {
    font-size: calc(1.305rem + 0.66vw) !important;
  }
  .fs-xxl-3 {
    font-size: calc(1.2825rem + 0.39vw) !important;
  }
  .fs-xxl-4 {
    font-size: calc(1.26rem + 0.12vw) !important;
  }
  .fs-xxl-5 {
    font-size: 1.125rem !important;
  }
  .fs-xxl-6 {
    font-size: 0.9rem !important;
  }
  .fs-xxl-7 {
    font-size: 0.7875rem !important;
  }
  .fs-xxl-xs {
    font-size: 0.63rem !important;
  }
  .lh-xxl-0point5 {
    line-height: 0.5 !important;
  }
  .lh-xxl-1 {
    line-height: 1 !important;
  }
  .lh-xxl-1point1 {
    line-height: 1.1 !important;
  }
  .lh-xxl-1point2 {
    line-height: 1.2 !important;
  }
  .lh-xxl-1point3 {
    line-height: 1.3 !important;
  }
  .lh-xxl-1point4 {
    line-height: 1.4 !important;
  }
  .lh-xxl-1point5 {
    line-height: 1.5 !important;
  }
  .lh-xxl-2 {
    line-height: 2 !important;
  }
  .lh-xxl-2point5 {
    line-height: 2.5 !important;
  }
  .lh-xxl-3 {
    line-height: 3 !important;
  }
  .lh-xxl-3point5 {
    line-height: 3.5 !important;
  }
  .lh-xxl-4 {
    line-height: 4 !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .pi-xxl-start {
    place-items: flex-start !important;
  }
  .pi-xxl-end {
    place-items: flex-end !important;
  }
  .pi-xxl-center {
    place-items: center !important;
  }
  .pi-xxl-baseline {
    place-items: baseline !important;
  }
  .pi-xxl-stretch {
    place-items: stretch !important;
  }
  .ls-xxl-0 {
    letter-spacing: 0 !important;
  }
  .ls-xxl-0point1 {
    letter-spacing: 0.1em !important;
  }
  .ls-xxl-0point2 {
    letter-spacing: 0.2em !important;
  }
  .ls-xxl-0point3 {
    letter-spacing: 0.3em !important;
  }
  .ls-xxl-0point4 {
    letter-spacing: 0.4em !important;
  }
  .z-xxl-n10 {
    z-index: -10 !important;
  }
  .z-xxl-n9 {
    z-index: -9 !important;
  }
  .z-xxl-n8 {
    z-index: -8 !important;
  }
  .z-xxl-n7 {
    z-index: -7 !important;
  }
  .z-xxl-n6 {
    z-index: -6 !important;
  }
  .z-xxl-n5 {
    z-index: -5 !important;
  }
  .z-xxl-n4 {
    z-index: -4 !important;
  }
  .z-xxl-n3 {
    z-index: -3 !important;
  }
  .z-xxl-n2 {
    z-index: -2 !important;
  }
  .z-xxl-n1 {
    z-index: -1 !important;
  }
  .z-xxl-0 {
    z-index: 0 !important;
  }
  .z-xxl-1 {
    z-index: 1 !important;
  }
  .z-xxl-2 {
    z-index: 2 !important;
  }
  .z-xxl-3 {
    z-index: 3 !important;
  }
  .z-xxl-4 {
    z-index: 4 !important;
  }
  .z-xxl-5 {
    z-index: 5 !important;
  }
  .z-xxl-6 {
    z-index: 6 !important;
  }
  .z-xxl-7 {
    z-index: 7 !important;
  }
  .z-xxl-8 {
    z-index: 8 !important;
  }
  .z-xxl-9 {
    z-index: 9 !important;
  }
  .z-xxl-10 {
    z-index: 10 !important;
  }
  .opacity-xxl-0 {
    opacity: 0 !important;
  }
  .opacity-xxl-0point1 {
    opacity: 0.1 !important;
  }
  .opacity-xxl-0point2 {
    opacity: 0.2 !important;
  }
  .opacity-xxl-0point3 {
    opacity: 0.3 !important;
  }
  .opacity-xxl-0point4 {
    opacity: 0.4 !important;
  }
  .opacity-xxl-0point5 {
    opacity: 0.5 !important;
  }
  .opacity-xxl-0point6 {
    opacity: 0.6 !important;
  }
  .opacity-xxl-0point7 {
    opacity: 0.7 !important;
  }
  .opacity-xxl-0point8 {
    opacity: 0.8 !important;
  }
  .opacity-xxl-0point9 {
    opacity: 0.9 !important;
  }
  .opacity-xxl-1 {
    opacity: 1 !important;
  }
}
@media (min-width: 1200px) {
  .fs-lead {
    font-size: 5.4rem !important;
  }
  .fs-xxl {
    font-size: 4.05rem !important;
  }
  .fs-xl {
    font-size: 3.15rem !important;
  }
  .fs-1 {
    font-size: 2.25rem !important;
  }
  .fs-2 {
    font-size: 1.8rem !important;
  }
  .fs-3 {
    font-size: 1.575rem !important;
  }
  .fs-4 {
    font-size: 1.35rem !important;
  }
  .fs-sm-lead {
    font-size: 5.4rem !important;
  }
  .fs-sm-xxl {
    font-size: 4.05rem !important;
  }
  .fs-sm-xl {
    font-size: 3.15rem !important;
  }
  .fs-sm-1 {
    font-size: 2.25rem !important;
  }
  .fs-sm-2 {
    font-size: 1.8rem !important;
  }
  .fs-sm-3 {
    font-size: 1.575rem !important;
  }
  .fs-sm-4 {
    font-size: 1.35rem !important;
  }
  .fs-md-lead {
    font-size: 5.4rem !important;
  }
  .fs-md-xxl {
    font-size: 4.05rem !important;
  }
  .fs-md-xl {
    font-size: 3.15rem !important;
  }
  .fs-md-1 {
    font-size: 2.25rem !important;
  }
  .fs-md-2 {
    font-size: 1.8rem !important;
  }
  .fs-md-3 {
    font-size: 1.575rem !important;
  }
  .fs-md-4 {
    font-size: 1.35rem !important;
  }
  .fs-lg-lead {
    font-size: 5.4rem !important;
  }
  .fs-lg-xxl {
    font-size: 4.05rem !important;
  }
  .fs-lg-xl {
    font-size: 3.15rem !important;
  }
  .fs-lg-1 {
    font-size: 2.25rem !important;
  }
  .fs-lg-2 {
    font-size: 1.8rem !important;
  }
  .fs-lg-3 {
    font-size: 1.575rem !important;
  }
  .fs-lg-4 {
    font-size: 1.35rem !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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/****************************************************************
サイトデザイン
****************************************************************/
body {
  width: 100%;
  overflow-x: hidden;
  font-family: "yakuhanJP", "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 0.9rem;
  line-height: 1.7;
  letter-spacing: 0.1rem;
  background-color: #212529;
  color: #f8f9fa;
}
body #container-wrapper {
  width: 100%;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "header" "marquee" "main" "footer" "nav-bottom";
}
body #container-wrapper > header {
  grid-area: header;
}
body #container-wrapper > .marquee {
  grid-area: marquee;
}
body #container-wrapper > main {
  grid-area: main;
}
body #container-wrapper > aside.aside-start {
  grid-area: aside-start;
}
body #container-wrapper > aside.aside-end {
  grid-area: aside-end;
}
body #container-wrapper > footer {
  grid-area: footer;
}
body #container-wrapper > .u-bottomNav {
  grid-area: nav-bottom;
}
body #container-wrapper > aside {
  display: none;
}
@media (max-width: 575.98px) {
  body #container-wrapper {
    display: block;
  }
}
body.transition::before, body.transition::after {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  transition: all 0.6s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transform: skewX(-20deg);
}
body.transition::before {
  top: 0;
  right: -49%;
  opacity: 1;
  background: #212529;
}
body.transition::after {
  top: 0;
  left: -49%;
  opacity: 1;
  background: #212529;
}
body.transition.is-loadin::before {
  top: 0;
  right: -200%;
  opacity: 0;
}
body.transition.is-loadin::after {
  bottom: 0;
  left: -200%;
  opacity: 0;
}
body.transition.is-loadout::after {
  bottom: 0;
  left: 0;
  opacity: 1;
}
body.transition #loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.transition #loader > .inner {
  width: 100%;
  height: 100%;
}
body#page1 .page1-disable {
  display: none;
}
body#page2 .page2-disable {
  display: none;
}
body#page3 .page3-disable {
  display: none;
}
body#page4 .page4-disable {
  display: none;
}
body#page5 .page5-disable {
  display: none;
}
body#page6 .page6-disable {
  display: none;
}
body#page7 .page7-disable {
  display: none;
}
body#page8 .page8-disable {
  display: none;
}
body#page9 .page9-disable {
  display: none;
}
@media (max-width: 991.98px) {
  body {
    font-size: 0.8rem;
    background-attachment: scroll;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "yakuhanJP", "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: 500;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  opacity: 0.85;
}
a.noblur:hover {
  opacity: 1;
}

b {
  font-weight: 600;
}

em {
  display: inline-block;
  font-style: normal;
  text-indent: 0;
}

img {
  max-width: 100%;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
}

ul {
  list-style-type: none;
}

ol,
ul {
  padding-left: 0;
}

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

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

dt {
  font-weight: 600;
}

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

iframe {
  background-color: #eee;
  border: 0;
}

hr {
  height: 1px;
  background-color: #212529;
  border: 0;
  opacity: 1;
}

video {
  max-width: 100%;
  height: 430px;
  margin: auto;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: none;
}
@media (max-width: 991.98px) {
  video {
    height: auto;
  }
}

table th,
table td {
  vertical-align: middle;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[data-src] {
  cursor: pointer;
}

._drop-shadow {
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.9));
}

._drop-shadow-white {
  filter: drop-shadow(2px 2px 4px rgba(255, 255, 255, 0.9));
}
._drop-shadow-white._sm {
  filter: drop-shadow(1px 1px 2px rgba(255, 255, 255, 0.9));
}

/* メイン
-------------------------------------------------- */
/* ヘッダー
-------------------------------------------------- */
header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 997;
  width: 100%;
  max-width: 100%;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header ._toggle-white {
  color: #f8f9fa;
}
header .logo-top {
  display: none;
}
header .inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: auto;
  line-height: 1.2;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .inner .logo-wrap {
  flex: 0 0 auto;
  width: 240px;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .inner .logo-wrap .header-logo {
  display: block;
  width: 100%;
  background-image: url("../img/logo_wh.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  aspect-ratio: 1.8;
}
header .inner .header-container {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 1;
}
header.is-attached {
  padding: 0;
}
header.is-attached::before {
  opacity: 1;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header.is-attached .inner .logo-wrap .header-logo {
  background-image: url("../img/logo_base.png");
}
header.is-attached ._toggle-white {
  color: #212529;
}
header.is-attached ._drop-shadow,
header.is-attached ._drop-shadow-white,
header.is-attached .drop-shadow {
  filter: none !important;
}
header.is-attached ._drop-shadow._sm,
header.is-attached ._drop-shadow-white._sm,
header.is-attached .drop-shadow._sm {
  filter: none;
}
header.is-attached ._at-none {
  display: none;
}
@media (max-width: 991.98px) {
  header {
    background-color: black;
    position: sticky;
    padding: 0;
    color: #f8f9fa;
  }
  header ._drop-shadow,
  header ._drop-shadow-white,
  header .drop-shadow {
    filter: none;
  }
  header ._drop-shadow._sm,
  header ._drop-shadow-white._sm,
  header .drop-shadow._sm {
    filter: none;
  }
  header::before {
    content: none;
  }
  header .inner {
    align-items: center;
    height: auto;
    padding: 0.5rem 0;
  }
  header .inner .logo-wrap {
    display: block;
    width: 120px;
    flex: 0 1 auto;
  }
  header .inner .logo-wrap .header-logo {
    background-image: url("../img/logo_base.png") !important;
    filter: none;
  }
  header .inner .header-container {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 1;
    padding: 0;
    background-color: initial;
  }
}

.drop-shadow {
  filter: drop-shadow(2px 2px 4px rgba(33, 37, 41, 0.9));
}

.drop-shadow-light {
  filter: drop-shadow(2px 2px 4px #f8f9fa) drop-shadow(-2px -2px 4px #f8f9fa);
}

/* フッター
-------------------------------------------------- */
footer {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
footer .footer-logo {
  display: inline-block;
  width: 220px;
  max-width: 100%;
}
footer .copyright {
  padding: 0 0 3px;
  font-size: 0.8rem;
}
@media (max-width: 575.98px) {
  footer .footer-logo {
    width: 200px;
  }
  footer .copyright {
    font-size: 10px;
  }
}

/* ナビゲーション
-------------------------------------------------- */
.u-nav {
  --nav-dark: rgba(189, 32, 36, 0.9);
  --nav-light: rgba(248, 249, 250, 0.9);
  display: block;
  text-align: right;
  height: 42px;
}
.u-nav > nav {
  position: static;
  bottom: 100%;
  left: 0;
  z-index: 996;
  display: block;
  max-width: 100%;
  margin: auto;
  text-align: left;
  padding: 0 1rem;
}
.u-nav > nav > ul {
  display: flex;
  justify-content: space-around;
  width: auto;
  margin: 0 auto;
}
.u-nav > nav > ul > li {
  position: relative;
  z-index: 996;
  flex: 1 0 auto;
  padding: 0.3rem 0.3rem 0.6rem;
  line-height: 1;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-align: center;
}
.u-nav > nav > ul > li > a,
.u-nav > nav > ul > li > a:not([href]) {
  display: inline-flex;
  position: relative;
  padding: 0.2rem 0.5rem 0;
  font-size: 0.95rem;
  line-height: 1;
  border-bottom: solid thin transparent;
  text-align: center;
  letter-spacing: 0;
}
.u-nav > nav > ul > li > a .icon,
.u-nav > nav > ul > li > a:not([href]) .icon {
  width: 1.3rem;
  display: none;
  margin-right: 0.3rem;
}
.u-nav > nav > ul > li > a > em,
.u-nav > nav > ul > li > a:not([href]) > em {
  display: inline-block;
  pointer-events: none;
}
.u-nav > nav > ul > li > a > em .nav-ja,
.u-nav > nav > ul > li > a:not([href]) > em .nav-ja {
  display: block;
  font-size: 1em;
  transition: font-size 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.u-nav > nav > ul > li > a > em .nav-en,
.u-nav > nav > ul > li > a:not([href]) > em .nav-en {
  display: block;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: font-size 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-weight: 600;
}
.u-nav > nav > ul > li .dropmenu {
  display: none;
}
.u-nav > nav > ul > li:hover {
  text-shadow: none;
  background-color: var(--nav-dark);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.u-nav > nav > ul > li:hover > a {
  color: var(--nav-light);
  opacity: 1;
}
.u-nav > nav > ul > li:hover > a .icon {
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(30%);
}
.u-nav > nav > ul > li:hover > a::after {
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.u-nav > nav > ul > li > a::after {
  content: "";
  display: inline-block;
  max-width: 100%;
  opacity: 0;
  position: absolute;
}
.u-nav > nav > ul > li > a:hover::after {
  opacity: 1;
}
.u-nav > nav > ul > li > a::after {
  content: "";
  display: inline-block;
  max-width: 100%;
  opacity: 0;
  position: absolute;
  width: 3rem;
  height: 7px;
  background: radial-gradient(circle, var(--nav-light) 25%, transparent 25%) transparent repeat-x center/15px 15px;
  bottom: -0.2rem;
  right: 50%;
  transform: translateX(50%);
}
#page1 .page1-nav {
  background-color: var(--nav-dark) !important;
}
#page1 .page1-nav > a {
  opacity: 1;
  color: var(--nav-light);
}
#page1 .page1-nav > a::after {
  opacity: 1;
}

#page2 .page2-nav {
  background-color: var(--nav-dark) !important;
}
#page2 .page2-nav > a {
  opacity: 1;
  color: var(--nav-light);
}
#page2 .page2-nav > a::after {
  opacity: 1;
}

#page3 .page3-nav {
  background-color: var(--nav-dark) !important;
}
#page3 .page3-nav > a {
  opacity: 1;
  color: var(--nav-light);
}
#page3 .page3-nav > a::after {
  opacity: 1;
}

#page4 .page4-nav {
  background-color: var(--nav-dark) !important;
}
#page4 .page4-nav > a {
  opacity: 1;
  color: var(--nav-light);
}
#page4 .page4-nav > a::after {
  opacity: 1;
}

#page5 .page5-nav {
  background-color: var(--nav-dark) !important;
}
#page5 .page5-nav > a {
  opacity: 1;
  color: var(--nav-light);
}
#page5 .page5-nav > a::after {
  opacity: 1;
}

#page6 .page6-nav {
  background-color: var(--nav-dark) !important;
}
#page6 .page6-nav > a {
  opacity: 1;
  color: var(--nav-light);
}
#page6 .page6-nav > a::after {
  opacity: 1;
}

#page7 .page7-nav {
  background-color: var(--nav-dark) !important;
}
#page7 .page7-nav > a {
  opacity: 1;
  color: var(--nav-light);
}
#page7 .page7-nav > a::after {
  opacity: 1;
}

#page8 .page8-nav {
  background-color: var(--nav-dark) !important;
}
#page8 .page8-nav > a {
  opacity: 1;
  color: var(--nav-light);
}
#page8 .page8-nav > a::after {
  opacity: 1;
}

#page9 .page9-nav {
  background-color: var(--nav-dark) !important;
}
#page9 .page9-nav > a {
  opacity: 1;
  color: var(--nav-light);
}
#page9 .page9-nav > a::after {
  opacity: 1;
}

.u-nav > nav > ul > li {
  align-items: center;
  justify-content: center;
}
.u-nav.is-attached {
  text-shadow: none;
}
.u-nav.is-attached .a-none {
  display: none;
}
.u-nav.is-attached ._drop-shadow {
  filter: none !important;
}
.u-nav.is-attached > nav {
  position: fixed;
  width: 100%;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(100%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 0 1rem;
  border-radius: 0;
}
.u-nav.is-attached > nav > ul {
  width: 1200px;
  max-width: 100%;
  padding: 0.5rem;
  margin-right: auto;
  margin-left: auto;
}
.u-nav.is-attached > nav > ul > li {
  align-items: center;
  justify-content: center;
  border-left: none;
  writing-mode: horizontal-tb;
}
.u-nav.is-attached > nav > ul > li:last-child {
  border-right: none;
}
.u-nav.is-attached > nav > ul > li > a {
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.u-nav.is-attached > nav > ul > li > a .icon {
  display: inline-block;
}
.u-nav.is-attached > nav > ul > li > a em {
  margin: 0 0.3rem;
}
.u-nav.is-attached > nav > ul > li .dropmenu {
  display: inline-block;
}
.u-nav.is-attached > nav > ul > li:hover {
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.u-nav.is-attached > nav {
  background-color: var(--nav-dark);
}
.u-nav.is-attached > nav > ul > li > a,
.u-nav.is-attached > nav > ul > li > a:not([href]) {
  color: var(--nav-light);
}
.u-nav.is-attached > nav > ul > li:hover {
  background-color: var(--nav-light);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.u-nav.is-attached > nav > ul > li:hover > a {
  color: var(--nav-dark);
}
.u-nav.is-attached > nav > ul > li > a::after {
  content: "";
  display: inline-block;
  max-width: 100%;
  opacity: 0;
  position: absolute;
}
.u-nav.is-attached > nav > ul > li > a:hover::after {
  opacity: 1;
}
.u-nav.is-attached > nav > ul > li > a::after {
  content: "";
  display: inline-block;
  max-width: 100%;
  opacity: 0;
  position: absolute;
  width: 3rem;
  height: 7px;
  background: radial-gradient(circle, var(--nav-dark) 25%, transparent 25%) transparent repeat-x center/15px 15px;
  bottom: -0.2rem;
  right: 50%;
  transform: translateX(50%);
}
#page1 .u-nav.is-attached .page1-nav {
  background-color: var(--nav-light) !important;
}
#page1 .u-nav.is-attached .page1-nav > a {
  opacity: 1;
  color: var(--nav-dark);
}
#page1 .u-nav.is-attached .page1-nav > a::after {
  opacity: 1;
}

#page2 .u-nav.is-attached .page2-nav {
  background-color: var(--nav-light) !important;
}
#page2 .u-nav.is-attached .page2-nav > a {
  opacity: 1;
  color: var(--nav-dark);
}
#page2 .u-nav.is-attached .page2-nav > a::after {
  opacity: 1;
}

#page3 .u-nav.is-attached .page3-nav {
  background-color: var(--nav-light) !important;
}
#page3 .u-nav.is-attached .page3-nav > a {
  opacity: 1;
  color: var(--nav-dark);
}
#page3 .u-nav.is-attached .page3-nav > a::after {
  opacity: 1;
}

#page4 .u-nav.is-attached .page4-nav {
  background-color: var(--nav-light) !important;
}
#page4 .u-nav.is-attached .page4-nav > a {
  opacity: 1;
  color: var(--nav-dark);
}
#page4 .u-nav.is-attached .page4-nav > a::after {
  opacity: 1;
}

#page5 .u-nav.is-attached .page5-nav {
  background-color: var(--nav-light) !important;
}
#page5 .u-nav.is-attached .page5-nav > a {
  opacity: 1;
  color: var(--nav-dark);
}
#page5 .u-nav.is-attached .page5-nav > a::after {
  opacity: 1;
}

#page6 .u-nav.is-attached .page6-nav {
  background-color: var(--nav-light) !important;
}
#page6 .u-nav.is-attached .page6-nav > a {
  opacity: 1;
  color: var(--nav-dark);
}
#page6 .u-nav.is-attached .page6-nav > a::after {
  opacity: 1;
}

#page7 .u-nav.is-attached .page7-nav {
  background-color: var(--nav-light) !important;
}
#page7 .u-nav.is-attached .page7-nav > a {
  opacity: 1;
  color: var(--nav-dark);
}
#page7 .u-nav.is-attached .page7-nav > a::after {
  opacity: 1;
}

#page8 .u-nav.is-attached .page8-nav {
  background-color: var(--nav-light) !important;
}
#page8 .u-nav.is-attached .page8-nav > a {
  opacity: 1;
  color: var(--nav-dark);
}
#page8 .u-nav.is-attached .page8-nav > a::after {
  opacity: 1;
}

#page9 .u-nav.is-attached .page9-nav {
  background-color: var(--nav-light) !important;
}
#page9 .u-nav.is-attached .page9-nav > a {
  opacity: 1;
  color: var(--nav-dark);
}
#page9 .u-nav.is-attached .page9-nav > a::after {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .u-nav {
    display: none;
  }
}

.u-nav-foot > ul {
  display: flex;
  flex-flow: column wrap;
  height: 200px;
}
.u-nav-foot > ul > li::before {
  content: "> ";
}
.u-nav-foot > ul > li > ul > li {
  font-size: 0.85rem;
  text-indent: 1.5rem;
}
.u-nav-foot > ul > li > ul > li::before {
  content: "∟ ";
}

/* ドロップダウンメニュー
-------------------------------------------------- */
.u-dropdown._type1 {
  position: relative;
  cursor: pointer;
}
.u-dropdown._type1 .dropmenu {
  position: absolute;
  top: 90%;
  left: 0;
  z-index: 2;
  display: inline-block;
  width: 16em;
  min-width: 100%;
  height: 0;
  overflow: hidden;
  cursor: pointer;
  background-color: rgba(136, 136, 136, 0.9);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.u-nav > nav > ul > li:last-child > .dropmenu {
  right: 0;
  left: auto;
}

.u-dropdown._type1 .dropmenu > li a {
  display: inline-block;
  width: 100%;
  padding: 10px;
  font-size: 0.8em;
  color: white;
  white-space: nowrap;
}
.u-dropdown._type1 .dropmenu > li a::before {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  padding-right: 0.3rem;
}
.u-dropdown._type1 .dropmenu > li:hover {
  background-color: #999A9A;
}
.u-dropdown._type1 .dropmenu > li:hover > a {
  opacity: 1;
}
.u-dropdown._type1:hover .dropmenu {
  text-align: start;
  top: 100%;
  height: auto;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.u-dropdown._type2 > a {
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.u-dropdown._type2 > a::before {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  border: solid 1rem transparent;
  border-bottom-color: #999A9A;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.u-dropdown._type2 .dropmenu {
  position: absolute;
  top: 100%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  padding-top: 0.8rem;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(-50%);
}
.u-dropdown._type2 .dropmenu ._inner {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  border-top: solid 6px #999A9A;
}
.u-dropdown._type2:hover > a::before {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.u-dropdown._type2:hover .dropmenu {
  width: 100vw;
  height: auto;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* スマホメニュー
-------------------------------------------------- */
.u-phonemenu {
  position: relative;
  z-index: 997;
}
.u-phonemenu #u-humbergerOpen {
  --humbergerGap: 7px;
  --bar: 2px;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 0.9rem;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  text-align: center;
  z-index: 3;
  width: 40px;
  height: 54px;
  padding: 0.5rem 0 0.3rem;
  color: currentColor;
  transform: scale(1.3);
}
.u-phonemenu #u-humbergerOpen figure {
  display: block;
  width: 30px;
  height: 26px;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin: 0;
  padding-bottom: 1.7rem;
  margin: 0 auto;
}
.u-phonemenu #u-humbergerOpen figure > span {
  display: block;
  height: var(--bar);
  margin-bottom: var(--humbergerGap);
  background-color: currentColor;
  transition: all 0.3s ease;
  transform-origin: 0 0;
  transform-origin: center;
}
.u-phonemenu #u-humbergerOpen figure > span:last-child {
  margin-bottom: 0;
}
.u-phonemenu #u-humbergerOpen::after {
  display: inline-block;
  content: attr(data-willopen-caption);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 0.6rem;
  width: 100%;
  text-align: center;
  letter-spacing: 0;
  font-weight: 600;
}
.u-phonemenu #u-humbergerOpen.is-opened figure {
  transform: translateY(calc(var(--humbergerGap) * 1));
  padding-bottom: 0;
}
.u-phonemenu #u-humbergerOpen.is-opened figure > span {
  margin: 0;
}
.u-phonemenu #u-humbergerOpen.is-opened figure > span:nth-child(1) {
  transform: translateY(var(--bar)) rotate(0.375turn);
}
.u-phonemenu #u-humbergerOpen.is-opened figure > span:nth-child(2) {
  opacity: 0;
  transform: rotate(-0.25turn);
}
.u-phonemenu #u-humbergerOpen.is-opened figure > span:nth-child(3) {
  transform: translateY(calc(var(--bar) * -1)) rotate(-0.375turn);
}
.u-phonemenu #u-humbergerOpen.is-opened::after {
  content: attr(data-didopen-caption);
}
.u-phonemenu #u-drawernav {
  position: fixed;
  top: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  height: 100vh;
  padding: 0 1rem;
  color: #f8f9fa;
  letter-spacing: 0;
  background-color: rgba(33, 37, 41, 0.9);
  transform: translateY(-20px);
  overflow-y: auto;
}
.u-phonemenu #u-drawernav .drawernav__container {
  padding: 2rem 0;
}
.u-phonemenu #u-humbergerOpen.is-opened {
  color: #f8f9fa;
}

.u-phonemenu #u-drawernav.slide {
  left: 100%;
  width: 400px;
  padding: 5rem 1rem;
  transition: transform 0.5s ease;
  transform: translateX(0);
}
.u-phonemenu #u-drawernav.slide.is-opened {
  transition: transform 0.5s ease;
  transform: translateX(-100%);
}
.u-phonemenu #u-drawernav.fade {
  left: 0;
  width: 100%;
  transform: translateY(-50px);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0s ease 0.5s, transform 0.5s;
}
.u-phonemenu #u-drawernav.fade.is-opened {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.u-phonemenu #u-drawernav .drawernav__list {
  padding: 0 10px;
}
.u-phonemenu #u-drawernav .drawernav__list > .drawernav__list-item {
  padding: 0.5rem;
}
.u-phonemenu #u-drawernav .drawernav__list > .drawernav__list-item .drawernav__list-item__btn-anchor {
  flex: 1 1 auto;
  padding: 10px 0;
  line-height: 1;
  color: #f8f9fa;
  align-items: center;
  justify-content: space-between;
}
.u-phonemenu #u-drawernav .drawernav__list > .drawernav__list-item .drawernav__list-item__btn-dropdown {
  display: none;
}
.u-phonemenu #u-drawernav .drawernav__list > .drawernav__list-item hr {
  margin: 0;
  background-color: transparent;
  border-bottom: dashed thin currentColor;
}
.u-phonemenu #u-drawernav .drawernav__list > .drawernav__list-item .drawernav__list-item__dropmenu {
  overflow: hidden;
}
.u-phonemenu #u-navOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: rgba(33, 37, 41, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0s ease 0.5s, transform 0.5s;
}
.u-phonemenu #u-navOverlay.is-opened {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
@media (max-width: 991.98px) {
  .u-phonemenu #u-humbergerOpen {
    transform: scale(1);
  }
  .u-phonemenu #u-drawernav .drawernav__list > .drawernav__list-item .drawernav__list-item__btn-dropdown {
    display: inline-block;
    flex: 0 0 auto;
    font-size: 2em;
    font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
    font-weight: 400;
    background-color: transparent;
    border: none;
    color: inherit;
    text-indent: inherit;
    text-shadow: none;
    text-align: inherit;
    align-items: initial;
    cursor: pointer;
    padding: 0 0 0 1rem;
    line-height: 1;
  }
}
@media (max-width: 767.98px) {
  .u-phonemenu #u-drawernav.slide {
    width: 350px;
  }
}

/* スマホ下部のナビゲーション
-------------------------------------------------- */
.u-bottomNav {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 996;
  width: auto;
  max-width: 100%;
  padding: 0 1rem;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.u-bottomNav a img {
  width: 2rem;
}
.u-bottomNav.is-attached {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .u-bottomNav {
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 0;
    border-radius: initial;
  }
}

.bg-figure {
  position: relative;
}
.bg-figure > .upper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 26vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 13vw, 66.6666666% 0, 0 26vw);
          clip-path: polygon(0 0, 100% 0, 100% 13vw, 66.6666666% 0, 0 26vw);
  background-color: #f7f7f7;
}

/* ファーストビュー
-------------------------------------------------- */
#hero-area {
  position: relative;
  padding-top: calc(100vh - 3rem);
  overflow: hidden;
}
#hero-area .underlay-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#hero-area .underlay-wrapper .underlay1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#hero-area .underlay-wrapper {
  position: absolute;
  z-index: 1;
}
#hero-area .underlay-wrapper .underlay1 {
  position: absolute;
  overflow: hidden;
}
#hero-area .underlay-wrapper .underlay1::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}
#hero-area .underlay-wrapper .underlay1 .hero-container1,
#hero-area .underlay-wrapper .underlay1 .hero-container2 {
  position: absolute;
  height: 100%;
  overflow: hidden;
}
#hero-area .underlay-wrapper .underlay1 .hero-container1 .swiper,
#hero-area .underlay-wrapper .underlay1 .hero-container2 .swiper {
  width: 100%;
  height: 100%;
}
#hero-area .underlay-wrapper .underlay1 .hero-container1 .swiper .swiper-slide,
#hero-area .underlay-wrapper .underlay1 .hero-container2 .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#hero-area .underlay-wrapper .underlay1 .hero-container1 .swiper .swiper-slide *,
#hero-area .underlay-wrapper .underlay1 .hero-container2 .swiper .swiper-slide * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#hero-area .underlay-wrapper .underlay1 .hero-container1 {
  bottom: 0;
  right: 0;
  width: 100%;
}
#hero-area .underlay-wrapper .underlay1 .swiper-prev,
#hero-area .underlay-wrapper .underlay1 .swiper-next {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 50px;
  padding: 0.2rem 0.2rem 0.4rem 0.4rem;
  font-size: 3rem;
  line-height: 1;
  color: white;
  text-align: center;
  cursor: pointer;
  background-color: #999A9A;
  transform: translateY(-50%);
}
#hero-area .underlay-wrapper .underlay1 .swiper-prev::before,
#hero-area .underlay-wrapper .underlay1 .swiper-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 70%;
  height: 70%;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
#hero-area .underlay-wrapper .underlay1 .swiper-prev {
  left: 1rem;
}
#hero-area .underlay-wrapper .underlay1 .swiper-prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 170 300'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:none;stroke:%23fff;stroke-width:10px;}%3c/style%3e%3c/defs%3e%3cpolyline class='cls-1' points='156.774 293.548 13.226 150 156.774 6.452'/%3e%3c/svg%3e");
}
#hero-area .underlay-wrapper .underlay1 .swiper-next {
  right: 1rem;
}
#hero-area .underlay-wrapper .underlay1 .swiper-next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 170 300'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:none;stroke:%23fff;stroke-width:10px;}%3c/style%3e%3c/defs%3e%3cpolyline class='cls-1' points='13.226 6.452 156.774 150 13.226 293.548'/%3e%3c/svg%3e");
}
#hero-area .underlay1-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.5rem;
}
#hero-area .underlay1-pagination > span {
  margin: 0.3rem;
}
#hero-area .catch0 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 40%;
  padding: 1.5rem;
}
#hero-area .catch1 {
  margin-bottom: 0;
}
#hero-area .catch1 h1 {
  margin-bottom: 0;
  overflow: hidden;
  line-height: 0.1;
  text-indent: 100%;
  white-space: nowrap;
}
#hero-area #wave {
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 2;
  width: 100%;
}
#hero-area .move2next {
  display: inline-block;
  color: #f8f9fa;
  writing-mode: vertical-rl;
}
#hero-area .move2next ._btn {
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  cursor: pointer;
}
#hero-area .move2next ._bottom-bar {
  position: relative;
  width: 1px;
  height: 5rem;
  margin: 0 auto;
  background-color: #f8f9fa;
}
#hero-area .move2next ._bottom-bar::before {
  position: absolute;
  left: 0;
  z-index: 5;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #f8f9fa;
  border-radius: 50%;
  transform: translateX(-50%);
  animation-name: move2bottom;
  animation-duration: 2s;
  animation-play-state: running;
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
}
@keyframes move2bottom {
  0% {
    top: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
@media (max-width: 1280px) and (min-width: 1279px) {
  #hero-area {
    padding-top: 60%;
  }
}
@media (max-width: 991.98px) {
  #hero-area {
    padding-top: 80%;
  }
}
@media (max-width: 575.98px) {
  #hero-area {
    padding-top: 100%;
  }
  #hero-area .flortimg._image1 {
    width: 55%;
  }
  #hero-area .flortimg._image2 {
    top: 60%;
  }
  #hero-area .flortimg._image3 {
    left: auto;
    right: 0;
    width: 40%;
  }
}

/* 各ページのアイキャッチ
-------------------------------------------------- */
#featured-area {
  position: relative;
  color: #f8f9fa;
  padding: 1.5rem;
}
#featured-area .shadow-title {
  width: 100%;
  text-align: center;
  font-size: 6vw;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: 200;
  text-transform: uppercase;
  z-index: 1;
  line-height: 1.3;
  letter-spacing: 0;
}
#featured-area > ._image {
  position: relative;
  width: 100%;
  height: 500px;
}
#featured-area > ._image::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #212529;
  opacity: 0.8;
}
#featured-area > ._image > .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#featured-area > ._image > .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#featured-area > ._image > .inner {
  position: absolute;
  top: 55%;
  left: 50%;
  z-index: 2;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.9));
}
#featured-area > ._image > .inner > ._title {
  position: relative;
  z-index: 3;
}
#featured-area > ._image > .inner > ._title .main,
#featured-area > ._image > .inner > ._title .sub {
  display: inline-block;
  margin: 0;
}
#featured-area > ._image > .inner > ._title .main {
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
}
#featured-area > ._image > .inner > ._title .sub {
  font-weight: 200;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 3vw;
  line-height: 1.6;
  text-transform: uppercase;
  visibility: hidden;
  display: none;
  height: 0;
}
#featured-area > ._image > .inner > ._title::after {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  margin: 0 auto;
  background-color: currentColor;
}
#featured-area > ._image > .inner > .breadcrumbs {
  justify-content: center;
}
#featured-area > ._title {
  position: relative;
  z-index: 3;
  margin-top: -4rem;
}
#featured-area > ._title .main,
#featured-area > ._title .sub {
  display: inline-block;
  color: #f8f9fa;
  background-color: #bd2024;
}
#featured-area > ._title .main {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
}
#featured-area > ._title .sub {
  margin-bottom: 0;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  #featured-area {
    margin-top: 0;
  }
  #featured-area .shadow-title {
    font-size: 6vw;
  }
  #featured-area ._image {
    height: 350px;
  }
  #featured-area ._image > .bg {
    background-size: cover;
  }
  #featured-area ._image > .inner > ._title .main {
    font-size: 1rem;
  }
  #featured-area ._title .sub {
    font-size: 3rem;
  }
}
@media (max-width: 575.98px) {
  #featured-area::before, #featured-area::after {
    width: 80px;
  }
  #featured-area .shadow-title {
    font-size: 12vw;
    bottom: 55%;
  }
  #featured-area ._image {
    height: 300px;
  }
  #featured-area ._image > .inner {
    width: 100%;
  }
  #featured-area ._image > .inner > ._title .main {
    font-size: 1rem;
  }
  #featured-area ._image > .inner > ._title .sub {
    font-size: 2rem;
  }
  #featured-area ._image > .inner > ._title .v-bar {
    margin-bottom: 1rem;
  }
  #featured-area ._image > .inner > ._title .v-bar::before {
    height: 1.5rem;
  }
  #featured-area > ._title .main {
    font-size: 1rem;
  }
  #featured-area > ._title .sub {
    font-size: 3rem;
    letter-spacing: 0;
  }
}

.marquee-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 150px;
  background-image: url(../img/divider/divider_1.svg);
  background-size: 600px;
  background-position: center bottom;
  background-repeat: repeat-x;
}
.marquee-bottom .marquee-bottom-icon {
  width: 100px;
  position: absolute;
  bottom: 0;
}
.marquee-bottom .marquee-bottom-icon:nth-child(1) {
  animation: marquee-bottom-icon 25s linear 0s infinite normal forwards;
}
@keyframes marquee-bottom-icon {
  0% {
    left: 100%;
  }
  100% {
    left: -10%;
  }
}

/* パンくず
-------------------------------------------------- */
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 2rem;
  font-size: 0.8rem;
}
.breadcrumbs > li {
  display: inline-block;
  padding: 0 0.1em;
}
.breadcrumbs > li a {
  color: inherit;
}
.breadcrumbs > li::after {
  content: " >";
}
.breadcrumbs > li:last-child::after {
  content: none;
}
@media (max-width: 575.98px) {
  .breadcrumbs {
    padding-top: 0.3rem;
    font-size: 0.6rem;
  }
}

/* 料金表
-------------------------------------------------- */
/* dl.u-product>dt+dd */
.u-product {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1;
  letter-spacing: 0;
}
.u-product > * {
  display: inline-block;
}
.u-product > *:nth-child(1) {
  display: inline-block;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 1;
  order: 1;
  padding-right: 5px;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1;
}
.u-product > *:nth-child(2) {
  display: inline-block;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  order: 3;
  padding-left: 5px;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 1.1em;
  font-weight: 700;
  color: #888;
  text-align: right;
}
.u-product::after {
  display: block;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  order: 2;
  min-width: 2em;
  height: 1em;
  content: "";
  background: radial-gradient(#777 20%, transparent 0) repeat-x center center/8px 8px;
}
.u-product.noprice::after {
  content: none;
}
@media (max-width: 575.98px) {
  .u-product.break {
    flex-wrap: wrap;
  }
  .u-product.break > *:nth-child(1) {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .u-product.break > *:nth-child(2) {
    width: 100%;
    text-align: left;
  }
  .u-product.break::after {
    content: none;
  }
}

/****************************************************************
テンプレート
****************************************************************/
/* 見出しタイトル02
-------------------------------------------------- */
.htitle02 {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.htitle02 > * {
  display: inline;
  background: linear-gradient(transparent 70%, #ebbcbd 70%);
}
@media (max-width: 991.98px) {
  .htitle02 {
    font-size: 1.1rem;
  }
}

/* 見出しタイトル03
-------------------------------------------------- */
/* h2.htitle03>em{Title}+span{タイトル} */
.htitle03 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding-bottom: 1rem;
}
.htitle03._left {
  justify-content: flex-start;
}
.htitle03._left::after {
  right: initial;
  left: 1rem;
  width: 300px;
  background-image: linear-gradient(to right, #BD2024 20%, #666 20%);
}
.htitle03._center {
  justify-content: center;
  text-align: center;
}
.htitle03._center::after {
  right: initial;
  left: 50%;
  transform: translatex(-50%) skewX(-50deg);
}
.htitle03._right {
  justify-content: flex-end;
}
.htitle03._right::after {
  right: 0;
  left: initial;
}
.htitle03._light > em {
  color: #f8f9fa;
}
.htitle03._light > span {
  color: #f8f9fa;
}
.htitle03._light::before {
  color: #f8f9fa;
}
.htitle03._light::after {
  background-image: linear-gradient(to right, white 50%, #aaa 50%);
}
.htitle03 > em {
  display: inline-block;
  order: 1;
  padding: 0 0.3rem 0.5rem;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 3rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #999A9A;
  color: transparent;
  background-image: repeating-linear-gradient(30deg, #9e9e9e 2em, #bebebe 4em, white 6em, #bebebe 8em, #9e9e9e 10em);
  -webkit-background-clip: text;
}
.htitle03 > span {
  display: inline-block;
  order: 3;
  padding: 0 0.3rem 0.5rem;
  font-size: 1rem;
}
.htitle03::after {
  position: absolute;
  right: initial;
  bottom: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 2px;
  content: "";
  background-image: linear-gradient(to right, #999A9A 50%, #666 50%);
  transform: skewX(-50deg);
}
@media (max-width: 575.98px) {
  .htitle03 {
    text-align: center;
  }
  .htitle03 > em {
    order: 1;
    padding-bottom: 0.3rem;
    font-size: 2.5rem;
  }
  .htitle03 > span {
    order: 2;
    padding-bottom: 0.3rem;
  }
}

.htitle03-2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  font-weight: 600;
}
.htitle03-2._left {
  justify-content: flex-start;
}
.htitle03-2._left::after {
  right: initial;
  left: 0;
  transform: translateX(0) skewX(-50deg);
}
.htitle03-2._center {
  justify-content: center;
  text-align: center;
}
.htitle03-2._center::after {
  right: initial;
  left: 50%;
  transform: translateX(-50%) skewX(-50deg);
}
.htitle03-2._right {
  justify-content: flex-end;
  text-align: right;
}
.htitle03-2._right::after {
  right: 0;
  left: initial;
  transform: translateX(0) skewX(-50deg);
}
.htitle03-2 > em {
  position: relative;
  z-index: 2;
  display: inline-block;
  order: 2;
  width: 100%;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}
.htitle03-2 > span {
  position: relative;
  z-index: 2;
  display: inline-block;
  order: 1;
  width: 100%;
  margin-bottom: 0.3rem;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.2;
}
.htitle03-2::after {
  position: absolute;
  right: initial;
  bottom: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 2px;
  content: "";
  background-image: linear-gradient(to right, #999A9A 50%, #666 50%);
  transform: skewX(-50deg);
}
.htitle03-2._light {
  color: #f8f9fa;
}
.htitle03-2._light > em {
  color: inherit;
}
.htitle03-2._light > span {
  color: inherit;
}
.htitle03-2._light::after {
  background-image: linear-gradient(to right, white 50%, #aaa 50%);
}
@media (max-width: 991.98px) {
  .htitle03-2 > em {
    width: 100%;
    padding-bottom: 0rem;
    font-size: 1.2rem;
  }
  .htitle03-2 > span {
    width: 100%;
    font-size: 1.5rem;
  }
}

.htitle03-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: 600;
  text-align: center;
}
.htitle03-3 > * {
  display: block;
  padding: 0 1.5rem;
}
.htitle03-3 > * > em {
  display: inline;
  font-size: 2rem;
  color: #999A9A;
  text-transform: uppercase;
}
.htitle03-3 > * > em::after {
  white-space: pre;
  content: "\a";
}
.htitle03-3 > * > span {
  display: inline;
  margin-bottom: 0.3rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
}
.htitle03-3._light > b > em {
  color: #f8f9fa;
}
.htitle03-3._light > b > span {
  color: #f8f9fa;
}
.htitle03-3::before, .htitle03-3::after {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.htitle03-3::before {
  width: 40px;
  height: 80px;
  background-image: url("../img/illust/icons/kirin.svg");
}
.htitle03-3::after {
  width: 40px;
  height: 80px;
  background-image: url("../img/illust/icons/arupaka.svg");
}

/* 見出しタイトル04
-------------------------------------------------- */
.htitle04 {
  --bg-color: #BD2024;
  position: relative;
  padding: 1rem;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 400;
  color: white;
  background-color: var(--bg-color);
}
.htitle04._center {
  text-align: center;
}
.htitle04._center::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.htitle04::after {
  position: absolute;
  top: 100%;
  left: 10%;
  width: 0;
  height: 0;
  content: "";
  border: solid 15px transparent;
  border-top-color: var(--bg-color);
}
@media (max-width: 991.98px) {
  .htitle04::after {
    border-width: 10px;
  }
}
@media (max-width: 575.98px) {
  .htitle04 {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

.htitle04-2 {
  position: relative;
  padding: 1rem 0.5rem;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 700;
  border-top: solid 3px currentColor;
  border-bottom: solid 3px currentColor;
}
.htitle04-2::after {
  position: absolute;
  top: 100%;
  left: 10%;
  width: 0;
  height: 0;
  content: "";
  border: solid 15px transparent;
  border-top-color: currentColor;
}
.htitle04-2._center {
  text-align: center;
}
.htitle04-2._center::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 575.98px) {
  .htitle04-2 {
    padding: 1rem 0;
    text-align: center;
  }
  .htitle04-2::after {
    left: 50%;
    border-width: 10px;
    transform: translateX(-50%);
  }
}

/* 見出しタイトル07
-------------------------------------------------- */
/* h3.htitle07>b.sub{No.1}+b.main{title} */
.htitle07 {
  position: relative;
  font-size: 1.1rem;
  line-height: 1.2;
  border-bottom: double 4px #aaa;
  transform: skewX(-10deg);
}
.htitle07 > .sub {
  display: block;
  padding-bottom: 0.5rem;
  font-family: "Allison", cursive;
  font-size: 5rem;
  font-weight: 700;
  line-height: 0.7;
  color: #ddd;
  opacity: 0.5;
}
.htitle07 > .main {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 0.3rem 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
}
.htitle07._light > .sub {
  color: white;
  opacity: 0.2;
}
.htitle07._light > .main {
  color: white;
}
@media (max-width: 575.98px) {
  .htitle07 > .sub {
    font-size: 3em;
  }
  .htitle07 > .main {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

/* 見出しタイトル08
-------------------------------------------------- */
/* h4.htitle08>.main */
.htitle08 {
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.2;
  border-bottom: solid 2px #999A9A;
}
.htitle08 .main {
  position: relative;
  display: inline-block;
  height: 100%;
  padding: 0 1.4em;
  color: white;
  background-color: #999A9A;
  border-radius: 5px 5px 0 0;
}
.htitle08 .main::before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.4em solid white;
  transform: translateY(-50%);
}

/* 見出しタイトル09
-------------------------------------------------- */
.htitle09 {
  position: relative;
  display: inline-block;
  padding: 0.3em 1.5em 0.3em 0.5em;
  margin: 0;
  margin-bottom: 15px;
  font-size: 1.5em;
  line-height: 1.2;
  color: white;
  background-color: #BD2024;
  border-radius: 2px;
}
.htitle09::before {
  position: absolute;
  top: 26%;
  left: 50%;
  z-index: -1;
  display: block;
  width: 46%;
  height: 60%;
  content: "";
  background-color: #b3b3b3;
  box-shadow: 0 0 8px 8px #b3b3b3;
  transform: rotate(3deg);
}

/* 見出しタイトル0a
-------------------------------------------------- */
.htitle0a {
  padding-bottom: 0.3rem;
  margin-bottom: 0.5rem;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.2;
  border-bottom: solid thin #aaa;
}
.htitle0a::first-letter {
  font-size: 1.2em;
  color: #999A9A;
}
.htitle0a._light {
  color: white;
}
.htitle0a._light::first-letter {
  font-size: 1.2em;
  color: #eee;
}

.htitle0a-2 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #555;
  border-bottom: dotted 3px #aaa;
}
.htitle0a-2::first-letter {
  font-size: 1.2em;
  color: #999A9A;
}
@media (max-width: 991.98px) {
  .htitle0a-2 {
    font-size: 1.5rem;
  }
}

.htitle0a-3 {
  font-size: 1.5em;
  font-weight: 500;
}
.htitle0a-3::after {
  margin-top: 0.3em;
  display: block;
  width: 100%;
  height: 0.6rem;
  content: "";
  background: repeating-linear-gradient(-45deg, transparent 0, transparent 0.3rem, #ccc 0.3rem, #ccc 0.7rem);
}

.htitle0a-4 {
  padding: 0 0.3rem 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.2;
  color: #999A9A;
  border-bottom: solid 3px #666;
}

/* 見出しタイトル0b
-------------------------------------------------- */
.htitle0b {
  padding: 10px 20px;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3;
  color: #888;
  background-color: #eee;
  border-left: solid 5px #999A9A;
}
@media (max-width: 991.98px) {
  .htitle0b {
    font-size: 1.1em;
  }
}

/* 見出しタイトル0c
-------------------------------------------------- */
.htitle0c {
  position: relative;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2;
  border-top: solid 2px currentColor;
  border-bottom: solid 2px currentColor;
}

/* 見出しタイトル0d
-------------------------------------------------- */
.htitle0d {
  padding: 10px;
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.2;
  color: white;
  letter-spacing: 0.1em;
  background-color: #999A9A;
}
.htitle0d::before {
  padding-right: 0.1em;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92d";
}

/* 見出しタイトル0e
-------------------------------------------------- */
.htitle0e {
  font-size: 6rem;
  line-height: 1;
  color: white;
  -webkit-text-stroke: 0.1px #6b6c6c;
  text-stroke: 0.1px #6b6c6c;
}
@media (max-width: 991.98px) {
  .htitle0e {
    font-size: 3rem;
  }
}

/* 見出しタイトル10
-------------------------------------------------- */
.htitle10 {
  --bg-color: #999A9A;
  color: white;
  width: 100%;
  max-width: 100%;
  padding: 0.2em 0.5em 0.3em;
  margin: 0 auto 0.5em;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.2em;
  background-color: var(--bg-color);
  border: dashed 1px white;
  box-shadow: 0 0 0 5px var(--bg-color);
}
.htitle10._primary {
  --bg-color: #999A9A;
}
.htitle10._secondary {
  --bg-color: #BD2024;
}
.htitle10._tertiary {
  --bg-color: #666;
}
.htitle10._success {
  --bg-color: #198754;
}
.htitle10._info {
  --bg-color: #0dcaf0;
}
.htitle10._warning {
  --bg-color: #ffc107;
}
.htitle10._danger {
  --bg-color: #dc3545;
}
.htitle10._light {
  --bg-color: #f8f9fa;
}
.htitle10._white {
  --bg-color: white;
}
.htitle10._dark {
  --bg-color: #212529;
}
.htitle10._black {
  --bg-color: black;
}
.htitle10._beige {
  --bg-color: #faf5ea;
}
.htitle10._teal {
  --bg-color: #fffcb9;
}
.htitle10._gray {
  --bg-color: #666;
}
.htitle10._primary-tint {
  --bg-color: #e0e1e1;
}
.htitle10._secondary-tint {
  --bg-color: #ebbcbd;
}
.htitle10._tertiary-tint {
  --bg-color: #d1d1d1;
}
.htitle10._gray-tint {
  --bg-color: #f0f0f0;
}

/* 見出しタイトル11
-------------------------------------------------- */
.htitle11 {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3rem;
}
.htitle11::before, .htitle11::after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 3rem;
  height: 5px;
  content: "";
  transform: skewX(-50deg);
}
.htitle11::before {
  left: 50%;
  background-color: #BD2024;
}
.htitle11::after {
  right: 50%;
  background-color: #999A9A;
}
.htitle11._light {
  color: white;
}
.htitle11._light::before {
  background-color: white;
}
.htitle11._light::after {
  background-color: #aaa;
}
@media (max-width: 991.98px) {
  .htitle11 {
    font-size: 1.6em;
  }
}

/* 見出しタイトル12 bs
-------------------------------------------------- */
.htitle12 {
  font-size: 2rem;
  text-align: center;
}
.htitle12 > em {
  display: inline-block;
  max-width: 100%;
  padding: 10px 3rem;
  border-top: solid 2px #555;
  border-bottom: solid 2px #555;
}
@media (max-width: 991.98px) {
  .htitle12 {
    font-size: 1.5rem;
  }
  .htitle12 > em {
    padding: 10px 1rem;
  }
}

/* 見出しタイトル13
-------------------------------------------------- */
/* h2.htitle13._dark>em{タイトル} */
.htitle13 {
  position: relative;
  width: 30rem;
  margin-right: auto;
  margin-left: auto;
}
.htitle13::before {
  display: block;
  padding-top: 16%;
  content: "";
}
.htitle13 > em {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transform: translate(-50%, -50%);
}
.htitle13._dark > em {
  color: #f8f9fa;
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg id='layer1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 300 49'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:none;}.cls-2{clip-path:url%28%23clip-path%29;}.cls-3{fill:%23113758;}%3c/style%3e%3cclipPath id='clip-path'%3e%3ccircle class='cls-1' cx='-375' cy='-175' r='141'/%3e%3c/clipPath%3e%3c/defs%3e%3cpath class='cls-3' d='M272.091,11.575v28.2a1.019,1.019,0,0,1-.618.937L260.548,45.4a1.021,1.021,0,0,0,.4,1.959h34.767a1.021,1.021,0,0,0,.832-1.611l-11.5-16.2a1.022,1.022,0,0,1,0-1.182l11.5-16.2a1.02,1.02,0,0,0-.832-1.611H273.111A1.02,1.02,0,0,0,272.091,11.575Z'/%3e%3crect class='cls-3' x='30.968' y='1.641' width='238.449' height='36.804' rx='0.931'/%3e%3cpath class='cls-3' d='M28.294,11.37V39.908a.816.816,0,0,0,.493.749L40.757,45.8a.815.815,0,0,1-.321,1.564H4.269a.815.815,0,0,1-.664-1.286L15.416,29.429a.816.816,0,0,0,0-.943L3.605,11.841a.815.815,0,0,1,.664-1.286h23.21A.815.815,0,0,1,28.294,11.37Z'/%3e%3c/svg%3e");
}
.htitle13._light > em {
  color: #212529;
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg id='layer1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 300 49'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:none;}.cls-2{clip-path:url%28%23clip-path%29;}.cls-3{fill:%23fff;}.cls-3,.cls-4{stroke:%23555;stroke-linecap:round;stroke-linejoin:round;stroke-width:3.017px;}.cls-4{fill:%23555;}%3c/style%3e%3cclipPath id='clip-path'%3e%3ccircle class='cls-1' cx='-55' cy='-175' r='141'/%3e%3c/clipPath%3e%3c/defs%3e%3cpolygon class='cls-3' points='271.898 9.555 271.898 39.445 255.793 46.359 297.5 46.359 284.442 27.957 297.5 9.555 271.898 9.555'/%3e%3cpolygon class='cls-4' points='44.207 9.555 28.102 2.641 28.102 39.445 44.207 46.359 44.207 9.555'/%3e%3cpolygon class='cls-4' points='255.793 9.555 271.898 2.641 271.898 39.445 255.793 46.359 255.793 9.555'/%3e%3crect class='cls-3' x='28.102' y='2.641' width='243.797' height='36.804'/%3e%3cpolygon class='cls-3' points='28.102 9.555 28.102 39.445 44.207 46.359 2.5 46.359 15.558 27.957 2.5 9.555 28.102 9.555'/%3e%3c/svg%3e");
}
@media (max-width: 575.98px) {
  .htitle13 {
    width: 16rem;
  }
  .htitle13 > em {
    padding-top: 0.5rem;
    font-size: 1rem;
  }
}

/* 見出しタイトル14
-------------------------------------------------- */
/* h2.htitle14._dark>em{タイトル} */
.htitle14 {
  --svg-code-before: url("data:image/svg+xml;charset=utf8,%3csvg id=%22uuid-96c80a5a-853b-41a9-92c7-e5bfdaa7986c%22 xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 300 357.349%22%3e%3cpolygon points=%22204.74 261.783 224.618 261.783 224.618 350.127 204.74 350.127 204.74 261.783 204.74 261.783%22 style=%22fill:%235a3e2f; fill-rule:evenodd;%22/%3e%3cpath d=%22m231.534,313.625c78.607-49.649,68.014-115.726,47.959-182.802-8.065-26.975-25.842-97.564-37.883-108.901-14.51-13.662-34.123-22.137-52.576-2.817-16.072,16.826-27.071,56.376-32.536,75.836-14.531,51.74-21.958,102.973-13.827,154.158,3.601,22.669,22.058,49.377,52.957,64.341,7.815,3.786,27.431,5.537,35.905.184h0Z%22 style=%22fill:%237da57a; fill-rule:evenodd;%22/%3e%3cpath d=%22m229.72,261.728c3.83-.149,8.202,9.298,7.776,17.517-.28,5.43-4.443,10.23-7.776,10.138-3.024-.084-7.607-4.694-7.777-10.129-.261-8.322,4.287-17.391,7.777-17.527h0Zm-35.6-13.304c3.054-.126,6.54,7.785,6.201,14.667-.224,4.546-3.543,8.566-6.201,8.489-2.41-.07-6.065-3.93-6.2-8.481-.209-6.968,3.417-14.561,6.2-14.675h0Zm55.589-42.93c3.598-.152,7.705,9.442,7.305,17.789-.263,5.513-4.173,10.387-7.305,10.294-2.839-.085-7.145-4.767-7.305-10.285-.245-8.451,4.026-17.66,7.305-17.798h0Zm-80.443-4.998c3.604-.147,7.717,9.176,7.317,17.288-.264,5.357-4.18,10.094-7.317,10.004-2.844-.083-7.156-4.632-7.316-9.995-.245-8.213,4.032-17.162,7.316-17.296h0Zm43.177-4.879c2.893-.116,6.195,7.213,5.875,13.589-.212,4.211-3.356,7.935-5.875,7.864-2.284-.064-5.746-3.641-5.875-7.857-.197-6.456,3.238-13.49,5.875-13.596h0Zm38.375-37.658c3.054-.126,6.54,7.785,6.201,14.668-.224,4.545-3.543,8.565-6.201,8.488-2.41-.07-6.065-3.93-6.2-8.481-.209-6.968,3.417-14.561,6.2-14.675h0Zm-62.914-4.746c3.055-.125,6.54,7.785,6.201,14.668-.224,4.546-3.543,8.566-6.201,8.489-2.41-.07-6.065-3.93-6.199-8.481-.209-6.968,3.417-14.562,6.199-14.676h0Zm31.08-32.267c3.054-.125,6.54,7.785,6.201,14.668-.224,4.545-3.543,8.565-6.201,8.489-2.41-.07-6.065-3.93-6.2-8.481-.209-6.968,3.417-14.562,6.2-14.676h0Zm-33.974-27.288c3.054-.126,6.54,7.785,6.201,14.668-.223,4.545-3.541,8.565-6.201,8.488-2.41-.07-6.064-3.93-6.199-8.481-.209-6.968,3.417-14.561,6.199-14.675h0Zm57.983-6.768c3.053-.125,6.539,7.785,6.201,14.668-.224,4.546-3.543,8.566-6.201,8.489-2.411-.07-6.065-3.93-6.201-8.481-.208-6.968,3.418-14.562,6.201-14.676h0Zm-36.442-41.376c3.054-.125,6.54,7.785,6.201,14.668-.224,4.545-3.543,8.565-6.201,8.489-2.41-.071-6.065-3.931-6.2-8.482-.209-6.968,3.417-14.561,6.2-14.675h0Z%22 style=%22fill:%23b7c158; fill-rule:evenodd;%22/%3e%3cpolygon points=%2277.772 239.698 60.103 239.698 60.103 350.127 77.772 350.127 77.772 239.698 77.772 239.698%22 style=%22fill:%23705a30; fill-rule:evenodd;%22/%3e%3cpath d=%22m48.055,296.437C-1.381,261.129,1.326,205.341,17.091,154.878c9.085-29.08,35.364-92.173,52.127-91.866,17.979.329,41.941,67.067,47.872,87.185,11.926,40.451,14.081,64.284,8.03,102.923-2.679,17.113-15.231,36.262-38.416,47.287-9.162,4.356-25.964,5.09-38.649-3.97h0Z%22 style=%22fill:%23b7c158; fill-rule:evenodd;%22/%3e%3cpath d=%22m58.28,252.556c2.76-.094,5.909,5.831,5.602,10.985-.202,3.405-3.2,6.416-5.602,6.359-2.178-.053-5.481-2.944-5.603-6.353-.188-5.219,3.088-10.906,5.603-10.991h0Zm36.497-18.055c2.823-.099,6.044,6.194,5.731,11.67-.208,3.617-3.274,6.816-5.731,6.754-2.228-.055-5.606-3.127-5.731-6.747-.192-5.545,3.158-11.586,5.731-11.677h0Zm-60.021-18.668c2.912-.102,6.236,6.294,5.913,11.859-.213,3.675-3.378,6.924-5.913,6.862-2.299-.056-5.784-3.177-5.914-6.857-.198-5.633,3.259-11.773,5.914-11.864h0Zm33.707-21.071c2.912-.101,6.236,6.294,5.913,11.859-.214,3.675-3.379,6.925-5.913,6.863-2.299-.056-5.784-3.178-5.913-6.857-.199-5.634,3.259-11.773,5.913-11.866h0Zm34.18-8.212c2.913-.1,6.237,6.294,5.913,11.859-.213,3.675-3.378,6.925-5.913,6.863-2.298-.056-5.783-3.178-5.914-6.857-.198-5.634,3.26-11.773,5.914-11.866h0Zm-59.755-27.331c2.913-.102,6.237,6.294,5.913,11.859-.213,3.675-3.378,6.925-5.913,6.862-2.298-.056-5.784-3.177-5.913-6.857-.198-5.633,3.259-11.773,5.913-11.864h0Zm43.597-6.958c2.912-.1,6.236,6.294,5.913,11.859-.213,3.675-3.378,6.925-5.913,6.863-2.299-.056-5.784-3.178-5.913-6.857-.199-5.634,3.259-11.773,5.913-11.866h0Zm-21.861-37.369c2.912-.1,6.236,6.295,5.913,11.859-.213,3.675-3.378,6.925-5.913,6.863-2.299-.056-5.784-3.178-5.913-6.857-.199-5.634,3.259-11.773,5.913-11.866h0Z%22 style=%22fill:%2394b55a; fill-rule:evenodd;%22/%3e%3c/svg%3e");
  --svg-code-after: url("data:image/svg+xml;charset=utf8,%3csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 300 294.693%22%3e%3cg style=%22isolation:isolate;%22%3e%3cg id=%22uuid-0ee03c5f-fc58-4965-a574-f5e950790fc9%22%3e%3cpath d=%22m268.938,215.738c6.247,1.672,12.732,2.453,19.197,2.312.539-.012,1.158.004,1.502.419.187.226.25.526.307.813,1.453,7.311,2.906,14.622,4.36,21.933.063.314.124.645.027.95-.145.457-.6.732-1.024.957-7.226,3.838-15.75,5.174-23.804,3.733l-.565-31.117Z%22 style=%22fill:%23d4c0ac;%22/%3e%3cpath d=%22m202.451,119.657c4.356-.787,7.88,3.27,10.72,6.665,11.931,14.265,28.541,23.605,43.832,34.189,1.228.85,2.482,1.744,3.272,3.011.735,1.179,1.004,2.579,1.275,3.941,2.723,13.664,7.018,27.014,12.775,39.702.978,2.155,2.01,4.331,2.341,6.674.327,2.311-.047,4.657-.38,6.967-1.79,12.442-2.393,25.055-1.799,37.612.062,1.311.115,2.715-.576,3.83-.65,1.05-1.83,1.631-2.954,2.144-13.097,5.98-27.017,10.066-39.926,16.442-4.528,2.236-9.694,4.808-14.375,2.913-4.663-1.889-6.375-9.09-2.497-12.296l-2.191.56c-10.396,3.577-20.791,7.153-31.187,10.73-.997.343-2.014.69-3.068.714-1.23.028-2.423-.386-3.584-.793-2.524-.887-5.048-1.774-7.572-2.661-.53-.186-1.102-.405-1.393-.886-.313-.517-.206-1.175-.088-1.769.434-2.185.868-4.37,1.302-6.556-5.945.09-11.89.18-17.835.271-.556.008-1.162,0-1.596-.348-.438-.351-.575-.949-.677-1.501-.635-3.434-.973-6.924-1.008-10.416-.01-.959.021-1.978.545-2.78.667-1.02,1.941-1.42,3.114-1.749,4.02-1.126,8.039-2.253,12.059-3.379l.749-1.662c1.69-18.023,5.944-35.708,8.284-53.657,2.34-17.95,2.688-36.611-3.238-53.715-.61-1.762-1.294-3.643-.812-5.444.314-1.173,1.091-2.159,1.849-3.108l7.137-8.943c1.102-1.381,2.253-2.803,3.824-3.613,1.134-.585,2.414-.81,3.676-1.002,4.952-.751,9.967-1.088,14.975-1.004l5.027.916Z%22 style=%22fill:%23d4c0ac;%22/%3e%3cg style=%22mix-blend-mode:soft-light;%22%3e%3cpath d=%22m183.914,141.218c.675.632,1.19,1.353,1.655,2.1.457.751.842,1.537,1.163,2.349.321.812.574,1.65.752,2.511.169.863.282,1.743.217,2.666-.572-.727-.996-1.487-1.398-2.253-.392-.768-.74-1.548-1.051-2.342-.311-.794-.588-1.601-.825-2.431-.227-.834-.436-1.68-.514-2.6Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m177.197,150.504c.69.804,1.218,1.69,1.673,2.606.455.916.838,1.864,1.138,2.838.305.972.523,1.971.667,2.984.142,1.013.206,2.042.089,3.096-.531-.917-.927-1.848-1.29-2.784-.362-.936-.694-1.874-.984-2.825-.295-.949-.552-1.911-.782-2.888-.229-.978-.429-1.97-.51-3.026Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m194.595,158.494c.484.852.804,1.732,1.086,2.619.272.889.483,1.788.642,2.696.159.908.262,1.826.305,2.755.033.93.027,1.867-.144,2.832-.486-.852-.807-1.732-1.088-2.619-.272-.889-.483-1.788-.639-2.697-.156-.909-.26-1.827-.303-2.755-.032-.93-.027-1.867.142-2.832Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m187.805,175.811c.331.801.496,1.602.623,2.404.117.801.171,1.602.172,2.404.001.801-.053,1.603-.17,2.404-.126.801-.292,1.603-.625,2.404-.333-.801-.499-1.603-.625-2.404-.117-.801-.171-1.603-.17-2.404,0-.801.055-1.602.172-2.404.127-.801.292-1.603.623-2.404Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m181.365,181.261c.371.921.563,1.858.703,2.798.13.94.184,1.885.172,2.828-.012.944-.094,1.886-.251,2.822-.166.935-.386,1.867-.785,2.777-.265-.957-.378-1.895-.464-2.83-.077-.934-.104-1.863-.09-2.792.014-.928.069-1.856.172-2.788.114-.932.252-1.867.543-2.816Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m193.904,203.375c.275,1.059.393,2.109.456,3.157.063,1.048.071,2.092.016,3.134-.049,1.042-.166,2.08-.335,3.116-.17,1.036-.396,2.068-.781,3.093-.277-1.059-.396-2.109-.459-3.157-.062-1.048-.071-2.092-.013-3.134.052-1.042.168-2.08.337-3.116.17-1.036.396-2.068.778-3.093Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m197.683,188.318c.411.627.657,1.274.865,1.926.198.653.334,1.314.417,1.982.083.667.111,1.341.078,2.023-.043.683-.126,1.371-.374,2.079-.413-.627-.66-1.274-.867-1.926-.198-.653-.334-1.314-.415-1.982-.081-.668-.109-1.342-.076-2.023.044-.683.125-1.371.372-2.078Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m209.292,183.822c.438.896.71,1.812.945,2.732.225.921.387,1.849.497,2.784.11.934.165,1.875.158,2.823-.016.949-.073,1.903-.295,2.876-.44-.896-.713-1.811-.947-2.731-.225-.921-.387-1.849-.495-2.784-.108-.935-.163-1.876-.156-2.824.017-.949.072-1.903.293-2.876Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m209.792,167.853c.635.587,1.115,1.236,1.559,1.899.435.667.813,1.358,1.142,2.072.329.713.608,1.45.832,2.215.215.769.394,1.556.425,2.421-.629-.57-1.109-1.217-1.554-1.882-.436-.67-.817-1.368-1.148-2.089-.331-.721-.613-1.464-.837-2.231-.215-.771-.395-1.557-.42-2.404Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m223.586,164.488c.716.668,1.276,1.423,1.792,2.202.507.783.949,1.602,1.331,2.447.382.845.703,1.718.954,2.616.243.902.436,1.823.461,2.802-.645-.736-1.143-1.522-1.614-2.317-.462-.798-.877-1.614-1.251-2.447-.375-.833-.711-1.684-1.004-2.559-.283-.88-.543-1.773-.67-2.743Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m224.71,184.137c.505,1.043.856,2.111,1.152,3.188.295,1.077.537,2.163.716,3.26.185,1.095.303,2.202.37,3.317.066,1.115.076,2.239-.071,3.389-.507-1.042-.859-2.11-1.154-3.188-.294-1.077-.537-2.163-.714-3.26-.182-1.096-.301-2.202-.367-3.317-.065-1.115-.076-2.239.068-3.389Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m217.58,189.596c.387,1.177.618,2.369.794,3.566.175,1.197.296,2.399.354,3.605.063,1.205.059,2.413.003,3.622-.057,1.208-.171,2.418-.443,3.627-.39-1.194-.622-2.388-.797-3.583-.174-1.195-.296-2.39-.351-3.588-.06-1.198-.057-2.399,0-3.605.058-1.206.171-2.417.44-3.643Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m232.653,201.133c.411.904.644,1.83.826,2.763.172.933.268,1.874.298,2.816.03.943-.009,1.887-.123,2.829-.124.942-.301,1.881-.658,2.808-.309-.944-.464-1.875-.592-2.805-.119-.929-.188-1.856-.215-2.783-.027-.928-.015-1.857.047-2.792.072-.936.169-1.875.418-2.836Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m225.264,207.867c.474,1.129.751,2.305.931,3.49.179,1.186.261,2.386.236,3.584-.019,1.198-.149,2.394-.373,3.573-.225,1.178-.549,2.341-1.068,3.451-.134-1.217-.158-2.394-.168-3.565-.009-1.17-.008-2.33.019-3.49.021-1.16.064-2.319.119-3.488.055-1.169.124-2.345.304-3.555Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m210.231,215.555c.388.808.584,1.647.714,2.492.12.845.149,1.699.098,2.546-.051.848-.186,1.691-.409,2.515-.232.822-.531,1.631-1.018,2.385-.167-.88-.201-1.715-.222-2.543-.012-.827.011-1.641.062-2.455.051-.813.129-1.625.243-2.444.124-.82.259-1.644.532-2.497Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m220.192,220.683c.285,1.459.39,2.922.418,4.382.027,1.46-.023,2.92-.158,4.371-.13,1.452-.349,2.896-.642,4.327-.294,1.43-.666,2.849-1.216,4.231-.105-1.483-.078-2.936-.016-4.383.063-1.446.154-2.886.291-4.32.131-1.435.303-2.867.507-4.301.205-1.434.443-2.867.816-4.306Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m207.445,242.824c.077.905-.017,1.765-.156,2.613-.149.845-.368,1.67-.646,2.474-.278.804-.617,1.587-1.023,2.343-.415.752-.875,1.485-1.497,2.147.003-.908.15-1.752.325-2.584.184-.828.417-1.636.693-2.428.276-.792.593-1.57.962-2.335.378-.761.785-1.515,1.343-2.231Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m198.073,237.031c.102.96.042,1.88-.055,2.791-.107.908-.274,1.801-.493,2.681-.219.88-.491,1.747-.824,2.598-.342.849-.723,1.689-1.266,2.488-.103-.961-.045-1.881.053-2.791.107-.908.274-1.801.495-2.681.221-.88.493-1.746.826-2.598.343-.849.723-1.689,1.264-2.489Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m181.732,225.81c.339.937.489,1.89.577,2.844.078.954.071,1.909-.013,2.858-.083.949-.245,1.891-.491,2.816-.255.923-.572,1.834-1.073,2.696-.154-.985-.168-1.929-.166-2.868.012-.937.062-1.863.146-2.786.083-.923.197-1.843.352-2.767.164-.924.345-1.851.668-2.793Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m181.715,204.336c.331.721.496,1.442.623,2.163.117.721.171,1.442.172,2.163.001.721-.053,1.442-.17,2.163-.126.721-.292,1.442-.625,2.163-.333-.721-.499-1.442-.625-2.163-.116-.721-.171-1.442-.17-2.163,0-.721.055-1.442.172-2.163.127-.721.292-1.442.623-2.163Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m175.224,224.516c.201,1.065.248,2.103.24,3.132-.009,1.029-.071,2.049-.196,3.061-.12,1.013-.306,2.018-.545,3.019-.24,1.001-.536,1.997-.99,2.982-.205-1.047-.253-2.084-.244-3.115.01-1.031.072-2.059.201-3.078.123-1.02.309-2.032.549-3.036.241-1.003.536-1.998.985-2.965Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m191.206,234.189c.049,1.262-.076,2.494-.272,3.709-.197,1.215-.466,2.415-.814,3.592-.342,1.179-.767,2.333-1.258,3.462-.492,1.128-1.055,2.231-1.781,3.265.104-1.259.335-2.462.602-3.651.268-1.189.567-2.363.913-3.524.34-1.162.724-2.312,1.143-3.456.42-1.144.876-2.281,1.468-3.396Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m178.194,250.812c.032.867-.112,1.682-.31,2.479-.207.793-.489,1.559-.836,2.295-.346.736-.759,1.441-1.24,2.104-.489.659-1.028,1.287-1.72,1.812.116-.86.356-1.634.614-2.395.266-.756.57-1.486.909-2.2.339-.714.71-1.413,1.125-2.099.425-.682.87-1.359,1.459-1.996Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m189.53,257.587c.082.723-.009,1.393-.15,2.046-.151.649-.374,1.273-.659,1.866-.284.594-.632,1.158-1.045,1.681-.421.518-.889,1.008-1.506,1.394.044-.726.213-1.363.404-1.985.199-.617.437-1.207.714-1.779.276-.572.588-1.127.946-1.667.367-.537.758-1.067,1.296-1.556Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m199.113,263.403c-.274.725-.646,1.333-1.035,1.922-.396.581-.824,1.125-1.283,1.642-.458.517-.948,1.006-1.479,1.467-.538.455-1.099.895-1.789,1.251.16-.76.47-1.419.824-2.046.361-.621.783-1.198,1.256-1.728.473-.531.996-1.017,1.571-1.448.582-.424,1.199-.81,1.934-1.059Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m218.967,255.305c.28.534.367,1.075.39,1.611.013.535-.061,1.063-.211,1.569-.149.506-.376.989-.679,1.43-.312.436-.682.842-1.209,1.135-.065-.599-.015-1.107.049-1.603.072-.491.178-.958.315-1.415.137-.458.304-.906.512-1.357.218-.45.453-.904.833-1.37Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m239.203,248.587c.166.999.109,1.992-.04,2.967-.159.973-.435,1.926-.81,2.837-.375.911-.852,1.78-1.426,2.582-.581.797-1.243,1.54-2.067,2.129.279-.972.632-1.853.971-2.732l1.053-2.587,1.082-2.575c.38-.862.751-1.736,1.237-2.622Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m234.918,233.182c.245.843.311,1.676.325,2.505.004.828-.067,1.649-.205,2.459-.137.81-.342,1.608-.621,2.388-.288.777-.628,1.541-1.141,2.255-.135-.868-.123-1.69-.084-2.505.048-.813.142-1.612.279-2.405.136-.792.312-1.578.537-2.36.235-.781.496-1.562.909-2.336Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m245.171,220.362c.412.764.646,1.557.828,2.355.172.8.267,1.609.295,2.42.028.811-.013,1.625-.131,2.434-.127.809-.309,1.615-.672,2.405-.303-.814-.454-1.612-.579-2.407-.115-.795-.182-1.586-.207-2.379-.025-.793-.012-1.587.05-2.388.072-.802.168-1.609.415-2.441Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m252.868,232.541c.361.981.535,1.979.65,2.98.105,1.001.126,2.006.073,3.006-.053,1.001-.182,1.997-.394,2.981-.221.982-.503,1.956-.969,2.892-.194-1.027-.244-2.022-.276-3.012-.022-.989-.003-1.969.051-2.947.054-.978.14-1.955.269-2.935.139-.981.295-1.965.596-2.965Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m245.205,245.042c.305.839.443,1.672.543,2.504.09.832.118,1.661.092,2.489-.025.828-.106,1.654-.249,2.479-.152.824-.345,1.647-.704,2.464-.307-.839-.446-1.672-.546-2.504-.09-.832-.118-1.661-.09-2.489.027-.828.108-1.654.251-2.479.153-.824.344-1.647.702-2.464Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m265.098,246.967c.278.995.363,1.994.381,2.991.008.996-.074,1.989-.235,2.968-.161.979-.405,1.945-.734,2.885-.339.938-.742,1.856-1.329,2.707-.055-1.031.021-2.009.109-2.98.097-.968.227-1.923.386-2.873.159-.95.344-1.896.565-2.843.231-.947.475-1.897.858-2.855Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m261.21,242.159c.188.591.216,1.141.207,1.68-.019.537-.099,1.059-.23,1.567-.131.508-.316,1.002-.561,1.481-.254.476-.547.942-1.001,1.366-.19-.592-.219-1.141-.209-1.681.019-.537.099-1.059.232-1.566.133-.508.318-1.002.563-1.48.255-.476.547-.942.999-1.367Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m261.201,222.605c.299.657.448,1.295.572,1.929.114.633.181,1.262.208,1.891.028.63.014,1.261-.047,1.902-.071.642-.166,1.29-.412,1.97-.415-.593-.652-1.223-.834-1.861-.173-.639-.269-1.291-.295-1.944-.026-.654.016-1.311.135-1.962.129-.651.312-1.298.674-1.924Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m250.915,201.132c.365.886.595,1.756.818,2.622.213.866.394,1.728.554,2.594.16.866.297,1.736.405,2.621.1.888.193,1.784.164,2.742-.604-.746-1.024-1.576-1.375-2.429-.342-.856-.594-1.744-.758-2.647-.165-.903-.245-1.823-.229-2.744.026-.922.123-1.847.421-2.759Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m260.195,200.826c.545.637.934,1.33,1.287,2.036.343.709.627,1.439.86,2.184.233.745.414,1.507.534,2.285.111.781.184,1.573.095,2.407-.552-.651-.942-1.345-1.293-2.049-.342-.707-.625-1.43-.854-2.17-.23-.74-.408-1.496-.528-2.272-.11-.78-.184-1.572-.101-2.42Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m251.585,184.145c.544.476.926,1.029,1.261,1.602.325.576.58,1.182.771,1.807.192.625.317,1.27.369,1.929.042.662.032,1.334-.156,2.033-.462-.557-.772-1.135-1.054-1.718-.273-.584-.497-1.177-.68-1.782-.183-.605-.327-1.222-.427-1.859-.09-.641-.156-1.294-.084-2.013Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m234.606,183.501c.547.561.936,1.177,1.29,1.805.344.632.629,1.284.864,1.953.235.67.417,1.358.541,2.066.115.712.192,1.436.111,2.216-.548-.56-.939-1.176-1.292-1.804-.344-.632-.629-1.284-.862-1.954-.233-.67-.415-1.358-.539-2.067-.114-.712-.192-1.436-.113-2.215Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m240.457,168.715c.581.416,1.013.907,1.412,1.415.389.513.723,1.054,1.009,1.618.286.565.523,1.154.704,1.772.173.622.309,1.262.297,1.977-.583-.415-1.016-.906-1.414-1.414-.389-.513-.723-1.054-1.007-1.619-.284-.566-.521-1.155-.702-1.773-.172-.622-.31-1.262-.299-1.976Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m245.499,163.95c.779.365,1.436.841,2.064,1.343.621.509,1.195,1.06,1.73,1.647.535.587,1.029,1.211,1.477,1.877.441.672.852,1.371,1.14,2.183-.781-.363-1.438-.839-2.066-1.342-.621-.509-1.195-1.06-1.728-1.648-.534-.588-1.028-1.212-1.476-1.878-.44-.673-.853-1.371-1.142-2.182Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m218.475,149.583c.668.542,1.2,1.142,1.713,1.749.504.612.968,1.243,1.402,1.893.435.65.838,1.32,1.209,2.021.364.707.712,1.429.953,2.256-.759-.407-1.383-.942-1.96-1.514-.57-.578-1.079-1.209-1.525-1.881-.447-.672-.833-1.383-1.147-2.133-.305-.754-.56-1.534-.645-2.391Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m198.633,143.164c.814.646,1.489,1.383,2.132,2.14.634.763,1.216,1.56,1.754,2.386.538.826,1.029,1.682,1.467,2.572.431.895.828,1.812,1.085,2.82-.816-.645-1.492-1.381-2.134-2.139-.634-.763-1.217-1.56-1.752-2.387-.536-.827-1.027-1.683-1.466-2.573-.43-.895-.828-1.812-1.087-2.819Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m193.883,126.143c.958.519,1.804,1.147,2.61,1.813.805.667,1.571,1.371,2.292,2.119.725.744,1.401,1.536,2.039,2.363.638.828,1.235,1.696,1.718,2.673-.96-.517-1.806-1.145-2.611-1.811-.805-.667-1.572-1.371-2.29-2.121-.723-.746-1.4-1.537-2.038-2.365-.637-.829-1.235-1.696-1.72-2.672Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m207.771,133.434c.763.481,1.391,1.06,1.989,1.662.59.608,1.129,1.252,1.625,1.928.496.676.948,1.385,1.349,2.13.394.751.755,1.526.982,2.399-.764-.48-1.394-1.058-1.991-1.66-.589-.608-1.129-1.252-1.623-1.929-.495-.677-.946-1.386-1.347-2.131-.393-.752-.755-1.526-.983-2.398Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m230.173,150.449c.721.455,1.306,1.005,1.859,1.576.545.578,1.039,1.191,1.489,1.835.45.644.855,1.319,1.209,2.03.346.716.659,1.456.835,2.291-.723-.454-1.308-1.003-1.861-1.575-.545-.578-1.039-1.191-1.487-1.836-.449-.645-.853-1.32-1.207-2.031-.345-.717-.659-1.456-.837-2.289Z%22 style=%22fill:%23fff;%22/%3e%3c/g%3e%3cpath d=%22m203.249,70.857c4.505-4.23,8.831-8.65,12.965-13.243,1.492-1.658,2.98-3.371,3.899-5.404.696-1.541,1.041-3.213,1.381-4.869,1.815-8.849,3.631-17.697,5.446-26.546.153-.746.299-1.557-.032-2.243-.291-.603-.892-.983-1.464-1.332-3.15-1.922-6.299-3.843-9.449-5.765-.477-.291-.987-.592-1.547-.59-.372.001-.728.137-1.075.271-6.157,2.382-12.315,4.765-18.472,7.147-.808.313-1.641.641-2.257,1.25-.707.699-1.043,1.679-1.355,2.623-4.408,13.328-8.566,26.739-12.472,40.223-3.927-.274-7.855-.549-11.782-.823l-.566.134c-3.292-13.359-4.988-27.111-5.042-40.87-.005-1.314-.002-2.666-.486-3.887-.501-1.266-1.478-2.274-2.432-3.246-2.052-2.093-4.104-4.185-6.156-6.278-.324-.331-.68-.679-1.137-.757-.597-.102-1.156.282-1.645.638-4.486,3.268-9.489,5.825-14.764,7.548-.835.273-1.73.56-2.273,1.251-.539.686-.609,1.617-.658,2.488-.48,8.578-.927,17.407,1.843,25.54,1.251,3.672,3.126,7.094,4.992,10.495,2.548,4.644,5.096,9.289,7.645,13.933l.253.816c-2.323,10.63-6.14,20.932-11.304,30.509-.507.94-1.041,1.926-1.042,2.994-.001.889.368,1.731.731,2.542,5.043,11.284,10.086,22.569,15.129,33.853.294.658.612,1.346,1.191,1.775.618.457,1.428.541,2.194.609,9.613.856,19.226,1.712,28.839,2.567.438.039.889.077,1.31-.051.522-.158.934-.549,1.327-.927,7.882-7.611,15.764-15.222,23.646-22.833.601-.58,1.209-1.169,1.638-1.885.539-.9.765-1.947.983-2.973,1.17-5.507,2.34-11.013,3.51-16.52.238-1.118.475-2.279.223-3.393-.155-.684-.487-1.313-.815-1.932-3.949-7.452-7.899-14.904-11.848-22.356l.927-.484Z%22 style=%22fill:%23d4c0ac;%22/%3e%3cg style=%22mix-blend-mode:soft-light;%22%3e%3cpath d=%22m154.175,43.152c-1.228-7.874-2.688-15.697-4.607-23.486l-.08-.326c-.073-.293-.245-.564-.509-.755-.593-.428-1.42-.295-1.849.297-.786,1.086-1.868,2.022-3.131,2.74-1.265.723-2.723,1.2-4.305,1.379,1.519.497,3.227.533,4.881.173.779-.172,1.544-.447,2.28-.805.362,7.268,1.325,14.474,2.731,21.593.784,3.937,1.723,7.845,2.844,11.71,1.126,3.864,2.422,7.69,4.082,11.421-.035-4.084-.358-8.09-.776-12.072-.423-3.981-.952-7.934-1.56-11.871Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m207.447,24.978c-.966.195-1.936.273-2.878.247-.472-.016-.937-.055-1.392-.124-.229-.022-.452-.086-.675-.126-.194-.031-.505-.135-1.092-.136-.29.004-.662.049-1.054.207-.389.156-.748.413-1.008.69-.523.569-.7,1.088-.838,1.476l-.467,1.682-.827,3.079-1.614,6.157c-1.061,4.107-2.09,8.222-3.085,12.371-.97,4.159-1.948,8.331-2.617,12.684,2.506-3.623,4.475-7.519,6.17-11.52,1.685-4.007,3.059-8.138,4.15-12.342.542-2.103,1.01-4.224,1.412-6.359.182-1.071.388-2.137.53-3.215l.117-.806.054-.372c.237.003.472.009.707-.011.616-.028,1.227-.089,1.822-.214,1.194-.228,2.333-.629,3.384-1.165,2.09-1.081,3.851-2.728,4.848-4.707-1.786,1.296-3.705,2.124-5.647,2.503Zm-5.848,3.608c-.03-.019.05-.022.19-.02-.097.027-.18.04-.19.02Z%22 style=%22fill:%23fff;%22/%3e%3c/g%3e%3cpath d=%22m164.245,129.86c.083,1.274.254,2.542.511,3.793.051.25.112.511.28.702.214.244.555.325.869.406,1.203.31,2.355.819,3.395,1.5.581.38,1.152.825,1.834.955.673.128,1.361-.069,2.018-.265,1.256-.373,2.512-.747,3.767-1.12.528-.157,1.079-.328,1.468-.718,1.093-1.098.224-2.977.565-4.488l-14.708-.765Z%22 style=%22fill:%23333;%22/%3e%3cpath d=%22m197.88,101.563c-2.307.767-4.613,1.534-6.92,2.301-.632.21-1.277.427-1.812.824-1.664,1.235-1.71,3.663-1.598,5.732.017.32.053.677.298.883.176.148.418.179.646.203,1.387.142,2.784.192,4.178.148.249-.008.511-.023.721-.157.254-.163.376-.465.483-.748.883-2.339,1.766-4.678,2.65-7.017l1.355-2.169Z%22 style=%22fill:%23333;%22/%3e%3cpath d=%22m146.596,105.607c-.066.375-.117.772.02,1.127.138.359.447.62.745.863,1.231,1.003,2.489,1.971,3.774,2.903.309.225.685.459,1.048.34.199-.065.35-.225.491-.38.691-.764,1.351-1.558,1.975-2.378.248-.326.5-.681.529-1.089.055-.787-.704-1.363-1.387-1.758-2.068-1.195-4.247-2.198-6.5-2.99,0,0-.461,2.033-.695,3.361Z%22 style=%22fill:%23333;%22/%3e%3cg style=%22mix-blend-mode:soft-light;%22%3e%3cpath d=%22m161.68,73.143c.383.875.639,1.732.895,2.582.246.851.467,1.695.674,2.544.207.848.398,1.7.571,2.568.164.872.329,1.752.388,2.706-.669-.685-1.158-1.477-1.572-2.303-.405-.829-.716-1.701-.932-2.596-.217-.894-.341-1.812-.361-2.734-.01-.923.059-1.852.337-2.767Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m153.854,79.476c.549.796.946,1.624,1.316,2.457.361.836.671,1.684.941,2.544.271.86.498,1.734.679,2.626.172.896.316,1.803.317,2.77-.626-.738-1.088-1.543-1.501-2.367-.404-.827-.74-1.681-1.012-2.554-.272-.873-.483-1.766-.622-2.676-.129-.913-.21-1.837-.118-2.8Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m166.794,94.411c.277.789.425,1.543.566,2.292.131.747.233,1.486.315,2.226.082.74.141,1.483.173,2.241.023.761.041,1.53-.063,2.36-.537-.644-.887-1.369-1.164-2.116-.268-.749-.443-1.527-.527-2.314-.085-.787-.081-1.584.02-2.373.111-.788.296-1.572.68-2.316Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m162.955,102.521c.488.597.814,1.234,1.103,1.88.279.648.498,1.311.664,1.987.167.676.28,1.365.333,2.068.043.706.048,1.422-.11,2.177-.489-.597-.817-1.233-1.105-1.879-.279-.648-.498-1.311-.662-1.988-.165-.676-.278-1.365-.331-2.069-.043-.706-.048-1.421.108-2.176Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m172.643,111.884c.31.623.453,1.241.559,1.857.095.616.128,1.23.108,1.842-.02.612-.096,1.222-.233,1.83-.147.608-.334,1.214-.689,1.814-.312-.624-.457-1.241-.561-1.858-.095-.616-.128-1.23-.106-1.842.022-.612.098-1.222.236-1.83.148-.608.334-1.214.687-1.814Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m180.206,105.046c.33.468.483.948.588,1.429.094.481.116.963.073,1.44-.042.476-.15.947-.329,1.403-.189.454-.427.899-.838,1.299-.245-.518-.338-.996-.401-1.467-.054-.469-.057-.926-.015-1.379.042-.453.127-.902.265-1.354.148-.452.325-.905.657-1.371Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m180.441,91.365c.056.738-.02,1.405-.115,2.062-.104.653-.249,1.285-.428,1.908-.179.623-.395,1.234-.656,1.841-.27.606-.564,1.21-1.008,1.803-.213-.71-.24-1.403-.21-2.087.039-.682.158-1.351.347-2,.189-.649.447-1.278.778-1.875.341-.593.734-1.164,1.291-1.652Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m171.597,81.497c.331.696.496,1.393.623,2.089.117.696.171,1.393.172,2.089.001.696-.053,1.393-.17,2.089-.126.696-.292,1.393-.625,2.089-.333-.696-.499-1.393-.625-2.089-.117-.696-.171-1.393-.17-2.089,0-.696.055-1.393.172-2.089.127-.696.292-1.393.623-2.089Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m177.674,72.634c.331.717.496,1.435.623,2.152.117.717.171,1.435.172,2.152.001.717-.053,1.435-.17,2.152-.126.717-.292,1.435-.625,2.152-.333-.717-.499-1.435-.625-2.152-.117-.717-.171-1.435-.17-2.152,0-.717.055-1.435.172-2.152.127-.717.292-1.435.623-2.152Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m187.134,73.656c.257.811.348,1.606.401,2.398.043.791.024,1.576-.048,2.355-.072.78-.199,1.555-.388,2.324-.199.768-.437,1.532-.842,2.281-.259-.811-.351-1.606-.403-2.398-.043-.791-.024-1.576.051-2.355.074-.78.201-1.554.391-2.323.199-.768.437-1.532.84-2.281Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m195.23,84.313c-.016,1.016-.188,1.976-.396,2.923-.218.943-.494,1.865-.82,2.769-.326.904-.704,1.789-1.141,2.653-.446.861-.929,1.707-1.57,2.497.014-1.017.185-1.977.394-2.923.218-.943.494-1.865.822-2.768.328-.903.706-1.788,1.143-2.652.447-.86.929-1.708,1.568-2.498Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m187.555,93.651c.361.45.533.941.641,1.438.098.497.107,1.002.039,1.495-.068.494-.216.976-.447,1.427-.239.448-.541.872-1.014,1.206-.156-.555-.186-1.035-.201-1.503-.006-.465.024-.91.087-1.35.063-.44.156-.876.29-1.322.144-.446.304-.899.605-1.39Z%22 style=%22fill:%23fff;%22/%3e%3c/g%3e%3cpath d=%22m13.202,138.439c-2.565,6.808-3.933,14.061-4.333,21.36-.362,7.307.194,14.654,1.407,21.881.32,1.804.65,3.607,1.043,5.398.37,1.795.798,3.58,1.28,5.365.969,3.561,2.228,7.118,4.053,10.442,1.812,3.318,4.091,6.342,6.581,9.123,2.494,2.783,5.203,5.33,7.974,7.755l2.555-3.057c-5.586-4.46-10.87-9.323-14.519-15.312-3.626-5.966-5.39-13.091-7.01-20.091-1.516-7.045-2.394-14.245-2.367-21.474.067-7.221,1.087-14.47,3.338-21.39Z%22 style=%22fill:%23b3b3b3;%22/%3e%3cpath d=%22m93.339,191.706c-4.819-1.37-9.762-2.303-14.748-2.786-.601-.058-1.236-.104-1.782.155-.584.277-.959.851-1.311,1.394-2.294,3.533-4.898,6.865-7.773,9.944-.502.538-1.029,1.08-1.696,1.39-.863.401-1.857.369-2.808.329-7.841-.332-15.683-.664-23.524-.996-.682-.029-1.394-.052-2.014.232-.729.333-1.21,1.032-1.664,1.692-3.547,5.165-7.644,9.952-12.198,14.254-.6.567-1.231,1.161-1.491,1.945-.208.628-.152,1.309-.094,1.968.469,5.338.937,10.675,1.406,16.013.096,1.098.195,2.209.546,3.254.387,1.152,1.065,2.18,1.735,3.193,5.664,8.558,11.329,17.116,16.993,25.675,1.222-.105,2.421-.458,3.506-1.03.307-.162.62-.356.778-.665.243-.471.054-1.04-.133-1.535-1.759-4.649-3.189-9.422-4.275-14.273-.093-.416-.182-.861-.026-1.257.222-.566.856-.838,1.439-1.011,1.624-.481,3.337-.648,4.924-1.239,1.587-.592,3.111-1.746,3.504-3.394.405-1.698-.372-3.807.866-5.037,5.923,2.458,12.041,4.445,18.278,5.937l.348.418c5.265,7.675,10.53,15.35,15.795,23.025.109.159.235.33.423.373.223.051.438-.097.619-.236,1.048-.808,2.095-1.617,3.143-2.425.433-.334.904-.734.947-1.279.039-.487-.279-.921-.573-1.31-4.217-5.57-7.031-12.195-8.113-19.097l.454-.203c6.372,7.31,13.305,14.132,20.717,20.385.163.138.339.28.55.309.242.032.473-.092.684-.215,1.307-.763,2.554-1.629,3.724-2.589.25-.205.509-.433.593-.746.108-.402-.106-.812-.311-1.174-2.846-5.024-5.467-10.175-7.853-15.433-.8-1.762-1.578-3.554-1.947-5.453-.291-1.498-.321-3.033-.337-4.558-.112-10.756.426-21.518,1.61-32.209.143-1.288.29-2.623-.11-3.856-.714-2.199-2.983-3.55-3.948-5.652l-4.851-2.226Z%22 style=%22fill:%23ccc;%22/%3e%3cg style=%22mix-blend-mode:soft-light; opacity:.5;%22%3e%3cpath d=%22m78.902,198.368c-.632.178-1.103.471-1.526.798-.416.332-.768.71-1.065,1.126-.298.416-.539.872-.716,1.374-.171.506-.293,1.047-.252,1.704.635-.176,1.106-.469,1.528-.797.415-.332.768-.71,1.063-1.127.296-.417.537-.874.714-1.375.171-.506.293-1.047.254-1.703Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m86.278,201.798c-.632.312-1.089.717-1.493,1.15-.397.437-.725.91-.994,1.415-.269.505-.477,1.042-.616,1.615-.132.577-.21,1.183-.112,1.883.634-.311,1.092-.716,1.496-1.149.397-.437.725-.91.992-1.416.267-.506.475-1.043.614-1.617.132-.578.211-1.183.114-1.881Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m93.481,206.813c-.654.61-1.13,1.269-1.563,1.941-.425.675-.789,1.368-1.106,2.083-.317.714-.583,1.451-.795,2.22-.205.773-.37,1.569-.377,2.464.74-.505,1.296-1.124,1.786-1.779.483-.659.884-1.363,1.208-2.101.324-.738.573-1.509.734-2.31.153-.803.235-1.631.112-2.517Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m81.157,215.894c-.521.54-.884,1.055-1.225,1.561-.334.508-.627,1.007-.9,1.519-.273.511-.521,1.035-.754,1.596-.228.567-.45,1.155-.602,1.892.74-.149,1.342-.516,1.862-.961.515-.451.938-.994,1.254-1.594.317-.6.529-1.255.613-1.934.076-.68.041-1.383-.247-2.079Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m91.245,220.157c-.739.328-1.321.745-1.866,1.184-.539.444-1.026.919-1.476,1.426-.451.507-.863,1.049-1.237,1.638-.369.595-.712,1.223-.945,1.999.794-.164,1.455-.503,2.062-.901.602-.404,1.14-.881,1.612-1.417.472-.535.88-1.128,1.207-1.775.32-.652.576-1.348.644-2.155Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m93.253,227.328c-.949.559-1.754,1.2-2.533,1.855-.773.659-1.505,1.342-2.213,2.05-.708.707-1.39,1.441-2.048,2.215-.654.78-1.293,1.586-1.849,2.538,1.063-.296,2.003-.792,2.884-1.363.877-.577,1.686-1.244,2.422-1.983.737-.739,1.402-1.55,1.978-2.428.569-.882,1.063-1.822,1.36-2.884Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m77.832,234.697c-.725-.133-1.352-.121-1.96-.078-.605.05-1.181.146-1.748.284-.567.137-1.122.317-1.682.552-.559.242-1.121.521-1.703.976.639.373,1.294.517,1.943.571.649.047,1.294-.012,1.915-.165.621-.153,1.221-.398,1.774-.739.55-.349,1.065-.778,1.461-1.401Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m72.157,229.403c-.991-.22-1.933-.267-2.864-.275-.929,0-1.843.058-2.752.163-.909.105-1.811.26-2.715.474-.904.222-1.809.486-2.722.931.942.384,1.892.547,2.84.63.948.075,1.894.053,2.83-.058.936-.111,1.862-.307,2.766-.6.903-.3,1.789-.678,2.618-1.267Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m62.531,223.755c-.678-.398-1.352-.597-2.024-.737-.672-.132-1.343-.185-2.012-.172-.669.013-1.337.096-2.002.256-.666.168-1.33.397-1.99.826.678.4,1.352.6,2.024.739.672.131,1.343.185,2.012.169.669-.016,1.337-.098,2.002-.259.666-.169,1.33-.397,1.99-.824Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m67.875,216.9c-.622-.328-1.216-.461-1.802-.534-.585-.065-1.158-.053-1.723.026-.564.078-1.119.225-1.663.449-.543.232-1.077.524-1.583,1.014.622.331,1.216.464,1.802.536.585.065,1.158.053,1.722-.029.564-.081,1.119-.228,1.662-.452.543-.233,1.077-.524,1.584-1.012Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m66.424,207.773c-.748-.152-1.41-.146-2.054-.103-.641.051-1.256.154-1.86.305-.604.15-1.195.348-1.784.606-.588.265-1.175.573-1.763,1.062.689.334,1.373.447,2.048.478.674.023,1.34-.052,1.983-.215.643-.162,1.265-.41,1.849-.749.581-.346,1.131-.768,1.581-1.385Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m75.019,210.172c-.687.092-1.228.273-1.743.472-.508.204-.975.437-1.422.702-.448.264-.875.563-1.297.912-.421.356-.838.746-1.246,1.308.658.229,1.286.221,1.885.122.597-.107,1.163-.324,1.675-.63.512-.306.973-.7,1.352-1.173.373-.479.68-1.027.795-1.713Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m57.372,215.02c-.684-.125-1.264-.108-1.823-.06-.555.055-1.079.156-1.591.3-.512.143-1.012.33-1.513.573-.501.25-1.004.54-1.522,1.006.599.359,1.209.49,1.811.533.602.035,1.196-.034,1.764-.196.568-.161,1.112-.413,1.606-.758.49-.352.942-.782,1.267-1.399Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m49.689,210.36c-.959-.157-1.869-.111-2.76.002-.889.121-1.756.326-2.598.605-.842.278-1.66.632-2.444,1.068-.782.443-1.538.951-2.211,1.653.97.073,1.863-.029,2.738-.178.872-.157,1.718-.376,2.545-.653.827-.276,1.636-.606,2.429-1.003.79-.404,1.567-.857,2.301-1.493Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m33.996,220.524c-.684.359-1.196.816-1.656,1.304-.453.492-.839,1.023-1.167,1.587-.328.564-.596,1.163-.797,1.801-.194.642-.335,1.314-.303,2.087.686-.357,1.199-.815,1.659-1.303.453-.492.839-1.023,1.165-1.589.326-.566.594-1.165.795-1.803.193-.642.335-1.314.306-2.086Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m43.803,220.878c-.598.206-1.024.512-1.399.848-.368.34-.669.72-.911,1.133-.243.413-.426.861-.542,1.349-.109.491-.166,1.014-.05,1.637.6-.205,1.027-.51,1.402-.847.368-.34.669-.72.909-1.135.241-.414.424-.863.54-1.35.109-.492.166-1.014.052-1.635Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m48.61,224.083c-.706.283-1.251.68-1.747,1.112-.489.437-.915.919-1.286,1.439-.372.52-.686,1.081-.937,1.687-.245.61-.44,1.256-.472,2.017.708-.281,1.254-.678,1.749-1.111.489-.437.915-.919,1.284-1.441.369-.522.684-1.083.935-1.689.244-.611.44-1.256.474-2.016Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m49.222,233.032c-.609.494-1.039,1.032-1.426,1.582-.38.553-.698,1.124-.97,1.716-.272.592-.494,1.207-.663,1.856-.163.653-.286,1.331-.258,2.116.692-.373,1.205-.867,1.651-1.4.44-.537.8-1.123,1.081-1.745.282-.621.489-1.277.606-1.961.11-.687.148-1.398-.022-2.164Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m38.982,234.613c-.38.761-.578,1.5-.731,2.235-.145.734-.227,1.462-.258,2.193-.031.73-.007,1.463.079,2.206.094.744.233,1.497.553,2.286.503-.689.794-1.419,1.008-2.159.207-.741.321-1.496.35-2.254.029-.758-.024-1.519-.171-2.275-.155-.755-.386-1.506-.83-2.233Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m31.424,233.909c-.307.739-.387,1.472-.381,2.192.014.72.133,1.426.341,2.105.208.679.508,1.33.902,1.932.401.599.881,1.159,1.553,1.595.075-.797.006-1.493-.095-2.169-.108-.673-.261-1.316-.457-1.946-.196-.63-.432-1.248-.722-1.864-.298-.615-.632-1.23-1.141-1.846Z%22 style=%22fill:%23fff;%22/%3e%3c/g%3e%3cpath d=%22m76.851,159.435c-1.454-5.694-3.314-11.284-5.56-16.714-.168-.405-.347-.823-.669-1.121-.39-.361-.933-.495-1.45-.616-3.995-.935-7.99-1.87-11.986-2.806-.541-.127-1.107-.253-1.646-.119-.482.121-.888.437-1.278.746-4.018,3.182-8.036,6.365-12.054,9.547-.66.523-1.346,1.079-1.672,1.855-.268.638-.261,1.352-.247,2.043.129,6.167.558,12.329,1.286,18.454.037.31.082.637.277.88.202.252.526.365.833.466,8.81,2.895,18.435,5.141,27.244,2.245l6.924-14.862Z%22 style=%22fill:%23ccc;%22/%3e%3cpath d=%22m51.866,148.649c1.065-.106,2.123-.245,3.179-.39.529-.067,1.054-.152,1.581-.231l.789-.12c.263-.038.545-.092.681-.074.152.032.087.025.189.129.079.097.217.334.359.563l.834,1.359c.554.908,1.14,1.792,1.708,2.689,1.129,1.8,2.336,3.544,3.506,5.315.31.456.535.812.567.996.035.13.015.364-.141.789-.34.907-.749,1.915-1.158,2.852-.407.955-.837,1.899-1.29,2.833-.222.469-.451.935-.686,1.398-.232.481-.444.816-.563.927-.058.055-.077.076-.204.12-.119.038-.305.067-.538.083-.498.031-1.029.056-1.543.071-1.036.023-2.075.039-3.116.031-1.041-.008-2.081-.067-3.124-.124-.27-.014-.499-.026-.658-.055-.167-.034-.232-.053-.348-.144-.23-.175-.471-.677-.76-1.151-1.15-1.863-2.558-3.549-4.229-4.893,1.237,1.745,2.295,3.562,3.066,5.483l.3.738c.117.267.258.568.51.865.243.302.653.558.997.667.35.12.651.166.907.217,1.061.205,2.135.342,3.211.465,1.076.123,2.159.203,3.244.228.547.016,1.075.023,1.638.021.296-.005.642-.017,1.038-.106.388-.081.862-.288,1.211-.575.703-.577.982-1.218,1.242-1.667.259-.475.512-.954.759-1.437.486-.968.944-1.95,1.377-2.944.426-1.013.815-1.971,1.199-3.058.096-.297.193-.635.239-1.034.048-.39.027-.869-.101-1.295-.261-.846-.703-1.348-.999-1.754-1.288-1.687-2.539-3.4-3.867-5.058-.661-.832-1.303-1.676-1.979-2.497l-1.009-1.235c-.171-.198-.313-.416-.612-.694-.147-.131-.341-.268-.581-.349-.239-.082-.478-.089-.67-.065-.395.055-.623.163-.877.241l-.757.253c-.504.17-1.011.333-1.512.515-1.006.352-2.011.71-3.007,1.102Z%22 style=%22fill:%23fff; mix-blend-mode:soft-light;%22/%3e%3cpath d=%22m97.973,156.836c-1.509-6.322-3.017-12.644-4.526-18.966-.155-.651-.31-1.34-.109-1.978.156-.496.51-.901.854-1.291,3.025-3.422,6.051-6.844,9.076-10.266.422-.477.886-.98,1.508-1.119.455-.102.928.01,1.381.122,4.376,1.084,8.721,2.292,13.029,3.621,1.339.413,2.71.857,3.797,1.742.976.795,1.653,1.891,2.3,2.97,2.619,4.367,5.068,8.837,7.339,13.395.272.547.549,1.133.483,1.74-.08.729-.631,1.305-1.152,1.821-3.446,3.415-6.892,6.83-10.337,10.246-.758.752-1.538,1.518-2.51,1.961-.928.423-1.967.52-2.983.612-3.423.308-6.846.616-10.269.924l-7.88-5.533Z%22 style=%22fill:%23ccc;%22/%3e%3cpath d=%22m104.308,140.725c.08-.576.282-1.21.617-1.716.323-.505.698-.895,1.042-1.251l1.03-1.053c1.399-1.381,2.792-2.767,4.277-4.076-1.036,1.687-2.163,3.297-3.284,4.911-.544.797-1.238,1.615-1.549,2.309-.294.66-.279,1.425-.133,2.341.329,1.887.629,3.855.906,5.784l.398,2.91.039.304.602.027c1.955.101,3.909.217,5.862.361.925.056,2.168.214,2.423.105.164-.037.425-.229.721-.547.31-.326.643-.696.954-1.051.634-.717,1.227-1.469,1.825-2.222.299-.377.591-.759.878-1.147.284-.389.581-.786.797-1.142.228-.365.358-.699.368-1.095.019-.398-.097-.84-.234-1.298-.138-.459-.317-.929-.436-1.425-.109-.496-.16-1.028-.021-1.507.038,1.009.641,1.765,1.132,2.638.254.435.489.924.584,1.507.107.583-.01,1.232-.217,1.743-.211.526-.454.948-.683,1.392-.235.441-.477.878-.728,1.312-.5.868-1.06,1.699-1.634,2.523-.293.415-.575.806-.898,1.228-.337.418-.792.942-1.547,1.27-.768.314-1.45.273-1.941.267l-1.469-.034c-1.957-.051-3.914-.131-5.869-.225l-.733-.041c-.124-.008-.223-.009-.438-.03-.202-.025-.49-.062-.843-.249-.362-.183-.686-.572-.81-.874-.138-.308-.172-.543-.199-.718l-.086-.763-.293-2.922c-.179-1.96-.354-3.878-.465-5.881-.024-.52-.03-1.078.056-1.663Z%22 style=%22fill:%23fff; mix-blend-mode:soft-light;%22/%3e%3cpath d=%22m131.306,177.116c.37,1.386.739,2.772,1.109,4.158.106.397.212.814.113,1.213-.101.403-.396.724-.681,1.027-5.282,5.605-10.565,11.209-15.847,16.814-.228.242-.464.489-.767.625-.436.195-.937.128-1.411.068-9.477-1.208-18.937,1.587-28.281,3.579-.29.062-.592.123-.879.049-.49-.125-.796-.597-1.058-1.029-3.766-6.226-8.131-12.09-13.015-17.485-.839-.927-1.72-1.885-2.075-3.084-.214-.722-.223-1.487-.23-2.24-.046-5.067-.092-10.133-.138-15.2-.005-.537-.008-1.084.156-1.595.211-.658.679-1.197,1.135-1.716,1.851-2.105,3.703-4.21,5.554-6.316.459-.522.933-1.056,1.553-1.371.58-.295,1.241-.375,1.887-.451,6.291-.736,12.582-1.472,18.873-2.207.476-.056.962-.111,1.429-.005.715.161,1.289.672,1.848,1.146,2.729,2.316,5.857,4.159,9.206,5.423,1.044.394,2.15.757,2.938,1.547.539.541.885,1.24,1.218,1.927,2.371,4.904,4.53,9.91,6.469,14.999.126.33.273.687.58.861.242.137.537.132.815.122,3.063-.101,9.499-.858,9.499-.858Z%22 style=%22fill:%23ccc;%22/%3e%3cg style=%22mix-blend-mode:soft-light; opacity:.5;%22%3e%3cpath d=%22m103.554,164.533c-.294-.594-.706-1.073-1.155-1.508-.454-.428-.957-.797-1.495-1.105-.538-.308-1.111-.555-1.71-.728-.602-.166-1.224-.277-1.886-.227.466.471.955.828,1.443,1.173.491.338.987.647,1.495.936.508.289,1.026.56,1.566.811.546.245,1.1.485,1.742.649Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m95.086,166.807c-.28-.493-.642-.864-1.025-1.201-.387-.33-.807-.61-1.25-.843-.443-.233-.912-.419-1.404-.549-.495-.123-1.007-.209-1.572-.157.337.456.722.788,1.116,1.096.397.301.811.561,1.244.786.432.226.881.418,1.355.573.478.148.97.276,1.536.295Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m88.998,171.249c-.504-.388-1.007-.665-1.504-.937-.499-.264-.995-.503-1.498-.727-.503-.225-1.013-.433-1.543-.627-.535-.187-1.077-.374-1.704-.487.3.564.722,1.004,1.182,1.391.465.381.979.694,1.526.936.546.242,1.124.415,1.717.504.595.082,1.205.1,1.824-.053Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m82.556,175.327c-.523-.374-1.022-.654-1.507-.942l-1.434-.818-1.439-.81c-.496-.268-.993-.551-1.584-.805.173.623.519,1.15.926,1.616.413.461.904.851,1.443,1.155.539.304,1.125.524,1.733.641.609.109,1.238.134,1.861-.036Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m77.304,165.217c.139-.404.139-.763.104-1.109-.044-.343-.142-.666-.287-.966-.144-.301-.336-.578-.578-.826-.249-.243-.531-.465-.936-.606-.077.421-.043.766.014,1.097.064.327.166.629.305.913.139.285.312.552.528.805.225.25.474.491.85.692Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m79.543,159.042c.03.475.175.864.35,1.23.182.361.409.686.673.977.264.291.566.548.909.763.348.209.722.39,1.193.462-.081-.469-.252-.839-.441-1.187-.195-.343-.422-.651-.679-.932-.257-.281-.543-.536-.866-.762-.33-.221-.681-.426-1.139-.551Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m96.175,170.789c.051.544.222,1.009.426,1.452.21.438.468.843.766,1.216.298.373.637.713,1.018,1.014.387.295.804.564,1.326.731-.106-.537-.307-.98-.528-1.405-.227-.419-.487-.807-.779-1.17-.292-.363-.613-.702-.973-1.015-.367-.308-.755-.602-1.255-.823Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m103.307,170.368c.061.614.217,1.15.385,1.676.175.521.378,1.02.606,1.508.228.487.483.962.773,1.429.297.465.612.927,1.048,1.364.093-.611.033-1.188-.077-1.749-.117-.559-.301-1.098-.542-1.609-.241-.511-.539-.997-.895-1.443-.363-.442-.768-.857-1.297-1.176Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m102.214,180.641c.068.555.255,1.029.473,1.48.225.447.496.859.806,1.24.31.381.661.729,1.053,1.038.399.304.826.581,1.358.757-.118-.548-.331-1.002-.565-1.436-.24-.429-.513-.827-.818-1.199-.305-.372-.64-.719-1.013-1.04-.38-.315-.782-.616-1.294-.841Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m116.626,186.09c-.442-.172-.844-.218-1.237-.241-.392-.014-.77.015-1.142.081-.372.066-.737.171-1.099.321-.361.158-.721.342-1.075.659.413.236.82.326,1.223.375.402.041.799.023,1.187-.048.388-.071.766-.192,1.129-.371.361-.187.71-.412,1.016-.776Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m115.109,193.732c0,.096-.074.125-.14.143-.07.021-.134.025-.215.025-.174.009-.341.033-.512.049-.334.051-.668.102-.992.179-.649.15-1.28.349-1.894.589-.614.24-1.212.523-1.79.854-.575.339-1.139.709-1.651,1.208.716.018,1.38-.093,2.032-.236.649-.15,1.28-.349,1.893-.591.614-.242,1.211-.525,1.789-.856.29-.164.57-.354.849-.544.136-.104.275-.201.409-.312.073-.057.159-.129.213-.217.057-.084.083-.229.008-.292Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m103.633,191.909c-.63-.17-1.227-.221-1.817-.258-.589-.028-1.169-.022-1.747.013-.578.034-1.155.099-1.736.198-.582.108-1.167.232-1.772.479.577.309,1.175.462,1.777.565.602.095,1.209.12,1.812.083.603-.038,1.203-.137,1.789-.304.585-.176,1.16-.4,1.695-.775Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m94.539,197.645c-.482-.225-.931-.331-1.376-.422-.444-.083-.879-.131-1.316-.151-.437-.02-.874-.011-1.324.032-.451.051-.909.118-1.408.3.391.363.831.575,1.281.736.453.153.921.238,1.392.258.471.02.945-.023,1.409-.136.463-.121.92-.293,1.342-.618Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m88.607,191.734c-.292-.466-.648-.808-1.02-1.123-.375-.307-.775-.568-1.195-.789-.42-.222-.862-.402-1.327-.537-.469-.128-.954-.226-1.504-.2.291.467.647.811,1.019,1.125.375.307.775.568,1.196.788.421.22.862.401,1.328.535.47.127.954.226,1.503.202Z%22 style=%22fill:%23fff;%22/%3e%3cpath d=%22m81.562,184.892c-.253-.512-.571-.913-.899-1.296-.333-.376-.687-.717-1.063-1.032-.376-.315-.774-.603-1.203-.864-.435-.255-.886-.496-1.436-.653.157.551.428,1.003.731,1.423.309.415.664.786,1.056,1.112.392.327.82.61,1.283.841.468.224.96.411,1.529.469Z%22 style=%22fill:%23fff;%22/%3e%3c/g%3e%3cpath d=%22m130.046,178.343c.109-1.181.363-2.575,1.445-3.059.465-.208.995-.195,1.497-.284.636-.113,1.279-.395,1.904-.231.48.126.854.494,1.192.858.898.968,1.719,2.008,2.452,3.106.079.118.159.248.148.389-.012.144-.117.262-.217.366-.964,1.011-1.96,1.99-2.987,2.936-.26.239-.562.491-.914.473-.233-.012-.441-.143-.636-.27-.767-.497-1.534-.994-2.301-1.491l-1.581-2.794Z%22 style=%22fill:%23333;%22/%3e%3cpath d=%22m112.715,170.91c.413.855.825,1.71,1.238,2.565.146.302.295.617.302.952.006.262-.075.518-.16.767-.452,1.327-1.026,2.613-1.712,3.835-.73-.933-1.324-1.974-1.755-3.078-.067-.171-.13-.351-.11-.533.017-.149.088-.285.159-.417.502-.945,1.004-1.889,1.506-2.834l.533-1.257Z%22 style=%22fill:%23333;%22/%3e%3cpath d=%22m97.769,183.346c-.399-.606-.808-1.206-1.228-1.798-.165-.234-.342-.475-.599-.602-.297-.147-.647-.114-.976-.078-1.172.127-2.344.255-3.516.382-.198.021-.406.047-.567.165-.215.157-.291.438-.354.697l-.65,2.686c-.038.156-.074.328,0,.469.054.103.158.17.258.231.663.408,1.348.781,2.05,1.119.166.08.34.159.524.161.225.002.434-.11.631-.22.886-.494,1.772-.988,2.658-1.482l1.769-1.73Z%22 style=%22fill:%23333;%22/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  background-image: url(../img/pattern/pattern4.png);
}
.htitle14::before {
  background-image: var(--svg-code-before);
  order: 1;
}
.htitle14::after {
  background-image: var(--svg-code-after);
}
.htitle14 > em,
.htitle14 > span {
  order: 2;
}
.htitle14::before, .htitle14::after {
  content: "";
  display: block;
  width: 15%;
  aspect-ratio: 1;
  position: relative;
  z-index: 3;
}
.htitle14::before {
  margin-top: -3rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  order: 1;
}
.htitle14::after {
  margin-bottom: -3rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  order: 3;
}
@media (max-width: 575.98px) {
  .htitle14 {
    padding: 1rem 0;
  }
  .htitle14::before {
    margin-top: -2rem;
  }
  .htitle14::after {
    margin-bottom: -2rem;
  }
}

/* ボタン1
-------------------------------------------------- */
.u-btn1 {
  --btnColor: #666;
  --textColor: #f8f9fa;
  --btnTransition: all 0.5s ease;
  --btnTransitionReverse: all 0.8s ease;
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 0.5rem 3rem;
  overflow: hidden;
  font-weight: 600;
  line-height: 1;
  color: var(--textColor);
  text-align: center;
  text-decoration: none;
  border-color: var(--btnColor);
  border-style: solid;
  border-width: 1px;
  transition: var(--btnTransitionReverse);
  background-color: white;
}
.u-btn1._primary {
  --btnColor: #999A9A;
}
.u-btn1._secondary {
  --btnColor: #BD2024;
}
.u-btn1._tertiary {
  --btnColor: #666;
}
.u-btn1._success {
  --btnColor: #198754;
}
.u-btn1._info {
  --btnColor: #0dcaf0;
}
.u-btn1._warning {
  --btnColor: #ffc107;
}
.u-btn1._danger {
  --btnColor: #dc3545;
}
.u-btn1._light {
  --btnColor: #f8f9fa;
  --textColor: #212529;
}
.u-btn1._light:hover {
  color: white;
  background-color: transparent;
}
.u-btn1._white {
  --btnColor: white;
}
.u-btn1._dark {
  --btnColor: #212529;
}
.u-btn1._black {
  --btnColor: black;
}
.u-btn1._beige {
  --btnColor: #faf5ea;
}
.u-btn1._teal {
  --btnColor: #fffcb9;
}
.u-btn1._gray {
  --btnColor: #666;
}
.u-btn1._primary-tint {
  --btnColor: #e0e1e1;
}
.u-btn1._secondary-tint {
  --btnColor: #ebbcbd;
}
.u-btn1._tertiary-tint {
  --btnColor: #d1d1d1;
}
.u-btn1._gray-tint {
  --btnColor: #f0f0f0;
}
.u-btn1::before {
  margin-right: 0.3em;
  font-size: 1.1em;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
}
.u-btn1::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: inline-block;
  width: 102%;
  height: 102%;
  content: "";
  background-color: var(--btnColor);
  background-size: 100%;
  transition: var(--btnTransitionReverse);
}
.u-btn1:hover {
  color: var(--btnColor);
  opacity: 1;
  transition: var(--btnTransition);
}
.u-btn1:hover::after {
  transition: var(--btnTransition);
  transform: translateX(100%);
}
.u-btn1._gradient {
  border-color: #666;
  color: #212529;
}
.u-btn1._gradient::after {
  background-image: repeating-linear-gradient(30deg, #9e9e9e 2em, #bebebe 4em, white 6em, #bebebe 8em, #9e9e9e 10em);
}
.u-btn1._angle-right::before {
  content: "\e901";
}
.u-btn1._calendar::before {
  content: "\e953";
}
.u-btn1._cart::before {
  content: "\e93a";
}
.u-btn1._checkbox-checked::before {
  content: "\ea52";
}
.u-btn1._checkmark::before {
  content: "\ea10";
}
.u-btn1._circle::before {
  content: "\e908";
}
.u-btn1._circle-right::before {
  content: "\ea42";
}
.u-btn1._circle-right-fill::before {
  content: "\e904";
}
.u-btn1._clock2::before {
  content: "\e94f";
}
.u-btn1._envelope::before {
  content: "\e906";
}
.u-btn1._exclamation-circle::before {
  content: "\e90c";
}
.u-btn1._exclamation-mark::before {
  content: "\e90b";
}
.u-btn1._fax::before {
  content: "\e907";
}
.u-btn1._free-dial::before {
  content: "\e90a";
}
.u-btn1._home3::before {
  content: "\e903";
}
.u-btn1._link::before {
  content: "\e905";
}
.u-btn1._location::before {
  content: "\e947";
}
.u-btn1._mobile::before {
  content: "\e958";
}
.u-btn1._paste::before {
  content: "\e92d";
}
.u-btn1._phone::before {
  content: "\e942";
}
.u-btn1._printer::before {
  content: "\e954";
}
.u-btn1._quotes-left::before {
  content: "\e977";
}
.u-btn1._quotes-right::before {
  content: "\e978";
}
.u-btn1._user::before {
  content: "\e971";
}
.u-btn1._reference-mark::before {
  content: "※";
}
.u-btn1._ameba {
  border-color: #2d8c3c;
}
.u-btn1._ameba::before {
  content: "\e909";
}
.u-btn1._ameba::after {
  background-color: #2d8c3c;
}
.u-btn1._ameba:hover {
  color: #2d8c3c;
}
.u-btn1._facebook {
  border-color: #315096;
}
.u-btn1._facebook::before {
  content: "\ea90";
}
.u-btn1._facebook::after {
  background-color: #315096;
}
.u-btn1._facebook:hover {
  color: #315096;
}
.u-btn1._instagram {
  border-color: #f13f79;
}
.u-btn1._instagram::before {
  content: "\ea92";
}
.u-btn1._instagram::after {
  background-image: var(--instagram-gradient);
}
.u-btn1._instagram:hover {
  color: #f13f79;
}
.u-btn1._line {
  border-color: #00b900;
}
.u-btn1._line::before {
  content: "\e902";
}
.u-btn1._line::after {
  background-color: #00b900;
}
.u-btn1._line:hover {
  color: #00b900;
}
.u-btn1._pinterest {
  border-color: #bd081c;
}
.u-btn1._pinterest::before {
  content: "\ead1";
}
.u-btn1._pinterest::after {
  background-color: #bd081c;
}
.u-btn1._pinterest:hover {
  color: #bd081c;
}
.u-btn1._tiktok {
  border-color: #000;
}
.u-btn1._tiktok::before {
  content: "\e900";
}
.u-btn1._tiktok::after {
  background-color: #000;
}
.u-btn1._tiktok:hover {
  color: #000;
}
.u-btn1._twitter {
  border-color: #1da1f2;
}
.u-btn1._twitter::before {
  content: "\ea96";
}
.u-btn1._twitter::after {
  background-color: #1da1f2;
}
.u-btn1._twitter:hover {
  color: #1da1f2;
}
.u-btn1._youtube {
  border-color: #da1725;
}
.u-btn1._youtube::before {
  content: "\ea9d";
}
.u-btn1._youtube::after {
  background-color: #da1725;
}
.u-btn1._youtube:hover {
  color: #da1725;
}
.u-btn1._fit {
  width: 100%;
}
.u-btn1._min {
  min-width: 0;
  padding: 0.7rem 1rem;
}
.u-btn1._transparent-light {
  color: #f8f9fa;
  border: solid thin #f8f9fa;
  border-color: #f8f9fa;
}
.u-btn1._transparent-light::after {
  background-color: transparent;
}
.u-btn1._transparent-light:hover {
  color: #212529;
}
.u-btn1._transparent-dark {
  color: #212529;
  border: solid thin #212529;
  border-color: #212529;
}
.u-btn1._transparent-dark::after {
  background-color: transparent;
}
.u-btn1._transparent-dark:hover {
  background-color: #999A9A;
  color: #f8f9fa;
}
@media (max-width: 575.98px) {
  .u-btn1 {
    padding: 0.6rem 2rem;
  }
}

/* ボタン2
-------------------------------------------------- */
.u-btn2 {
  --btnColor: #999A9A;
  position: relative;
  display: inline-block;
  min-width: 150px;
  padding: 10px;
  overflow: hidden;
  font-size: 1.1rem;
  line-height: 1;
  color: white;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  background-color: var(--btnColor);
  border: solid thin var(--btnColor);
  transition: all 0.3s ease;
  transform: skewX(-20deg);
}
.u-btn2._primary {
  --btnColor: #999A9A;
}
.u-btn2._secondary {
  --btnColor: #BD2024;
}
.u-btn2._tertiary {
  --btnColor: #666;
}
.u-btn2._success {
  --btnColor: #198754;
}
.u-btn2._info {
  --btnColor: #0dcaf0;
}
.u-btn2._warning {
  --btnColor: #ffc107;
}
.u-btn2._danger {
  --btnColor: #dc3545;
}
.u-btn2._light {
  --btnColor: #f8f9fa;
}
.u-btn2._white {
  --btnColor: white;
}
.u-btn2._dark {
  --btnColor: #212529;
}
.u-btn2._black {
  --btnColor: black;
}
.u-btn2._beige {
  --btnColor: #faf5ea;
}
.u-btn2._teal {
  --btnColor: #fffcb9;
}
.u-btn2._gray {
  --btnColor: #666;
}
.u-btn2._primary-tint {
  --btnColor: #e0e1e1;
}
.u-btn2._secondary-tint {
  --btnColor: #ebbcbd;
}
.u-btn2._tertiary-tint {
  --btnColor: #d1d1d1;
}
.u-btn2._gray-tint {
  --btnColor: #f0f0f0;
}
.u-btn2 > * {
  padding: 0 2rem;
  transform: skewX(20deg);
}
.u-btn2 > *::before {
  margin-right: 5px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
}
.u-btn2._fit {
  width: 100%;
}
.u-btn2::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  content: "";
  background-color: white;
}
.u-btn2._angle-right > *::before {
  content: "\e901";
}
.u-btn2._calendar > *::before {
  content: "\e953";
}
.u-btn2._cart > *::before {
  content: "\e93a";
}
.u-btn2._checkbox-checked > *::before {
  content: "\ea52";
}
.u-btn2._checkmark > *::before {
  content: "\ea10";
}
.u-btn2._circle > *::before {
  content: "\e908";
}
.u-btn2._circle-right > *::before {
  content: "\ea42";
}
.u-btn2._circle-right-fill > *::before {
  content: "\e904";
}
.u-btn2._clock2 > *::before {
  content: "\e94f";
}
.u-btn2._envelope > *::before {
  content: "\e906";
}
.u-btn2._exclamation-circle > *::before {
  content: "\e90c";
}
.u-btn2._exclamation-mark > *::before {
  content: "\e90b";
}
.u-btn2._fax > *::before {
  content: "\e907";
}
.u-btn2._free-dial > *::before {
  content: "\e90a";
}
.u-btn2._home3 > *::before {
  content: "\e903";
}
.u-btn2._link > *::before {
  content: "\e905";
}
.u-btn2._location > *::before {
  content: "\e947";
}
.u-btn2._mobile > *::before {
  content: "\e958";
}
.u-btn2._paste > *::before {
  content: "\e92d";
}
.u-btn2._phone > *::before {
  content: "\e942";
}
.u-btn2._printer > *::before {
  content: "\e954";
}
.u-btn2._quotes-left > *::before {
  content: "\e977";
}
.u-btn2._quotes-right > *::before {
  content: "\e978";
}
.u-btn2._user > *::before {
  content: "\e971";
}
.u-btn2._reference-mark > *::before {
  content: "※";
}
.u-btn2:hover {
  color: white;
  opacity: 1;
}
.u-btn2:hover::after {
  animation-name: rightslide;
  animation-duration: 1000ms;
  animation-play-state: running;
  animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: nomal;
  animation-fill-mode: none;
}
@keyframes rightslide {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    left: 100%;
  }
}
@media (max-width: 575.98px) {
  .u-btn2 {
    min-width: 0;
  }
}

/* 欧文ボタン1
-------------------------------------------------- */
.u-btnEchars1 {
  display: inline-block;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.u-btnEchars1::before {
  margin-right: 5px;
  font-size: 0.9em;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.u-btnEchars1._phone::before {
  content: "\e942";
}
.u-btnEchars1._envelope::before {
  content: "\e906";
}
.u-btnEchars1._fax::before {
  content: "\e907";
}
.u-btnEchars1._mobile::before {
  content: "\e958";
}
.u-btnEchars1._free-dial::before {
  content: "\e90a";
}
.u-btnEchars1:not([href]):hover {
  opacity: 1;
  transition: all 0.3s ease;
}
.u-btnEchars1[href]:hover {
  color: inherit;
  opacity: 0.5;
}

/* アンカーボタン
-------------------------------------------------- */
/* a.u-btnAnchor>b{アンカー} */
.u-btnAnchor {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  color: white;
  background-color: #999A9A;
  border: solid thin #999A9A;
  transition: all 0.3s ease;
}
.u-btnAnchor > * {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-weight: bold;
  color: white;
  text-align: center;
  transform: translate(-50%, -50%);
}
.u-btnAnchor:hover {
  opacity: 0.5;
  transition: all 0.3s ease;
}

/* 定義リスト1
-------------------------------------------------- */
/*  ul.row.g-0.row-cols-1.u-defList1>li.col*3>dl>dt>em{###}^dd{###} */
/*  ul.row.g-0.row-cols-1.u-defList1._lg._transparent>li.col*3>dl>dt>em{###}^dd{###} */
.u-defList1 {
  --dt-width: 10rem;
  --dt-bg-color: #999A9A;
  --border-color: #aaa;
  --space: 0.5rem;
}
.u-defList1 > li > dl {
  display: flex;
  padding: var(--space);
  border-bottom: solid thin var(--border-color);
}
.u-defList1 > li > dl > dt {
  flex: 0 0 auto;
  width: var(--dt-width);
}
.u-defList1 > li > dl > dt > * {
  display: block;
  padding: 0 var(--space);
  color: #f8f9fa;
  text-align: center;
  background-color: var(--dt-bg-color);
}
.u-defList1 > li > dl > dd {
  flex: 1 1 auto;
  padding: 0 var(--space);
}
.u-defList1._lg {
  --space: 1rem;
}
.u-defList1._transparent > li:first-of-type > dl {
  border-top: solid thin var(--border-color);
}
.u-defList1._transparent > li > dl > dt > * {
  color: currentColor;
  text-align: initial;
  background-color: transparent;
}
.u-defList1._noborder {
  --space: 0.1rem;
}
.u-defList1._noborder > li:first-of-type > dl {
  border-top: none;
}
.u-defList1._noborder > li > dl {
  border-bottom: none;
}
@media (max-width: 575.98px) {
  .u-defList1 {
    --dt-width: 100%;
  }
  .u-defList1 > li > dl {
    display: block;
  }
  .u-defList1 > li > dl > dt {
    padding-bottom: calc(var(--space) * 0.5);
  }
  .u-defList1 > li > dl > dt > * {
    padding: 0 calc(var(--space) * 0.5);
    font-size: 1.2em;
    text-align: left;
  }
  .u-defList1 > li > dl > dd {
    padding: 0 calc(var(--space) * 0.5);
  }
  .u-defList1._transparent > li > dl > dt > * {
    padding: 0;
  }
  .u-defList1._transparent > li > dl > dd {
    padding: 0;
  }
}

/* 定義リスト2
-------------------------------------------------- */
/*  ul.row.g-0.row-cols-1.u-defList2>li.col*3>dl>dt>em{###}^dd{###} */
.u-defList2 > li > dl {
  padding: 0.5rem 0;
  border-bottom: dashed 3px #555;
}
.u-defList2 > li > dl > dt {
  font-weight: 600;
  color: #555;
}
.u-defList2 > li > dl > dt::before {
  padding-right: 0.3em;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
}
.u-defList2 > li > dl > dd {
  padding: 0 0.5rem;
  font-size: 0.9em;
}

/* 定義リスト3
-------------------------------------------------- */
/*  ul.row.g-0.row-cols-1.u-defList3>li.col*3>dl>dt>em{###}^dd{###} */
.u-defList3 > li:first-of-type > dl {
  border-top: solid thin #ddd;
}
.u-defList3 > li > dl {
  display: flex;
  height: 100%;
  border-bottom: solid thin #ddd;
}
.u-defList3 > li > dl > dt {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 12rem;
  height: 100%;
  padding: 10px 0;
  font-weight: 700;
  color: white;
  text-align: center;
  vertical-align: middle;
  background-color: #999A9A;
}
.u-defList3 > li > dl > dt::after {
  position: absolute;
  top: calc(50% - 10px);
  right: -8px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #999A9A;
}
.u-defList3 > li > dl > dd {
  flex: 1 1 auto;
  height: 100%;
  padding: 10px 20px;
  vertical-align: middle;
  background-color: white;
}
@media (max-width: 575.98px) {
  .u-defList3 > li > dl > dt {
    width: 35%;
  }
}

/* リストデザイン0
-------------------------------------------------- */
/* ul.u-listDesign0>li* */
.u-listDesign0 {
  -webkit-padding-start: 1.2rem;
          padding-inline-start: 1.2rem;
}
.u-listDesign0 > li {
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.u-listDesign0 > li::marker {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  line-height: 1;
}

/* リストデザイン1
-------------------------------------------------- */
/* ul.row.g-0.gy-2.row-cols-1.u-listDesign1._bordered.ls-0>li.col* */
.u-listDesign1 {
  --gap: 0.3em;
  --pseudo-color: #999A9A;
}
.u-listDesign1._primary {
  --pseudo-color: #999A9A;
}
.u-listDesign1._secondary {
  --pseudo-color: #BD2024;
}
.u-listDesign1._tertiary {
  --pseudo-color: #666;
}
.u-listDesign1._success {
  --pseudo-color: #198754;
}
.u-listDesign1._info {
  --pseudo-color: #0dcaf0;
}
.u-listDesign1._warning {
  --pseudo-color: #ffc107;
}
.u-listDesign1._danger {
  --pseudo-color: #dc3545;
}
.u-listDesign1._light {
  --pseudo-color: #f8f9fa;
}
.u-listDesign1._white {
  --pseudo-color: white;
}
.u-listDesign1._dark {
  --pseudo-color: #212529;
}
.u-listDesign1._black {
  --pseudo-color: black;
}
.u-listDesign1._beige {
  --pseudo-color: #faf5ea;
}
.u-listDesign1._teal {
  --pseudo-color: #fffcb9;
}
.u-listDesign1._gray {
  --pseudo-color: #666;
}
.u-listDesign1._primary-tint {
  --pseudo-color: #e0e1e1;
}
.u-listDesign1._secondary-tint {
  --pseudo-color: #ebbcbd;
}
.u-listDesign1._tertiary-tint {
  --pseudo-color: #d1d1d1;
}
.u-listDesign1._gray-tint {
  --pseudo-color: #f0f0f0;
}
.u-listDesign1._currentColor {
  --pseudo-color: currentColor;
}
.u-listDesign1 > li::before {
  display: inline-block;
  float: left;
  width: 1em;
  height: 100%;
  margin-right: var(--gap);
  color: var(--pseudo-color);
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea52";
}
.u-listDesign1 > li::after {
  display: block;
  clear: both;
  content: "";
}
.u-listDesign1._bordered > li {
  background-image: repeating-linear-gradient(to right, transparent 0, transparent 2px, #aaa 2px, #aaa 4px);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: calc(100% - var(--bs-gutter-x)) 1px;
}
.u-listDesign1._checkmark > li::before {
  content: "\ea10";
}
.u-listDesign1._circle-right-fill > li::before {
  content: "\e904";
}
.u-listDesign1._reference-mark > li::before {
  content: "※";
}
.u-listDesign1._circle > li::before {
  content: "\e908";
}
.u-listDesign1._exclamation-circle > li::before {
  content: "\e90c";
}
.u-listDesign1._exclamation-mark > li::before {
  content: "\e90b";
}

/* リストデザイン3
-------------------------------------------------- */
.u-listDesign3 > li {
  display: inline-block;
}
.u-listDesign3 > li::after {
  padding-right: 0.2rem;
  padding-left: 0.5rem;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
}
.u-listDesign3 > li:last-child::after {
  content: " ";
  padding: 0;
}

/* リストデザイン4
-------------------------------------------------- */
.u-listDesign4 {
  list-style-type: decimal;
}
.u-listDesign4 > li {
  margin-bottom: 1em;
  margin-left: 2.5em;
}
.u-listDesign4 > li:last-child {
  margin-bottom: 0;
}
.u-listDesign4 > li > ul {
  padding-top: 1em;
  list-style-type: lower-roman;
}
.u-listDesign4 > li > ul > li {
  margin-bottom: 0.5em;
  margin-left: 2.5em;
}
.u-listDesign4 > li > ul > li:last-child {
  margin-bottom: 0;
}

/* リストデザイン5
-------------------------------------------------- */
/* ul.u-listDesign5>li* */
.u-listDesign5 {
  font-weight: 500;
}
.u-listDesign5 > * {
  display: inline-block;
  padding: 0 10px;
  margin: 2px;
  color: white;
  background-color: #ccc;
  border-radius: 5px;
}
.u-listDesign5 > *::before {
  padding-right: 5px;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
}

/* リストデザイン6
-------------------------------------------------- */
/* ul.row.g-4.row-cols-1.row-cols-md-2.u-listDesign6>li.col*>.content>.inner */
.u-listDesign6 {
  font-size: 1.5em;
}
.u-listDesign6 > li > .content {
  transform: skewX(-10deg);
  width: 100%;
  height: 100%;
  padding: 0.4em 0.8em;
  font-weight: 500;
  color: #999;
  background-color: white;
  border-left: solid 6px #666;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2) inset;
}
.u-listDesign6 > li > .content > .inner {
  transform: skewX(10deg);
}
@media (max-width: 991.98px) {
  .u-listDesign6 {
    font-size: 1.1em;
  }
}

/* リストデザイン7
-------------------------------------------------- */
.u-listDesign7 {
  display: flex;
  justify-content: center;
}
.u-listDesign7 > li {
  display: inline-block;
  text-align: center;
}

/* オーダーリスト0
-------------------------------------------------- */
/* ol.u-orderedList0>li* */
.u-orderedList0 {
  padding-left: 2em;
  list-style-type: lower-roman;
}
.u-orderedList0.katakana-iroha {
  list-style-type: katakana-iroha;
}
.u-orderedList0.katakana {
  list-style-type: katakana;
}
.u-orderedList0.disc {
  list-style-type: disc;
}
.u-orderedList0 ol {
  padding-top: 0.3em;
  padding-left: 2em;
}
.u-orderedList0 ol.katakana-iroha {
  list-style-type: katakana-iroha;
}
.u-orderedList0 ol.katakana {
  list-style-type: katakana;
}
.u-orderedList0 ol.disc {
  list-style-type: disc;
}
.u-orderedList0 li {
  padding-bottom: 1em;
  line-height: 1.3;
}
.u-orderedList0 > li > ol {
  list-style-type: lower-latin;
}
.u-orderedList0 > li > ol.katakana-iroha {
  list-style-type: katakana-iroha;
}
.u-orderedList0 > li > ol > li > ol {
  list-style-type: upper-roman;
}

/* オーダーリスト1
-------------------------------------------------- */
/* ol.row.g-2.row-cols-1.row-cols-md-1.row-cols-lg-1.u-orderedList1.ls-0>li.col*>em */
.u-orderedList1 {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none !important; /* 数字を一旦消す */
  counter-reset: number; /* 数字をリセット */
}
.u-orderedList1 > li {
  display: flex;
  align-items: center;
  font-size: calc(1.3 * 0.9em);
}
.u-orderedList1 > li > b,
.u-orderedList1 > li > em {
  width: calc(100% - (1.3 * 1em));
  min-width: 0;
  font-weight: 600;
  border-bottom: dotted 3px #bbb;
  line-height: 1.5;
}
.u-orderedList1 > li::before {
  display: inline-block;
  width: calc(1.3 * 1.2em);
  height: calc(1.3 * 1.2em);
  padding: 0 0.3rem;
  margin-right: 0.2em;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: calc(1.56 * 1em);
  font-weight: bold;
  line-height: calc(1.3 * 1em);
  color: white;
  text-align: center;
  letter-spacing: 0;
  content: counter(number);
  counter-increment: number;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22layer1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2378c323%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M292.5%2C149.5c0%2C39.35-22.717%2C77.446-57.826%2C80.543C227.446%2C266.185%2C189.35%2C292%2C150%2C292A142.5%2C142.5%2C0%2C0%2C1%2C7.5%2C149.5c0-26.5%2C12.391-40.272%2C37.174-53.7C40.543%2C37.978%2C97.8%2C7%2C150%2C7A142.5%2C142.5%2C0%2C0%2C1%2C292.5%2C149.5Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 991.98px) {
  .u-orderedList1 > li {
    font-size: calc(1.3 * 1em);
  }
}

/* オーダーリスト2
-------------------------------------------------- */
/* ol.row.g-2.row-cols-1.row-cols-md-2.u-orderedList2.ls-0>li.col*>em */
.u-orderedList2 {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none !important;
  counter-reset: number;
}
.u-orderedList2._nb > li::after {
  content: none;
}
.u-orderedList2 > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 0.5rem;
}
.u-orderedList2 > li > em,
.u-orderedList2 > li > b {
  flex: 1;
  min-width: 0;
  font-weight: 700;
  line-height: 1.3;
}
.u-orderedList2 > li::before {
  width: calc(1.7 * 1em);
  height: calc(1.7 * 1em);
  padding: 1px 0 0 3px;
  margin-right: 0.5em;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: calc(1.3 * 1em);
  font-weight: bold;
  line-height: calc(1.3 * 1em);
  color: white;
  text-align: center;
  content: counter(number);
  counter-increment: number;
  background-color: #999A9A;
  border-radius: 50%;
}
.u-orderedList2 > li::after {
  content: "";
  margin-top: 0.3rem;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
@media (max-width: 575.98px) {
  .u-orderedList2 > li {
    font-size: calc(1 * 1rem);
  }
  .u-orderedList2 > li > em,
  .u-orderedList2 > li > b {
    max-width: calc(100% - (1 * 1rem));
  }
  .u-orderedList2 > li::before {
    margin-right: 0.5%;
    font-size: calc(1 * 1rem);
  }
}

/* オーダーリスト3
-------------------------------------------------- */
ol.u-orderedList3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none !important; /* 数字を一旦消す */
  counter-reset: number; /* 数字をリセット */
}
ol.u-orderedList3 > li {
  width: 33.3333333333%;
  padding: 10px;
}
ol.u-orderedList3 > li > .inner {
  height: 100%;
  background-color: #eee;
}
ol.u-orderedList3 > li > .inner > .contents {
  padding: 10px;
}
ol.u-orderedList3 > li > .inner > .contents > .title {
  font-size: 1.2em;
  border-bottom: solid thin #bbb;
}
ol.u-orderedList3 > li > .inner > .contents > .title::before {
  display: block;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 0.8em;
  color: #BD2024;
  content: "Step" counter(number) ">>";
  counter-increment: number;
}
@media (max-width: 991.98px) {
  ol.u-orderedList3 > li {
    width: 100%;
  }
}

/* 定款
-------------------------------------------------- */
/*  .aoi>h3.shou+h4.jyoubun-midashi+ul.jyou>li{###}>ul>li */
.aoi .shou {
  padding-top: 1.5rem;
  margin-bottom: 0.3rem;
  font-size: 1.5rem;
  font-weight: 700;
  counter-increment: syo_num;
}
.aoi .shou::before {
  margin-right: 1rem;
  content: "第" counter(syo_num) "章";
}
.aoi .shou:first-of-type {
  padding-top: 0;
}
.aoi .jyoubun-midashi {
  padding-top: 0.5rem;
  padding-left: 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}
.aoi ul.jyou {
  counter-reset: ko_num;
  counter-increment: jyo_num;
}
.aoi ul.jyou > li {
  padding-bottom: 0.3rem;
  padding-left: calc(4em + 1em);
  text-indent: calc(-4em - 1em);
  counter-increment: ko_num;
}
.aoi ul.jyou > li:nth-of-type(1)::before {
  display: inline-block;
  width: 4em;
  margin-right: 1rem;
  font-weight: bold;
  text-align: right;
  content: "第" counter(jyo_num) "条";
}
.aoi ul.jyou > li::before {
  display: inline-block;
  width: 4em;
  margin-right: 1rem;
  text-align: right;
  content: counter(ko_num);
}
.aoi ul.jyou > li > ul {
  padding-left: calc(4em + 2em);
  counter-reset: gou_num1;
}
.aoi ul.jyou > li > ul > li {
  counter-increment: gou_num1;
}
.aoi ul.jyou > li > ul > li::before {
  margin-right: 1rem;
  content: "(" counter(gou_num1) ")";
}
@media (max-width: 575.98px) {
  .aoi .shou {
    font-size: 1.1rem;
  }
  .aoi .jyoubun-midashi {
    padding-left: 0;
    font-size: 0.8rem;
  }
}

/* テーブルデザイン0
-------------------------------------------------- */
/* テーブルデザイン1
-------------------------------------------------- */
/* table.u-table1>tbody>tr>(th*3)^(tr>td*3)*3 */
.u-table1 {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
.u-table1 th {
  padding: 10px;
  font-weight: 900;
  color: white;
  text-align: center;
  background-color: #BD2024;
  border: solid thin #ccc;
}
.u-table1 td {
  padding: 10px;
  vertical-align: top;
  border: solid thin #ccc;
}
.u-table1 tr:nth-child(odd) {
  background-color: #fbfbfb;
}
.u-table1 tr:nth-child(even) {
  background-color: white;
}

/* テーブルデザイン2
-------------------------------------------------- */
/* table.u-table2>tbody>(tr>th+td)*3 */
.u-table2 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: solid 1px white;
}
.u-table2 tr {
  border-bottom: solid 1px white;
}
.u-table2 tr:last-child {
  border-top: solid 1px white;
}
.u-table2 th {
  position: relative;
  padding: 10px 0;
  font-weight: 700;
  color: white;
  text-align: center;
  vertical-align: middle;
  background-color: #666;
}
.u-table2 th::after {
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #666;
}
.u-table2 td {
  padding: 10px 20px;
  vertical-align: middle;
  background-color: #eee;
}

/* テーブルデザイン3
-------------------------------------------------- */
/* table.u-table1>tbody>tr>(th*3)^(tr>td*3)*3 */
.u-table3 {
  width: 100%;
  text-align: center;
  letter-spacing: 0;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
.u-table3 tr {
  border-top: solid thin #aaa;
  border-bottom: solid thin #aaa;
}
.u-table3 th {
  padding: 0.5em 1em;
  font-weight: 400;
}
.u-table3 td {
  padding: 0.5em 1em;
  vertical-align: middle;
}

/* テーブルデザイン4
-------------------------------------------------- */
/* table.u-table4>tbody>tr>(th*3)^(tr>td*3)*3 */
.u-table4 {
  width: 100%;
  text-align: center;
  letter-spacing: 0;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
.u-table4 tr {
  border-top: solid thin #aaa;
  border-bottom: solid thin #aaa;
}
.u-table4 th {
  padding: 0.5em 1em;
  font-weight: 400;
}
.u-table4 td {
  padding: 0.5em 1em;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .u-table4 {
    font-size: 11px;
  }
}

/* カレンダーCMS
-------------------------------------------------- */
.calendar-cms {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.calendar-cms.jc-start {
  justify-content: flex-start;
}
.calendar-cms.jc-center {
  justify-content: center;
}
.calendar-cms.jc-end {
  justify-content: flex-end;
}
.calendar-cms > .calendar {
  padding: 10px;
}
.calendar-cms > .calendar > .calendar_head::before {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e953";
}
.calendar-cms > .calendar > .calendar_body > table {
  width: 100%;
  text-align: center;
  letter-spacing: 0;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
.calendar-cms > .calendar > .calendar_body > table tr {
  border-top: solid thin #aaa;
  border-bottom: solid thin #aaa;
}
.calendar-cms > .calendar > .calendar_body > table th {
  padding: 0.5em 1em;
  font-weight: 400;
  color: white;
  background-color: #555;
}
.calendar-cms > .calendar > .calendar_body > table td {
  padding: 0.5em 1em;
  vertical-align: middle;
  background-color: white;
}
.calendar-cms > .calendar > .calendar_body td.calendar.holiday:not(.kara) {
  background-color: #f2dde3;
}
.calendar-cms > .calendar > .calendar_body td.calendar.sun:not(.kara) {
  background-color: #f2dde3;
}
.calendar-cms > .calendar > .calendar_body td.calendar.thu:not(.kara) {
  background-color: #f2dde3;
}
.calendar-cms._col-1 > .calendar {
  width: 100%;
}
.calendar-cms._col-2 > .calendar {
  width: 50%;
}
.calendar-cms._col-3 > .calendar {
  width: 33.3333333333%;
}
@media (max-width: 575.98px) {
  .calendar-cms._col-1 > .calendar {
    width: 100%;
  }
  .calendar-cms._col-2 > .calendar {
    width: 100%;
  }
  .calendar-cms._col-3 > .calendar {
    width: 100%;
  }
}

button#is-previous,
button#is-following {
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.cal1 {
  color: #feecbd;
}

.cal2 {
  color: lightpink;
}

.cal3 {
  color: #94cad3;
}

.cal4 {
  color: #c38a4c;
}

/* 画像のリサイズ
-------------------------------------------------- */
/* a.u-ratio._cover._ratio-16x9>img[src=img/top1.jpg] */
[data-isClosed=true] {
  position: relative;
}
[data-isClosed=true]::before {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "成約済み";
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  padding: 1.2rem 3rem;
  color: red;
  z-index: 3;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 991.98px) {
  [data-isClosed=true]::before {
    font-size: 1.5rem;
  }
}

.u-ratio {
  display: block;
  overflow: hidden;
  background-color: #f0f0f0;
  aspect-ratio: 4/3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15rem 15rem;
  position: relative;
}
.u-ratio._shrink {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 90% 100%, 90% 90%, 0% 90%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 90% 100%, 90% 90%, 0% 90%, 0 100%);
}
.u-ratio._shrink::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "VIEW";
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 1rem;
  line-height: 1;
  padding: 1.2rem 3rem;
  border: solid thin currentColor;
  color: white;
  opacity: 0;
  z-index: 3;
  filter: blur(5px);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.u-ratio > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.u-ratio._cover > img {
  -o-object-fit: cover;
     object-fit: cover;
}
.u-ratio._contain > img {
  -o-object-fit: contain;
     object-fit: contain;
}
a.u-ratio:hover {
  opacity: 1;
}
a.u-ratio:hover > img {
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1.1);
}

a.u-ratio._shrink:hover > img {
  filter: brightness(50%) blur(5px);
}
a.u-ratio._shrink:hover::before {
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  filter: blur(0);
  opacity: 1;
}

.u-ratio._ratio-1x1 {
  aspect-ratio: 1;
}
.u-ratio._ratio-2x1 {
  aspect-ratio: 2;
}
.u-ratio._ratio-4x3 {
  aspect-ratio: 1.3333333333;
}
.u-ratio._ratio-5x4 {
  aspect-ratio: 1.25;
}
.u-ratio._ratio-16x9 {
  aspect-ratio: 1.7777777778;
}
.u-ratio._ratio-21x9 {
  aspect-ratio: 2.3333333333;
}
.u-ratio._ratio-31x9 {
  aspect-ratio: 3.4444444444;
}
.u-ratio._ratio-1x2 {
  aspect-ratio: 0.5;
}
.u-ratio._ratio-3x4 {
  aspect-ratio: 0.75;
}
.u-ratio._ratio-9x16 {
  aspect-ratio: 0.5625;
}
.u-ratio._ratio-9x21 {
  aspect-ratio: 0.4285714286;
}
.u-ratio._ratio-h {
  aspect-ratio: 1.35;
}
.u-ratio._ratio-v {
  aspect-ratio: 0.75;
}
.u-ratio._ratio-unset {
  aspect-ratio: unset;
}
@media (min-width: 576px) {
  .u-ratio._ratio-md-1x1 {
    aspect-ratio: 1;
  }
  .u-ratio._ratio-md-2x1 {
    aspect-ratio: 2;
  }
  .u-ratio._ratio-md-4x3 {
    aspect-ratio: 1.3333333333;
  }
  .u-ratio._ratio-md-5x4 {
    aspect-ratio: 1.25;
  }
  .u-ratio._ratio-md-16x9 {
    aspect-ratio: 1.7777777778;
  }
  .u-ratio._ratio-md-21x9 {
    aspect-ratio: 2.3333333333;
  }
  .u-ratio._ratio-md-31x9 {
    aspect-ratio: 3.4444444444;
  }
  .u-ratio._ratio-md-1x2 {
    aspect-ratio: 0.5;
  }
  .u-ratio._ratio-md-3x4 {
    aspect-ratio: 0.75;
  }
  .u-ratio._ratio-md-9x16 {
    aspect-ratio: 0.5625;
  }
  .u-ratio._ratio-md-9x21 {
    aspect-ratio: 0.4285714286;
  }
  .u-ratio._ratio-md-h {
    aspect-ratio: 1.35;
  }
  .u-ratio._ratio-md-v {
    aspect-ratio: 0.75;
  }
  .u-ratio._ratio-md-unset {
    aspect-ratio: unset;
  }
}
@media (min-width: 992px) {
  .u-ratio._ratio-lg-1x1 {
    aspect-ratio: 1;
  }
  .u-ratio._ratio-lg-2x1 {
    aspect-ratio: 2;
  }
  .u-ratio._ratio-lg-4x3 {
    aspect-ratio: 1.3333333333;
  }
  .u-ratio._ratio-lg-5x4 {
    aspect-ratio: 1.25;
  }
  .u-ratio._ratio-lg-16x9 {
    aspect-ratio: 1.7777777778;
  }
  .u-ratio._ratio-lg-21x9 {
    aspect-ratio: 2.3333333333;
  }
  .u-ratio._ratio-lg-31x9 {
    aspect-ratio: 3.4444444444;
  }
  .u-ratio._ratio-lg-1x2 {
    aspect-ratio: 0.5;
  }
  .u-ratio._ratio-lg-3x4 {
    aspect-ratio: 0.75;
  }
  .u-ratio._ratio-lg-9x16 {
    aspect-ratio: 0.5625;
  }
  .u-ratio._ratio-lg-9x21 {
    aspect-ratio: 0.4285714286;
  }
  .u-ratio._ratio-lg-h {
    aspect-ratio: 1.35;
  }
  .u-ratio._ratio-lg-v {
    aspect-ratio: 0.75;
  }
  .u-ratio._ratio-lg-unset {
    aspect-ratio: unset;
  }
}
@media (min-width: 1200px) {
  .u-ratio._ratio-xl-1x1 {
    aspect-ratio: 1;
  }
  .u-ratio._ratio-xl-2x1 {
    aspect-ratio: 2;
  }
  .u-ratio._ratio-xl-4x3 {
    aspect-ratio: 1.3333333333;
  }
  .u-ratio._ratio-xl-5x4 {
    aspect-ratio: 1.25;
  }
  .u-ratio._ratio-xl-16x9 {
    aspect-ratio: 1.7777777778;
  }
  .u-ratio._ratio-xl-21x9 {
    aspect-ratio: 2.3333333333;
  }
  .u-ratio._ratio-xl-31x9 {
    aspect-ratio: 3.4444444444;
  }
  .u-ratio._ratio-xl-1x2 {
    aspect-ratio: 0.5;
  }
  .u-ratio._ratio-xl-3x4 {
    aspect-ratio: 0.75;
  }
  .u-ratio._ratio-xl-9x16 {
    aspect-ratio: 0.5625;
  }
  .u-ratio._ratio-xl-9x21 {
    aspect-ratio: 0.4285714286;
  }
  .u-ratio._ratio-xl-h {
    aspect-ratio: 1.35;
  }
  .u-ratio._ratio-xl-v {
    aspect-ratio: 0.75;
  }
  .u-ratio._ratio-xl-unset {
    aspect-ratio: unset;
  }
}
@media (min-width: 1400px) {
  .u-ratio._ratio-xxl-1x1 {
    aspect-ratio: 1;
  }
  .u-ratio._ratio-xxl-2x1 {
    aspect-ratio: 2;
  }
  .u-ratio._ratio-xxl-4x3 {
    aspect-ratio: 1.3333333333;
  }
  .u-ratio._ratio-xxl-5x4 {
    aspect-ratio: 1.25;
  }
  .u-ratio._ratio-xxl-16x9 {
    aspect-ratio: 1.7777777778;
  }
  .u-ratio._ratio-xxl-21x9 {
    aspect-ratio: 2.3333333333;
  }
  .u-ratio._ratio-xxl-31x9 {
    aspect-ratio: 3.4444444444;
  }
  .u-ratio._ratio-xxl-1x2 {
    aspect-ratio: 0.5;
  }
  .u-ratio._ratio-xxl-3x4 {
    aspect-ratio: 0.75;
  }
  .u-ratio._ratio-xxl-9x16 {
    aspect-ratio: 0.5625;
  }
  .u-ratio._ratio-xxl-9x21 {
    aspect-ratio: 0.4285714286;
  }
  .u-ratio._ratio-xxl-h {
    aspect-ratio: 1.35;
  }
  .u-ratio._ratio-xxl-v {
    aspect-ratio: 0.75;
  }
  .u-ratio._ratio-xxl-unset {
    aspect-ratio: unset;
  }
}

.mask {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22layer1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20243.077%20236.687%22%3E%0A%20%20%3Cpath%20d%3D%22M246.538%2C132.588l-17.571%2C4.792L212.992%2C243.344l-177.848-1.6L24.761%2C136.161l-21.3-6.39L139.244%2C6.656Z%22%20transform%3D%22translate(-3.462%20-6.656)%22%2F%3E%0A%3C%2Fsvg%3E%0A");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22layer1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20243.077%20236.687%22%3E%0A%20%20%3Cpath%20d%3D%22M246.538%2C132.588l-17.571%2C4.792L212.992%2C243.344l-177.848-1.6L24.761%2C136.161l-21.3-6.39L139.244%2C6.656Z%22%20transform%3D%22translate(-3.462%20-6.656)%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.mask2 {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22layer1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20250%20250%22%3E%0A%20%20%3Cpath%20d%3D%22M250%2C241.178s-29.183-9.043-59.045-9.043c-57.954%2C0-68.792%2C16.249-130.949%2C16.249C24.172%2C248.384%2C0%2C241.178%2C0%2C241.178V0H250Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22layer1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20250%20250%22%3E%0A%20%20%3Cpath%20d%3D%22M250%2C241.178s-29.183-9.043-59.045-9.043c-57.954%2C0-68.792%2C16.249-130.949%2C16.249C24.172%2C248.384%2C0%2C241.178%2C0%2C241.178V0H250Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-size: cover;
          mask-size: cover;
}

/* タイムライン1
-------------------------------------------------- */
/* ol.u-timeline1._countup>(li[data-prefix="STEP"]>.timeline__inner>dl>dt>h3.htitle0a-3{###}^dd>p{###})*3 */
.u-timeline1 {
  list-style: none;
  counter-reset: timeline 0;
}
.u-timeline1 > li {
  display: flex;
  counter-increment: timeline 1;
}
.u-timeline1 > li::before {
  content: attr(data-prefix);
  display: block;
  flex: 0 0 auto;
  order: 1;
  font-size: 1.7em;
  line-height: 1;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: bold;
  width: 4em;
  text-align: right;
  padding-right: 0.5em;
}
.u-timeline1 > li::after {
  content: "";
  display: block;
  flex: 0 0 auto;
  order: 2;
  border-radius: 50%;
  background-color: #999A9A;
  width: calc(1.7em * 0.5);
  height: calc(1.7em * 0.5);
  margin-top: calc(1.7em * 0.5);
  transform: translateX(calc(50% + (2px * 0.5))) translateY(-50%);
}
.u-timeline1 > li .timeline__inner {
  flex: 1 1 auto;
  padding: 0 0 3rem 1rem;
  border-left: solid 2px #999A9A;
  order: 3;
}
.u-timeline1 > li:first-of-type::before {
  padding-top: 3rem;
}
.u-timeline1 > li:first-of-type::after {
  margin-top: calc(3rem + calc(1.7em * 0.5));
}
.u-timeline1 > li:first-of-type .timeline__inner {
  padding-top: 3rem;
}
.u-timeline1 > li:last-of-type .timeline__inner {
  padding-bottom: 3rem;
}
.u-timeline1._countup > li::before {
  content: attr(data-prefix) counter(timeline);
}
@media (max-width: 575.98px) {
  .u-timeline1 > li {
    position: relative;
  }
  .u-timeline1 > li::before {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    width: 100%;
    padding-left: calc(1.7em * 0.5 + 0.5rem);
  }
  .u-timeline1 > li .timeline__inner {
    padding-top: 2.2em;
  }
  .u-timeline1 > li:first-of-type .timeline__inner {
    padding-top: calc(3rem + 1.7em + 0.5em);
  }
}

/* タイムライン2
-------------------------------------------------- */
/* ul.u-timeline2>(li>div.u-tlineContent>div.u-tlineContent-inner>p.u-tlineDate{2019.0$.0$}+h3.u-tlineTitle{headline$}+p>lorem)*3 */
.u-timeline2 {
  list-style: none;
}
.u-timeline2 * {
  box-sizing: border-box;
}
.u-timeline2 > li {
  overflow: hidden;
}
.u-timeline2 > li > .u-tlineContent {
  float: left;
  width: 100%;
  padding: 0 30px;
}
.u-timeline2 > li > .u-tlineContent > .u-tlineContent-inner {
  position: relative;
  padding: 20px;
}
.u-timeline2 > li > .u-tlineContent > .u-tlineContent-inner > .u-tlineDate {
  font-weight: bold;
}
.u-timeline2 > li > .u-tlineContent > .u-tlineContent-inner > .u-tlineDate::before {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e94f";
  margin-right: 0.3em;
}
.u-timeline2 > li > .u-tlineContent > .u-tlineContent-inner > .u-tlineTitle {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2;
}
.u-timeline2 > li > .u-tlineContent > .u-tlineContent-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  content: "";
  background-color: #999;
}
.u-timeline2 > li > .u-tlineContent > .u-tlineContent-inner::after {
  position: absolute;
  top: 30px;
  left: -6px;
  width: 14px;
  height: 14px;
  content: "";
  background-color: #999A9A;
  border-radius: 100%;
}

/* タイムライン3
-------------------------------------------------- */
/* dl.u-timeline3>(dt>b{date}^dd>.inner>.image>img[src="https://placehold.jp/800x600.png"]^.container>h3.title{title}+p>lorem) */
.u-timeline3 {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
}
.u-timeline3 * {
  box-sizing: border-box;
}
.u-timeline3 > dt {
  width: 8em;
  padding-top: 3.6em;
}
.u-timeline3 > dt > b {
  position: relative;
  display: block;
  padding-right: 0.5em;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 1.5em;
  font-weight: 700;
  color: #555;
  text-align: right;
}
.u-timeline3 > dd {
  width: calc(100% - 8em - 20px);
  padding: 2em 0 2em 20px;
  border-left: solid 2px #555;
}
.u-timeline3 > dd > .inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
  margin-left: 1em;
  background-color: white;
  border-left: solid 8px #999A9A;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
.u-timeline3 > dd > .inner > .image {
  order: 2;
  width: 20%;
}
.u-timeline3 > dd > .inner > .image img {
  width: 100%;
}
.u-timeline3 > dd > .inner > .container {
  order: 1;
  width: 80%;
  padding: 10px;
}
.u-timeline3 > dd > .inner > .container > .title {
  margin-bottom: 0.5em;
  font-size: 1.5em;
  font-weight: 700;
  border-bottom: solid thin #555;
}
.u-timeline3 > dd > .inner::before {
  position: absolute;
  top: 1.7em;
  left: -30px;
  display: inline-block;
  content: "";
  border-color: transparent #999A9A transparent transparent;
  border-style: solid;
  border-width: 15px;
}
.u-timeline3 > dd > .inner::after {
  position: absolute;
  top: 2.5em;
  left: -53px;
  display: inline-block;
  width: 15px;
  height: 15px;
  content: "";
  background-color: #999A9A;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media (max-width: 575.98px) {
  .u-timeline3 > dt {
    padding-top: 1em;
    padding-left: 2.5em;
    margin-left: 1em;
    border-left: solid 2px black;
  }
  .u-timeline3 > dd {
    width: calc(100% - 1em);
    padding-top: 0.5em;
    margin-left: 1em;
  }
  .u-timeline3 > dd > .inner {
    justify-content: center;
  }
  .u-timeline3 > dd > .inner > .image {
    order: 1;
    width: 100%;
    padding: 1rem;
    text-align: center;
    background-color: #eee;
  }
  .u-timeline3 > dd > .inner > .image img {
    width: auto;
  }
  .u-timeline3 > dd > .inner > .container {
    order: 2;
    width: 100%;
  }
  .u-timeline3 > dd > .inner::after {
    top: 2.6em;
    left: -49px;
  }
}
@media (max-width: 575.98px) {
  .u-timeline3 > dd > .inner > .image {
    order: 1;
    width: 1000%;
  }
  .u-timeline3 > dd > .inner::after {
    top: 2.8em;
    left: -50px;
  }
}

/* タイムライン4
-------------------------------------------------- */
/* dl.u-timeline4>(dt>b{date}^dd>.inner>.image>img[src="https://placehold.jp/800x600.png"]^.container>h3.title{title}+p>lorem) */
.u-timeline4 {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
}
.u-timeline4 * {
  box-sizing: border-box;
}
.u-timeline4 > dt {
  width: 11rem;
  padding-top: 1.1rem;
  padding-right: 1.5rem;
  text-align: right;
  letter-spacing: 0.1rem;
}
.u-timeline4 > dt > b {
  position: relative;
  display: block;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 1.2rem;
  font-weight: 700;
  color: #888;
  border-bottom: dashed thin #ccc;
}
.u-timeline4 > dd {
  width: calc(100% - 11rem);
  padding: 1.1rem 0 0.5rem 10px;
  border-left: solid 2px #999A9A;
}
.u-timeline4 > dd > .inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: 1rem;
}
.u-timeline4 > dd > .inner > .image {
  order: 2;
  width: 100%;
}
.u-timeline4 > dd > .inner > .container {
  order: 1;
  width: 100%;
}
.u-timeline4 > dd > .inner > .container > .title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: solid thin #888;
}
.u-timeline4 > dd > .inner::after {
  position: absolute;
  top: 1rem;
  left: -2.15rem;
  display: inline-block;
  width: 15px;
  height: 15px;
  content: "";
  background-color: #999A9A;
  border-radius: 50%;
  transform: translateY(-50%);
}
.u-timeline4._lg > dt {
  width: 12rem;
}
.u-timeline4._lg > dd {
  width: calc(100% - 12rem);
}
@media (max-width: 991.98px) {
  .u-timeline4 > dt {
    width: 40%;
    padding-top: 1rem;
    padding-left: 0.9rem;
    padding-bottom: 1rem;
    margin-left: 1rem;
    text-align: left;
    border-left: solid 2px #999A9A;
  }
  .u-timeline4 > dt > b {
    font-size: 1.1rem;
  }
  .u-timeline4 > dd {
    width: calc(100% - 1rem);
    padding: 0;
    padding-bottom: 2rem;
    margin-left: 1rem;
  }
  .u-timeline4 > dd > .inner::after {
    top: -0.9rem;
    left: -24px;
  }
}

/* タイムライン5
-------------------------------------------------- */
/*  .u-timeline5>dl>dt>b{Step01}^dd{###} */
.u-timeline5 > dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.u-timeline5 > dl > dt {
  width: 10rem;
  padding: 0.5rem;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  letter-spacing: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg id='arrow' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 25'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23999A9A;}%3c/style%3e%3c/defs%3e%3cpolygon class='cls-1' points='286.308 25 0 25 0 0 285.692 0 300 12.5 286.308 25'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5rem) 50%;
  background-size: auto 100%;
}
.u-timeline5 > dl > dt > b {
  display: inline-block;
  width: 100%;
}
.u-timeline5 > dl > dd {
  width: calc(100% - 10rem);
  padding: 0 1rem 1rem;
  border-left: solid 2px #555;
}
@media (max-width: 1199.98px) {
  .u-timeline5 > dl > dt {
    width: 10rem;
    font-size: 1.1rem;
  }
  .u-timeline5 > dl > dd {
    width: calc(100% - 10rem);
  }
}
@media (max-width: 575.98px) {
  .u-timeline5 > dl {
    display: block;
    border-left: solid 2px #555;
  }
  .u-timeline5 > dl > dt {
    transform: scale(-1, 1);
  }
  .u-timeline5 > dl > dt > b {
    padding-left: 1.5rem;
    text-align: left;
    transform: scale(-1, 1);
  }
  .u-timeline5 > dl > dd {
    width: 100%;
    padding-top: 1rem;
    border-left: none;
  }
}

/* タイムライン6
-------------------------------------------------- */
/*  .u-timeline6>dl>dt>b{Step01}^dd{###} */
.u-timeline6 {
  padding-left: 1rem;
}
.u-timeline6 > dl {
  display: block;
  flex-wrap: wrap;
  align-items: flex-start;
  min-height: 270px;
  padding-top: 2rem;
  border-left: solid 2px #555;
}
.u-timeline6 > dl > dt {
  width: 10rem;
  padding: 0.5rem 0.5rem 0.2rem;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  color: white;
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg id='arrow' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 25'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23999A9A;}%3c/style%3e%3c/defs%3e%3cpolygon class='cls-1' points='286.308 25 0 25 0 0 285.692 0 300 12.5 286.308 25'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5rem) 50%;
  background-size: auto 100%;
  transform: scale(-1, 1);
}
.u-timeline6 > dl > dt > b {
  display: inline-block;
  width: 100%;
  padding-left: 1.5rem;
  text-align: left;
  transform: scale(-1, 1);
}
.u-timeline6 > dl > dd {
  width: 100%;
  padding: 1rem;
  border-left: none;
}
.u-timeline6._type1 > dl > dt {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg id='arrow' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 25'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23198754;}%3c/style%3e%3c/defs%3e%3cpolygon class='cls-1' points='286.308 25 0 25 0 0 285.692 0 300 12.5 286.308 25'/%3e%3c/svg%3e");
}
.u-timeline6._type2 > dl > dt {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg id='arrow' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 25'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23888888;}%3c/style%3e%3c/defs%3e%3cpolygon class='cls-1' points='286.308 25 0 25 0 0 285.692 0 300 12.5 286.308 25'/%3e%3c/svg%3e");
}
@media (max-width: 991.98px) {
  .u-timeline6 > dl {
    min-height: 310px;
  }
}
@media (max-width: 575.98px) {
  .u-timeline6 > dl {
    min-height: 0;
  }
}

/* タイムラインカード1
-------------------------------------------------- */
.u-timelineCard1 {
  position: relative;
}
.u-timelineCard1 > .num {
  position: relative;
  z-index: 3;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  opacity: 0.8;
  transform: translateY(30%);
}
.u-timelineCard1 > .img {
  padding: 0 0.5rem 0.5rem;
  text-align: center;
}
.u-timelineCard1 > .title {
  padding: 0.5rem 1rem;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
  color: #999A9A;
}
.u-timelineCard1 > .text {
  padding: 0 1rem;
  font-size: 0.9em;
}
.u-timelineCard1._light > .num {
  color: inherit;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.u-timelineCard1._light > .title {
  color: inherit;
}

/* よくある質問1
-------------------------------------------------- */
/*  .u-faq1>(dl>dt{###}+dd{###})*3 */
.u-faq1 {
  display: block;
}
.u-faq1 > dl {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding: 15px 0;
  counter-increment: faq_num;
  border-top: solid thin #aaa;
}
.u-faq1 > dl > dt,
.u-faq1 > dl > dd {
  width: calc(100% - 6.5rem);
  padding: 0 1rem;
  margin: 0.8rem 0;
  border-left: solid thin #aaa;
}
.u-faq1 > dl > dt {
  order: 2;
  font-size: 1.4em;
  font-weight: 700;
  color: #999;
}
.u-faq1 > dl > dd {
  order: 4;
}
.u-faq1 > dl:last-child {
  border-bottom: solid thin #aaa;
}
.u-faq1 > dl::before, .u-faq1 > dl::after {
  display: block;
  width: 6.5rem;
  padding-right: 1rem;
  margin: 5px 0;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: 600;
  text-align: right;
  letter-spacing: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.u-faq1 > dl::before {
  order: 1;
  font-size: calc(1.7 * 1rem);
  color: #315096;
  content: "Que" counter(faq_num) ".";
}
.u-faq1 > dl::after {
  order: 3;
  font-size: calc(1.7 * 1.1rem);
  color: #dc3545;
  content: "Ans" counter(faq_num) ".";
}
@media (max-width: 575.98px) {
  .u-faq1 > dl {
    padding: 20px 0;
  }
  .u-faq1 > dl > dt,
  .u-faq1 > dl > dd {
    width: calc(100% - 25px);
    padding-top: 0;
    padding-right: 0;
    margin-top: 0;
    margin-left: auto;
  }
}

/* テキストを改行しない
-------------------------------------------------- */
.u-textOverflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 格子上の背景
-------------------------------------------------- */
.u-bgGrid {
  background-size: 20px 20px;
}
.u-bgGrid._both {
  background-image: linear-gradient(#555 1px, transparent 0), linear-gradient(90deg, #555 1px, transparent 0);
}
.u-bgGrid._h {
  background-image: linear-gradient(#555 1px, transparent 0);
}
.u-bgGrid._v {
  background-image: linear-gradient(90deg, #555 1px, transparent 0);
}

/* スクロール
-------------------------------------------------- */
.u-vscroll {
  overflow-y: auto;
  /* スクロールの背景の設定 */
  /* スクロールのつまみ部分の設定 */
}
.u-vscroll::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.u-vscroll::-webkit-scrollbar-track {
  background-color: #eee;
}
.u-vscroll::-webkit-scrollbar-thumb {
  background-color: #999A9A;
}
.u-vscroll._minh50 {
  min-height: calc(50 * 1px);
}
.u-vscroll._minh100 {
  min-height: calc(100 * 1px);
}
.u-vscroll._minh150 {
  min-height: calc(150 * 1px);
}
.u-vscroll._minh200 {
  min-height: calc(200 * 1px);
}
.u-vscroll._minh250 {
  min-height: calc(250 * 1px);
}
.u-vscroll._minh300 {
  min-height: calc(300 * 1px);
}
.u-vscroll._minh350 {
  min-height: calc(350 * 1px);
}
.u-vscroll._minh400 {
  min-height: calc(400 * 1px);
}
.u-vscroll._minh450 {
  min-height: calc(450 * 1px);
}
.u-vscroll._minh500 {
  min-height: calc(500 * 1px);
}
.u-vscroll._minh550 {
  min-height: calc(550 * 1px);
}
.u-vscroll._minh600 {
  min-height: calc(600 * 1px);
}
.u-vscroll._minh650 {
  min-height: calc(650 * 1px);
}
.u-vscroll._minh700 {
  min-height: calc(700 * 1px);
}
.u-vscroll._minh750 {
  min-height: calc(750 * 1px);
}
.u-vscroll._minh800 {
  min-height: calc(800 * 1px);
}
.u-vscroll._minh850 {
  min-height: calc(850 * 1px);
}
.u-vscroll._minh900 {
  min-height: calc(900 * 1px);
}
.u-vscroll._minh950 {
  min-height: calc(950 * 1px);
}
.u-vscroll._minh1000 {
  min-height: calc(1000 * 1px);
}
.u-vscroll._h50 > * {
  max-height: calc(50 * 1px);
}
.u-vscroll._h100 > * {
  max-height: calc(100 * 1px);
}
.u-vscroll._h150 > * {
  max-height: calc(150 * 1px);
}
.u-vscroll._h200 > * {
  max-height: calc(200 * 1px);
}
.u-vscroll._h250 > * {
  max-height: calc(250 * 1px);
}
.u-vscroll._h300 > * {
  max-height: calc(300 * 1px);
}
.u-vscroll._h350 > * {
  max-height: calc(350 * 1px);
}
.u-vscroll._h400 > * {
  max-height: calc(400 * 1px);
}
.u-vscroll._h450 > * {
  max-height: calc(450 * 1px);
}
.u-vscroll._h500 > * {
  max-height: calc(500 * 1px);
}
.u-vscroll._h550 > * {
  max-height: calc(550 * 1px);
}
.u-vscroll._h600 > * {
  max-height: calc(600 * 1px);
}
.u-vscroll._h650 > * {
  max-height: calc(650 * 1px);
}
.u-vscroll._h700 > * {
  max-height: calc(700 * 1px);
}
.u-vscroll._h750 > * {
  max-height: calc(750 * 1px);
}
.u-vscroll._h800 > * {
  max-height: calc(800 * 1px);
}
.u-vscroll._h850 > * {
  max-height: calc(850 * 1px);
}
.u-vscroll._h900 > * {
  max-height: calc(900 * 1px);
}
.u-vscroll._h950 > * {
  max-height: calc(950 * 1px);
}
.u-vscroll._h1000 > * {
  max-height: calc(1000 * 1px);
}

/* 画像枠とシャドウ
-------------------------------------------------- */
.u-imgFrame {
  border: 3px solid white;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px 2px;
}

/* テキストリンク
-------------------------------------------------- */
.u-textLink {
  display: inline-block;
  margin-right: 0.3rem;
  font-weight: 700;
  border-bottom: solid thin #ddd;
}
.u-textLink::after {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea42";
  margin-left: 0.3rem;
  text-decoration: none;
}
.u-textLink[target=_blank]::after {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  margin-left: 0.3rem;
  text-decoration: none;
}
.u-textLink.stretched-link::before {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea42";
  margin-right: 0.3rem;
  text-decoration: none;
}
.u-textLink.stretched-link::after {
  opacity: 0;
}
.u-textLink:hover {
  border-bottom: solid thin #777;
  opacity: 1;
}

/* 文字のハイライト
-------------------------------------------------- */
.u-marker {
  display: inline;
  font-weight: bold;
  line-height: 1.2;
  color: #555;
  background-image: linear-gradient(transparent 70%, #ffedcc 70%);
}

.text-wrap {
  position: relative;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.text-wrap .inner {
  position: relative;
  z-index: 2;
  padding: 20px;
  background-color: white;
  border: solid 3px #26b7e1;
}
.text-wrap::after {
  position: absolute;
  right: -2rem;
  right: -15px;
  bottom: -2rem;
  bottom: -15px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: radial-gradient(circle, #26b7e1 20%, rgba(0, 0, 0, 0) 10%), radial-gradient(circle, #26b7e1 20%, rgba(0, 0, 0, 0) 10%);
  background-position: 0 0, 4px 4px;
  background-size: 8px 8px;
}

/* 丸いアイコン
-------------------------------------------------- */
.u-round {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  border: solid 5px #ddd;
}
.u-round > .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 100%;
  transform: translate(-50%, -50%);
}
.u-round > img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.u-round > ._hover {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(-50%, -50%);
}
.u-round::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: radial-gradient(#525252, #949494);
  background-position: left top;
  background-size: 200% 200%;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(-50%, -50%);
}
.u-round::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.u-round:hover {
  opacity: 1;
}
.u-round:hover > ._hover {
  transform: translate(-50%, -50%) scale(1.2);
}
.u-round:hover::after {
  animation-name: animation;
  animation-duration: 10s;
  animation-play-state: running;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes animation {
  0% {
    background-position: left top;
    transform: translate(-50%, -50%) rotate(0);
  }
  25% {
    background-position: right top;
  }
  50% {
    background-position: right bottom;
  }
  75% {
    background-position: left bottom;
  }
  100% {
    background-position: left top;
    transform: translate(-50%, -50%) rotate(1turn);
  }
}

/* 平行四辺形
-------------------------------------------------- */
.u-rectangle {
  position: relative;
  overflow: hidden;
}
.u-rectangle::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.u-rectangle._right {
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
          clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
}
.u-rectangle._right::before {
  padding-top: 150%;
}
.u-rectangle._left {
  -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
          clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
}
.u-rectangle._left::before {
  padding-top: 150%;
}
.u-rectangle > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* background統一
-------------------------------------------------- */
.u-bgiCover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.u-bgiCover._blend {
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}

.u-bgiContain {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.u-bgiLeft {
  background-color: #faf5ea;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 90%;
}
@media (max-width: 991.98px) {
  .u-bgiLeft {
    background-color: rgba(250, 245, 234, 0.7);
    background-blend-mode: lighten;
  }
}

.u-bgiRight {
  background-repeat: no-repeat;
  background-position: right 50px bottom 50px;
  background-size: 350px auto;
}

.u-bgiBoth {
  background-image: url("../img/bg-body1.svg"), url("../img/bg-body2.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  background-size: 450px auto, 450px auto;
}
.u-bgiBoth._lighten {
  background-color: rgba(255, 255, 255, 0.8) !important;
  background-blend-mode: lighten;
}
@media (max-width: 575.98px) {
  .u-bgiBoth {
    background-color: rgba(255, 255, 255, 0.8);
    background-size: 50% auto, 50% auto;
    background-blend-mode: lighten;
  }
}

.u-bgiRepeat {
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 200px auto;
}
@media (max-width: 991.98px) {
  .u-bgiRepeat {
    background-attachment: scroll;
    background-size: 100px auto;
  }
}

.u-bgiRepeatX {
  background-repeat: repeat-x;
  background-position: center bottom;
}

.u-bgiRepeatY {
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100%;
}

.u-bgiNoRepeat {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 400px auto;
}

.u-bgiAttachment {
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .u-bgiAttachment._repeat {
    background-size: 100%;
  }
}
@media (max-width: 991.98px) {
  .u-bgiAttachment {
    background-attachment: scroll;
  }
}

/* 角丸図形
-------------------------------------------------- */
.u-bdrad {
  overflow: hidden;
  border-radius: 20px;
}
.u-bdrad._left {
  border-radius: 20px 0 0 20px;
}
.u-bdrad._right {
  border-radius: 0 20px 20px 0;
}
@media (max-width: 991.98px) {
  .u-bdrad {
    border-radius: 10px !important;
  }
}

/* object-fit
-------------------------------------------------- */
.u-ofcover {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}

.u-ofcontain {
  width: 100%;
  height: 100%;
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
}

/* 幅指定
-------------------------------------------------- */
.u-width {
  max-width: 100%;
}
.u-width._w-auto {
  width: auto;
}
.u-width._w-50 {
  width: 50px;
}
.u-width._w-100 {
  width: 100px;
}
.u-width._w-150 {
  width: 150px;
}
.u-width._w-200 {
  width: 200px;
}
.u-width._w-250 {
  width: 250px;
}
.u-width._w-300 {
  width: 300px;
}
.u-width._w-350 {
  width: 350px;
}
.u-width._w-400 {
  width: 400px;
}
.u-width._w-450 {
  width: 450px;
}
.u-width._w-500 {
  width: 500px;
}
.u-width._w-550 {
  width: 550px;
}
.u-width._w-600 {
  width: 600px;
}
.u-width._w-650 {
  width: 650px;
}
.u-width._w-700 {
  width: 700px;
}
.u-width._w-750 {
  width: 750px;
}
.u-width._w-800 {
  width: 800px;
}
.u-width._w-850 {
  width: 850px;
}
.u-width._w-900 {
  width: 900px;
}
.u-width._w-950 {
  width: 950px;
}
.u-width._w-1000 {
  width: 1000px;
}
@media (min-width: 576px) {
  .u-width._w-md-auto {
    width: auto;
  }
  .u-width._w-md-50 {
    width: 50px;
  }
  .u-width._w-md-100 {
    width: 100px;
  }
  .u-width._w-md-150 {
    width: 150px;
  }
  .u-width._w-md-200 {
    width: 200px;
  }
  .u-width._w-md-250 {
    width: 250px;
  }
  .u-width._w-md-300 {
    width: 300px;
  }
  .u-width._w-md-350 {
    width: 350px;
  }
  .u-width._w-md-400 {
    width: 400px;
  }
  .u-width._w-md-450 {
    width: 450px;
  }
  .u-width._w-md-500 {
    width: 500px;
  }
  .u-width._w-md-550 {
    width: 550px;
  }
  .u-width._w-md-600 {
    width: 600px;
  }
  .u-width._w-md-650 {
    width: 650px;
  }
  .u-width._w-md-700 {
    width: 700px;
  }
  .u-width._w-md-750 {
    width: 750px;
  }
  .u-width._w-md-800 {
    width: 800px;
  }
  .u-width._w-md-850 {
    width: 850px;
  }
  .u-width._w-md-900 {
    width: 900px;
  }
  .u-width._w-md-950 {
    width: 950px;
  }
  .u-width._w-md-1000 {
    width: 1000px;
  }
}
@media (min-width: 992px) {
  .u-width._w-lg-auto {
    width: auto;
  }
  .u-width._w-lg-50 {
    width: 50px;
  }
  .u-width._w-lg-100 {
    width: 100px;
  }
  .u-width._w-lg-150 {
    width: 150px;
  }
  .u-width._w-lg-200 {
    width: 200px;
  }
  .u-width._w-lg-250 {
    width: 250px;
  }
  .u-width._w-lg-300 {
    width: 300px;
  }
  .u-width._w-lg-350 {
    width: 350px;
  }
  .u-width._w-lg-400 {
    width: 400px;
  }
  .u-width._w-lg-450 {
    width: 450px;
  }
  .u-width._w-lg-500 {
    width: 500px;
  }
  .u-width._w-lg-550 {
    width: 550px;
  }
  .u-width._w-lg-600 {
    width: 600px;
  }
  .u-width._w-lg-650 {
    width: 650px;
  }
  .u-width._w-lg-700 {
    width: 700px;
  }
  .u-width._w-lg-750 {
    width: 750px;
  }
  .u-width._w-lg-800 {
    width: 800px;
  }
  .u-width._w-lg-850 {
    width: 850px;
  }
  .u-width._w-lg-900 {
    width: 900px;
  }
  .u-width._w-lg-950 {
    width: 950px;
  }
  .u-width._w-lg-1000 {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  .u-width._w-xl-auto {
    width: auto;
  }
  .u-width._w-xl-50 {
    width: 50px;
  }
  .u-width._w-xl-100 {
    width: 100px;
  }
  .u-width._w-xl-150 {
    width: 150px;
  }
  .u-width._w-xl-200 {
    width: 200px;
  }
  .u-width._w-xl-250 {
    width: 250px;
  }
  .u-width._w-xl-300 {
    width: 300px;
  }
  .u-width._w-xl-350 {
    width: 350px;
  }
  .u-width._w-xl-400 {
    width: 400px;
  }
  .u-width._w-xl-450 {
    width: 450px;
  }
  .u-width._w-xl-500 {
    width: 500px;
  }
  .u-width._w-xl-550 {
    width: 550px;
  }
  .u-width._w-xl-600 {
    width: 600px;
  }
  .u-width._w-xl-650 {
    width: 650px;
  }
  .u-width._w-xl-700 {
    width: 700px;
  }
  .u-width._w-xl-750 {
    width: 750px;
  }
  .u-width._w-xl-800 {
    width: 800px;
  }
  .u-width._w-xl-850 {
    width: 850px;
  }
  .u-width._w-xl-900 {
    width: 900px;
  }
  .u-width._w-xl-950 {
    width: 950px;
  }
  .u-width._w-xl-1000 {
    width: 1000px;
  }
}
@media (min-width: 1400px) {
  .u-width._w-xxl-auto {
    width: auto;
  }
  .u-width._w-xxl-50 {
    width: 50px;
  }
  .u-width._w-xxl-100 {
    width: 100px;
  }
  .u-width._w-xxl-150 {
    width: 150px;
  }
  .u-width._w-xxl-200 {
    width: 200px;
  }
  .u-width._w-xxl-250 {
    width: 250px;
  }
  .u-width._w-xxl-300 {
    width: 300px;
  }
  .u-width._w-xxl-350 {
    width: 350px;
  }
  .u-width._w-xxl-400 {
    width: 400px;
  }
  .u-width._w-xxl-450 {
    width: 450px;
  }
  .u-width._w-xxl-500 {
    width: 500px;
  }
  .u-width._w-xxl-550 {
    width: 550px;
  }
  .u-width._w-xxl-600 {
    width: 600px;
  }
  .u-width._w-xxl-650 {
    width: 650px;
  }
  .u-width._w-xxl-700 {
    width: 700px;
  }
  .u-width._w-xxl-750 {
    width: 750px;
  }
  .u-width._w-xxl-800 {
    width: 800px;
  }
  .u-width._w-xxl-850 {
    width: 850px;
  }
  .u-width._w-xxl-900 {
    width: 900px;
  }
  .u-width._w-xxl-950 {
    width: 950px;
  }
  .u-width._w-xxl-1000 {
    width: 1000px;
  }
}

/* 高さ指定
-------------------------------------------------- */
.u-height {
  position: relative;
  overflow: hidden;
}
.u-height._shadow {
  position: relative;
  padding-bottom: 2rem;
  padding-right: 2rem;
}
.u-height._shadow::after {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  display: block;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  content: "";
  background-color: #cccdcd;
}
.u-height._shadow > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .u-height._shadow {
    padding-bottom: 1rem;
    padding-right: 1rem;
  }
  .u-height._shadow::after {
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
  }
}
.u-height._h-auto {
  height: auto;
}
.u-height._h-50 {
  height: 50px;
}
.u-height._h-100 {
  height: 100px;
}
.u-height._h-150 {
  height: 150px;
}
.u-height._h-200 {
  height: 200px;
}
.u-height._h-250 {
  height: 250px;
}
.u-height._h-300 {
  height: 300px;
}
.u-height._h-350 {
  height: 350px;
}
.u-height._h-400 {
  height: 400px;
}
.u-height._h-450 {
  height: 450px;
}
.u-height._h-500 {
  height: 500px;
}
.u-height._h-550 {
  height: 550px;
}
.u-height._h-600 {
  height: 600px;
}
.u-height._h-650 {
  height: 650px;
}
.u-height._h-700 {
  height: 700px;
}
.u-height._h-750 {
  height: 750px;
}
.u-height._h-800 {
  height: 800px;
}
.u-height._h-850 {
  height: 850px;
}
.u-height._h-900 {
  height: 900px;
}
.u-height._h-950 {
  height: 950px;
}
.u-height._h-1000 {
  height: 1000px;
}
@media (min-width: 576px) {
  .u-height._h-md-auto {
    height: auto;
  }
  .u-height._h-md-50 {
    height: 50px;
  }
  .u-height._h-md-100 {
    height: 100px;
  }
  .u-height._h-md-150 {
    height: 150px;
  }
  .u-height._h-md-200 {
    height: 200px;
  }
  .u-height._h-md-250 {
    height: 250px;
  }
  .u-height._h-md-300 {
    height: 300px;
  }
  .u-height._h-md-350 {
    height: 350px;
  }
  .u-height._h-md-400 {
    height: 400px;
  }
  .u-height._h-md-450 {
    height: 450px;
  }
  .u-height._h-md-500 {
    height: 500px;
  }
  .u-height._h-md-550 {
    height: 550px;
  }
  .u-height._h-md-600 {
    height: 600px;
  }
  .u-height._h-md-650 {
    height: 650px;
  }
  .u-height._h-md-700 {
    height: 700px;
  }
  .u-height._h-md-750 {
    height: 750px;
  }
  .u-height._h-md-800 {
    height: 800px;
  }
  .u-height._h-md-850 {
    height: 850px;
  }
  .u-height._h-md-900 {
    height: 900px;
  }
  .u-height._h-md-950 {
    height: 950px;
  }
  .u-height._h-md-1000 {
    height: 1000px;
  }
}
@media (min-width: 992px) {
  .u-height._h-lg-auto {
    height: auto;
  }
  .u-height._h-lg-50 {
    height: 50px;
  }
  .u-height._h-lg-100 {
    height: 100px;
  }
  .u-height._h-lg-150 {
    height: 150px;
  }
  .u-height._h-lg-200 {
    height: 200px;
  }
  .u-height._h-lg-250 {
    height: 250px;
  }
  .u-height._h-lg-300 {
    height: 300px;
  }
  .u-height._h-lg-350 {
    height: 350px;
  }
  .u-height._h-lg-400 {
    height: 400px;
  }
  .u-height._h-lg-450 {
    height: 450px;
  }
  .u-height._h-lg-500 {
    height: 500px;
  }
  .u-height._h-lg-550 {
    height: 550px;
  }
  .u-height._h-lg-600 {
    height: 600px;
  }
  .u-height._h-lg-650 {
    height: 650px;
  }
  .u-height._h-lg-700 {
    height: 700px;
  }
  .u-height._h-lg-750 {
    height: 750px;
  }
  .u-height._h-lg-800 {
    height: 800px;
  }
  .u-height._h-lg-850 {
    height: 850px;
  }
  .u-height._h-lg-900 {
    height: 900px;
  }
  .u-height._h-lg-950 {
    height: 950px;
  }
  .u-height._h-lg-1000 {
    height: 1000px;
  }
}
@media (min-width: 1200px) {
  .u-height._h-xl-auto {
    height: auto;
  }
  .u-height._h-xl-50 {
    height: 50px;
  }
  .u-height._h-xl-100 {
    height: 100px;
  }
  .u-height._h-xl-150 {
    height: 150px;
  }
  .u-height._h-xl-200 {
    height: 200px;
  }
  .u-height._h-xl-250 {
    height: 250px;
  }
  .u-height._h-xl-300 {
    height: 300px;
  }
  .u-height._h-xl-350 {
    height: 350px;
  }
  .u-height._h-xl-400 {
    height: 400px;
  }
  .u-height._h-xl-450 {
    height: 450px;
  }
  .u-height._h-xl-500 {
    height: 500px;
  }
  .u-height._h-xl-550 {
    height: 550px;
  }
  .u-height._h-xl-600 {
    height: 600px;
  }
  .u-height._h-xl-650 {
    height: 650px;
  }
  .u-height._h-xl-700 {
    height: 700px;
  }
  .u-height._h-xl-750 {
    height: 750px;
  }
  .u-height._h-xl-800 {
    height: 800px;
  }
  .u-height._h-xl-850 {
    height: 850px;
  }
  .u-height._h-xl-900 {
    height: 900px;
  }
  .u-height._h-xl-950 {
    height: 950px;
  }
  .u-height._h-xl-1000 {
    height: 1000px;
  }
}
@media (min-width: 1400px) {
  .u-height._h-xxl-auto {
    height: auto;
  }
  .u-height._h-xxl-50 {
    height: 50px;
  }
  .u-height._h-xxl-100 {
    height: 100px;
  }
  .u-height._h-xxl-150 {
    height: 150px;
  }
  .u-height._h-xxl-200 {
    height: 200px;
  }
  .u-height._h-xxl-250 {
    height: 250px;
  }
  .u-height._h-xxl-300 {
    height: 300px;
  }
  .u-height._h-xxl-350 {
    height: 350px;
  }
  .u-height._h-xxl-400 {
    height: 400px;
  }
  .u-height._h-xxl-450 {
    height: 450px;
  }
  .u-height._h-xxl-500 {
    height: 500px;
  }
  .u-height._h-xxl-550 {
    height: 550px;
  }
  .u-height._h-xxl-600 {
    height: 600px;
  }
  .u-height._h-xxl-650 {
    height: 650px;
  }
  .u-height._h-xxl-700 {
    height: 700px;
  }
  .u-height._h-xxl-750 {
    height: 750px;
  }
  .u-height._h-xxl-800 {
    height: 800px;
  }
  .u-height._h-xxl-850 {
    height: 850px;
  }
  .u-height._h-xxl-900 {
    height: 900px;
  }
  .u-height._h-xxl-950 {
    height: 950px;
  }
  .u-height._h-xxl-1000 {
    height: 1000px;
  }
}

/* cmsのボタン装飾
-------------------------------------------------- */
.blog-cms .pages {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr;
  font-size: 0.8em;
  overflow: hidden;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
}
.blog-cms .pages > .page_next > a,
.blog-cms .pages > .page_prev > a {
  border: solid thin #999A9A;
  padding: 0.5rem 0.2rem;
  display: block;
}
.blog-cms .pages > .page_next > a:hover,
.blog-cms .pages > .page_prev > a:hover {
  color: white;
  background-color: #999A9A;
  transition: all 0.3s ease;
}
.blog-cms .pages > .page_next::before,
.blog-cms .pages > .page_prev::before {
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  display: block;
}
.blog-cms._detail .pages > .page_next {
  grid-column: 1/7;
}
.blog-cms._detail .pages > .page_next::before {
  content: "NEXT";
  text-align: left;
}
.blog-cms._detail .pages > .page_prev {
  grid-column: 7/13;
}
.blog-cms._detail .pages > .page_prev::before {
  content: "PREV";
  text-align: right;
}
.blog-cms._list .pages {
  font-size: 0.9em;
}
.blog-cms._list .pages > .page_next {
  grid-column: 10/13;
}
.blog-cms._list .pages > .page_next::before {
  content: "OLDER";
  text-align: right;
}
.blog-cms._list .pages > .page_prev {
  grid-column: 1/4;
}
.blog-cms._list .pages > .page_prev::before {
  content: "NEWER";
  text-align: left;
}
@media (min-width: 992px) {
  .blog-cms._detail .pages > .page_next {
    grid-column: 1/6;
  }
  .blog-cms._detail .pages > .page_prev {
    grid-column: 8/13;
  }
  .blog-cms._list .pages > .page_next {
    grid-column: 9/13;
  }
  .blog-cms._list .pages > .page_prev {
    grid-column: 1/5;
  }
}

/* コンテナ1
-------------------------------------------------- */
.u-container1 {
  position: relative;
  padding: 4rem;
  line-height: 2;
  background-color: #eee;
}
.u-container1::before {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e977";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  display: block;
  font-size: 1.5em;
  color: #ccc;
  text-align: left;
}
.u-container1::after {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e978";
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  display: block;
  padding-top: 15px;
  font-size: 1.5em;
  color: #ccc;
  text-align: right;
}
.u-container1._lignt {
  color: white;
}
.u-container1._lignt::before {
  color: white;
}
.u-container1._lignt::after {
  color: white;
}
@media (max-width: 991.98px) {
  .u-container1 {
    padding: 4rem 2rem;
  }
}

/* コンテナ2
-------------------------------------------------- */
.u-container2 {
  --inset: 0.8rem;
  position: relative;
  padding: 0 var(--inset) var(--inset) 0;
}
.u-container2 > .inner {
  position: relative;
  z-index: 1;
  padding: calc(var(--inset) * 3);
  background-color: white;
  border: solid 3px #999A9A;
}
.u-container2::before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  width: calc(100% - var(--inset));
  height: calc(100% - var(--inset));
  content: "";
  background-image: radial-gradient(#7bded9 40%, transparent 40%);
  background-size: 6px 6px;
}
@media (max-width: 575.98px) {
  .u-container2 {
    --inset: 1rem;
  }
  .u-container2 > .inner {
    padding: calc(var(--inset) * 2) calc(var(--inset) * 1);
  }
}

/* バナーリンク1
-------------------------------------------------- */
/* a.u-bnrlink1._circle>div.bg>img[src="<?= \$sample; ?>"]^div.inner>h4.title-main{タイトル}+p.title-sub{title} */
.u-bnrlink1 {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.u-bnrlink1._polygon {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.u-bnrlink1._polygon:hover {
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
}
.u-bnrlink1._circle:hover {
  border-radius: 50%;
}
.u-bnrlink1::before {
  position: relative;
  z-index: 1;
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  height: 100%;
}
.u-bnrlink1::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 200%;
  height: 200%;
  content: "";
  background-image: linear-gradient(to left, white, #999A9A);
  background-size: 100%;
  opacity: 0;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(-50%, -50%) rotate(0turn);
}
.u-bnrlink1 > .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.u-bnrlink1 > .bg > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.u-bnrlink1 > .inner {
  position: absolute;
  bottom: 0;
  left: 0.3rem;
  z-index: 3;
  width: calc(100% - 0.6rem);
  height: auto;
  padding: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.u-bnrlink1 > .inner .title-main {
  font-size: 1.5rem;
  font-weight: 500;
  color: white;
}
.u-bnrlink1 > .inner .title-sub {
  margin-bottom: 0;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: white;
  text-transform: uppercase;
}
.u-bnrlink1 > .inner .dummy-btn {
  position: absolute;
  bottom: -20px;
  left: 20px;
  display: inline-block;
  padding: 0.3rem 1rem 0;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 0.8rem;
  color: white;
  border: solid thin white;
  opacity: 0;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.u-bnrlink1:hover {
  opacity: 0.9;
  transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.u-bnrlink1:hover::after {
  opacity: 0.9;
  transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation-name: bnrlink1;
  animation-duration: 8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
.u-bnrlink1:hover > .bg {
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transform: scale(1.2) rotate(-30deg);
}
.u-bnrlink1:hover > .inner {
  bottom: 50%;
  transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transform: translateY(50%);
}
.u-bnrlink1:hover > .inner .dummy-btn {
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
@media (max-width: 575.98px) {
  .u-bnrlink1 .inner {
    padding: 1rem;
  }
  .u-bnrlink1 .inner .title-main {
    font-size: 1rem;
  }
  .u-bnrlink1 .inner .title-sub {
    font-size: 0.8rem;
  }
}
@keyframes bnrlink1 {
  from {
    background-position: 0% 0%;
    transform: translate(-50%, -50%) rotate(0turn);
  }
  to {
    background-position: 100% 1000%;
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
.u-bnrlink1._ratio-1x1 {
  aspect-ratio: 1;
}
.u-bnrlink1._ratio-4x3 {
  aspect-ratio: 1.3333333333;
}
.u-bnrlink1._ratio-16x9 {
  aspect-ratio: 1.7777777778;
}
.u-bnrlink1._ratio-16x11 {
  aspect-ratio: 1.4545454545;
}
.u-bnrlink1._ratio-21x9 {
  aspect-ratio: 2.3333333333;
}
.u-bnrlink1._ratio-3x4 {
  aspect-ratio: 0.75;
}
.u-bnrlink1._ratio-9x16 {
  aspect-ratio: 0.5625;
}
.u-bnrlink1._ratio-9x21 {
  aspect-ratio: 0.4285714286;
}
.u-bnrlink1._ratio-unset {
  aspect-ratio: unset;
}
.u-bnrlink1._ratio-fill {
  aspect-ratio: unset;
  height: 100%;
}
@media (min-width: 576px) {
  .u-bnrlink1 {
    height: auto;
  }
  .u-bnrlink1._ratio-md-1x1 {
    aspect-ratio: 1;
  }
  .u-bnrlink1._ratio-md-4x3 {
    aspect-ratio: 1.3333333333;
  }
  .u-bnrlink1._ratio-md-16x9 {
    aspect-ratio: 1.7777777778;
  }
  .u-bnrlink1._ratio-md-16x11 {
    aspect-ratio: 1.4545454545;
  }
  .u-bnrlink1._ratio-md-21x9 {
    aspect-ratio: 2.3333333333;
  }
  .u-bnrlink1._ratio-md-3x4 {
    aspect-ratio: 0.75;
  }
  .u-bnrlink1._ratio-md-9x16 {
    aspect-ratio: 0.5625;
  }
  .u-bnrlink1._ratio-md-9x21 {
    aspect-ratio: 0.4285714286;
  }
  .u-bnrlink1._ratio-md-unset {
    aspect-ratio: unset;
  }
  .u-bnrlink1._ratio-md-fill {
    aspect-ratio: unset;
  }
}
@media (min-width: 992px) {
  .u-bnrlink1 {
    height: auto;
  }
  .u-bnrlink1._ratio-lg-1x1 {
    aspect-ratio: 1;
  }
  .u-bnrlink1._ratio-lg-4x3 {
    aspect-ratio: 1.3333333333;
  }
  .u-bnrlink1._ratio-lg-16x9 {
    aspect-ratio: 1.7777777778;
  }
  .u-bnrlink1._ratio-lg-16x11 {
    aspect-ratio: 1.4545454545;
  }
  .u-bnrlink1._ratio-lg-21x9 {
    aspect-ratio: 2.3333333333;
  }
  .u-bnrlink1._ratio-lg-3x4 {
    aspect-ratio: 0.75;
  }
  .u-bnrlink1._ratio-lg-9x16 {
    aspect-ratio: 0.5625;
  }
  .u-bnrlink1._ratio-lg-9x21 {
    aspect-ratio: 0.4285714286;
  }
  .u-bnrlink1._ratio-lg-unset {
    aspect-ratio: unset;
  }
  .u-bnrlink1._ratio-lg-fill {
    aspect-ratio: unset;
  }
}
@media (min-width: 1200px) {
  .u-bnrlink1 {
    height: auto;
  }
  .u-bnrlink1._ratio-xl-1x1 {
    aspect-ratio: 1;
  }
  .u-bnrlink1._ratio-xl-4x3 {
    aspect-ratio: 1.3333333333;
  }
  .u-bnrlink1._ratio-xl-16x9 {
    aspect-ratio: 1.7777777778;
  }
  .u-bnrlink1._ratio-xl-16x11 {
    aspect-ratio: 1.4545454545;
  }
  .u-bnrlink1._ratio-xl-21x9 {
    aspect-ratio: 2.3333333333;
  }
  .u-bnrlink1._ratio-xl-3x4 {
    aspect-ratio: 0.75;
  }
  .u-bnrlink1._ratio-xl-9x16 {
    aspect-ratio: 0.5625;
  }
  .u-bnrlink1._ratio-xl-9x21 {
    aspect-ratio: 0.4285714286;
  }
  .u-bnrlink1._ratio-xl-unset {
    aspect-ratio: unset;
  }
  .u-bnrlink1._ratio-xl-fill {
    aspect-ratio: unset;
  }
}
@media (min-width: 1400px) {
  .u-bnrlink1 {
    height: auto;
  }
  .u-bnrlink1._ratio-xxl-1x1 {
    aspect-ratio: 1;
  }
  .u-bnrlink1._ratio-xxl-4x3 {
    aspect-ratio: 1.3333333333;
  }
  .u-bnrlink1._ratio-xxl-16x9 {
    aspect-ratio: 1.7777777778;
  }
  .u-bnrlink1._ratio-xxl-16x11 {
    aspect-ratio: 1.4545454545;
  }
  .u-bnrlink1._ratio-xxl-21x9 {
    aspect-ratio: 2.3333333333;
  }
  .u-bnrlink1._ratio-xxl-3x4 {
    aspect-ratio: 0.75;
  }
  .u-bnrlink1._ratio-xxl-9x16 {
    aspect-ratio: 0.5625;
  }
  .u-bnrlink1._ratio-xxl-9x21 {
    aspect-ratio: 0.4285714286;
  }
  .u-bnrlink1._ratio-xxl-unset {
    aspect-ratio: unset;
  }
  .u-bnrlink1._ratio-xxl-fill {
    aspect-ratio: unset;
  }
}

/* バナーリンク2
-------------------------------------------------- */
/* a.u-bnrLink2._ratio-16x9._dark>div.inner.text-center>p.en.mb-0{###}+h4{###}+hr.bnr-divider+em.dummy-btn.en.fs-7{Read more}^img[src="img/top1.jpg"].bgi */
.u-bnrLink2 {
  position: relative;
  display: block;
  height: auto;
  overflow: hidden;
  aspect-ratio: 1.7777777778;
  width: 100%;
}
.u-bnrLink2 > .bgi {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.u-bnrLink2 > .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 90%;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(-50%, -50%);
}
.u-bnrLink2 > .inner .bnr-divider {
  width: 5rem;
  margin-right: auto;
  margin-left: auto;
}
.u-bnrLink2 > .inner > .dummy-btn {
  display: inline-block;
  padding: 0 1rem;
}
.u-bnrLink2::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 300%;
  height: 100%;
  content: "";
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.u-bnrLink2:hover {
  opacity: 1;
}
.u-bnrLink2:hover > .bgi {
  filter: blur(5px) grayscale(100%);
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(-50%, -50%) scale(1.2);
}
.u-bnrLink2:hover > .inner {
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(-50%, -50%) scale(1.1);
}
.u-bnrLink2:hover > .inner > .dummy-btn {
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.u-bnrLink2:hover::before {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(-60%);
}
.u-bnrLink2._light > .inner {
  color: #212529;
}
.u-bnrLink2._light > .inner .bnr-divider {
  background-color: #212529;
}
.u-bnrLink2._light > .inner > .dummy-btn {
  border: solid thin #212529;
}
.u-bnrLink2._light::before {
  background-image: linear-gradient(105deg, rgba(248, 249, 250, 0.8) 50%, rgba(248, 249, 250, 0.2) 50%);
}
.u-bnrLink2._light:hover > .inner > .dummy-btn {
  color: #f8f9fa;
  background-color: #999A9A;
}
.u-bnrLink2._dark > .inner {
  color: #f8f9fa;
}
.u-bnrLink2._dark > .inner .bnr-divider {
  background-color: #f8f9fa;
}
.u-bnrLink2._dark > .inner > .dummy-btn {
  border: solid thin #f8f9fa;
}
.u-bnrLink2._dark::before {
  background-image: linear-gradient(105deg, rgba(33, 37, 41, 0.6) 50%, rgba(33, 37, 41, 0.2) 50%);
}
.u-bnrLink2._dark:hover > .inner > .dummy-btn {
  color: #212529;
  background-color: #f8f9fa;
}
.u-bnrLink2._ratio-1x1 {
  aspect-ratio: 1;
}
.u-bnrLink2._ratio-4x3 {
  aspect-ratio: 1.3333333333;
}
.u-bnrLink2._ratio-16x9 {
  aspect-ratio: 1.7777777778;
}
.u-bnrLink2._ratio-16x11 {
  aspect-ratio: 1.4545454545;
}
.u-bnrLink2._ratio-21x9 {
  aspect-ratio: 2.3333333333;
}
.u-bnrLink2._ratio-3x4 {
  aspect-ratio: 0.75;
}
.u-bnrLink2._ratio-9x16 {
  aspect-ratio: 0.5625;
}
.u-bnrLink2._ratio-9x21 {
  aspect-ratio: 0.4285714286;
}
.u-bnrLink2._ratio-unset {
  aspect-ratio: unset;
}
.u-bnrLink2._ratio-fill {
  aspect-ratio: unset;
  height: 100%;
}
@media (min-width: 576px) {
  .u-bnrLink2 {
    height: auto;
  }
  .u-bnrLink2._ratio-md-1x1 {
    aspect-ratio: 1;
  }
  .u-bnrLink2._ratio-md-4x3 {
    aspect-ratio: 1.3333333333;
  }
  .u-bnrLink2._ratio-md-16x9 {
    aspect-ratio: 1.7777777778;
  }
  .u-bnrLink2._ratio-md-16x11 {
    aspect-ratio: 1.4545454545;
  }
  .u-bnrLink2._ratio-md-21x9 {
    aspect-ratio: 2.3333333333;
  }
  .u-bnrLink2._ratio-md-3x4 {
    aspect-ratio: 0.75;
  }
  .u-bnrLink2._ratio-md-9x16 {
    aspect-ratio: 0.5625;
  }
  .u-bnrLink2._ratio-md-9x21 {
    aspect-ratio: 0.4285714286;
  }
  .u-bnrLink2._ratio-md-unset {
    aspect-ratio: unset;
  }
  .u-bnrLink2._ratio-md-fill {
    aspect-ratio: unset;
  }
}
@media (min-width: 992px) {
  .u-bnrLink2 {
    height: auto;
  }
  .u-bnrLink2._ratio-lg-1x1 {
    aspect-ratio: 1;
  }
  .u-bnrLink2._ratio-lg-4x3 {
    aspect-ratio: 1.3333333333;
  }
  .u-bnrLink2._ratio-lg-16x9 {
    aspect-ratio: 1.7777777778;
  }
  .u-bnrLink2._ratio-lg-16x11 {
    aspect-ratio: 1.4545454545;
  }
  .u-bnrLink2._ratio-lg-21x9 {
    aspect-ratio: 2.3333333333;
  }
  .u-bnrLink2._ratio-lg-3x4 {
    aspect-ratio: 0.75;
  }
  .u-bnrLink2._ratio-lg-9x16 {
    aspect-ratio: 0.5625;
  }
  .u-bnrLink2._ratio-lg-9x21 {
    aspect-ratio: 0.4285714286;
  }
  .u-bnrLink2._ratio-lg-unset {
    aspect-ratio: unset;
  }
  .u-bnrLink2._ratio-lg-fill {
    aspect-ratio: unset;
  }
}
@media (min-width: 1200px) {
  .u-bnrLink2 {
    height: auto;
  }
  .u-bnrLink2._ratio-xl-1x1 {
    aspect-ratio: 1;
  }
  .u-bnrLink2._ratio-xl-4x3 {
    aspect-ratio: 1.3333333333;
  }
  .u-bnrLink2._ratio-xl-16x9 {
    aspect-ratio: 1.7777777778;
  }
  .u-bnrLink2._ratio-xl-16x11 {
    aspect-ratio: 1.4545454545;
  }
  .u-bnrLink2._ratio-xl-21x9 {
    aspect-ratio: 2.3333333333;
  }
  .u-bnrLink2._ratio-xl-3x4 {
    aspect-ratio: 0.75;
  }
  .u-bnrLink2._ratio-xl-9x16 {
    aspect-ratio: 0.5625;
  }
  .u-bnrLink2._ratio-xl-9x21 {
    aspect-ratio: 0.4285714286;
  }
  .u-bnrLink2._ratio-xl-unset {
    aspect-ratio: unset;
  }
  .u-bnrLink2._ratio-xl-fill {
    aspect-ratio: unset;
  }
}
@media (min-width: 1400px) {
  .u-bnrLink2 {
    height: auto;
  }
  .u-bnrLink2._ratio-xxl-1x1 {
    aspect-ratio: 1;
  }
  .u-bnrLink2._ratio-xxl-4x3 {
    aspect-ratio: 1.3333333333;
  }
  .u-bnrLink2._ratio-xxl-16x9 {
    aspect-ratio: 1.7777777778;
  }
  .u-bnrLink2._ratio-xxl-16x11 {
    aspect-ratio: 1.4545454545;
  }
  .u-bnrLink2._ratio-xxl-21x9 {
    aspect-ratio: 2.3333333333;
  }
  .u-bnrLink2._ratio-xxl-3x4 {
    aspect-ratio: 0.75;
  }
  .u-bnrLink2._ratio-xxl-9x16 {
    aspect-ratio: 0.5625;
  }
  .u-bnrLink2._ratio-xxl-9x21 {
    aspect-ratio: 0.4285714286;
  }
  .u-bnrLink2._ratio-xxl-unset {
    aspect-ratio: unset;
  }
  .u-bnrLink2._ratio-xxl-fill {
    aspect-ratio: unset;
  }
}

/* バナーリンク3
-------------------------------------------------- */
/* a.u-bnrLink3._ratio-16x9>div.inner.text-center>p.en.mb-0{###}+h4{###}+hr.bnr-divider+em.dummy-btn.en.fs-7{Read more}^img[src="img/top1.jpg"].bgi */
.u-bnrLink3 {
  position: relative;
  display: block;
  height: auto;
  overflow: hidden;
  aspect-ratio: 1.7777777778;
  width: 100%;
}
.u-bnrLink3 > .bgi {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.u-bnrLink3 > .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 90%;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(-50%, -50%);
}
.u-bnrLink3 > .inner .bnr-divider {
  width: 5rem;
  margin-right: auto;
  margin-left: auto;
}
.u-bnrLink3 > .inner > .dummy-btn {
  display: inline-block;
  padding: 0 1rem;
}
.u-bnrLink3::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 300%;
  height: 100%;
  content: "";
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.u-bnrLink3:hover {
  opacity: 1;
}
.u-bnrLink3:hover > .bgi {
  filter: blur(5px) grayscale(100%);
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(-50%, -50%) scale(1.2);
}
.u-bnrLink3:hover > .inner {
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(-50%, -50%) scale(1.1);
}
.u-bnrLink3:hover > .inner > .dummy-btn {
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.u-bnrLink3:hover::before {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(-60%);
}
.u-bnrLink3 > .inner {
  color: #212529;
}
.u-bnrLink3 > .inner .bnr-divider {
  background-color: #212529;
}
.u-bnrLink3 > .inner > .dummy-btn {
  border: solid thin #212529;
}
.u-bnrLink3::before {
  background-image: linear-gradient(105deg, rgba(248, 249, 250, 0.8) 50%, rgba(248, 249, 250, 0.2) 50%);
}
.u-bnrLink3:hover > .inner > .dummy-btn {
  color: #f8f9fa;
  background-color: #999A9A;
}
.u-bnrLink3._ratio-1x1 {
  aspect-ratio: 1;
}
.u-bnrLink3._ratio-4x3 {
  aspect-ratio: 1.3333333333;
}
.u-bnrLink3._ratio-16x9 {
  aspect-ratio: 1.7777777778;
}
.u-bnrLink3._ratio-16x11 {
  aspect-ratio: 1.4545454545;
}
.u-bnrLink3._ratio-21x9 {
  aspect-ratio: 2.3333333333;
}
.u-bnrLink3._ratio-3x4 {
  aspect-ratio: 0.75;
}
.u-bnrLink3._ratio-9x16 {
  aspect-ratio: 0.5625;
}
.u-bnrLink3._ratio-9x21 {
  aspect-ratio: 0.4285714286;
}
.u-bnrLink3._ratio-unset {
  aspect-ratio: unset;
}
.u-bnrLink3._ratio-fill {
  aspect-ratio: unset;
  height: 100%;
}
@media (min-width: 576px) {
  .u-bnrLink3 {
    height: auto;
  }
  .u-bnrLink3._ratio-md-1x1 {
    aspect-ratio: 1;
  }
  .u-bnrLink3._ratio-md-4x3 {
    aspect-ratio: 1.3333333333;
  }
  .u-bnrLink3._ratio-md-16x9 {
    aspect-ratio: 1.7777777778;
  }
  .u-bnrLink3._ratio-md-16x11 {
    aspect-ratio: 1.4545454545;
  }
  .u-bnrLink3._ratio-md-21x9 {
    aspect-ratio: 2.3333333333;
  }
  .u-bnrLink3._ratio-md-3x4 {
    aspect-ratio: 0.75;
  }
  .u-bnrLink3._ratio-md-9x16 {
    aspect-ratio: 0.5625;
  }
  .u-bnrLink3._ratio-md-9x21 {
    aspect-ratio: 0.4285714286;
  }
  .u-bnrLink3._ratio-md-unset {
    aspect-ratio: unset;
  }
  .u-bnrLink3._ratio-md-fill {
    aspect-ratio: unset;
  }
}
@media (min-width: 992px) {
  .u-bnrLink3 {
    height: auto;
  }
  .u-bnrLink3._ratio-lg-1x1 {
    aspect-ratio: 1;
  }
  .u-bnrLink3._ratio-lg-4x3 {
    aspect-ratio: 1.3333333333;
  }
  .u-bnrLink3._ratio-lg-16x9 {
    aspect-ratio: 1.7777777778;
  }
  .u-bnrLink3._ratio-lg-16x11 {
    aspect-ratio: 1.4545454545;
  }
  .u-bnrLink3._ratio-lg-21x9 {
    aspect-ratio: 2.3333333333;
  }
  .u-bnrLink3._ratio-lg-3x4 {
    aspect-ratio: 0.75;
  }
  .u-bnrLink3._ratio-lg-9x16 {
    aspect-ratio: 0.5625;
  }
  .u-bnrLink3._ratio-lg-9x21 {
    aspect-ratio: 0.4285714286;
  }
  .u-bnrLink3._ratio-lg-unset {
    aspect-ratio: unset;
  }
  .u-bnrLink3._ratio-lg-fill {
    aspect-ratio: unset;
  }
}
@media (min-width: 1200px) {
  .u-bnrLink3 {
    height: auto;
  }
  .u-bnrLink3._ratio-xl-1x1 {
    aspect-ratio: 1;
  }
  .u-bnrLink3._ratio-xl-4x3 {
    aspect-ratio: 1.3333333333;
  }
  .u-bnrLink3._ratio-xl-16x9 {
    aspect-ratio: 1.7777777778;
  }
  .u-bnrLink3._ratio-xl-16x11 {
    aspect-ratio: 1.4545454545;
  }
  .u-bnrLink3._ratio-xl-21x9 {
    aspect-ratio: 2.3333333333;
  }
  .u-bnrLink3._ratio-xl-3x4 {
    aspect-ratio: 0.75;
  }
  .u-bnrLink3._ratio-xl-9x16 {
    aspect-ratio: 0.5625;
  }
  .u-bnrLink3._ratio-xl-9x21 {
    aspect-ratio: 0.4285714286;
  }
  .u-bnrLink3._ratio-xl-unset {
    aspect-ratio: unset;
  }
  .u-bnrLink3._ratio-xl-fill {
    aspect-ratio: unset;
  }
}
@media (min-width: 1400px) {
  .u-bnrLink3 {
    height: auto;
  }
  .u-bnrLink3._ratio-xxl-1x1 {
    aspect-ratio: 1;
  }
  .u-bnrLink3._ratio-xxl-4x3 {
    aspect-ratio: 1.3333333333;
  }
  .u-bnrLink3._ratio-xxl-16x9 {
    aspect-ratio: 1.7777777778;
  }
  .u-bnrLink3._ratio-xxl-16x11 {
    aspect-ratio: 1.4545454545;
  }
  .u-bnrLink3._ratio-xxl-21x9 {
    aspect-ratio: 2.3333333333;
  }
  .u-bnrLink3._ratio-xxl-3x4 {
    aspect-ratio: 0.75;
  }
  .u-bnrLink3._ratio-xxl-9x16 {
    aspect-ratio: 0.5625;
  }
  .u-bnrLink3._ratio-xxl-9x21 {
    aspect-ratio: 0.4285714286;
  }
  .u-bnrLink3._ratio-xxl-unset {
    aspect-ratio: unset;
  }
  .u-bnrLink3._ratio-xxl-fill {
    aspect-ratio: unset;
  }
}

.u-bnrlink5 {
  display: block;
  text-align: center;
}
.u-bnrlink5 .image {
  padding: 20px 0 0;
}
.u-bnrlink5 .image > img {
  transition: all 0.4s ease;
  width: 40%;
}
.u-bnrlink5 h4 {
  font-size: 1.4rem;
}
.u-bnrlink5 .angle {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.u-bnrlink5 .angle > em {
  font-size: 1.2rem;
}
.u-bnrlink5 .angle > img {
  width: 2rem;
  margin-left: 0.8rem;
  transition: all 0.4s ease;
}
.u-bnrlink5:hover {
  opacity: 1;
}
.u-bnrlink5:hover .image > img {
  transform: translateY(-15%);
  transition: all 0.4s ease;
}
.u-bnrlink5:hover .angle > img {
  transform: translatex(20%);
  transition: all 0.4s ease;
}

.u-bnr {
  position: relative;
  display: block;
  background-color: white;
  border: solid 2px #aaa;
}
.u-bnr::before {
  display: block;
  width: 100%;
  padding-top: 43%;
  content: "";
}
.u-bnr .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-weight: 600;
  text-align: center;
  transform: translate(-50%, -50%);
}

.infinite-wrap {
  overflow: hidden;
}
.infinite-wrap .infinite {
  display: none;
}
.infinite-wrap .infinite > li {
  width: 350px;
  aspect-ratio: 1;
  margin: 10px;
}
.infinite-wrap .infinite > li > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .infinite-wrap .infinite > li {
    width: 250px;
  }
}

/* テキストの装飾
-------------------------------------------------- */
.u-decoX {
  position: relative;
  display: inline-block;
  margin: 0 calc(1 * 1em + 0.5em);
}
.u-decoX::before {
  position: absolute;
  right: calc(100% + 0.4em);
  bottom: 50%;
  font-size: calc(1 * 1em);
  content: "―";
  transform: translateY(50%);
}
.u-decoX::after {
  position: absolute;
  bottom: 50%;
  left: calc(100% + 0.4em);
  font-size: calc(1 * 1em);
  content: "―";
  transform: translateY(50%);
}
.u-decoX._slash::before, .u-decoX._slash::after {
  bottom: 50%;
  display: inline-block;
  width: 2em;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.u-decoX._slash::before {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 200'><defs><style>.cls-1{fill:%23BD2024;}</style></defs><polygon class='cls-1' points='115.5 8.5 51.5 26.5 145.5 192.5 115.5 8.5'/><polygon class='cls-1' points='5.5 125.5 41.5 85.5 131.5 195.5 5.5 125.5'/></svg>");
}
.u-decoX._slash::after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 200'><defs><style>.cls-1{fill:%23BD2024;}</style></defs><polygon class='cls-1' points='35.5 8.5 99.5 26.5 5.5 192.5 35.5 8.5'/><polygon class='cls-1' points='145.5 125.5 109.5 85.5 19.5 195.5 145.5 125.5'/></svg>");
}

.u-decoTop {
  position: relative;
}
.u-decoTop::before {
  position: absolute;
  bottom: 100%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1rem;
  content: "";
  background-image: radial-gradient(circle, #999A9A 0.25rem, transparent 0.25rem);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 1em 0.5rem;
}

.u-vwright {
  writing-mode: vertical-rl;
}

.u-privacy > dd {
  margin-bottom: 50px;
}

/* SNS風コンテナ
-------------------------------------------------- */
/*  .u-sns1>.inner-left>figure.u-snsimg>img[src="img/s_female.jpg"alt="イメージ"]+figcaption{###}^.u-snsbody>p{###} */
.u-sns1 {
  --bg-color: #eee;
  _display: inline-block;
  /* clearfix */
  width: 100%;
  /* clearfix */
}
.u-sns1._light {
  --bg-color: white;
}
.u-sns1 * {
  box-sizing: border-box;
}
.u-sns1::after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  content: ".";
}
.u-sns1 .inner-left,
.u-sns1 .inner-right {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  padding: 20px;
}
.u-sns1 .inner-left .u-snsimg,
.u-sns1 .inner-right .u-snsimg {
  width: 15%;
}
.u-sns1 .inner-left .u-snsimg > img,
.u-sns1 .inner-right .u-snsimg > img {
  width: 100%;
  border: solid thin #999;
  border-radius: 100%;
}
.u-sns1 .inner-left .u-snsimg > figcaption,
.u-sns1 .inner-right .u-snsimg > figcaption {
  font-size: 0.8em;
  text-align: center;
}
.u-sns1 .inner-left .u-snsbody,
.u-sns1 .inner-right .u-snsbody {
  position: relative;
  width: 80%;
  padding: 20px;
  background-color: var(--bg-color);
}
.u-sns1 .inner-left .u-snsbody::before, .u-sns1 .inner-left .u-snsbody::after,
.u-sns1 .inner-right .u-snsbody::before,
.u-sns1 .inner-right .u-snsbody::after {
  position: absolute;
  content: "";
}
.u-sns1 .inner-left {
  float: left;
}
.u-sns1 .inner-left .u-snsbody {
  margin-left: 5%;
  background-color: var(--bg-color);
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
}
.u-sns1 .inner-left .u-snsbody::before {
  top: 22px;
  left: -20px;
  border: 10px solid transparent;
  border-right: solid 10px var(--bg-color);
}
.u-sns1 .inner-left .u-snsstamp {
  position: relative;
  margin-top: 15px;
  padding-left: 20%;
  width: 100%;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(4, 25%);
  gap: 5px;
}
.u-sns1 .inner-left .u-snsstamp .stamp-inner {
  overflow: hidden;
  border: solid thin #999;
  border-radius: 20px;
  aspect-ratio: 3/4;
  margin-right: 0.5rem;
}
.u-sns1 .inner-left .u-snsstamp .stamp-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.u-sns1 .inner-right {
  float: right;
}
.u-sns1 .inner-right .u-snsimg {
  order: 2;
}
.u-sns1 .inner-right .u-snsbody {
  order: 1;
  margin-right: 5%;
  background: #9cd6e7;
}
.u-sns1 .inner-right .u-snsbody::after {
  top: 22px;
  right: -20px;
  border: 10px solid transparent;
  border-left: solid 10px #9cd6e7;
}

.u-sns2 {
  _display: inline-block;
  /* clearfix */
  width: 100%;
  /* clearfix */
}
.u-sns2 * {
  box-sizing: border-box;
}
.u-sns2::after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  content: ".";
}
.u-sns2 .inner-left,
.u-sns2 .inner-right {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  padding: 20px;
}
.u-sns2 .inner-left .u-snsimg,
.u-sns2 .inner-right .u-snsimg {
  width: 15%;
}
.u-sns2 .inner-left .u-snsbody,
.u-sns2 .inner-right .u-snsbody {
  position: relative;
  width: 80%;
  padding: 20px;
  background-color: #faf5ea;
  border-radius: 20px;
}
.u-sns2 .inner-left .u-snsbody::after,
.u-sns2 .inner-right .u-snsbody::after {
  position: absolute;
  content: "";
}
.u-sns2 .inner-left {
  float: left;
}
.u-sns2 .inner-left .u-snsbody {
  margin-left: 5%;
  background-color: #faf5ea;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
}
.u-sns2 .inner-left .u-snsbody::before {
  display: block;
  height: 2rem;
  margin-bottom: 0.3rem;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20500%20200%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%230071bc%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M13.578%2C96.583a82.629%2C82.629%2C0%2C0%2C1%2C6.558-32.678A87.039%2C87.039%2C0%2C0%2C1%2C65.472%2C18.11%2C81.707%2C81.707%2C0%2C0%2C1%2C98.5%2C11.436a81.409%2C81.409%2C0%2C0%2C1%2C32.678%2C6.674%2C87.886%2C87.886%2C0%2C0%2C1%2C45.8%2C45.8%2C81.983%2C81.983%2C0%2C0%2C1%2C6.673%2C32.908%2C81.957%2C81.957%2C0%2C0%2C1-6.673%2C32.909%2C85.878%2C85.878%2C0%2C0%2C1-45.566%2C45.22A83.208%2C83.208%2C0%2C0%2C1%2C98.5%2C181.5%2C83.986%2C83.986%2C0%2C0%2C1%2C13.578%2C96.583Zm23.012.23a62.539%2C62.539%2C0%2C0%2C0%2C18.065%2C44.415%2C63.943%2C63.943%2C0%2C0%2C0%2C19.791%2C13.693%2C59.189%2C59.189%2C0%2C0%2C0%2C24.279%2C4.948A59.194%2C59.194%2C0%2C0%2C0%2C123%2C154.921%2C64.025%2C64.025%2C0%2C0%2C0%2C155.8%2C72.19a64.239%2C64.239%2C0%2C0%2C0-13.233-20.136%2C61.54%2C61.54%2C0%2C0%2C0-19.791-13.578A60.307%2C60.307%2C0%2C0%2C0%2C98.5%2C33.528a59.7%2C59.7%2C0%2C0%2C0-24.509%2C5.063A62.333%2C62.333%2C0%2C0%2C0%2C41.193%2C72.535%2C64.141%2C64.141%2C0%2C0%2C0%2C36.59%2C96.813Zm97.115%2C61.215h57.071V179.66H103.788Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M253.139%2C183.342q-13.349%2C0-21.747-7.94t-8.86-20.6V84.387h21.633v62.824a20.916%2C20.916%2C0%2C0%2C0%2C4.6%2C12.542q4.14%2C4.953%2C12.887%2C5.179a23.112%2C23.112%2C0%2C0%2C0%2C14.153-4.718%2C34.015%2C34.015%2C0%2C0%2C0%2C10.24-12.887%2C42.381%2C42.381%2C0%2C0%2C0%2C3.912-18.526V84.387h21.4V179.66H291.8l-1.842-23.473%2C1.381%2C4.372a37.547%2C37.547%2C0%2C0%2C1-8.514%2C11.622%2C40.563%2C40.563%2C0%2C0%2C1-13.232%2C8.169A45.156%2C45.156%2C0%2C0%2C1%2C253.139%2C183.342Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M392.6%2C181.961q-16.346%2C0-28.076-6.559a46.464%2C46.464%2C0%2C0%2C1-18.18-17.95%2C52.105%2C52.105%2C0%2C0%2C1-6.444-26.119%2C46.956%2C46.956%2C0%2C0%2C1%2C7.249-25.544%2C54.568%2C54.568%2C0%2C0%2C1%2C19.216-18.411%2C52.438%2C52.438%2C0%2C0%2C1%2C26.694-6.9q18.867%2C0%2C31.3%2C11.046T441.383%2C121.9l-78.7%2C27.616-5.063-12.657%2C64.2-23.7-4.371%2C3.222a31.1%2C31.1%2C0%2C0%2C0-9.2-13.118q-6.446-5.523-16.8-5.523a28.88%2C28.88%2C0%2C0%2C0-26.236%2C15.534%2C35.068%2C35.068%2C0%2C0%2C0-3.912%2C16.914%2C36.273%2C36.273%2C0%2C0%2C0%2C4.027%2C17.26A29.438%2C29.438%2C0%2C0%2C0%2C376.6%2C159.293a31.845%2C31.845%2C0%2C0%2C0%2C16.453%2C4.258%2C32.8%2C32.8%2C0%2C0%2C0%2C12.082-2.3%2C53.953%2C53.953%2C0%2C0%2C0%2C11.162-5.984l9.664%2C15.879a65.937%2C65.937%2C0%2C0%2C1-15.994%2C7.824A54.184%2C54.184%2C0%2C0%2C1%2C392.6%2C181.961Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M461.055%2C158.718a11.836%2C11.836%2C0%2C0%2C1%2C8.4-3.682q4.143%2C0%2C7.94%2C3.682a11.777%2C11.777%2C0%2C0%2C1%2C3.8%2C8.745%2C11.211%2C11.211%2C0%2C0%2C1-3.8%2C8.86%2C11.919%2C11.919%2C0%2C0%2C1-7.94%2C3.337%2C12.434%2C12.434%2C0%2C0%2C1-8.4-3.337%2C11.209%2C11.209%2C0%2C0%2C1-3.8-8.86A11.775%2C11.775%2C0%2C0%2C1%2C461.055%2C158.718Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.u-sns2 .inner-left .u-snsbody::after {
  top: 22px;
  left: -20px;
  border: 10px solid transparent;
  border-right: solid 10px #faf5ea;
}
.u-sns2 .inner-right {
  float: right;
}
.u-sns2 .inner-right .u-snsimg {
  order: 2;
}
.u-sns2 .inner-right .u-snsbody {
  order: 1;
  margin-right: 5%;
  background-color: #9cd6e7;
}
.u-sns2 .inner-right .u-snsbody::before {
  display: block;
  height: 2rem;
  margin-bottom: 0.3rem;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20500%20200%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Ared%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M25.248%2C183.34%2C106.437%2C10.054h1.546L189.431%2C183.34h-28.61L99.994%2C45.033l17.784-10.356L49.991%2C183.34ZM72.93%2C120.285h69.333l8.248%2C19.331h-84.8Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M235.646%2C88.067l1.611%2C23.243-.69-3.682A35.333%2C35.333%2C0%2C0%2C1%2C251.3%2C90.713q10.356-6.326%2C24.164-6.328%2C13.344%2C0%2C21.977%2C7.94t8.86%2C20.6v70.42H284.664V120.285a19.511%2C19.511%2C0%2C0%2C0-4.487-12.542q-4.262-4.945-13.233-4.948a25.9%2C25.9%2C0%2C0%2C0-14.843%2C4.6%2C30.74%2C30.74%2C0%2C0%2C0-10.586%2C12.657%2C43.263%2C43.263%2C0%2C0%2C0-3.8%2C18.64V183.34H216.085V88.067Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M380.7%2C185.181a82.846%2C82.846%2C0%2C0%2C1-24.2-3.567%2C48.549%2C48.549%2C0%2C0%2C1-19.389-10.7l11.039-12.428a61.6%2C61.6%2C0%2C0%2C0%2C15.286%2C8.63%2C43.047%2C43.047%2C0%2C0%2C0%2C15.285%2C2.877%2C44.857%2C44.857%2C0%2C0%2C0%2C10.472-1.151%2C16.989%2C16.989%2C0%2C0%2C0%2C7.785-3.912%2C9.3%2C9.3%2C0%2C0%2C0%2C2.972-7.135%2C9.394%2C9.394%2C0%2C0%2C0-4.1-8.168%2C35.583%2C35.583%2C0%2C0%2C0-10.332-4.718q-6.231-1.841-13.587-3.452-14.436-3.911-22.078-10.816a21.8%2C21.8%2C0%2C0%2C1-7.643-16.8%2C23.924%2C23.924%2C0%2C0%2C1%2C4.67-14.152q4.671-6.559%2C14.012-10.816t22.644-4.258a89.71%2C89.71%2C0%2C0%2C1%2C21.8%2C2.417A56.791%2C56.791%2C0%2C0%2C1%2C423.439%2C95.2l-10.472%2C13.347a33.96%2C33.96%2C0%2C0%2C0-12.031-6.558A42.343%2C42.343%2C0%2C0%2C0%2C388.341%2C99.8a34.175%2C34.175%2C0%2C0%2C0-9.483%2C1.266%2C17.783%2C17.783%2C0%2C0%2C0-7.077%2C3.683%2C7.839%2C7.839%2C0%2C0%2C0-2.688%2C6.1%2C8.3%2C8.3%2C0%2C0%2C0%2C3.821%2C7.709%2C35.323%2C35.323%2C0%2C0%2C0%2C10.331%2C4.718q6.224%2C1.843%2C12.738%2C3.682a70.513%2C70.513%2C0%2C0%2C1%2C15.286%2C5.523%2C33.057%2C33.057%2C0%2C0%2C1%2C10.9%2C8.515%2C19.465%2C19.465%2C0%2C0%2C1%2C4.1%2C12.657%2C27.393%2C27.393%2C0%2C0%2C1-4.954%2C15.764q-4.954%2C7.25-15%2C11.5T380.7%2C185.181Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M451.761%2C162.4a11.833%2C11.833%2C0%2C0%2C1%2C8.4-3.682q4.142%2C0%2C7.94%2C3.682a11.777%2C11.777%2C0%2C0%2C1%2C3.8%2C8.745%2C11.21%2C11.21%2C0%2C0%2C1-3.8%2C8.86%2C11.918%2C11.918%2C0%2C0%2C1-7.94%2C3.337%2C12.426%2C12.426%2C0%2C0%2C1-8.4-3.337%2C11.207%2C11.207%2C0%2C0%2C1-3.8-8.86A11.775%2C11.775%2C0%2C0%2C1%2C451.761%2C162.4Z%22%2F%3E%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}
.u-sns2 .inner-right .u-snsbody::after {
  top: 22px;
  right: -20px;
  border: 10px solid transparent;
  border-left: solid 10px #9cd6e7;
}
@media (max-width: 575.98px) {
  .u-sns2 .inner-left .u-snsimg,
  .u-sns2 .inner-right .u-snsimg {
    height: 70px;
  }
}

/* ナビタブ
-------------------------------------------------- */
/*  .u-toast>nav#is-navTabs.u-navTabs[aria-labelledby="tabMenu"]>button[type="button" role="tab" data-target="#topic$"]{トピック}*4^ul#is-navPanels.u-navPanels>#topic$[role="tabPanel"]*4>p{トピック} */
.u-toast .u-navTabs {
  position: relative;
  display: flex;
  justify-content: space-around;
  padding: 0 0.5rem;
}
.u-toast .u-navTabs > button {
  display: inline-block;
  flex: 1 0 0%;
  padding: 0.3rem 0;
  margin: 0 0.5rem;
  color: #f8f9fa;
  text-align: center;
  background-color: #212529;
  border-color: #212529;
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 0;
  border-left-width: 3px;
  border-radius: 5px 5px 0 0;
}
.u-toast .u-navTabs > button.active {
  color: #212529;
  background-color: white;
  transition: all 0.3s ease;
}
.u-toast .u-navTabs::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #212529;
}
.u-toast .u-navPanels {
  background-color: white;
  border-color: #212529;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
}

/* ビフォーアフター1
-------------------------------------------------- */
/* div.u-beforeAfter1>div.before>div.inner>a[rel="lightbox[photo$]"title="Before"]>img[alt="Before"]+p{Before}^^^div.after>div.inner>a[rel="lightbox[photo$]"title="After"]>img[alt="After"]+p{After} */
.u-beforeAfter1 {
  position: relative;
}
.u-beforeAfter1 > .before > .inner,
.u-beforeAfter1 > .after > .inner {
  position: relative;
}
.u-beforeAfter1 > .before > .inner > p,
.u-beforeAfter1 > .after > .inner > p {
  position: absolute;
  z-index: 3;
  padding: 5px 10px;
  margin-bottom: 0;
  color: white;
  text-align: right;
  background-color: rgba(153, 154, 154, 0.8);
}
.u-beforeAfter1 > .before > .inner > a,
.u-beforeAfter1 > .after > .inner > a {
  transition: all 0.3s ease;
}
.u-beforeAfter1 > .before > .inner > a > img,
.u-beforeAfter1 > .after > .inner > a > img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.u-beforeAfter1 > .before > .inner > a:hover,
.u-beforeAfter1 > .after > .inner > a:hover {
  opacity: 0.6;
}
.u-beforeAfter1 > .before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 40%;
}
.u-beforeAfter1 > .before > .inner > p {
  bottom: 10px;
  left: 10px;
}
.u-beforeAfter1 > .after {
  padding: 10px 10px 10px 30px;
}
.u-beforeAfter1 > .after > .inner > p {
  top: 10px;
  right: 10px;
}
@media (max-width: 991.98px) {
  .u-beforeAfter1 .before {
    width: 50%;
  }
}

/* ビフォーアフター2
-------------------------------------------------- */
/* .u-beforeAfter2>.before>.inner>a>img^p{BEFORE}^^.after>.inner>a>img^p{AFTER} */
.u-beforeAfter2 {
  position: relative;
  text-align: right;
}
.u-beforeAfter2 > .before > .inner,
.u-beforeAfter2 > .after > .inner {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
}
.u-beforeAfter2 > .before > .inner > a,
.u-beforeAfter2 > .after > .inner > a {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.u-beforeAfter2 > .before > .inner > a > img,
.u-beforeAfter2 > .after > .inner > a > img {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}
.u-beforeAfter2 > .before > .inner > p,
.u-beforeAfter2 > .after > .inner > p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.5em 1em;
  color: white;
  background-color: rgba(189, 32, 36, 0.8);
}
.u-beforeAfter2 > .before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 40%;
  overflow: hidden;
}
.u-beforeAfter2 > .after {
  padding-bottom: 2em;
  padding-left: 2em;
}
@media (max-width: 991.98px) {
  .u-beforeAfter2 > .before {
    width: 50%;
  }
}

/* フォームの装飾
-------------------------------------------------- */
.u-form1 button[type=submit] {
  min-width: 200px;
  padding: 10px 30px;
  font-weight: 600;
  color: white;
  background-color: #999A9A;
  border: solid thin #999A9A;
}
.u-form1 button[type=submit]::before {
  margin-right: 0.5rem;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  font-size: 1.2em;
  line-height: 1;
}
.u-form1 button[type=submit]:hover {
  color: #999A9A;
  background-color: white;
  transition: all 0.3s ease;
}
.u-form1 button[type=submit].light {
  min-width: 150px;
  padding: 10px 30px;
  border: solid thin white;
}
.u-form1 button[type=submit].light:hover {
  color: #555;
  background-color: white;
  transition: all 0.3s ease;
}
.form-defList > dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: baseline;
  padding: 0.6rem 0.3rem;
  border-top: solid thin #bbb;
}
.form-defList > dl > dt {
  display: flex;
  align-items: flex-start;
  width: 15rem;
  padding-right: 0.2rem;
  font-weight: 600;
}
.form-defList > dl > dt > b {
  flex: 0 1 auto;
  padding-top: 0.2rem;
  line-height: 1;
}
.form-defList > dl > dt:not(.disabled)::before {
  display: inline-block;
  flex: 0 0 auto;
  padding: 0 0.5rem;
  margin-right: 0.3rem;
  font-size: 0.7rem;
  color: white;
  content: "任意";
  background-color: #198754;
}
.form-defList > dl > dt.required::before {
  content: "必須";
  background-color: #dc3545;
}
.form-defList > dl > dd {
  width: calc(100% - 15rem);
}
.form-defList > dl:last-of-type {
  border-bottom: solid thin #bbb;
}
@media (max-width: 991.98px) {
  .form-defList > dl > dt {
    width: 100%;
    padding-bottom: 0.5rem;
  }
  .form-defList > dl > dd {
    width: 100%;
  }
}

#thanks .hide-on-page-thanks {
  display: none;
}

/* プライバシーポリシー
-------------------------------------------------- */
.prv {
  font-size: 0.8rem;
}
.prv strong {
  display: block;
  margin: 8px 0;
  font-weight: 700;
  color: #888;
  text-decoration: none;
  border-bottom: 1px dotted #888;
}
.prv strong::before {
  margin-right: 5px;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea42";
}

/* 縦書き
-------------------------------------------------- */
.writing-mode._h {
  writing-mode: horizontal-tb;
}
.writing-mode._v {
  writing-mode: vertical-rl;
}
@media (max-width: 991.98px) {
  .writing-mode {
    writing-mode: horizontal-tb !important;
  }
  .writing-mode._mh {
    writing-mode: horizontal-tb !important;
  }
  .writing-mode._mv {
    writing-mode: vertical-rl !important;
  }
}

/****************************************************************
汎用CSS
****************************************************************/
/* コンテナのラッパー
-------------------------------------------------- */
.division {
  --bg-color: rgba(224, 225, 225, 0.2);
  position: relative;
  z-index: 2;
  padding: 6rem 0;
}
.division ._lead {
  position: absolute;
  top: 3rem;
  left: 50%;
  width: 100%;
  overflow: hidden;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 12vw;
  font-weight: 400;
  line-height: 1;
  color: #aaa;
  text-align: center;
  letter-spacing: 0.6rem;
  opacity: 0.1;
  transform: translateX(-50%);
}
.division::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transform: translate(-50%, -50%);
}
.division.bg::after {
  content: none;
}
.division:nth-of-type(even)::after {
  background-color: var(--bg-color);
}
.division._transparent::after {
  background-color: transparent;
}
.division._skew {
  padding: 8rem 0;
  margin-bottom: -4.1rem;
}
.division._skew:nth-of-type(odd) {
  -webkit-clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
          clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
}
.division._skew:nth-of-type(even) {
  -webkit-clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
          clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
}
.division._skew:first-of-type {
  padding-top: 6rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4rem));
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4rem));
}
.division._skew:last-of-type {
  padding-bottom: 6rem;
  margin-bottom: 0;
  -webkit-clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 100%);
}
.division._wave {
  --svg-code-upper: url("data:image/svg+xml;charset=utf8,%3csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 1980 88.868%22%3e%3cpath d=%22M1980,33.271s-529.203,71.619-998.525,1.789C506.27-35.646-2.005,34.14-2.005,34.14v54.728H1980V33.271Z%22 style=%22fill:%23faf5ea;%22/%3e%3c/svg%3e");
  --svg-code-lower: url("data:image/svg+xml;charset=utf8,%3csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 1980 88.868%22%3e%3cpath d=%22M-2.005,55.597s529.203-71.619,998.525-1.789c475.205,70.706,983.48,.92,983.48,.92V0H-2.005V55.597Z%22 style=%22fill:%23faf5ea;%22/%3e%3c/svg%3e");
  position: relative;
}
.division._wave:nth-of-type(odd) {
  z-index: 1;
  padding: 10rem 0;
}
.division._wave:nth-of-type(even) {
  background-color: var(--bg-color);
  z-index: 2;
}
.division._wave:nth-of-type(even)::before, .division._wave:nth-of-type(even)::after {
  position: absolute;
  left: 0;
  z-index: 2;
  display: block;
  width: 100vw;
  content: "";
  background-color: var(--bg-color);
  -webkit-mask-size: 1980px auto;
          mask-size: 1980px auto;
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  height: 6rem;
  transform: none;
}
@media (min-width: 1400px) {
  .division._wave:nth-of-type(even)::before, .division._wave:nth-of-type(even)::after {
    padding-top: 10%;
    background-size: 100% auto;
  }
}
.division._wave:nth-of-type(even)::before {
  bottom: calc(100% - 1px);
  -webkit-mask-image: var(--svg-code-upper);
          mask-image: var(--svg-code-upper);
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
}
.division._wave:nth-of-type(even)::after {
  top: calc(100% - 1px);
  -webkit-mask-image: var(--svg-code-lower);
          mask-image: var(--svg-code-lower);
  -webkit-mask-position: center top;
          mask-position: center top;
}
.division._wave:first-of-type {
  padding-top: 6rem;
}
.division._wave:last-of-type {
  padding-bottom: 8rem;
  margin-bottom: 0;
}
.division._wave:last-of-type::after {
  content: none;
  transform: translateY(0);
}
@media (max-width: 575.98px) {
  .division._wave:nth-of-type(odd) {
    padding: 4rem 0;
    margin: 0;
  }
  .division._wave:nth-of-type(even) {
    padding: 4rem 0;
    margin: 0;
  }
  .division._wave:nth-of-type(even)::before, .division._wave:nth-of-type(even)::after {
    content: none;
  }
}
@media (max-width: 575.98px) {
  .division {
    padding: 3rem 0;
  }
  .division > ._skew:nth-of-type(odd) {
    -webkit-clip-path: polygon(0 0, 100% 2rem, 100% 100%, 0 calc(100% - 2rem));
            clip-path: polygon(0 0, 100% 2rem, 100% 100%, 0 calc(100% - 2rem));
  }
  .division > ._skew:nth-of-type(even) {
    -webkit-clip-path: polygon(0 0, 100% 2rem, 100% 100%, 0 calc(100% - 2rem));
            clip-path: polygon(0 0, 100% 2rem, 100% 100%, 0 calc(100% - 2rem));
  }
  .division > ._skew:first-of-type {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 2rem));
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 2rem));
  }
  .division > ._skew:last-of-type {
    -webkit-clip-path: polygon(0 0, 100% 2rem, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 2rem, 100% 100%, 0 100%);
  }
}

.aa {
  padding-top: 6rem;
  margin-top: -6rem;
}
@media (max-width: 991.98px) {
  .aa {
    padding-top: 100px;
    margin-top: -100px;
  }
}

/* 背景色
-------------------------------------------------- */
ul.bg-grid {
  display: grid;
  grid-template-rows: repeat(3, 250px);
  grid-template-columns: repeat(6, 1fr);
}
ul.bg-grid._grid1 {
  grid-template-areas: " a01 a01 a03 a04 a05 a06 " " a01 a01 a07 a02 a02 a08 " " a09 a10 a11 a02 a02 a12 ";
}
ul.bg-grid > li > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.bg-grid > li:nth-of-type(1) {
  grid-area: a01;
}
ul.bg-grid > li:nth-of-type(2) {
  grid-area: a02;
}
ul.bg-grid > li:nth-of-type(3) {
  grid-area: a03;
}
ul.bg-grid > li:nth-of-type(4) {
  grid-area: a04;
}
ul.bg-grid > li:nth-of-type(5) {
  grid-area: a05;
}
ul.bg-grid > li:nth-of-type(6) {
  grid-area: a06;
}
ul.bg-grid > li:nth-of-type(7) {
  grid-area: a07;
}
ul.bg-grid > li:nth-of-type(8) {
  grid-area: a08;
}
ul.bg-grid > li:nth-of-type(9) {
  grid-area: a09;
}
ul.bg-grid > li:nth-of-type(10) {
  grid-area: a10;
}
ul.bg-grid > li:nth-of-type(11) {
  grid-area: a11;
}
ul.bg-grid > li:nth-of-type(12) {
  grid-area: a12;
}
@media (max-width: 991.98px) {
  ul.bg-grid {
    grid-template-rows: repeat(3, 150px);
  }
}
@media (max-width: 575.98px) {
  ul.bg-grid {
    display: flex;
    flex-wrap: wrap;
  }
  ul.bg-grid > li {
    width: 50%;
    height: 170px;
  }
}

.fs-sublead {
  font-size: 5rem;
  line-height: 0.7;
}

.z-index-upper {
  position: relative;
  z-index: 3;
}

.tail {
  padding: 8rem 0 5rem;
  -webkit-clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 100%);
  background-color: #eee;
}

.bg-even2:nth-of-type(odd) {
  margin: 50px;
  background-color: rgba(230, 241, 217, 0.8);
}
.bg-even2:nth-of-type(even) {
  margin: 50px;
  background-color: rgba(242, 248, 236, 0.8);
}
.bg-even2 > .container {
  padding-right: 60px;
  padding-left: 60px;
}
@media (max-width: 575.98px) {
  .bg-even2:nth-of-type(odd) {
    margin: 10px;
  }
  .bg-even2:nth-of-type(even) {
    margin: 10px;
  }
  .bg-even2 > .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.bg-surround {
  padding: 0 120px;
  background-image: url("../img/top_1_before.png"), url("../img/top_1_after.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left 1rem center, right 1rem center;
  background-size: 150px, 150px;
}
@media (max-width: 991.98px) {
  .bg-surround {
    padding: 0 80px;
    background-size: 70px, 70px;
  }
}
@media (max-width: 575.98px) {
  .bg-surround {
    padding: 0;
    background-position: left 0.5rem bottom, right 0.5rem bottom;
    background-size: 30px, 30px;
  }
}

.bg-facebook {
  background-color: #315096;
}

.bg-instagram {
  background-image: linear-gradient(135deg, #427eff 0%, #f13f79 70%);
}

.bg-line {
  background-color: #00ca41;
}

.bg-twitter {
  background-color: #1da1f2;
}

.bg-youtube {
  background-color: #da1725;
}

.bg-pinterest {
  background-color: #bd081c;
}

.bg-lg {
  background: linear-gradient(120deg, #BD2024 0%, #999A9A 100%) !important;
}

.bg-harf {
  background-image: linear-gradient(to left, transparent 50%, #fcf8f0 50%);
}

.bg-harfv {
  background-image: linear-gradient(173deg, transparent 30%, #eee 30%);
}
@media (max-width: 991.98px) {
  .bg-harfv {
    background-image: linear-gradient(173deg, transparent 20%, #eee 20%);
  }
}

.bg-harfr {
  background-image: linear-gradient(to right, transparent 30%, #ebebeb 30%);
}

.bg-harfl {
  background-image: linear-gradient(to left, transparent 30%, #ebebeb 30%);
}

.bg-harfll {
  background-image: linear-gradient(to left, transparent 60%, #faf5ea 60%);
}

.bg-gradient1 {
  background-image: linear-gradient(to right bottom, #a3a4a4, #c2c2c2);
}

.bg-stripe {
  background: repeating-linear-gradient(45deg, white, white 10px, #f6f9fe 10px, #f6f9fe 20px);
}

.bg-stripe-thin {
  background-image: repeating-linear-gradient(to right, white, white 1px, transparent 1px, transparent 20px), repeating-linear-gradient(to bottom, white, white 1px, transparent 1px, transparent 20px);
}

.bg-ichimatsu {
  background: linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee 100%) 0 0, linear-gradient(45deg, #eee 25%, white 25%, white 75%, #eee 75%, #eee 100%) 20px 20px;
  background-size: 40px 40px;
}

.divider,
.divider:not([size]) {
  height: 1rem;
  padding: 0;
  margin: 0;
  background-image: url("../img/illust_1.svg");
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.sticky {
  position: sticky;
  top: 50px;
  max-height: calc(100vh - 80px);
  padding: 10px;
  overflow: hidden auto;
}
.sticky::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.sticky::-webkit-scrollbar-track {
  background-color: #eee;
}
.sticky::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
@media (max-width: 991.98px) {
  .sticky {
    max-height: initial;
    overflow: visible;
  }
}

.shape {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
}

.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  filter: grayscale(100%);
  transition: all 0.7s ease;
}
.googlemaps iframe:hover,
.googlemaps object:hover,
.googlemaps embed:hover {
  filter: grayscale(0%);
}

@media (max-width: 575.98px) {
  .foot-add {
    height: 300px;
  }
}

.floating_banner {
  display: block;
  position: fixed;
  bottom: 200px;
  right: 0;
  z-index: 5;
}
.floating_banner > li {
  margin-bottom: 1rem;
}
.floating_banner > li > a {
  display: block;
  width: 100%;
  line-height: 1;
  text-align: center;
  color: white;
  letter-spacing: 0;
  background-color: rgba(153, 154, 154, 0.8);
  padding: 1rem 0.3rem 1rem 0.7rem;
}

[data-aos=img-observe] {
  --overlay-color: #999A9A;
  position: relative;
  overflow: hidden;
}
[data-aos=img-observe]::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transform: translateX(-100%);
  animation-name: slidebeforeReverse;
  animation-delay: 0s;
  animation-direction: normal;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-play-state: running;
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
@keyframes slidebeforeReverse {
  0% {
    transform: translateX(100%);
  }
  50% {
    background-color: var(--overlay-color);
    transform: translateX(0);
  }
  100% {
    background-color: var(--overlay-color);
    transform: translateX(-100%);
  }
}
[data-aos=img-observe] > * {
  opacity: 0;
  animation-name: slideimgReverse;
  animation-delay: 0s;
  animation-direction: normal;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-play-state: running;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@keyframes slideimgReverse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
[data-aos=img-observe].aos-animate::before {
  animation-name: slidebefore;
}
@keyframes slidebefore {
  0% {
    background-color: var(--overlay-color);
    transform: translateX(-100%);
  }
  50% {
    background-color: var(--overlay-color);
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
[data-aos=img-observe].aos-animate > * {
  animation-name: slideimg;
}
@keyframes slideimg {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.is-particles {
  position: absolute;
  width: 500px;
  border-radius: 50%;
  transition: all 1s cubic-bezier(0.34, 1.26, 0.64, 1);
  transform: scale(10);
  aspect-ratio: 1/1;
}
.is-particles[data-inview=visible] {
  transform: scale(1);
}
@media (max-width: 991.98px) {
  .is-particles {
    width: 250px;
  }
}

/* ページトップに戻るボタン
-------------------------------------------------- */
.suggest {
  --width: 0;
  --ratio: 0;
  position: fixed;
  right: 1em;
  bottom: 1em;
  z-index: 996;
  width: var(--width);
  aspect-ratio: var(--ratio);
}
.suggest.arrow {
  --width: 35px;
  --ratio: 0.236;
  overflow: hidden;
}
.suggest.circle {
  --width: 70px;
  --ratio: 1;
}
.suggest.triangle {
  --width: 80px;
  --ratio: 1;
}
.suggest.poping {
  --width: 70px;
  --ratio: 1;
}
.suggest svg {
  width: 100%;
}
.suggest .__inner--arrow {
  display: flex;
  flex-wrap: wrap;
  transition: all 1s ease;
}
.suggest .__inner--arrow .__button--scroll-down,
.suggest .__inner--arrow .__button--page-top,
.suggest .__inner--arrow .__inner--circle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  display: inline-block;
  text-align: inherit;
  align-items: initial;
  cursor: pointer;
  background-color: initial;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  display: block;
  transition: all 1s ease;
  cursor: pointer;
}
.suggest .__inner--arrow .__button--scroll-down {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  order: 1;
}
.suggest .__inner--arrow .__button--page-top {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s, visibility 0s ease 1s, transform 1s;
  order: 2;
}
.suggest .__inner--circle .__button--page-top {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  display: inline-block;
  text-align: inherit;
  align-items: initial;
  cursor: pointer;
  background-color: initial;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  display: block;
  transition: all 1s ease;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s, visibility 0s ease 1s, transform 1s;
  transform: translateY(20%);
}
.suggest .__inner--poping {
  transition: all 1s ease;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s, visibility 0s ease 1s, transform 1s;
  animation-name: inner--poping;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
@keyframes inner--poping {
  0% {
    transform: translateY(0%);
  }
  40% {
    transform: translateY(-10%);
  }
  60% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(0%);
  }
}
.suggest .__inner--poping .__button--page-top {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  display: inline-block;
  text-align: inherit;
  align-items: initial;
  cursor: pointer;
  background-color: initial;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  display: block;
}
.suggest.is-attached .__inner--arrow {
  transform: translateY(-50%);
}
.suggest.is-attached .__inner--arrow .__button--scroll-down {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s, visibility 0s ease 1s, transform 1s;
}
.suggest.is-attached .__inner--arrow .__button--page-top {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.suggest.is-attached .__inner--circle .__button--page-top {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  transform: translateY(0);
}
.suggest.is-attached .__inner--triangle .__button--page-top {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  transform: translateX(0);
}
.suggest.is-attached .__inner--poping {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
@media (max-width: 991.98px) {
  .suggest {
    bottom: 7em;
  }
}
@media (max-width: 575.98px) {
  .suggest {
    bottom: 7em;
  }
  .suggest.circle {
    --width: 60px;
  }
}

/* その他
-------------------------------------------------- */
.u-clip._right {
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}
.u-clip._left {
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 991.98px) {
  .u-clip._right, .u-clip._left {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

#bubbly-bg-wrap {
  position: relative;
}
#bubbly-bg-wrap #bubbly-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.u-skew {
  position: relative;
  height: 400px;
  -webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
          clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}
.u-skew > * {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.u-skew img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.98px) {
  .u-skew {
    height: 250px;
    -webkit-clip-path: none;
            clip-path: none;
  }
}

[data-lazy=vertical],
[data-lazy=horizontal] {
  z-index: -1;
  overflow: hidden;
}

.animate {
  animation-play-state: running;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.animate._rotate {
  animation-name: animate--rotate;
  animation-duration: 2.5s;
  animation-timing-function: ease-out;
}
@keyframes animate--rotate {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(3turn);
  }
}
.animate._fuwafuwa {
  animation-name: animate--fuwafuwa;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@keyframes animate--fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.animate._swing {
  transform-origin: center top;
  animation-name: animate--swing;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@keyframes animate--swing {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(6deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  60% {
    transform: rotate(3deg);
  }
  80% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0);
  }
}
.animate._flow {
  animation-name: animate--flow;
  animation-duration: 35s;
  animation-timing-function: linear;
}
@keyframes animate--flow {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 991.98px) {
  .u-sns1 {
    font-size: 0.9rem;
  }
  .u-sns1 .inner-left,
  .u-sns1 .inner-right {
    width: 100%;
    padding: 5px;
  }
  .u-sns1 .inner-left .u-snsbody,
  .u-sns1 .inner-right .u-snsbody {
    padding: 15px;
  }
}
.u-blur {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.toggle-height {
  overflow: hidden;
  font-size: 0.9rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.toggle-height._opened {
  overflow: initial;
  font-size: 1rem;
  text-overflow: initial;
  white-space: initial;
  background-color: #faf5ea;
}

.nav-tabs .nav-item {
  width: 33.3333% !important;
}
.nav-tabs .nav-item .nav-link {
  width: 100%;
  text-align: center;
}

ul.u-grid {
  display: grid;
  grid-template-areas: "a01 a01 a03 a04 a05 a06" "a01 a01 a07 a02 a02 a08" "a09 a10 a11 a02 a02 a12";
  grid-template-rows: repeat(3, 250px);
  grid-template-columns: repeat(6, 1fr);
}
ul.u-grid > li > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.u-grid > li:nth-of-type(1) {
  grid-area: a01;
}
ul.u-grid > li:nth-of-type(2) {
  grid-area: a02;
}
ul.u-grid > li:nth-of-type(3) {
  grid-area: a03;
}
ul.u-grid > li:nth-of-type(4) {
  grid-area: a04;
}
ul.u-grid > li:nth-of-type(5) {
  grid-area: a05;
}
ul.u-grid > li:nth-of-type(6) {
  grid-area: a06;
}
ul.u-grid > li:nth-of-type(7) {
  grid-area: a07;
}
ul.u-grid > li:nth-of-type(8) {
  grid-area: a08;
}
ul.u-grid > li:nth-of-type(9) {
  grid-area: a09;
}
ul.u-grid > li:nth-of-type(10) {
  grid-area: a10;
}
ul.u-grid > li:nth-of-type(11) {
  grid-area: a11;
}
ul.u-grid > li:nth-of-type(12) {
  grid-area: a12;
}
@media (max-width: 991.98px) {
  ul.u-grid {
    display: flex;
    flex-wrap: wrap;
  }
  ul.u-grid > li {
    width: 33.3333333%;
    height: 200px;
  }
}
@media (max-width: 575.98px) {
  ul.u-grid {
    display: flex;
    flex-wrap: wrap;
  }
  ul.u-grid > li {
    height: 200px;
  }
}

.simpleParallaxCenter {
  position: relative;
}
.simpleParallaxCenter > .simpleParallax {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.hover-gray {
  display: block;
}
.hover-gray:hover {
  background-color: #eee;
}

.topics-btn {
  display: block;
}
.topics-btn:hover {
  color: inherit;
  opacity: 1;
  background-color: #eee;
}

.fukidashi {
  padding-left: 1rem;
}
.fukidashi > .inner {
  padding: 2rem;
  position: relative;
  background-color: #f3f3f3;
  border-radius: 5px;
}
.fukidashi > .inner::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 2rem;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
          clip-path: polygon(100% 0, 100% 100%, 0 50%);
  background-color: #f3f3f3;
  position: absolute;
  top: 2rem;
  right: 99%;
}
.fukidashi._ve {
  padding-left: 0;
  padding-bottom: 1rem;
}
.fukidashi._ve > .inner::before {
  width: 2rem;
  height: 1.5rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 99%;
  right: 50%;
  transform: translateX(50%);
}
@media (max-width: 575.98px) {
  .fukidashi {
    padding-left: 0;
    padding-bottom: 1rem;
  }
  .fukidashi > .inner::before {
    width: 2rem;
    height: 1.5rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: 99%;
    right: 50%;
    transform: translateX(50%);
  }
}

.modal-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100vh;
  opacity: 0;
}
.modal-container > .underlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-container > .body {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 900px;
  max-width: 95%;
  max-height: 90%;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: white;
  transform: translate(-50%, -50%);
  padding: 100px 50px;
}
.modal-container > .body::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}
.modal-container > .body::-webkit-scrollbar-track {
  background-color: #ddd;
}
.modal-container > .body::-webkit-scrollbar-thumb {
  background-color: #555;
}
@media (max-width: 575.98px) {
  .modal-container > .body {
    padding: 50px 10px;
  }
}

#sun > g:nth-child(3) {
  transform-origin: center center;
  animation: sun forwards 9s infinite steps(6, end) 0s normal;
}
@keyframes sun {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}

.replaced-svg.currentColor {
  color: currentColor;
}
.replaced-svg.currentColor * {
  fill: currentColor;
}

/* フォームCMS */
.form-contents {
  background: none !important;
  }

.form-contents dl dt:not(.pattern-exclusion) span.required::before {
  background: #DC3545 !important;
  border-radius: 0px !important;
  padding: 5px 8px !important;
  }

.form-contents dl dt:not(.pattern-exclusion) span.optional::before {
  padding: 5px 8px;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 0px;
  position: relative;
  top: -2px;
  }
  .form-contents dl dt:not(.pattern-exclusion) span.optional::before {
  content: '任意';
  color: #fff!important;
  background: #198754!important;
  }

.submit-btn {
	background: #999A9A !important;
	border: 1px solid #999A9A !important;
	width: 260px !important;
}

.submit-btn:hover {
	background: #ffffff !important;
	color: #999A9A !important;
}

.submit-btn:hover::before {
	background: #999A9A !important;
}

.submit-btn::before {
	transition: all .2s ease-in-out 0s;
}
/* ------------------------ */