@charset "UTF-8";
/*!
Theme Name: Cocoon Child_Custom
Description: Cocoon専用の子テーマ（雛型）
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
.reset {
  margin: 0;
  padding: 0;
}
.reset div,
.reset span,
.reset object,
.reset iframe,
.reset h1,
.reset h2,
.reset h3,
.reset h4,
.reset h5,
.reset h6,
.reset p,
.reset blockquote,
.reset pre,
.reset a,
.reset abbr,
.reset acronym,
.reset address,
.reset big,
.reset cite,
.reset code,
.reset del,
.reset dfn,
.reset em,
.reset img,
.reset ins,
.reset kbd,
.reset q,
.reset s,
.reset samp,
.reset small,
.reset strike,
.reset strong,
.reset sub,
.reset sup,
.reset tt,
.reset var,
.reset b,
.reset u,
.reset i,
.reset center,
.reset dl,
.reset dt,
.reset dd,
.reset ol,
.reset ul,
.reset li,
.reset fieldset,
.reset form,
.reset label,
.reset legend,
.reset table,
.reset caption,
.reset tbody,
.reset tfoot,
.reset thead,
.reset tr,
.reset th,
.reset td,
.reset figure,
.reset section {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
.reset h1,
.reset h2,
.reset h3,
.reset h4,
.reset h5,
.reset h6 {
  border: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  background-color: transparent;
}
.reset img {
  vertical-align: bottom;
}
.reset ol,
.reset ul {
  list-style: none;
}
.reset ol li,
.reset ul li {
  margin: 0;
}
.reset table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
  border: none;
}
.reset table caption,
.reset table th,
.reset table td,
.reset table tr {
  background-color: transparent;
  font-size: inherit;
  font-weight: inherit;
  text-align: left;
  vertical-align: middle;
  border: none;
}
.reset a {
  color: inherit;
}
.reset a:link {
  text-decoration: none;
}
.reset a:visited {
  text-decoration: none;
}
.reset a:hover {
  text-decoration: none;
}
.reset input[type=submit],
.reset input[type=button] {
  background-color: inherit;
  border: none;
  color: inherit;
  font-size: inherit;
}
.reset input[type=submit]:focus,
.reset input[type=button]:focus {
  outline: none;
}
.reset button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

/* ページタイプ：本文のみ（広い)の追加リセットcss横幅100％ */
body.content-only.column-wide .entry-header,
body.content-only.column-wide .entry-footer {
  display: none;
}
body.content-only.column-wide .wrap {
  width: 100%;
}
body.content-only.column-wide #main {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
}

@media only screen and (min-width: 835px) {
  .sp-only {
    display: none !important;
  }
}
@media only screen and (max-width: 834px) {
  .pc-only {
    display: none !important;
  }
}
html {
  scroll-behavior: smooth;
}

body #content,
body .article,
body .entry-content {
  margin: 0 !important;
}

#breadcrumb {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 1em auto;
}
@media only screen and (max-width: 834px) {
  #breadcrumb {
    max-width: 1023px;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ベース
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
:root {
  --color-green: #6cd3bf;
  --color-green-dark: #24bc9f;
  --color-green-light: #daefdc;
  --color-green-light-rgb: 218, 239, 220;
  --color-yellow: #f7e15c;
  --color-yellow-light: #fff8c4;
  --color-orange: #fca306;
  --color-orange-light: #f7cc81;
  --color-red: #f95a62;
  --color-red-light: #fc979c;
  --color-base: #4f4840;
  --color-base-rgb: 79, 72, 64;
  --color-main: var(--color-green-dark);
  --color-main-light: var(--color-green-light);
  --color-main-light-rgb: var(--color-green-light-rgb);
  --color-sub: var(--color-yellow);
  --color-sub-light: var(--color-yellow-light);
  --font-main: "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Meiryo, sans-serif;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local("HiraginoSans-W3");
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local("HiraginoSans-W4");
  font-weight: 500;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local("HiraginoSans-W5");
  font-weight: 600;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local("HiraginoSans-W6");
  font-weight: 700;
}
html {
  font-size: 62.5%;
}

body {
  overflow: hidden scroll;
  color: var(--color-base);
  font-size: 1.5em;
  font-family: var(--font-main);
  line-height: 1.6;
}

main {
  overflow: hidden;
  position: relative;
}

article {
  overflow: hidden;
}

article:not(.home-article) > :last-child {
  padding-bottom: 90px;
}

@media (min-width: 768px) {
  body {
    font-size: 1.6em;
  }
}
/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ローダー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.loader {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background: #fff;
  transition: 0.8s ease-in-out;
  justify-content: center;
  align-items: center;
}

.loader-ul {
  position: relative;
  width: 100px;
  height: 100px;
  list-style: none;
}

.loader-li {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

@keyframes loader-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-opacity {
  10% {
    opacity: 0.8;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.6;
  }
  65% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.6;
  }
  90% {
    opacity: 0.9;
  }
}
.loader-li:nth-child(1) {
  top: 0;
  left: calc(50% - 20px);
  background: var(--color-green);
  transform-origin: 50% 250%;
  animation: loader-rotate 1.3s linear infinite, loader-opacity 4s ease-in-out infinite alternate;
}

.loader-li:nth-child(2) {
  top: calc(50% - 20px);
  right: 0;
  background: var(--color-yellow);
  transform-origin: -150% 50%;
  animation: loader-rotate 2.1s linear infinite, loader-opacity 5s ease-in-out infinite alternate;
}

.loader-li:nth-child(3) {
  bottom: 0;
  left: calc(50% - 20px);
  background: var(--color-orange);
  transform-origin: 50% -150%;
  animation: loader-rotate 1.7s linear infinite, loader-opacity 5.8s ease-in-out infinite alternate;
}

.loader-li:nth-child(4) {
  top: calc(50% - 20px);
  left: 0;
  background: var(--color-red-light);
  transform-origin: 250% 50%;
  animation: loader-rotate 2s linear infinite, loader-opacity 6s ease-in-out infinite alternate;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
アニメーション
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-right {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-left {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-zoom-in {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-zoom-out {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.animation {
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
  animation-delay: 0.3s;
  animation-fill-mode: both;
}

.fade,
.fade-up,
.fade-right,
.fade-left,
.fade-zoom-in,
.fade-zoom-out {
  opacity: 0;
}

.load .animation.fade {
  animation-name: fade;
}

.load .animation.fade-up {
  animation-name: fade-up;
}

.load .animation.fade-right {
  animation-name: fade-right;
}

.load .animation.fade-left {
  animation-name: fade-left;
}

.load .animation.fade-zoom-in {
  animation-name: fade-zoom-in;
}

.load .animation.fade-zoom-out {
  animation-name: fade-zoom-out;
}

.delay05 {
  animation-delay: 0.5s;
}

.delay07 {
  animation-delay: 0.7s;
}

.delay09 {
  animation-delay: 0.9s;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
基本レイアウト
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
#my-content {
  /*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
  見出し
  +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
  /*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
  リンク
  +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
  /*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
  コンポーネント
  +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
}
#my-content section,
#my-content .section {
  padding: 40px 0;
}
#my-content .inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 5.4%;
}
#my-content span:not([class]) {
  display: inline-block;
}
#my-content h1,
#my-content h2,
#my-content h3 {
  font-weight: bold;
  line-height: 1.4;
}
#my-content p:not([class]) + p:not([class]) {
  margin-top: 1.5em;
}
#my-content a,
#my-content a::before,
#my-content a::after {
  transition: 0.3s ease-in-out;
}
#my-content a[href^=http] {
  word-break: break-all;
}
#my-content a svg * {
  transition: 0.3s ease-in-out;
}
#my-content iframe {
  max-width: 100%;
}
#my-content table {
  width: 100%;
}
#my-content th {
  text-align: left;
  vertical-align: top;
}
#my-content td {
  text-align: left;
  vertical-align: top;
}
#my-content button,
#my-content input[type=button],
#my-content input[type=submit] {
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
#my-content button::before,
#my-content button::after {
  transition: 0.3s ease-in-out;
}
#my-content input[type=text],
#my-content input[type=email],
#my-content input[type=tel],
#my-content input[type=date] {
  width: 100%;
  height: 2.6em;
  padding: 0 0.5em;
  border: 2px solid;
  border-radius: 3px;
}
#my-content input[type=checkbox],
#my-content input[type=radio] {
  margin-right: 0.5em;
}
#my-content textarea {
  width: 100%;
  padding: 0.5em 1em;
  border: 2px solid;
  border-radius: 3px;
}
#my-content select {
  height: 2.6em;
  padding: 0 0.5em;
  border: 2px solid;
  border-radius: 3px;
}
#my-content ::placeholder {
  opacity: 1;
  color: #afacaa;
}
@media (min-width: 768px) {
  #my-content section,
  #my-content .section {
    padding: 80px 0;
  }
  #my-content .inner {
    padding: 0 30px;
  }
  #my-content a[href^="tel:"] {
    pointer-events: none;
  }
}
#my-content .page-header {
  padding: 80px 0;
  background: url("images/s/header-background.svg") center center no-repeat;
  background-size: 100% 100%;
}
#my-content .page-heading {
  color: var(--color-main);
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
#my-content .section-heading {
  display: table;
  position: relative;
  margin: 0 auto 1em;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
}
#my-content .underline-heading::after {
  display: block;
  width: 1.3em;
  margin: 0.5em auto 0;
  border-top: 4px solid;
  content: "";
}
@media (min-width: 768px) {
  #my-content .page-header {
    background-image: url("images/header-background.svg");
  }
  #my-content .page-heading {
    font-size: 5rem;
  }
  #my-content .section-heading {
    font-size: 4.6rem;
  }
}
#my-content .button {
  display: table;
  position: relative;
  z-index: 0;
  margin: 30px auto 0;
  padding: 0.5em 1.3em;
  border: 2px solid var(--color-orange-light);
  border-radius: 50px;
  box-shadow: 0 3px 3px rgba(var(--color-base-rgb), 0.2);
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
}
#my-content .button::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(var(--color-orange-light), var(--color-orange) 50%, var(--color-orange-light) 100%);
  content: "";
}
#my-content .button:hover {
  border-color: var(--color-orange);
  color: var(--color-orange);
}
#my-content .button:hover::before {
  opacity: 0;
}
#my-content .button-red {
  border-color: var(--color-red-light);
}
#my-content .button-red::before {
  background: linear-gradient(var(--color-red-light), var(--color-red) 50%, var(--color-red-light) 100%);
}
#my-content .button-red:hover {
  border-color: var(--color-red);
  color: var(--color-red);
}
@media (min-width: 768px) {
  #my-content .button {
    margin-top: 40px;
    border-width: 3px;
    font-size: 3rem;
  }
}
#my-content .bold {
  font-weight: 700;
}
#my-content .align-center {
  text-align: center;
}
#my-content .marker {
  background: linear-gradient(transparent 50%, var(--color-yellow-light) 50%);
}
#my-content .section-separator {
  position: relative;
  padding-bottom: 20px;
}
#my-content .section-separator::after {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  border-top: 7vw solid var(--color-main-light);
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  content: "";
}
#my-content .section-separator + section {
  padding-top: calc(40px + 7vw);
}
#my-content .section-copy {
  display: block;
  margin: 0 auto 20px;
}
#my-content .section-description {
  font-size: 1.6rem;
}
#my-content .section-description:not(:last-child) {
  margin-bottom: 30px;
}
#my-content li.spacer {
  height: auto;
  margin-bottom: 0;
  background: none;
}
#my-content .block-table th {
  padding: 0.4em 0.8em;
  background: var(--color-green-light);
}
#my-content .block-table td {
  padding: 0.6em 0.8em 0.8em;
}
@media (min-width: 768px) {
  #my-content .section-separator + section {
    padding-top: calc(80px + 7vw);
  }
  #my-content .section-copy {
    margin-bottom: 36px;
  }
  #my-content .section-description {
    font-size: 1.9rem;
  }
  #my-content .section-description:not(:last-child) {
    margin-bottom: 40px;
  }
  #my-content .block-table th {
    padding: 0.8em;
    border-bottom: 3px solid #fff;
  }
  #my-content .block-table td {
    padding: 0.8em;
  }
  #my-content .block-table tr:nth-last-of-type(n + 2) td {
    border-bottom: 3px solid var(--color-green-light);
  }
}
@media (min-width: 1600px) {
  #my-content .section-separator::after {
    border-top-width: 112px;
  }
  #my-content .section-separator + section {
    padding-top: 192px;
  }
}
@media (max-width: 767.9px) {
  #my-content .block-table th {
    display: block;
  }
  #my-content .block-table td {
    display: block;
  }
}

.header-container {
  background-color: transparent;
}
.header-container .header-container-in {
  height: 60px;
  width: auto;
  max-width: 1240px;
  padding: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .header-container .header-container-in {
    display: none;
  }
}
.header-container .header {
  height: auto;
}
.header-container .site-name {
  padding-left: 0;
}
.header-container .site-logo-image {
  width: 220px;
}

.navi {
  background-color: transparent;
}

.navi-in > ul {
  justify-content: flex-end;
}
.navi-in > ul li {
  height: auto;
  line-height: 20px;
  padding: 1px 0;
}
.navi-in > ul li a {
  border-left: 1px solid #000;
  color: #000;
  font-size: 14px;
}
.navi-in > ul li:last-child a {
  border-right: 1px solid #000;
}

.navi-menu-content {
  left: auto;
  right: 0;
  transform: translateX(105%);
}

@media only screen and (max-width: 1023px) {
  .mblt-header-mobile-buttons {
    margin-top: 60px;
  }
}

.mobile-header-menu-buttons {
  height: 60px;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  background-color: transparent;
  box-shadow: unset;
  padding: 0 5vw;
}
.mobile-header-menu-buttons .logo-menu-button {
  flex-grow: 0;
}
.mobile-header-menu-buttons .navi-menu-button {
  width: 30px;
}
.mobile-header-menu-buttons .navi-menu-icon {
  color: #24bc9f;
  font-size: 30px;
  line-height: 1;
}
.mobile-header-menu-buttons .navi-menu-caption {
  display: none;
}
.mobile-header-menu-buttons .navi-menu-close-button {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 5vw;
  font-size: 30px;
  color: #24bc9f;
}

.menu-content .menu-drawer li a {
  font-size: 16.5px;
  text-align: right;
}

.mobile-header-menu-buttons {
  background-color: transparent;
}
.mobile-header-menu-buttons.--fixed {
  background-color: rgba(255, 255, 255, 0.9);
}

.footer-container {
  background-color: #24bc9f;
  margin: 0;
  padding: 0;
}
.footer-container .footer-in {
  max-width: 1240px;
  width: auto;
  padding: 30px 20px 20px;
}
@media only screen and (max-width: 1023px) {
  .footer-container .footer-in {
    max-width: 1023px;
    padding: 10px 5vw 20px;
  }
}
.footer-container .footer-bottom {
  margin: 0;
  padding: 0;
  position: initial;
}
.footer-container .footer-bottom-content {
  float: none;
  text-align: center;
  width: 100%;
}
.footer-container .footer-bottom-logo {
  float: none;
  position: inherit;
  margin-bottom: 20px;
}
.footer-container .footer-site-logo-image {
  width: 260px;
}
.footer-container .navi-footer-in {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.footer-container .navi-footer-in > ul.menu-footer {
  flex-direction: column;
  align-items: flex-end;
}
.footer-container .navi-footer-in > ul.menu-footer li {
  border: none;
  width: 100%;
}
.footer-container .navi-footer-in > ul.menu-footer li a {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-align: right;
}
.footer-container .navi-footer-in > ul.menu-footer li a:hover {
  background-color: #24bc9f;
  color: #f7e15c;
}
.footer-container .copyright {
  color: #fff;
  font-size: 10px;
}

/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.bootstrap .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);
}
.bootstrap .row > * {
  box-sizing: border-box;
  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);
}
.bootstrap .col {
  flex: 1 0 0%;
}
.bootstrap .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.bootstrap .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.bootstrap .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.bootstrap .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.bootstrap .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.bootstrap .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.bootstrap .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
@media (max-width: 1023px) {
  .bootstrap .col-lg {
    flex: 1 0 0%;
  }
  .bootstrap .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bootstrap .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bootstrap .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (max-width: 834px) {
  .bootstrap .col-md {
    flex: 1 0 0%;
  }
  .bootstrap .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bootstrap .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bootstrap .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (max-width: 480px) {
  .bootstrap .col-sm {
    flex: 1 0 0%;
  }
  .bootstrap .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bootstrap .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bootstrap .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.bootstrap .col-auto {
  flex: 0 0 auto;
  width: auto;
}
.bootstrap .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.bootstrap .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.bootstrap .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.bootstrap .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.bootstrap .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.bootstrap .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.bootstrap .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.bootstrap .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.bootstrap .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.bootstrap .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.bootstrap .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.bootstrap .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.bootstrap .offset-1 {
  margin-left: 8.33333333%;
}
.bootstrap .offset-2 {
  margin-left: 16.66666667%;
}
.bootstrap .offset-3 {
  margin-left: 25%;
}
.bootstrap .offset-4 {
  margin-left: 33.33333333%;
}
.bootstrap .offset-5 {
  margin-left: 41.66666667%;
}
.bootstrap .offset-6 {
  margin-left: 50%;
}
.bootstrap .offset-7 {
  margin-left: 58.33333333%;
}
.bootstrap .offset-8 {
  margin-left: 66.66666667%;
}
.bootstrap .offset-9 {
  margin-left: 75%;
}
.bootstrap .offset-10 {
  margin-left: 83.33333333%;
}
.bootstrap .offset-11 {
  margin-left: 91.66666667%;
}
.bootstrap .g-0,
.bootstrap .gx-0 {
  --bs-gutter-x: 0;
}
.bootstrap .g-0,
.bootstrap .gy-0 {
  --bs-gutter-y: 0;
}
.bootstrap .g-1,
.bootstrap .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.bootstrap .g-1,
.bootstrap .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.bootstrap .g-2,
.bootstrap .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.bootstrap .g-2,
.bootstrap .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.bootstrap .g-3,
.bootstrap .gx-3 {
  --bs-gutter-x: 1rem;
}
.bootstrap .g-3,
.bootstrap .gy-3 {
  --bs-gutter-y: 1rem;
}
.bootstrap .g-4,
.bootstrap .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.bootstrap .g-4,
.bootstrap .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.bootstrap .g-5,
.bootstrap .gx-5 {
  --bs-gutter-x: 3rem;
}
.bootstrap .g-5,
.bootstrap .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (max-width: 1023px) {
  .bootstrap .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bootstrap .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bootstrap .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bootstrap .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bootstrap .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bootstrap .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bootstrap .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bootstrap .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bootstrap .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bootstrap .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .offset-lg-0 {
    margin-left: 0;
  }
  .bootstrap .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-lg-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-lg-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-lg-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap .g-lg-0,
  .bootstrap .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .bootstrap .g-lg-0,
  .bootstrap .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .bootstrap .g-lg-1,
  .bootstrap .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bootstrap .g-lg-1,
  .bootstrap .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bootstrap .g-lg-2,
  .bootstrap .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bootstrap .g-lg-2,
  .bootstrap .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bootstrap .g-lg-3,
  .bootstrap .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .bootstrap .g-lg-3,
  .bootstrap .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .bootstrap .g-lg-4,
  .bootstrap .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bootstrap .g-lg-4,
  .bootstrap .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bootstrap .g-lg-5,
  .bootstrap .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .bootstrap .g-lg-5,
  .bootstrap .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (max-width: 834px) {
  .bootstrap .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bootstrap .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bootstrap .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bootstrap .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bootstrap .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bootstrap .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bootstrap .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bootstrap .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bootstrap .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bootstrap .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .offset-md-0 {
    margin-left: 0;
  }
  .bootstrap .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-md-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-md-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-md-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap .g-md-0,
  .bootstrap .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .bootstrap .g-md-0,
  .bootstrap .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .bootstrap .g-md-1,
  .bootstrap .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bootstrap .g-md-1,
  .bootstrap .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bootstrap .g-md-2,
  .bootstrap .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bootstrap .g-md-2,
  .bootstrap .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bootstrap .g-md-3,
  .bootstrap .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .bootstrap .g-md-3,
  .bootstrap .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .bootstrap .g-md-4,
  .bootstrap .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bootstrap .g-md-4,
  .bootstrap .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bootstrap .g-md-5,
  .bootstrap .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .bootstrap .g-md-5,
  .bootstrap .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (max-width: 480px) {
  .bootstrap .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bootstrap .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bootstrap .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bootstrap .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bootstrap .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bootstrap .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bootstrap .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bootstrap .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bootstrap .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bootstrap .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .offset-sm-0 {
    margin-left: 0;
  }
  .bootstrap .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-sm-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-sm-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-sm-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap .g-sm-0,
  .bootstrap .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .bootstrap .g-sm-0,
  .bootstrap .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .bootstrap .g-sm-1,
  .bootstrap .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bootstrap .g-sm-1,
  .bootstrap .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bootstrap .g-sm-2,
  .bootstrap .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bootstrap .g-sm-2,
  .bootstrap .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bootstrap .g-sm-3,
  .bootstrap .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .bootstrap .g-sm-3,
  .bootstrap .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .bootstrap .g-sm-4,
  .bootstrap .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bootstrap .g-sm-4,
  .bootstrap .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bootstrap .g-sm-5,
  .bootstrap .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .bootstrap .g-sm-5,
  .bootstrap .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
.bootstrap .d-inline {
  display: inline !important;
}
.bootstrap .d-inline-block {
  display: inline-block !important;
}
.bootstrap .d-block {
  display: block !important;
}
.bootstrap .d-grid {
  display: grid !important;
}
.bootstrap .d-table {
  display: table !important;
}
.bootstrap .d-table-row {
  display: table-row !important;
}
.bootstrap .d-table-cell {
  display: table-cell !important;
}
.bootstrap .d-flex {
  display: flex !important;
}
.bootstrap .d-inline-flex {
  display: inline-flex !important;
}
.bootstrap .d-none {
  display: none !important;
}
.bootstrap .flex-fill {
  flex: 1 1 auto !important;
}
.bootstrap .flex-row {
  flex-direction: row !important;
}
.bootstrap .flex-column {
  flex-direction: column !important;
}
.bootstrap .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.bootstrap .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.bootstrap .flex-grow-0 {
  flex-grow: 0 !important;
}
.bootstrap .flex-grow-1 {
  flex-grow: 1 !important;
}
.bootstrap .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.bootstrap .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.bootstrap .flex-wrap {
  flex-wrap: wrap !important;
}
.bootstrap .flex-nowrap {
  flex-wrap: nowrap !important;
}
.bootstrap .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.bootstrap .justify-content-start {
  justify-content: flex-start !important;
}
.bootstrap .justify-content-end {
  justify-content: flex-end !important;
}
.bootstrap .justify-content-center {
  justify-content: center !important;
}
.bootstrap .justify-content-between {
  justify-content: space-between !important;
}
.bootstrap .justify-content-around {
  justify-content: space-around !important;
}
.bootstrap .justify-content-evenly {
  justify-content: space-evenly !important;
}
.bootstrap .align-items-start {
  align-items: flex-start !important;
}
.bootstrap .align-items-end {
  align-items: flex-end !important;
}
.bootstrap .align-items-center {
  align-items: center !important;
}
.bootstrap .align-items-baseline {
  align-items: baseline !important;
}
.bootstrap .align-items-stretch {
  align-items: stretch !important;
}
.bootstrap .align-content-start {
  align-content: flex-start !important;
}
.bootstrap .align-content-end {
  align-content: flex-end !important;
}
.bootstrap .align-content-center {
  align-content: center !important;
}
.bootstrap .align-content-between {
  align-content: space-between !important;
}
.bootstrap .align-content-around {
  align-content: space-around !important;
}
.bootstrap .align-content-stretch {
  align-content: stretch !important;
}
.bootstrap .align-self-auto {
  align-self: auto !important;
}
.bootstrap .align-self-start {
  align-self: flex-start !important;
}
.bootstrap .align-self-end {
  align-self: flex-end !important;
}
.bootstrap .align-self-center {
  align-self: center !important;
}
.bootstrap .align-self-baseline {
  align-self: baseline !important;
}
.bootstrap .align-self-stretch {
  align-self: stretch !important;
}
.bootstrap .order-first {
  order: -1 !important;
}
.bootstrap .order-0 {
  order: 0 !important;
}
.bootstrap .order-1 {
  order: 1 !important;
}
.bootstrap .order-2 {
  order: 2 !important;
}
.bootstrap .order-3 {
  order: 3 !important;
}
.bootstrap .order-4 {
  order: 4 !important;
}
.bootstrap .order-5 {
  order: 5 !important;
}
.bootstrap .order-last {
  order: 6 !important;
}
.bootstrap .m-0 {
  margin: 0 !important;
}
.bootstrap .m-1 {
  margin: 0.25rem !important;
}
.bootstrap .m-2 {
  margin: 0.5rem !important;
}
.bootstrap .m-3 {
  margin: 1rem !important;
}
.bootstrap .m-4 {
  margin: 1.5rem !important;
}
.bootstrap .m-5 {
  margin: 3rem !important;
}
.bootstrap .m-auto {
  margin: auto !important;
}
.bootstrap .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.bootstrap .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.bootstrap .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.bootstrap .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.bootstrap .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.bootstrap .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.bootstrap .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.bootstrap .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.bootstrap .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.bootstrap .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.bootstrap .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.bootstrap .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.bootstrap .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.bootstrap .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.bootstrap .mt-0 {
  margin-top: 0 !important;
}
.bootstrap .mt-1 {
  margin-top: 0.25rem !important;
}
.bootstrap .mt-2 {
  margin-top: 0.5rem !important;
}
.bootstrap .mt-3 {
  margin-top: 1rem !important;
}
.bootstrap .mt-4 {
  margin-top: 1.5rem !important;
}
.bootstrap .mt-5 {
  margin-top: 3rem !important;
}
.bootstrap .mt-auto {
  margin-top: auto !important;
}
.bootstrap .me-0 {
  margin-right: 0 !important;
}
.bootstrap .me-1 {
  margin-right: 0.25rem !important;
}
.bootstrap .me-2 {
  margin-right: 0.5rem !important;
}
.bootstrap .me-3 {
  margin-right: 1rem !important;
}
.bootstrap .me-4 {
  margin-right: 1.5rem !important;
}
.bootstrap .me-5 {
  margin-right: 3rem !important;
}
.bootstrap .me-auto {
  margin-right: auto !important;
}
.bootstrap .mb-0 {
  margin-bottom: 0 !important;
}
.bootstrap .mb-1 {
  margin-bottom: 0.25rem !important;
}
.bootstrap .mb-2 {
  margin-bottom: 0.5rem !important;
}
.bootstrap .mb-3 {
  margin-bottom: 1rem !important;
}
.bootstrap .mb-4 {
  margin-bottom: 1.5rem !important;
}
.bootstrap .mb-5 {
  margin-bottom: 3rem !important;
}
.bootstrap .mb-auto {
  margin-bottom: auto !important;
}
.bootstrap .ms-0 {
  margin-left: 0 !important;
}
.bootstrap .ms-1 {
  margin-left: 0.25rem !important;
}
.bootstrap .ms-2 {
  margin-left: 0.5rem !important;
}
.bootstrap .ms-3 {
  margin-left: 1rem !important;
}
.bootstrap .ms-4 {
  margin-left: 1.5rem !important;
}
.bootstrap .ms-5 {
  margin-left: 3rem !important;
}
.bootstrap .ms-auto {
  margin-left: auto !important;
}
.bootstrap .p-0 {
  padding: 0 !important;
}
.bootstrap .p-1 {
  padding: 0.25rem !important;
}
.bootstrap .p-2 {
  padding: 0.5rem !important;
}
.bootstrap .p-3 {
  padding: 1rem !important;
}
.bootstrap .p-4 {
  padding: 1.5rem !important;
}
.bootstrap .p-5 {
  padding: 3rem !important;
}
.bootstrap .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.bootstrap .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.bootstrap .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.bootstrap .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.bootstrap .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.bootstrap .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.bootstrap .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.bootstrap .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.bootstrap .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.bootstrap .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.bootstrap .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.bootstrap .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.bootstrap .pt-0 {
  padding-top: 0 !important;
}
.bootstrap .pt-1 {
  padding-top: 0.25rem !important;
}
.bootstrap .pt-2 {
  padding-top: 0.5rem !important;
}
.bootstrap .pt-3 {
  padding-top: 1rem !important;
}
.bootstrap .pt-4 {
  padding-top: 1.5rem !important;
}
.bootstrap .pt-5 {
  padding-top: 3rem !important;
}
.bootstrap .pe-0 {
  padding-right: 0 !important;
}
.bootstrap .pe-1 {
  padding-right: 0.25rem !important;
}
.bootstrap .pe-2 {
  padding-right: 0.5rem !important;
}
.bootstrap .pe-3 {
  padding-right: 1rem !important;
}
.bootstrap .pe-4 {
  padding-right: 1.5rem !important;
}
.bootstrap .pe-5 {
  padding-right: 3rem !important;
}
.bootstrap .pb-0 {
  padding-bottom: 0 !important;
}
.bootstrap .pb-1 {
  padding-bottom: 0.25rem !important;
}
.bootstrap .pb-2 {
  padding-bottom: 0.5rem !important;
}
.bootstrap .pb-3 {
  padding-bottom: 1rem !important;
}
.bootstrap .pb-4 {
  padding-bottom: 1.5rem !important;
}
.bootstrap .pb-5 {
  padding-bottom: 3rem !important;
}
.bootstrap .ps-0 {
  padding-left: 0 !important;
}
.bootstrap .ps-1 {
  padding-left: 0.25rem !important;
}
.bootstrap .ps-2 {
  padding-left: 0.5rem !important;
}
.bootstrap .ps-3 {
  padding-left: 1rem !important;
}
.bootstrap .ps-4 {
  padding-left: 1.5rem !important;
}
.bootstrap .ps-5 {
  padding-left: 3rem !important;
}
.bootstrap .text-start {
  text-align: left !important;
}
.bootstrap .text-end {
  text-align: right !important;
}
.bootstrap .text-center {
  text-align: center !important;
}
@media (max-width: 1023px) {
  .bootstrap .d-lg-inline {
    display: inline !important;
  }
  .bootstrap .d-lg-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-lg-block {
    display: block !important;
  }
  .bootstrap .d-lg-grid {
    display: grid !important;
  }
  .bootstrap .d-lg-table {
    display: table !important;
  }
  .bootstrap .d-lg-table-row {
    display: table-row !important;
  }
  .bootstrap .d-lg-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-lg-flex {
    display: flex !important;
  }
  .bootstrap .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .bootstrap .d-lg-none {
    display: none !important;
  }
  .bootstrap .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-lg-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-lg-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-lg-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .bootstrap .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .bootstrap .align-items-lg-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-lg-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-lg-center {
    align-items: center !important;
  }
  .bootstrap .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-lg-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-lg-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-lg-center {
    align-content: center !important;
  }
  .bootstrap .align-content-lg-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-lg-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-lg-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-lg-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-lg-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-lg-center {
    align-self: center !important;
  }
  .bootstrap .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .bootstrap .order-lg-first {
    order: -1 !important;
  }
  .bootstrap .order-lg-0 {
    order: 0 !important;
  }
  .bootstrap .order-lg-1 {
    order: 1 !important;
  }
  .bootstrap .order-lg-2 {
    order: 2 !important;
  }
  .bootstrap .order-lg-3 {
    order: 3 !important;
  }
  .bootstrap .order-lg-4 {
    order: 4 !important;
  }
  .bootstrap .order-lg-5 {
    order: 5 !important;
  }
  .bootstrap .order-lg-last {
    order: 6 !important;
  }
  .bootstrap .m-lg-0 {
    margin: 0 !important;
  }
  .bootstrap .m-lg-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .m-lg-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .m-lg-3 {
    margin: 1rem !important;
  }
  .bootstrap .m-lg-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .m-lg-5 {
    margin: 3rem !important;
  }
  .bootstrap .m-lg-auto {
    margin: auto !important;
  }
  .bootstrap .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bootstrap .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bootstrap .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bootstrap .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bootstrap .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bootstrap .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bootstrap .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bootstrap .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bootstrap .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bootstrap .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bootstrap .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bootstrap .mt-lg-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mt-lg-auto {
    margin-top: auto !important;
  }
  .bootstrap .me-lg-0 {
    margin-right: 0 !important;
  }
  .bootstrap .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .me-lg-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .me-lg-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .me-lg-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ms-lg-0 {
    margin-left: 0 !important;
  }
  .bootstrap .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .ms-lg-auto {
    margin-left: auto !important;
  }
  .bootstrap .p-lg-0 {
    padding: 0 !important;
  }
  .bootstrap .p-lg-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .p-lg-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .p-lg-3 {
    padding: 1rem !important;
  }
  .bootstrap .p-lg-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .p-lg-5 {
    padding: 3rem !important;
  }
  .bootstrap .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bootstrap .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bootstrap .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bootstrap .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bootstrap .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bootstrap .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bootstrap .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bootstrap .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bootstrap .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bootstrap .pt-lg-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pe-lg-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .ps-lg-0 {
    padding-left: 0 !important;
  }
  .bootstrap .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .text-lg-start {
    text-align: left !important;
  }
  .bootstrap .text-lg-end {
    text-align: right !important;
  }
  .bootstrap .text-lg-center {
    text-align: center !important;
  }
}
@media (max-width: 834px) {
  .bootstrap .d-md-inline {
    display: inline !important;
  }
  .bootstrap .d-md-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-md-block {
    display: block !important;
  }
  .bootstrap .d-md-grid {
    display: grid !important;
  }
  .bootstrap .d-md-table {
    display: table !important;
  }
  .bootstrap .d-md-table-row {
    display: table-row !important;
  }
  .bootstrap .d-md-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-md-flex {
    display: flex !important;
  }
  .bootstrap .d-md-inline-flex {
    display: inline-flex !important;
  }
  .bootstrap .d-md-none {
    display: none !important;
  }
  .bootstrap .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-md-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-md-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-md-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-md-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-md-around {
    justify-content: space-around !important;
  }
  .bootstrap .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .bootstrap .align-items-md-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-md-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-md-center {
    align-items: center !important;
  }
  .bootstrap .align-items-md-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-md-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-md-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-md-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-md-center {
    align-content: center !important;
  }
  .bootstrap .align-content-md-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-md-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-md-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-md-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-md-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-md-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-md-center {
    align-self: center !important;
  }
  .bootstrap .align-self-md-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-md-stretch {
    align-self: stretch !important;
  }
  .bootstrap .order-md-first {
    order: -1 !important;
  }
  .bootstrap .order-md-0 {
    order: 0 !important;
  }
  .bootstrap .order-md-1 {
    order: 1 !important;
  }
  .bootstrap .order-md-2 {
    order: 2 !important;
  }
  .bootstrap .order-md-3 {
    order: 3 !important;
  }
  .bootstrap .order-md-4 {
    order: 4 !important;
  }
  .bootstrap .order-md-5 {
    order: 5 !important;
  }
  .bootstrap .order-md-last {
    order: 6 !important;
  }
  .bootstrap .m-md-0 {
    margin: 0 !important;
  }
  .bootstrap .m-md-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .m-md-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .m-md-3 {
    margin: 1rem !important;
  }
  .bootstrap .m-md-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .m-md-5 {
    margin: 3rem !important;
  }
  .bootstrap .m-md-auto {
    margin: auto !important;
  }
  .bootstrap .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bootstrap .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bootstrap .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bootstrap .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bootstrap .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bootstrap .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bootstrap .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bootstrap .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bootstrap .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bootstrap .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bootstrap .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bootstrap .mt-md-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mt-md-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mt-md-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mt-md-auto {
    margin-top: auto !important;
  }
  .bootstrap .me-md-0 {
    margin-right: 0 !important;
  }
  .bootstrap .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .me-md-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .me-md-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .me-md-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .mb-md-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ms-md-0 {
    margin-left: 0 !important;
  }
  .bootstrap .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .ms-md-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .ms-md-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .ms-md-auto {
    margin-left: auto !important;
  }
  .bootstrap .p-md-0 {
    padding: 0 !important;
  }
  .bootstrap .p-md-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .p-md-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .p-md-3 {
    padding: 1rem !important;
  }
  .bootstrap .p-md-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .p-md-5 {
    padding: 3rem !important;
  }
  .bootstrap .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bootstrap .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bootstrap .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bootstrap .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bootstrap .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bootstrap .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bootstrap .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bootstrap .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bootstrap .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bootstrap .pt-md-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pt-md-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pt-md-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pe-md-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pe-md-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pe-md-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .ps-md-0 {
    padding-left: 0 !important;
  }
  .bootstrap .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .ps-md-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .ps-md-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .text-md-start {
    text-align: left !important;
  }
  .bootstrap .text-md-end {
    text-align: right !important;
  }
  .bootstrap .text-md-center {
    text-align: center !important;
  }
}
@media (max-width: 480px) {
  .bootstrap .d-sm-inline {
    display: inline !important;
  }
  .bootstrap .d-sm-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-sm-block {
    display: block !important;
  }
  .bootstrap .d-sm-grid {
    display: grid !important;
  }
  .bootstrap .d-sm-table {
    display: table !important;
  }
  .bootstrap .d-sm-table-row {
    display: table-row !important;
  }
  .bootstrap .d-sm-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-sm-flex {
    display: flex !important;
  }
  .bootstrap .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .bootstrap .d-sm-none {
    display: none !important;
  }
  .bootstrap .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-sm-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-sm-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-sm-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .bootstrap .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .bootstrap .align-items-sm-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-sm-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-sm-center {
    align-items: center !important;
  }
  .bootstrap .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-sm-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-sm-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-sm-center {
    align-content: center !important;
  }
  .bootstrap .align-content-sm-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-sm-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-sm-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-sm-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-sm-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-sm-center {
    align-self: center !important;
  }
  .bootstrap .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .bootstrap .order-sm-first {
    order: -1 !important;
  }
  .bootstrap .order-sm-0 {
    order: 0 !important;
  }
  .bootstrap .order-sm-1 {
    order: 1 !important;
  }
  .bootstrap .order-sm-2 {
    order: 2 !important;
  }
  .bootstrap .order-sm-3 {
    order: 3 !important;
  }
  .bootstrap .order-sm-4 {
    order: 4 !important;
  }
  .bootstrap .order-sm-5 {
    order: 5 !important;
  }
  .bootstrap .order-sm-last {
    order: 6 !important;
  }
  .bootstrap .m-sm-0 {
    margin: 0 !important;
  }
  .bootstrap .m-sm-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .m-sm-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .m-sm-3 {
    margin: 1rem !important;
  }
  .bootstrap .m-sm-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .m-sm-5 {
    margin: 3rem !important;
  }
  .bootstrap .m-sm-auto {
    margin: auto !important;
  }
  .bootstrap .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bootstrap .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bootstrap .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bootstrap .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bootstrap .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bootstrap .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bootstrap .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bootstrap .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bootstrap .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bootstrap .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bootstrap .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bootstrap .mt-sm-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mt-sm-auto {
    margin-top: auto !important;
  }
  .bootstrap .me-sm-0 {
    margin-right: 0 !important;
  }
  .bootstrap .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .me-sm-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .me-sm-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .me-sm-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ms-sm-0 {
    margin-left: 0 !important;
  }
  .bootstrap .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .ms-sm-auto {
    margin-left: auto !important;
  }
  .bootstrap .p-sm-0 {
    padding: 0 !important;
  }
  .bootstrap .p-sm-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .p-sm-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .p-sm-3 {
    padding: 1rem !important;
  }
  .bootstrap .p-sm-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .p-sm-5 {
    padding: 3rem !important;
  }
  .bootstrap .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bootstrap .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bootstrap .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bootstrap .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bootstrap .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bootstrap .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bootstrap .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bootstrap .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bootstrap .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bootstrap .pt-sm-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pe-sm-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .ps-sm-0 {
    padding-left: 0 !important;
  }
  .bootstrap .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .text-sm-start {
    text-align: left !important;
  }
  .bootstrap .text-sm-end {
    text-align: right !important;
  }
  .bootstrap .text-sm-center {
    text-align: center !important;
  }
}


/*  ------------------------------ style.scss */
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}/*# sourceMappingURL=style.css.map */